summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
AgeCommit message (Expand)Author
2003-08-19license change, no restrictions are made in the new license at all, theTim Janik
2003-08-16Fix #117925 (Dov Grobgeld):Tor Lillqvist
2003-08-15[Win32] Don't exceed handle array bounds. Warn if there would be too manyTor Lillqvist
2003-08-13glib/Makefile.am gmodule/Makefile.am gobject/Makefile.am Use srcdir alsoTor Lillqvist
2003-08-13Drop the Win32-specific implementation. It used WideCharToMultiByte(),Tor Lillqvist
2003-08-11Wrap to 80 columns.Matthias Clasen
2003-08-10Copy newer versions of JH_CHECK_XML_CATALOG and JH_PATH_XML_CATALOG fromMatthias Clasen
2003-08-10Don't use a cache of variable name to value mappings on Win32, as thatTor Lillqvist
2003-08-10Add g_once_impl.Tor Lillqvist
2003-08-08Fix syntax error in the !HAVE_SETENV case.Tor Lillqvist
2003-08-08Remove a test for getenv() behaviour which isn't specified by SUS andMatthias Clasen
2003-08-07Add tests for '=' in names and values.Matthias Clasen
2003-08-07Tighten the snprintf() test to check behaviour on zero-size buffers.Matthias Clasen
2003-08-07Specify test strings in UTF-8, remove all charset conversion. Replace theMatthias Clasen
2003-08-07Set $LIBS to include -lintl when checking for dcgettext andOwen Taylor
2003-08-07Make the default priority for idle sources G_PRIORITY_DEFAULT_IDLE asOwen Taylor
2003-08-06Add test for special case not at inital position in the string, the bugNoah Levitt
2003-08-06Get rid of "len" parameter to output_special_case and output_marks, andNoah Levitt
2003-08-05for msvc buildHans Breuer
2003-08-05We do handle > BMP now, so test it.Noah Levitt
2003-07-31s/g_read_link/g_file_read_link/ (#118727)Noah Levitt
2003-07-31Return nonzero exit status if the test fails. (#118729)Noah Levitt
2003-07-31Change instances of U+10ffff to U+10fffd, since that is the last validNoah Levitt
2003-07-31Update Unicode data to 4.0. (#107974)Noah Levitt
2003-07-31When possible, manage without the helper process. (Part of theTor Lillqvist
2003-07-30Small doc additions.Matthias Clasen
2003-07-30Small doc fixes.Matthias Clasen
2003-07-30Remove forgotten @TRIO_LIBS@. (#118616, Noah Levitt)Matthias Clasen
2003-07-29Rename g_read_link() to g_file_read_link() to better match the remainingMatthias Clasen
2003-07-29Use gchar, gint, gsize instead of char, int, size_t in the interface forMatthias Clasen
2003-07-28Integrate gnulib vasnprintf().Matthias Clasen
2003-07-28New function g_read_link(). (#72545)Matthias Clasen
2003-07-28Add tests for g_{get,set,unset}env().Matthias Clasen
2003-07-28Add g_setenv() and g_unsetenv(). (#100763)Matthias Clasen
2003-07-26test suite additions.Matthias Clasen
2003-07-26New functions to remove a range of elements from an array. (#94879, NalinMatthias Clasen
2003-07-25Remove the 1024 char limit in the common (non-recursive) case.Matthias Clasen
2003-07-25Remove some explicit Docbook markup which is no longer necessaryMatthias Clasen
2003-07-24Work around gtk-doc stupidity.Matthias Clasen
2003-07-20for msvc buildHans Breuer
2003-07-10Doc additions.Matthias Clasen
2003-07-10Added "eo" to ALL_LINGUAS. Added Esperanto translation from CharlesJoel Brich
2003-07-10grammar fixManish Singh
2003-07-09check if context->poll_chunk is set before trying to destroy it. ForManish Singh
2003-07-09Avoid var declaration after statement.Morten Welinder
2003-07-08Support for one-time initialization functions. (#69668, SebastianMatthias Clasen
2003-07-01Move g_strfreev() docs inline.Matthias Clasen
2003-06-25Use C99 style \uxxxx and \Uxxxxyyyy escapes instead for fallback insteadAbigail Brady
2003-06-25Pass real &optval and &optlen to getsockopt() instead of NULL. Don'tTor Lillqvist
2003-06-18Move the documentation inline and add details. (#108505) MoveMatthias Clasen