summaryrefslogtreecommitdiff
path: root/glib
AgeCommit message (Expand)Author
2007-06-22Use memcpy in g_string_append_vprintf (#57693).Mathias Hasselmann
2007-06-18Restore old behaviour of g_string_append_vprintf: g_vasprintf seems to beMathias Hasselmann
2007-06-18More docsMatthias Clasen
2007-06-18Add full variant to the approximate timeout functiontEmmanuele Bassi
2007-06-18Prevent segfaults on long paths. (#447935, Robby Griffin)Matthias Clasen
2007-06-17Accept NULL and return GQuark value of zero. (#446859)Behdad Esfahbod
2007-06-16Correctly use g_printf_string_upper_bound in g_string_append_vprintf.Mathias Hasselmann
2007-06-15Extended the comments on those functions, that are NOOPs, beforeSebastian Wilhelmi
2007-06-15Added GRegex boxed type. (#445065, Carlos Garnacho)Cody Russell
2007-06-15Replaced & by &amp; in <programlisting> to make gtk-doc happy.Sebastian Wilhelmi
2007-06-15Improve performance by removing the use of an intermediate g_malloc'dRyan Lortie
2007-06-15Introduce g_string_overwrite(_len)? for overwriting parts of strings (#368686...Mathias Hasselmann
2007-06-14Fix typosMatthias Clasen
2007-06-13Whitelist g_atomic_{int,pointer}_[gs]et() as we don't alias themBehdad Esfahbod
2007-06-13glib/gslice.[ch] added g_slice_copy() and g_slice_dup() (#442029).Sven Neumann
2007-06-12Add more G_GNUC_CONST and G_GNUC_PURE.Behdad Esfahbod
2007-06-11Remove the cache expiration logic: it makes g_get_user_special_dir() notEmmanuele Bassi
2007-06-11Update doc comments. Mention that it is not recommeded to use the RegistryTor Lillqvist
2007-06-06Fix a thinkoMatthias Clasen
2007-06-06Add definitions for more CSIDL_* constants in case missing from headers.Tor Lillqvist
2007-06-06Fall back to $HOME/Desktop for the DESKTOP directory, likeMatthias Clasen
2007-06-05Don't assume the string is valid UTF-8, since it may be user data.Matthias Clasen
2007-06-05Add not to g_utf8_get_char_validated() about nul-terminated strings.Behdad Esfahbod
2007-06-05Don't deadlock when running with threads. (#444121, Christian Persch)Matthias Clasen
2007-06-05don't replace the usage line with the description for optional parameters,Vincent Untz
2007-06-042.13.3upstream/GLIB_2_13_3Matthias Clasen
2007-06-04Add support for a number of special directories, as defined by theMatthias Clasen
2007-06-03fixed g_regex_fetch_named* for cases when (?J) is used inside a patternYevgen Muntyan
2007-06-03New functions: g_regex_ref(), g_regex_unref() which replacesYevgen Muntyan
2007-05-30add defines for desktop file handling. #339225, original patch fromDan Winship
2007-05-29Fix g_regex_fetch_named() and g_regex_fetch_named_pos() whenMarco Barisione
2007-05-25Update to Markus Kuhn's updated wcwidth for Unicode 5.0.Behdad Esfahbod
2007-05-17Fix a doc typo. (#439232, Vincent Untz)Matthias Clasen
2007-05-17Move the compiler-dependency in the G_GNUC_INTERNAL definition fromMatthias Clasen
2007-05-15Make g_slice_debug_tree_statistics() debug-only functionality again.Matthias Clasen
2007-05-13Drop the pipe() macro. Defining macros outside of its namespace that lookTor Lillqvist
2007-05-11Allow G_OPTION_ARG_CALLBACK for G_OPTION_REMAINING. (#437297, Dave Benson)Matthias Clasen
2007-05-04Document the error return values rather than calling them undefined.Dan Winship
2007-05-03svn path=/trunk/; revision=5482Behdad Esfahbod
2007-05-032.13.1upstream/GLIB_2_13_1Matthias Clasen
2007-05-02Made more clear that the string passed to the match functions cannot beMarco Barisione
2007-04-30Add g_regex_get_max_backref() and g_regex_get_capture_count(). (#419371,Matthias Clasen
2007-04-30Split GRegex into GRegex and GMatchInfo. (#419368, Marco Barisione)Matthias Clasen
2007-04-30Include the gshell.h header file (to define g_shell_[un]quote) and correctChris Wilson
2007-04-29Quote the passed command line...Emmanuele Bassi
2007-04-27small cleanupMatthias Clasen
2007-04-27Remove trailing comma at end of enumerator list.Chris Wilson
2007-04-26Document that the mode argument is ignored on Windows (g_stat): DocumentTor Lillqvist
2007-04-25small cleanup. (#433387)Paolo Borellki
2007-04-25Revert an accidental commitMatthias Clasen