Add support for a number of special directories, as defined by the
[platform/upstream/glib.git] / ChangeLog
2007-06-04 Matthias ClasenAdd support for a number of special directories, as...
2007-06-03 Yevgen Muntyanfixed g_regex_fetch_named* for cases when (?J) is used...
2007-06-03 Matthias ClasenUpdates
2007-06-03 Yevgen MuntyanNew functions: g_regex_ref(), g_regex_unref() which...
2007-05-31 Matthias ClasenFix a typo
2007-05-30 Dan Winshipadd defines for desktop file handling. #339225, origina...
2007-05-30 Cody RussellFix a sed script that doesn't correctly detect i586...
2007-05-29 Marco BarisioneFix g_regex_fetch_named() and g_regex_fetch_named_pos...
2007-05-25 Behdad EsfahbodUpdate to Markus Kuhn's updated wcwidth for Unicode...
2007-05-23 Matthias ClasenBump version
2007-05-23 Matthias Clasen2.13.2 GLIB_2_13_2
2007-05-23 Matthias ClasenUpdates
2007-05-23 Matthias ClasenUpdates
2007-05-18 Matthias ClasenFix visibility checks
2007-05-18 Matthias ClasenFix attribution
2007-05-18 Michael NattererDon't let PERL_PATH be ''. (#356769, Joseph Sacco)
2007-05-17 Michael Nattererhotfix: revert last change to fix the build on OS X.
2007-05-17 Matthias ClasenFix a doc typo. (#439232, Vincent Untz)
2007-05-17 Matthias ClasenMove the compiler-dependency in the G_GNUC_INTERNAL...
2007-05-15 Matthias ClasenMake g_slice_debug_tree_statistics() debug-only functio...
2007-05-14 Christian PerschImprove g_strerror and g_strsignal docs. Bug #438293.
2007-05-13 Tor LillqvistDrop the pipe() macro. Defining macros outside of its...
2007-05-11 Matthias ClasenAllow G_OPTION_ARG_CALLBACK for G_OPTION_REMAINING...
2007-05-04 Dan WinshipDocument the error return values rather than calling...
2007-05-03 Behdad EsfahbodOops.
2007-05-03 Matthias ClasenBump version
2007-05-03 Matthias Clasen2.13.1 GLIB_2_13_1
2007-05-03 Matthias ClasenStop unused threads before the last test, to make the...
2007-05-03 Matthias ClasenUpdates
2007-05-02 Marco BarisioneMade more clear that the string passed to the match...
2007-04-30 Matthias ClasenAdd g_regex_get_max_backref() and g_regex_get_capture_c...
2007-04-30 Matthias ClasenSplit GRegex into GRegex and GMatchInfo. (#419368,...
2007-04-30 Chris WilsonInclude the gshell.h header file (to define g_shell_...
2007-04-29 Emmanuele BassiQuote the passed command line...
2007-04-27 Matthias Clasensmall cleanup
2007-04-27 Chris WilsonRemove trailing comma at end of enumerator list.
2007-04-26 Tor LillqvistDocument that the mode argument is ignored on Windows...
2007-04-25 Paolo Borellitypo
2007-04-25 Paolo Borellkismall cleanup. (#433387)
2007-04-25 Michael Nattereralso clear the NOCOPY_CONTENTS flag when replacing...
2007-04-25 Matthias ClasenNew function to get the formatted help string. (#336089...
2007-04-24 Michael Nattererdon't free or modify static strings, dup them when...
2007-04-19 William Jon McCannAdd g_key_file_load_from_dirs for looking through a...
2007-04-15 Tor LillqvistMakefile.am Add the references to build back.
2007-04-15 Tor LillqvistInclude the build module using the svn:externals mechanism.
2007-04-11 Matthias ClasenFix a doc typo. (#427285, Jochen Baier)
2007-04-11 Emmanuele BassiAdd g_hash_table_get_keys() and g_hash_table_get_values...
2007-04-11 Matthias ClasenUse CFLAGS/LDFLAGS in addition to PCRE_CFLAGS/PCRE_LIBS...
2007-03-27 Emmanuele BassiRemove old comment and forward declaration of struct...
2007-03-23 Matthias ClasenHandle missing $RANDOM
2007-03-23 Matthias ClasenFix corner-cases of upper/lowercase conversion. (#41821...
2007-03-22 Chris WilsonTrack whether the last key=value pair in a group is...
2007-03-21 Matthias ClasenFix #419900
2007-03-18 Paolo Borelliremove unneeded checks.
2007-03-18 Matthias ClasenCosmetic fixes
2007-03-17 Marco BarisioneAdd forgotten files
2007-03-17 Marco BarisioneRemoved a conflict delimiter (">>>>>>> .r5422")
2007-03-17 Hans Breuerdefine PCRE_STATIC to reflect the inclusion of pcre...
2007-03-17 Matthias ClasenDon't export the consistency check function
2007-03-16 Matthias ClasenBump version
2007-03-16 Matthias Clasen2.13.0 GLIB_2_13_0
2007-03-16 Matthias ClasenWarn if the input is too short. (#418862, Halton Huo)
2007-03-16 Tim Janikreverted premature commit which broke GScanner ABI...
2007-03-16 Chris WilsonConvert to GSlice and check for redundant clears. ...
2007-03-15 Matthias ClasenFix a typo in the last commit. (#415323, Richard Hult)
2007-03-15 Matthias Clasenfix typo
2007-03-15 Tor LillqvistAdd -I$(top_srcdir)/glib so that gregex.h finds <glib.h>.
2007-03-15 Tor LillqvistUpdate to match what configure produces.
2007-03-15 Marco BarisioneAdd GRegex for regular expression matching. (#50075)
2007-03-15 Chris WilsonReplace a g_slist_prepend/g_slist_remove pair with...
2007-03-15 Matthias ClasenSome optimizations, use a lookup table for character...
2007-03-15 Matthias ClasenFix a small typo. (#417947, Bobby Jack)
2007-03-09 Matthias ClasenReturn negative values. (#416062)
2007-03-06 Matthias ClasenClarify docs. (#364026, Bastian Nocera)
2007-03-06 Matthew BarnesAdd G_QUEUE_INIT, g_queue_init(), and g_queue_clear...
2007-03-06 Matthias ClasenRemove a NULL check that didn't do any good. (#360904...
2007-03-06 Matthias ClasenReport more accurate position for invalid UTF-8. (...
2007-03-06 Matthias ClasenAdd NULL checks to the base64 functions that take point...
2007-03-06 Matthias ClasenWork with Solaris gettext (#341988, Laszlo Peter)
2007-03-06 Matthias ClasenApply a patch by Loïc Minier to fix building with ...
2007-03-04 Thierry RandrianirianaAdded Malagasy translation. Added Malagasy 'mg' to...
2007-03-01 Ihar HrachyshkaAdded Belarusian Latin transtaion.
2007-02-17 Tor LillqvistNew Win32-only function. Use the wide character Win32...
2007-02-16 Soren SandmannFor move, test moving between two sequences. Add test...
2007-02-10 Hans Breueradded gsequence.obj
2007-02-09 Søren SandmannRemove assertion. Return TRUE if the iter doesn't have...
2007-02-08 Soren SandmannForce an arbitrary order on otherwise identical items.
2007-02-06 Soren SandmannDon't prohibit access until after the g_sequence_move_r...
2007-02-04 Soren SandmannAdd a new 'real_sequence' field. (g_sequence_new):...
2007-02-03 Soren SandmannNew files implementing GSequence, a list implemented...
2007-01-30 Matthias ClasenDon't make ABI depend on G_ENABLE_DEBUG, just add an...
2007-01-27 Matthias ClasenDefine G_GNUC_INTERNAL for Sun Studio as __hidden....
2007-01-26 Matthias ClasenMake some structs which are used only once non-static.
2007-01-24 Benjamin OtteClarify the documentation + regarding overflows (wordin...
2007-01-24 Roozbeh PournaderRemove mention of no-longer-existing PATCH keyword...
2007-01-24 Matthias ClasenClarify the behaviour is max_len is zero. (#400044...
2007-01-24 Matthias ClasenUse bitwise & when operating on flags. (#399971, Jon...
2007-01-19 Matthias ClasenSome file list updates (#398069, Owen Taylor)
2007-01-19 Matthias ClasenRevert accidental commit
2007-01-19 Matthias ClasenFix a typo. (#398203, Owen Taylor)
next