2007-07-12 |
Tim Janik | fixed missing pointer casts when using atomic ops. |
tree | commitdiff |
2007-07-12 |
Tim Janik | migrate per-thread magazine caches from single-thread... |
tree | commitdiff |
2007-07-10 |
Matthias Clasen | Fix 'make check' |
tree | commitdiff |
2007-07-10 |
Tim Janik | implemented g_once_init_enter(), g_once_init_enter_impl... |
tree | commitdiff |
2007-07-09 |
Ryan Lortie | save errno to prevent it being clobbered by call to |
tree | commitdiff |
2007-07-08 |
Matthias Clasen | Handle all states. (#454473) |
tree | commitdiff |
2007-07-06 |
Tor Lillqvist | When WSAEnumNetworkEvents() signals FD_CONNECT that... |
tree | commitdiff |
2007-06-25 |
Tim Janik | g_hash_table_find(), g_hash_table_foreach(): document... |
tree | commitdiff |
2007-06-22 |
Mathias Hasselmann | Use memcpy in g_string_append_vprintf (#57693). |
tree | commitdiff |
2007-06-18 |
Mathias Hasselmann | Restore old behaviour of g_string_append_vprintf: g_vas... |
tree | commitdiff |
2007-06-18 |
Matthias Clasen | More docs |
tree | commitdiff |
2007-06-18 |
Emmanuele Bassi | Add full variant to the approximate timeout functiont |
tree | commitdiff |
2007-06-18 |
Matthias Clasen | Prevent segfaults on long paths. (#447935, Robby Griffin) |
tree | commitdiff |
2007-06-17 |
Behdad Esfahbod | Accept NULL and return GQuark value of zero. (#446859) |
tree | commitdiff |
2007-06-16 |
Mathias Hasselmann | Correctly use g_printf_string_upper_bound in g_string_a... |
tree | commitdiff |
2007-06-15 |
Sebastian Wilhelmi | Extended the comments on those functions, that are... |
tree | commitdiff |
2007-06-15 |
Cody Russell | Added GRegex boxed type. (#445065, Carlos Garnacho) |
tree | commitdiff |
2007-06-15 |
Sebastian Wilhelmi | Replaced & by & in <programlisting> to make gtk... |
tree | commitdiff |
2007-06-15 |
Ryan Lortie | Improve performance by removing the use of an intermedi... |
tree | commitdiff |
2007-06-15 |
Mathias Hasselmann | Introduce g_string_overwrite(_len)? for overwriting... |
tree | commitdiff |
2007-06-14 |
Matthias Clasen | Fix typos |
tree | commitdiff |
2007-06-13 |
Behdad Esfahbod | Whitelist g_atomic_{int,pointer}_[gs]et() as we don... |
tree | commitdiff |
2007-06-13 |
Sven Neumann | glib/gslice.[ch] added g_slice_copy() and g_slice_dup... |
tree | commitdiff |
2007-06-12 |
Behdad Esfahbod | Add more G_GNUC_CONST and G_GNUC_PURE. |
tree | commitdiff |
2007-06-11 |
Emmanuele Bassi | Remove the cache expiration logic: it makes g_get_user_... |
tree | commitdiff |
2007-06-11 |
Tor Lillqvist | Update doc comments. Mention that it is not recommeded... |
tree | commitdiff |
2007-06-06 |
Matthias Clasen | Fix a thinko |
tree | commitdiff |
2007-06-06 |
Tor Lillqvist | Add definitions for more CSIDL_* constants in case... |
tree | commitdiff |
2007-06-06 |
Matthias Clasen | Fall back to $HOME/Desktop for the DESKTOP directory... |
tree | commitdiff |
2007-06-05 |
Matthias Clasen | Don't assume the string is valid UTF-8, since it may... |
tree | commitdiff |
2007-06-05 |
Behdad Esfahbod | Add not to g_utf8_get_char_validated() about nul-termin... |
tree | commitdiff |
2007-06-05 |
Matthias Clasen | Don't deadlock when running with threads. (#444121... |
tree | commitdiff |
2007-06-05 |
Vincent Untz | don't replace the usage line with the description for... |
tree | commitdiff |
2007-06-04 |
Matthias Clasen | 2.13.3 GLIB_2_13_3 |
tree | commitdiff |
2007-06-04 |
Matthias Clasen | Add support for a number of special directories, as... |
tree | commitdiff |
2007-06-03 |
Yevgen Muntyan | fixed g_regex_fetch_named* for cases when (?J) is used... |
tree | commitdiff |
2007-06-03 |
Yevgen Muntyan | New functions: g_regex_ref(), g_regex_unref() which... |
tree | commitdiff |
2007-05-30 |
Dan Winship | add defines for desktop file handling. #339225, origina... |
tree | commitdiff |
2007-05-29 |
Marco Barisione | Fix g_regex_fetch_named() and g_regex_fetch_named_pos... |
tree | commitdiff |
2007-05-25 |
Behdad Esfahbod | Update to Markus Kuhn's updated wcwidth for Unicode... |
tree | commitdiff |
2007-05-17 |
Matthias Clasen | Fix a doc typo. (#439232, Vincent Untz) |
tree | commitdiff |
2007-05-17 |
Matthias Clasen | Move the compiler-dependency in the G_GNUC_INTERNAL... |
tree | commitdiff |
2007-05-15 |
Matthias Clasen | Make g_slice_debug_tree_statistics() debug-only functio... |
tree | commitdiff |
2007-05-13 |
Tor Lillqvist | Drop the pipe() macro. Defining macros outside of its... |
tree | commitdiff |
2007-05-11 |
Matthias Clasen | Allow G_OPTION_ARG_CALLBACK for G_OPTION_REMAINING... |
tree | commitdiff |
2007-05-04 |
Dan Winship | Document the error return values rather than calling... |
tree | commitdiff |
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 |
next |