Fixed typo: PTHREAD_PRIO_MIN -> PTHREAD_PRIO_MAX. (Laurent Vivier, #99293)
[platform/upstream/glib.git] / ChangeLog.pre-2-2
2002-04-18 Sebastian WilhelmiFixed typo. (#78985)
2002-04-13 Sebastian WilhelmiUnlock the pool for all threads leaving it. (#78348) glib-2-0-branchpoint
2002-04-10 Matthias ClasenRemove manual UTF-8 -> Latin1 conversion for stuff...
2002-04-08 Sebastian WilhelmiUse gsize instead of gint. From Miroslaw Dobrzanski...
2002-04-07 Stanislav BrabecAdded Czech (cs) to ALL_LINGUAS.
2002-03-31 Hasbullah Bin PitAdded Malay (ms)to ALL_LINGUAS.
2002-03-29 Tor LillqvistAdd g_convert_init.
2002-03-28 Owen TaylorReleased 2.0.1 GLIB_2_0_1
2002-03-28 Owen TaylorRemove warning about g_print, etc, encoding.
2002-03-28 Tim Janikconvert prtinf() strings to local charset when writing...
2002-03-27 Tim Janikmajor cleanups. introduced _g_log_fallback_handler...
2002-03-25 Owen TaylorRemove __const__ qualifier from __asm__ statements...
2002-03-22 Owen TaylorFix problem where if g_mem_chunk_reset() is called...
2002-03-20 Owen TaylorTry to work around segfaults on Solaris if NULL is...
2002-03-20 Owen TaylorClose the file descriptor. (#75507, Matthias Clasen)
2002-03-20 Owen TaylorUse $PKG_CONFIG, not pkg-config. (LEE Sau Dan, #75572)
2002-03-20 Sven Neumannavoid repeated call of g_spaced_primes_closest() by...
2002-03-17 Tor LillqvistAdd MSVC-specific text by Hans Breuer.
2002-03-15 Tor Lillqvistglib/giowin32.c (g_io_win32_dispatch): Check buffer...
2002-03-15 Tor LillqvistSome debugging output formatting changes. The following...
2002-03-15 Owen TaylorMove pre-2.0 ChangeLog aside
2002-03-14 Owen TaylorFix some gsize/gint mismatches. (#74422, Miroslaw Dobrz...
2002-03-14 Sebastian WilhelmiFixed threading issues brought up by #74577. Make g_log...
2002-03-13 Erwann Chenedeglib/gconvert.c glib/gen-unicode-tables.pl fixed cast...
2002-03-13 Alexander LarssonCache getenv("G_BROKEN_FILENAMES") in have_broken_filen...
2002-03-11 Matthias ClasenAdd a note about g_strreverse() and UTF-8.
2002-03-08 Owen Taylor======== Released 2.0.0 ======== GLIB_2_0_0
2002-03-08 Owen TaylorFinal updates for 2.0.0
2002-03-08 Owen TaylorUpdates.
2002-03-06 Sebastian WilhelmiAdded bugnumber
2002-03-06 Sebastian WilhelmiFixed recognition of dce. Do not use -lc_r on OpenBSD...
2002-03-06 Owen TaylorGTK+-2.0.0 rc1 GLIB_2_0_0_RC1
2002-03-05 Matthias ClasenFinish docs. (#67064)
2002-03-05 Owen TaylorWhere we have getpwuid[_r], use that in preference...
2002-03-05 Owen TaylorDefault to --disable-gtk-doc, to avoid Jade setup hassles.
2002-03-04 Owen Taylorspelling fix
2002-03-03 Tim Janikadded padding.
2002-02-28 Owen TaylorFix memory leak. (#72990, Paoloo Maggi)
2002-02-28 Sven Neumannnicer output of configure --help.
2002-02-27 Daniel ElstnerRemove the shortcut for UTF-8 locales to ensure consist...
2002-02-27 Owen TaylorRemove these files from CVS so we more-or-less current...
2002-02-26 Matthias ClasenRemove references to gruntime. This includes renaming...
2002-02-26 Owen Taylorfix wrong bug number
2002-02-26 Owen TaylorReorder @INTL_LIBS@ and @ICONV_LIBS@ in case -lintl...
2002-02-26 Owen TaylorCheck for iconv_* in -liconv as well as libiconv_*...
2002-02-26 Owen TaylorFix trailing , in enumeration Miroslaw Dobrzanski-Neuma...
2002-02-26 Owen TaylorAccount for some characters having now uppercase/lowerc...
2002-02-25 Owen TaylorFix quoting of \' sequence (#72548, Christian Rose)
2002-02-24 Tor LillqvistEdits.
2002-02-24 Owen Taylor1.3.15, binary, interface age 0. GLIB_1_3_15
2002-02-23 Owen TaylorAdd a little bit of padding.
2002-02-21 Matthias ClasenNew header containing GTK_DEBUG-style debugging support...
2002-02-21 Owen Taylored Feb 20 22:35:42 2002 Owen Taylor <otaylor@redhat...
2002-02-20 Daniel ElstnerUse gssize instead of gsize as type of the pos and...
2002-02-20 Simos XenitellisAdded Greek translation
2002-02-19 Tor LillqvistInclude <config.h> first here, too. Use g_io_channel_re...
2002-02-19 Owen TaylorRemove charset.alias from EXTRA_DIST; we don't want...
2002-02-18 Owen TaylorTurn off ISO varargs support for gcc-2.95 since it...
2002-02-17 Owen Taylor1.3.14 GLIB_1_3_14
2002-02-15 Owen TaylorVersion 1.3.14.
2002-02-15 Owen TaylorUpdated.
2002-02-15 Sebastian WilhelmiDo not assume, that after g_usleep(G_USEC_PER_SEC)...
2002-02-14 Tor LillqvistUse the #if branch with G_BREAKPOINT() also on Win32...
2002-02-14 James Henstridgeadd third argument to the AC_DEFINE calls, so users...
2002-02-13 Havoc Penningtonnever dispatch sources of mixed priority, because while...
2002-02-11 Darin AdlerUse "if (expr) { } else" as I meant to in the first...
2002-02-11 Manish Singhytpo fix
2002-02-11 Manish Singhneed statement terminators for the if clauses for the...
2002-02-11 Darin AdlerUse "if (expr) else" rather than "if (!(expr))" so...
2002-02-11 jacob berkmanmatch the signature in the implementation
2002-02-10 Hans Breuerno sym links on win32, no lstat in msvcrt
2002-02-10 Darin AdlerNew. (skip_spaces): g_unichar_isspace -> xml_isspace...
2002-02-09 Matthias ClasenTest attribute value delimiters.
2002-02-09 Sebastian WilhelmiMake --disable-threads work again. (#71034)
2002-02-09 Owen TaylorRegister transformations for gint64, guint64. (#70780...
2002-02-08 Darin AdlerMake hostname parameter const char *. Added a new ...
2002-02-08 Owen TaylorFix access to freed memory in test case (Miroslaw Dobrz...
2002-02-08 Michael Nattererg_dir_open: added g_return_val_if_fail() to prevent...
2002-02-08 Sebastian WilhelmiExtended documentation.
2002-02-07 Sebastian WilhelmiDo not follow symbolic links for G_FILE_TEST_SYMLINK...
2002-02-07 Changwoo RyuAdded Korean translation.
2002-02-06 Owen TaylorHandle NULL entries (already dispatched) in pending_dis...
2002-02-06 Owen TaylorUnref pending dispatches when discarding them.
2002-02-04 Sebastian WilhelmiDelay allocation until after all g_return_val_if_fail ().
2002-02-03 Manish Singhglib/gmain.c remove references to deprecated functions...
2002-01-31 jacob berkmanremove references to po2tbl
2002-01-30 Matthias ClasenChange the order in which some error conditions are...
2002-01-29 Owen Taylor1.3.13 GLIB_1_3_13
2002-01-29 Owen Taylor1.3.13
2002-01-29 Jeffrey StedfastRewritten to cache iconv conversion descriptors. On...
2002-01-29 Owen Taylor1.3.13
2002-01-29 Havoc PenningtonNULL-terminate context->attr_values so g_strfreev(...
2002-01-29 Havoc Penningtonget rid of warning here
2002-01-28 Owen TaylorOnly use __FUNCTION__, __PRETTY_FUNCTION__ for G_GNUC_F...
2002-01-28 Ron SteinkeSome documentation fixes/elaborations I really should...
2002-01-24 Sven Neumannremoved an empty line in the inline documentation that...
2002-01-23 Laszlo Peterreturn 1 more for the trailing \0 when using vsnprintf...
2002-01-23 Tor LillqvistMissing asterisk in ChangeLog entry...
2002-01-23 Tor LillqvistNot used on Windows, don't even compile it then.
2002-01-22 Sebastian Wilhelmibetter ChangeLog
next