2007-05-03 |
Behdad Esfahbod | svn path=/trunk/; revision=5482 |
tree | commitdiff |
2007-05-03 |
Matthias Clasen | 2.13.1 GLIB_2_13_1 |
tree | commitdiff |
2007-05-02 |
Marco Barisione | Made more clear that the string passed to the match... |
tree | commitdiff |
2007-04-30 |
Matthias Clasen | Add g_regex_get_max_backref() and g_regex_get_capture_c... |
tree | commitdiff |
2007-04-30 |
Matthias Clasen | Split GRegex into GRegex and GMatchInfo. (#419368,... |
tree | commitdiff |
2007-04-30 |
Chris Wilson | Include the gshell.h header file (to define g_shell_... |
tree | commitdiff |
2007-04-29 |
Emmanuele Bassi | Quote the passed command line... |
tree | commitdiff |
2007-04-27 |
Matthias Clasen | small cleanup |
tree | commitdiff |
2007-04-27 |
Chris Wilson | Remove trailing comma at end of enumerator list. |
tree | commitdiff |
2007-04-26 |
Tor Lillqvist | Document that the mode argument is ignored on Windows... |
tree | commitdiff |
2007-04-25 |
Paolo Borellki | small cleanup. (#433387) |
tree | commitdiff |
2007-04-25 |
Matthias Clasen | Revert an accidental commit |
tree | commitdiff |
2007-04-25 |
Matthias Clasen | New function to get the formatted help string. (#336089... |
tree | commitdiff |
2007-04-19 |
William Jon McCann | Add g_key_file_load_from_dirs for looking through a... |
tree | commitdiff |
2007-04-11 |
Matthias Clasen | Fix a doc typo. (#427285, Jochen Baier) |
tree | commitdiff |
2007-04-11 |
Emmanuele Bassi | Add g_hash_table_get_keys() and g_hash_table_get_values... |
tree | commitdiff |
2007-03-27 |
Emmanuele Bassi | Remove old comment and forward declaration of struct... |
tree | commitdiff |
2007-03-23 |
Matthias Clasen | Fix corner-cases of upper/lowercase conversion. (#41821... |
tree | commitdiff |
2007-03-22 |
Chris Wilson | Track whether the last key=value pair in a group is... |
tree | commitdiff |
2007-03-21 |
Matthias Clasen | Fix #419900 |
tree | commitdiff |
2007-03-18 |
Paolo Borelli | remove unneeded checks. |
tree | commitdiff |
2007-03-18 |
Matthias Clasen | Cosmetic fixes |
tree | commitdiff |
2007-03-17 |
Marco Barisione | Add forgotten files |
tree | commitdiff |
2007-03-17 |
Hans Breuer | define PCRE_STATIC to reflect the inclusion of pcre... |
tree | commitdiff |
2007-03-17 |
Matthias Clasen | Don't export the consistency check function |
tree | commitdiff |
2007-03-16 |
Matthias Clasen | 2.13.0 GLIB_2_13_0 |
tree | commitdiff |
2007-03-16 |
Matthias Clasen | Warn if the input is too short. (#418862, Halton Huo) |
tree | commitdiff |
2007-03-16 |
Tim Janik | reverted premature commit which broke GScanner ABI... |
tree | commitdiff |
2007-03-16 |
Chris Wilson | Convert to GSlice and check for redundant clears. ... |
tree | commitdiff |
2007-03-15 |
Matthias Clasen | Fix a typo in the last commit. (#415323, Richard Hult) |
tree | commitdiff |
2007-03-15 |
Tor Lillqvist | Add -I$(top_srcdir)/glib so that gregex.h finds <glib.h>. |
tree | commitdiff |
2007-03-15 |
Marco Barisione | Add GRegex for regular expression matching. (#50075) |
tree | commitdiff |
2007-03-15 |
Chris Wilson | Replace a g_slist_prepend/g_slist_remove pair with... |
tree | commitdiff |
2007-03-15 |
Matthias Clasen | Some optimizations, use a lookup table for character... |
tree | commitdiff |
2007-03-15 |
Matthias Clasen | Fix a small typo. (#417947, Bobby Jack) |
tree | commitdiff |
2007-03-09 |
Matthias Clasen | Return negative values. (#416062) |
tree | commitdiff |
2007-03-06 |
Matthias Clasen | Clarify docs. (#364026, Bastian Nocera) |
tree | commitdiff |
2007-03-06 |
Matthew Barnes | Add G_QUEUE_INIT, g_queue_init(), and g_queue_clear... |
tree | commitdiff |
2007-03-06 |
Matthias Clasen | Remove a NULL check that didn't do any good. (#360904... |
tree | commitdiff |
2007-03-06 |
Matthias Clasen | Report more accurate position for invalid UTF-8. (... |
tree | commitdiff |
2007-03-06 |
Matthias Clasen | Add NULL checks to the base64 functions that take point... |
tree | commitdiff |
2007-02-17 |
Tor Lillqvist | New Win32-only function. Use the wide character Win32... |
tree | commitdiff |
2007-02-16 |
Soren Sandmann | For move, test moving between two sequences. Add test... |
tree | commitdiff |
2007-02-10 |
Hans Breuer | added gsequence.obj |
tree | commitdiff |
2007-02-09 |
Søren Sandmann | Remove assertion. Return TRUE if the iter doesn't have... |
tree | commitdiff |
2007-02-08 |
Soren Sandmann | Force an arbitrary order on otherwise identical items. |
tree | commitdiff |
2007-02-06 |
Soren Sandmann | Don't prohibit access until after the g_sequence_move_r... |
tree | commitdiff |
2007-02-05 |
Cody Russell | Compile fix. |
tree | commitdiff |
2007-02-04 |
Soren Sandmann | Add a new 'real_sequence' field. (g_sequence_new):... |
tree | commitdiff |
2007-02-03 |
Soren Sandmann | New files implementing GSequence, a list implemented... |
tree | commitdiff |
2007-01-30 |
Matthias Clasen | Don't make ABI depend on G_ENABLE_DEBUG, just add an... |
tree | commitdiff |
2007-01-27 |
Matthias Clasen | Define G_GNUC_INTERNAL for Sun Studio as __hidden.... |
tree | commitdiff |
2007-01-26 |
Matthias Clasen | Make some structs which are used only once non-static. |
tree | commitdiff |
2007-01-24 |
Benjamin Otte | Clarify the documentation + regarding overflows (wordin... |
tree | commitdiff |
2007-01-24 |
Matthias Clasen | Clarify the behaviour is max_len is zero. (#400044... |
tree | commitdiff |
2007-01-24 |
Matthias Clasen | Use bitwise & when operating on flags. (#399971, Jon... |
tree | commitdiff |
2007-01-19 |
Matthias Clasen | Some file list updates (#398069, Owen Taylor) |
tree | commitdiff |
2007-01-19 |
Matthias Clasen | Fix a typo. (#398203, Owen Taylor) |
tree | commitdiff |
2007-01-18 |
Tor Lillqvist | config.h.win32.in glib/galloca.h glib/gbacktrace.h... |
tree | commitdiff |
2007-01-17 |
Tor Lillqvist | Use <malloc.h> also with Digital Mars compiler on Win32... |
tree | commitdiff |
2007-01-16 |
Matthias Clasen | Revert an accidental ABI break by moving gettime out... |
tree | commitdiff |
2007-01-16 |
Tor Lillqvist | glib/gthread.c (gettime) GetSystemTimeAsFileTime()... |
tree | commitdiff |
2007-01-16 |
Tor Lillqvist | glib/gthread.c (gettime) GetSystemTimeAsFileTime()... |
tree | commitdiff |
2007-01-15 |
Tor Lillqvist | Fix mistake in my last commit. |
tree | commitdiff |
2007-01-15 |
Matthias Clasen | Remove redundant NULL checks |
tree | commitdiff |
2007-01-15 |
Matthias Clasen | Correct the gettime calculations once more. (#395203... |
tree | commitdiff |
2007-01-15 |
Tor Lillqvist | Prepare for potential Win64 build: Use gint64 for the... |
tree | commitdiff |
2007-01-15 |
Tor Lillqvist | Simplify greatly. Instead of hardcoding a large switch... |
tree | commitdiff |
2007-01-12 |
Matthias Clasen | Rework the handling of invalid keys/groups again. We... |
tree | commitdiff |
2007-01-12 |
Matthias Clasen | fix stupid thinko |
tree | commitdiff |
2007-01-12 |
Matthias Clasen | Improve docs |
tree | commitdiff |
2007-01-12 |
Matthias Clasen | Include windows.h and fix include order. (#394258,... |
tree | commitdiff |
2007-01-12 |
Matthias Clasen | Fix errors in the recently moved time calculations... |
tree | commitdiff |
2007-01-10 |
Matthias Clasen | Grr, allow '*' in keys, too. (#394262) |
tree | commitdiff |
2007-01-09 |
Behdad Esfahbod | Use a more optimized g_bit_storage() when gcc is availa... |
tree | commitdiff |
2007-01-08 |
Matthias Clasen | Don't link glib against libpthread. (#393812) |
tree | commitdiff |
2007-01-07 |
Tor Lillqvist | Handle GIOChannels for file descriptors connected to... |
tree | commitdiff |
2007-01-03 |
Behdad Esfahbod | Remove unneeded strlen. |
tree | commitdiff |
2007-01-03 |
Behdad Esfahbod | Take zerowidth and double-width chars into consideratio... |
tree | commitdiff |
2007-01-03 |
Behdad Esfahbod | Add g_unichar_iszerowidth(). (#347645) |
tree | commitdiff |
2007-01-03 |
Behdad Esfahbod | Fix bug in g_bit_nth_lsf (#371631) and use __builtin_cl... |
tree | commitdiff |
2007-01-03 |
Michael Natterer | removed all .cvsignore files. SVN doesn't need them. |
tree | commitdiff |
2007-01-02 |
Emmanuele Bassi | Add support for expanding the desktop entry spec variab... |
tree | commitdiff |
2007-01-02 |
Matthias Clasen | Return an error if the uri is bad. (#391370, Maciej... |
tree | commitdiff |
2007-01-02 |
Matthias Clasen | Guard g_slice_debug_tree_statistics by G_ENABLE_DEBUG... |
tree | commitdiff |
2006-12-31 |
Matthias Clasen | Fix some C99isms. (#390913, Kazuki Iwamoto) |
tree | commitdiff |
2006-12-29 |
Tim Janik | turned detection of too late g_thread_init() calls... |
tree | commitdiff |
2006-12-28 |
Tim Janik | removed pthread-dependant debugging bits, the code... |
tree | commitdiff |
2006-12-28 |
Tor Lillqvist | Call InitializeCriticalSection() on the sdt_mutex in |
tree | commitdiff |
2006-12-28 |
Tor Lillqvist | : Use only the wide character API here, too. |
tree | commitdiff |
2006-12-28 |
Tor Lillqvist | Use only the wide character API here, too. |
tree | commitdiff |
2006-12-28 |
Tor Lillqvist | Make it compile on Win32 without pthreads: Use a Win32... |
tree | commitdiff |
2006-12-28 |
Tor Lillqvist | On Win32, if we get a fatal error message while being... |
tree | commitdiff |
2006-12-28 |
Tim Janik | implemented static debugging hash-tree to validate... |
tree | commitdiff |
2006-12-28 |
Matthias Clasen | Consistently use gsize rather than size_t. (#333310... |
tree | commitdiff |
2006-12-27 |
Matthias Clasen | forgotten file |
tree | commitdiff |
2006-12-27 |
Tor Lillqvist | glib/gwin32.h Add const to gchar* arguments. (#384523... |
tree | commitdiff |
2006-12-27 |
Ryan Lortie | cache the value of the hash function in the GHashNode... |
tree | commitdiff |
2006-12-27 |
Matthias Clasen | Don't modify the current locale. (#389300) |
tree | commitdiff |
2006-12-27 |
Matthias Clasen | Forgotten file |
tree | commitdiff |
next |