1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/glib/ChangeLog.pre-2-2 Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,1502 @@
1.4 +Fri Dec 20 10:45:29 2002 Owen Taylor <otaylor@redhat.com>
1.5 +
1.6 + * === Released 2.2.0 ===
1.7 +
1.8 + * INSTALL.in: --enable-included-printf, not --enable-trio.
1.9 + (Matthias Clasen)
1.10 +
1.11 +Fri Dec 20 09:52:15 2002 Owen Taylor <otaylor@redhat.com>
1.12 +
1.13 + * INSTALL.in: Document --enable-trio, --disable-mempools,
1.14 + --enable-debug. Include docs on cross compilation.
1.15 +
1.16 + * NEWS: Update.
1.17 +
1.18 + * configure.in: Version 2.2.0, interface age 0.
1.19 +
1.20 +Fri Dec 20 09:37:27 2002 Owen Taylor <otaylor@redhat.com>
1.21 +
1.22 + * gthread/gthread-impl.c (g_thread_init): Call g_main_thread_init()
1.23 + after setting g_threads_got_initialized. (#101624,
1.24 + Alceste Scalas, Sebastian Wilhelmi)
1.25 +
1.26 +Wed Dec 18 16:19:08 2002 Manish Singh <yosh@gimp.org>
1.27 +
1.28 + * glib/gtypes.h: new endian asm for ia64 and x86_64, general
1.29 + reorg and clean up. New implementation of GUINT16_SWAP_LE_BE_CONSTANT()
1.30 + that should optimize better. (#101318)
1.31 +
1.32 +2002-12-17 Tor Lillqvist <tml@iki.fi>
1.33 +
1.34 + Improvement based on suggestion by Thorsten Maerz:
1.35 +
1.36 + * glib/giowin32.c (struct _GIOWin32Channel): Don't need thread_handle.
1.37 +
1.38 + (create_thread): We can close thread handle right away, it isn't
1.39 + used for anything.
1.40 +
1.41 + (read_thread, select_thread): Thus, don't close it here.
1.42 +
1.43 + Fix #57690, partial fix for #57689:
1.44 +
1.45 + * glib/giowin32.c (g_io_win32_set_flags): Don't set the GError,
1.46 + instead call g_warning().
1.47 +
1.48 + (g_io_win32_fd_get_flags_internal): New function, sets the
1.49 + is_readable, is_writeable and is_seekable flags based on the
1.50 + actual access modes of the underlying Win32 HANDLE, by trying
1.51 + Win32 ReadFile() and WriteFile() of zero bytes, and
1.52 + PeekNamedPipe(). Should work for disk files and pipes. For devices
1.53 + (consoles) unfortunately not.
1.54 +
1.55 + (g_io_win32_fd_get_flags): Don't set the
1.56 + G_IO_FLAG_IS_{READ,WRITE}ABLE flags, g_io_channel_get_flags()
1.57 + already does. Call g_io_win32_fd_get_flags_internal() to set the
1.58 + is_* flags.
1.59 +
1.60 + (g_io_win32_msg_get_flags, g_io_win32_sock_get_flags): Splice the
1.61 + generic g_io_win32_get_flags() into these specific functions, as
1.62 + they need to do different things. Not implemented yet, though.
1.63 +
1.64 + (g_io_channel_win32_new_fd_internal): New function, to avoid
1.65 + duplicate fstat() calls. Most code from g_io_channel_win32_new_fd()
1.66 + moved here. Call g_io_win32_fd_get_flags_internal() to set the
1.67 + is_* flags.
1.68 +
1.69 + (g_io_channel_win32_new_fd, g_io_channel_unix_new): Call
1.70 + g_io_channel_win32_new_fd_internal().
1.71 +
1.72 + (g_io_win32_no_seek): Remove. Don't set is_seekable for those
1.73 + channel types.
1.74 +
1.75 +Mon Dec 16 17:31:50 2002 Owen Taylor <otaylor@redhat.com>
1.76 +
1.77 + * === Released 2.1.5 ===
1.78 +
1.79 + * configure.in: Version 2.1.5, interface age 2.
1.80 +
1.81 + * NEWS: Updated.
1.82 +
1.83 +Mon Dec 16 14:58:33 2002 Owen Taylor <otaylor@redhat.com>
1.84 +
1.85 + * configure.in: Add a hack to mostly deal with
1.86 + problems in support of -pthread and -lpthread;
1.87 + pass -lpthread (for linux) or -Wc,-pthread (for
1.88 + other platforms) to libtool when linking libgthread.
1.89 + (#100697)
1.90 +
1.91 +2002-12-16 Tor Lillqvist <tml@iki.fi>
1.92 +
1.93 + * glib/gspawn-win32.c (do_spawn): Fix potential heap
1.94 + corruption. Sometimes called g_free() on string literal.
1.95 +
1.96 +Sun Dec 15 19:51:58 2002 Owen Taylor <otaylor@redhat.com>
1.97 +
1.98 + * m4macros/glib-gettext.m4: AC_SUBST() DATADIRNAME, not
1.99 + DATADIR.
1.100 +
1.101 +Sun Dec 15 19:22:58 2002 Owen Taylor <otaylor@redhat.com>
1.102 +
1.103 + * m4macros/glib-gettext.m4: Restore a missing AC_SUBST()
1.104 + for DATADIRNAME. (Found by Kjartan Maraas)
1.105 +
1.106 +Sun Dec 15 11:24:29 2002 Owen Taylor <otaylor@redhat.com>
1.107 +
1.108 + * m4macros/glib-gettext.m4: Actually set INTLLIBS
1.109 + when needed. (Reported by Tor Lillqvist)
1.110 +
1.111 +2002-12-15 Tor Lillqvist <tml@iki.fi>
1.112 +
1.113 + * glib/glib.def: Add g_rand_init.
1.114 +
1.115 + * config.h.win32.in: Slight update to match what is currently
1.116 + produced by configure.
1.117 +
1.118 +Sat Dec 14 21:24:04 2002 Owen Taylor <otaylor@redhat.com>
1.119 +
1.120 + * glib/gutils.c (g_get_any_init): HP-UX 10 xshares the
1.121 + same non-posix getpwuid_r signature as AIX.
1.122 + (#100756, Kai Poitschke)
1.123 +
1.124 +Sat Dec 14 21:10:57 2002 Owen Taylor <otaylor@redhat.com>
1.125 +
1.126 + * glib/gthread.h: Mark the contents of the strucures
1.127 + in this file /*< private >*/
1.128 +
1.129 + * glib/gthread.[ch]: Rename the 'write' field of the
1.130 + structure to 'have_writer' to avoid any possible
1.131 + conflict with system headers. (#90549, Morten Welinder)
1.132 +
1.133 +Sat Dec 14 20:11:41 2002 Owen Taylor <otaylor@redhat.com>
1.134 +
1.135 + * glib/libcharset/{localcharset.[ch] libcharset-glib.patch}
1.136 + glib/gutf8.c: Break _g_locale_charset() into two pieces
1.137 + - a fast "raw" piece, and a slow "unalias pieces".
1.138 + Always call the "raw" piece, and call the unalias bit
1.139 + if it changes. Use a per-thread cache. (#79529)
1.140 +
1.141 +2002-12-15 Matthias Clasen <maclas@gmx.de>
1.142 +
1.143 + * configure.in: Set TRIO_LIBS when building with trio.
1.144 +
1.145 + * glib-2.0.pc.in (Libs): Add @TRIO_LIBS@.
1.146 +
1.147 + * glib/trio/Makefile.am (libtrio_la_LIBADD): Use @TRIO_LIBS@.
1.148 +
1.149 + * glib/trio/glibtrio.h: New file, redefining all trio symbols to
1.150 + fall into the _G/_g_ private glib namespace.
1.151 +
1.152 + * glib/trio/Makefile.am (libtrio_la_SOURCES): Add glibtrio.h
1.153 +
1.154 + * glib/trio/trionan.c:
1.155 + * glib/trio/triostr.c:
1.156 + * glib/trio/trio.c: Include glibtrio.h
1.157 +
1.158 + * glib/gprintfint.h:
1.159 + * glib/trio/trionan.c:
1.160 + * glib/trio/triostr.c:
1.161 + * glib/trio/trio.c: Include glibtrio.h
1.162 +
1.163 +Fri Dec 13 17:10:21 2002 Manish Singh <yosh@gimp.org>
1.164 +
1.165 + * glib/gscanner.c (g_scanner_unexp_token): Fix typo. Missing '%'
1.166 + in my last commit.
1.167 +
1.168 +Thu Dec 12 23:08:29 2002 Owen Taylor <otaylor@redhat.com>
1.169 +
1.170 + Fixes from Johannes Stezenbach
1.171 +
1.172 + * configure.in: When adding extra libraries to $LIBS for
1.173 + tests, always put them at the front, since that's how
1.174 + they'll be used in the actual Makefiles.
1.175 +
1.176 + * configure.in: Add a couple of missing ','s in AC_LINK_IFELSE()
1.177 +
1.178 + * m4macros/glib-gettext.m4: Remove a stray setting of $LIBS.
1.179 +
1.180 +Thu Dec 12 20:46:26 2002 Owen Taylor <otaylor@redhat.com>
1.181 +
1.182 + * configure.in: Allow not setting glib_cv_long_long_format
1.183 + when cross-compiling since we assume other things that
1.184 + will cause us to pull in Trio anyways.
1.185 +
1.186 + * configure.in: long_long_format is always ll for trio.
1.187 +
1.188 + * configure.in: Error out if --disable-trio is specified
1.189 + but the C library doesn't have the necessary features.
1.190 +
1.191 +2002-12-13 Matthias Clasen <maclas@gmx.de>
1.192 +
1.193 + * glib/trio/Makefile.am (libtrio_la_LIBADD): Add -lm for pow().
1.194 +
1.195 + * tests/string-test.c: Add a test for positional parameters in
1.196 + g_snprintf().
1.197 +
1.198 +Thu Dec 12 14:58:55 2002 Manish Singh <yosh@gimp.org>
1.199 +
1.200 + * configure.in: pull in trio if host printf doesn't have a known
1.201 + way of printing 64-bit ints.
1.202 +
1.203 + * glib/gmacros.h: remove extra whitespace at the end
1.204 +
1.205 + * glib/gscanner.c (g_scanner_unexp_token): use G_GUINT64_FORMAT
1.206 + instead of hardcoding "%llu"
1.207 +
1.208 + * tests/testglib.c: remove obsolete conditionals using G_HAVE_GINT64,
1.209 + we always have it now.
1.210 +
1.211 + * tests/type-test.c: same as above, and for G_G[U]INT64_FORMAT as
1.212 + well.
1.213 +
1.214 +Thu Dec 12 13:52:58 2002 Owen Taylor <otaylor@redhat.com>
1.215 +
1.216 + * m4macros/glib-gettext.m4: AC_PREREQ(2.53) here; convinces
1.217 + Debian's wrappers to use the right autoconf for atk, etc.
1.218 + (Reported by Jody Goldberg)
1.219 +
1.220 +2002-12-11 Tor Lillqvist <tml@iki.fi>
1.221 +
1.222 + * glib/gtimer.c (g_timer_elapsed): Fix off-by-one error. (#100853)
1.223 +
1.224 + * glib/gfileutils.c (g_file_test): Bypass extra test for root on
1.225 + Win32.
1.226 +
1.227 + * glib/glib.def: Add g_{get,set}_application_name.
1.228 +
1.229 +Wed Dec 11 17:53:34 2002 Owen Taylor <otaylor@redhat.com>
1.230 +
1.231 + * === Released 2.1.4 ===
1.232 +
1.233 + * NEWS: Updates.
1.234 +
1.235 +Wed Dec 11 17:49:15 2002 Owen Taylor <otaylor@redhat.com>
1.236 +
1.237 + * m4macros/glib-gettext.m4: Unset
1.238 + ac_cv_func_bind_textdomain_codeset before calling
1.239 + AC_CHECK_FUNCS(bind_textdomain_codeset) again.
1.240 +
1.241 + * configure.in: Remove duplicate call to
1.242 + AC_CHECK_FUNCS(bind_textdomain_codeset)
1.243 +
1.244 +2002-12-11 Pauli Virtanen <pauli.virtanen@hut.fi>
1.245 +
1.246 + * configure.in: Added "fi" to ALL_LINGUAS.
1.247 +
1.248 +Wed Dec 11 17:00:20 2002 Owen Taylor <otaylor@redhat.com>
1.249 +
1.250 + * acglib.m4 (ac_compile): Add GLIB_ASSERT_SET() as
1.251 + a helper for adding "must be set when cross-compiling"
1.252 + errors.
1.253 +
1.254 + * configure.in: For all cached variables without defaults,
1.255 + error out if they aren't set.
1.256 +
1.257 +Wed Dec 11 15:52:01 2002 Owen Taylor <otaylor@redhat.com>
1.258 +
1.259 + * configure.in: Also assume AC_LINK_IFELSE() is
1.260 + OK when cross-compiling for the libs checks, and for
1.261 + the sched_get_priority_min() check.
1.262 +
1.263 + * configure.in: Add cached value glib_cv_use_pid_surrogate.
1.264 +
1.265 +Wed Dec 11 15:10:25 2002 Owen Taylor <otaylor@redhat.com>
1.266 +
1.267 + * configure.in: Factor out repeated thread test into
1.268 + a m4_define(); when cross-compiling, assume that
1.269 + AC_LINK_IFELSE() is good enough for thinking that
1.270 + -pthread[s] is OK. (More of #58786)
1.271 +
1.272 + * m4macros/glib-gettext.m4: Fix typo. (Manish Singh)
1.273 +
1.274 +Wed Dec 11 14:28:50 2002 Owen Taylor <otaylor@redhat.com>
1.275 +
1.276 + * configure.in: Version 2.1.4, interface age 1.
1.277 +
1.278 + * m4macros/glib-gettext.m4: Major rewrite; remove leftovers
1.279 + from building intl/, prefer libintl if both libc and libintl
1.280 + have dgettext and libintl also has bind_textdomain_codeset().
1.281 + (#70627)
1.282 +
1.283 + * configure.in acinclude.m4: Use an include to avoid having
1.284 + to duplicate the gettext macros between glib-gettext.m4
1.285 + and acinclude.m4.
1.286 +
1.287 + * m4macros/glib-gettext.m4: Do some tricks so that configure.in
1.288 + can use macros under hidden names, but aclocal will still
1.289 + find them when installed.
1.290 +
1.291 + * m4macros/glib-gettext.m4: Add AM_GLIB_DEFINE_LOCALEDIR
1.292 + to encapsulate install location of catalog files.
1.293 +
1.294 + * m4macros/glib-gettext.m4 (AM_GLIB_DEFINE_LOCALEDIR):
1.295 + Fix bug where if --prefix wasn't set on the configure line,
1.296 + GLib would look for translations in NONE/share/locale.
1.297 +
1.298 +Wed Dec 11 11:11:44 2002 Owen Taylor <otaylor@redhat.com>
1.299 +
1.300 + * glib/grand.c: Include string.h, supress a warning.
1.301 +
1.302 +2002-12-10 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
1.303 +
1.304 + * glib/grand.c (g_rand_int_range): Improve generation of
1.305 + pseudo-random integers. (#99720, Morten Welinder <terra@diku.dk>)
1.306 +
1.307 + * README.in, docs/reference/glib/running.sgml,
1.308 + docs/reference/glib/tmpl/random_numbers.sgml,
1.309 + docs/reference/glib/changes.sgml: Added notes about the new
1.310 + algorithm.
1.311 +
1.312 +2002-12-09 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
1.313 +
1.314 + * configure.in: use 0 instead of $defattr, as it isn't defined
1.315 + anymore on platforms using -pthread and linux, where this is used,
1.316 + only uses 0 anyway and not "pthread_attr_default".
1.317 +
1.318 +Sun Dec 8 23:36:12 2002 Owen Taylor <otaylor@redhat.com>
1.319 +
1.320 + * glib/gfileutils.c (g_file_test): Guard against
1.321 + the POSIX allowed behavior where access (file, X_OK)
1.322 + succeeds for uid==0 when no executable bits are set.
1.323 +
1.324 + * glib/gfileutils.c (g_file_test): Add doc notes
1.325 + about the possibility of race conditions, and the
1.326 + fact that EXISTS and IS_EXECUTABLE give results
1.327 + for the real uid not the effective user ID.
1.328 + (#81854, Morten Welinder.)
1.329 +
1.330 +Fri Dec 6 14:34:42 2002 Owen Taylor <otaylor@redhat.com>
1.331 +
1.332 + Avoid literal UTF-8. (Allow it to build with
1.333 + IRIX cc, #72757, Tomas Ogren)
1.334 +
1.335 + * tests/patterntest.c (main): Convert literal
1.336 + iso-8859-1 high bit characters in tests to
1.337 + string escapes.
1.338 +
1.339 + * glib/gunichartable.h glib/gen-unicode-tables.pl:
1.340 + Use hex \xMN escapes rather than literal UTF-8
1.341 + for casefold tables.
1.342 +
1.343 + * configure.in: AC_PREREQ(2.53). needed for recent
1.344 + GLIB_SIZEOF() changes.
1.345 +
1.346 +Fri Dec 6 12:40:00 2002 Owen Taylor <otaylor@redhat.com>
1.347 +
1.348 + * glib/libcharset/Makefile.am (EXTRA_DIST): Don't
1.349 + distribute ref-add/del.sed., fixing problem with
1.350 + srcdir != destdir. (#99813, Phuc LeHong)
1.351 +
1.352 +Fri Dec 6 12:31:30 2002 Owen Taylor <otaylor@redhat.com>
1.353 +
1.354 + * configure.in: chmod 0755 scripts in AC_OUTPUT(), since
1.355 + install -c won't necessarily do that. (#74376, Martin
1.356 + Gansser, Joshua Weage)
1.357 +
1.358 +Thu Dec 5 16:05:55 2002 Owen Taylor <otaylor@redhat.com>
1.359 +
1.360 + * configure.in: Use AC_LINK_IFELSE(), not AC_TRY_RUN()
1.361 + for va_copy(), __va_copy() checks.
1.362 +
1.363 + * configure.in: When there is a reasonable default,
1.364 + provide that in the 3rd argument of AC_TRY_RUN(),
1.365 + instead of just leaving the 3rd argument empty.
1.366 +
1.367 +2002-12-05 Matthias Clasen <maclas@gmx.de>
1.368 +
1.369 + * glib/gstrfuncs.c (g_strncasecmp): Break long deprecation
1.370 + info into two paragraphs.
1.371 +
1.372 +Thu Dec 5 15:43:46 2002 Owen Taylor <otaylor@redhat.com>
1.373 +
1.374 + * configure.in: Fix multiple problems with the programs
1.375 + in the argument of AC_TRY_RUN() having preprocessor
1.376 + defines not in the first column.
1.377 +
1.378 +Thu Dec 5 15:24:14 2002 Owen Taylor <otaylor@redhat.com>
1.379 +
1.380 + Start of fixes for cross-compilation. Based on
1.381 + patches from Dimi Shahbaz, Dan Kegel, Johannes Stezenbach,
1.382 + Amy Lin. (#58786)
1.383 +
1.384 + * configure.in: Don't run the Digital-Unix 4 -std1 check
1.385 + when cross_compiling.
1.386 +
1.387 + * configure.in: Use AC_TRY_COMPILE() rather than
1.388 + AC_TRY_RUN() for inline checks. (Daniel Egger)
1.389 +
1.390 + * configure.in: use AC_CHECK_SIZEOF rather than
1.391 + GLIB_SIZEOF for size_t. Remove unused checks for
1.392 + size of ptrdiff_t/intmax_t.
1.393 +
1.394 + * acglib.m4: Resync GLIB_SIZEOF of to the current
1.395 + AC_CHECK_SIZEOF, which handles cross-compilation.
1.396 +
1.397 + * acglib.m4: Remove no longer needed GLIB_SYSDEFS(),
1.398 + add GLIB_CHECK_VALUE() as a wrapper around the
1.399 + amazing _AC_COMPUTE_INT() autoconf 2.5x internal.
1.400 +
1.401 + * configure.in: Redo the POLL* value checks in a
1.402 + cross-compilation friendly way.
1.403 +
1.404 +Thu Dec 5 15:28:37 2002 Owen Taylor <otaylor@redhat.com>
1.405 +
1.406 + * glib/gtimer.c: Include glibconfig.h early so
1.407 + that we include <windows.h> when needed.
1.408 +
1.409 + * glib/gstrfuncs.c: Fix typo.
1.410 +
1.411 +Tue Dec 3 21:10:28 2002 Owen Taylor <otaylor@redhat.com>
1.412 +
1.413 + * configure.in: Add 3rd argument to remaining AC_DEFINES(),
1.414 + so we can get rid of acconfig.h. (#76334, Daniel Egger)
1.415 +
1.416 + * acconfig.h: Removed.
1.417 +
1.418 +Tue Dec 3 20:22:27 2002 Owen Taylor <otaylor@redhat.com>
1.419 +
1.420 + * glib/*.c: Patch from Sven Neumann to make the
1.421 + include order consistent. (#71704)
1.422 +
1.423 +2002-12-03 Matthias Clasen <maclas@gmx.de>
1.424 +
1.425 + * configure.in: Check that strlcpy behaves as per the OpenBSD
1.426 + man page before wrapping it. (#53933)
1.427 +
1.428 +2002-12-03 Frederic Crozat <fcrozat@mandrakesoft.com>
1.429 +
1.430 + * glib/gunicollate.c: (g_utf8_collate_key):
1.431 + Fix typo from previous commit
1.432 +
1.433 +Tue Dec 3 01:05:00 2002 James M. Cape <jcape@ignore-your.tv>
1.434 +
1.435 + * glib/gunicollate.c (g_utf8_collate, g_utf8_collate_key):
1.436 + Check for NULL before doing anything.
1.437 +
1.438 +Mon Dec 2 16:34:13 2002 Owen Taylor <otaylor@redhat.com>
1.439 +
1.440 + * === Released 2.1.3 ===
1.441 +
1.442 + * NEWS: Updated.
1.443 +
1.444 + [ Unmerged change from stable from May 16 ]
1.445 +
1.446 + * autogen.sh: Remove check for GNU gettext, since it
1.447 + was causing problems for Solaris CVS builds.
1.448 + (#81885, Hidetoshi Tajima.)
1.449 +
1.450 +Tue Nov 26 09:51:43 2002 Owen Taylor <otaylor@redhat.com>
1.451 +
1.452 + * glib/gstrfuncs.c (g_strchomp): Avoid non-ANSI pointer
1.453 + comparison. (#54344, Morten Welinder)
1.454 +
1.455 + * tests/strfunc-test.c (main): Add tests for strchomp().
1.456 +
1.457 +2002-11-30 Ole Laursen <olau@hardworking.dk>
1.458 +
1.459 + * configure.in: Added "da" to ALL_LINGUAS.
1.460 +
1.461 +2002-11-29 Matthias Clasen <maclas@gmx.de>
1.462 +
1.463 + * glib/gstrfuncs.c (g_ascii_strtoull): It is a 2.2 addition.
1.464 +
1.465 + * glib/gtimer.c (g_time_val_add): Adjust to changed parameter names.
1.466 +
1.467 + * glib/gutils.c (g_get_application_name): Mark as 2.2. addition.
1.468 +
1.469 + * glib/gstrfuncs.c (g_ascii_strtoull): Mark as 2.0.7 addition.
1.470 +
1.471 +2002-11-28 Matthias Clasen <maclas@gmx.de>
1.472 +
1.473 + * glib/gutils.c:
1.474 + * glib/gtree.c:
1.475 + * glib/gstring.c:
1.476 + * glib/gstrfuncs.c:
1.477 + * glib/giochannel.c: Move some docs inline, and add deprecation
1.478 + information. To see the list of affected functions, grep for
1.479 + "Deprecated:".
1.480 +
1.481 + * configure.in: Fix the definitions around printf: either we use
1.482 + system printf in which case HAVE_VASPRINTF, HAVE_C99_VSNPRINTF and
1.483 + HAVE_UNIX98_PRINTF have already been determined by earlier tests,
1.484 + or we use the included printf, in which case we know that these
1.485 + three can be defined as 1. (#99826)
1.486 +
1.487 + * glib/gutf8.c (g_utf8_strreverse):
1.488 + * glib/gstrfuncs.c (g_str_has_suffix):
1.489 + (g_str_has_prefix):
1.490 + * glib/gprintf.c (g_printf):
1.491 + (g_fprintf):
1.492 + (g_sprintf):
1.493 + (g_vprintf):
1.494 + (g_vfprintf):
1.495 + (g_vsprintf):
1.496 + * glib/gmarkup.c (g_markup_parse_context_get_element):
1.497 + Mark as 2.2 API additions.
1.498 +
1.499 + * configure.in: Fix the gtk-doc version check.
1.500 +
1.501 +2002-11-27 Matthias Clasen <maclas@gmx.de>
1.502 +
1.503 + * glib/gmessages.h: Use G_LIKELY without surrounding parentheses
1.504 + in g_assert() and g_return_[val]_if_fail() so that we always trigger
1.505 + the gcc warning about "assignment used as truth value".
1.506 +
1.507 + * glib/gmacros.h: Always put parentheses in G_LIKELY and G_UNLIKELY.
1.508 +
1.509 +2002-11-26 Matthias Clasen <maclas@gmx.de>
1.510 +
1.511 + * glib/gmessages.h: Only use G_LIKELY in g_assert() and
1.512 + g_return_[val]_if_fail() if it is actually doing something.
1.513 +
1.514 +2002-11-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
1.515 +
1.516 + * glib/grand.c, gthread/gthread-impl.c, tests/rand-test.c:
1.517 + Changed the seeding algorithm. Old behaviour can be achived by
1.518 + setting envvar G_RANDOM_VERSION to "2.0". (#99262)
1.519 +
1.520 + * docs/reference/glib/glib-docs.sgml,
1.521 + docs/reference/glib/Makefile.am: Renamed
1.522 + docs/reference/glib/changes-2.0.sgml to
1.523 + docs/reference/glib/changes.sgml and added section for changes
1.524 + from 2.0 to 2.2 (Also corrected 1.0 to 1.2).
1.525 +
1.526 + * README.in, docs/reference/glib/running.sgml,
1.527 + docs/reference/glib/tmpl/random_numbers.sgml,
1.528 + docs/reference/glib/changes.sgml: Added notes about the new
1.529 + seeding algorithm.
1.530 +
1.531 + * configure.in: Make CPPFLAGS, not CFLAGS, include
1.532 + G_THREAD_CFLAGS. CFLAGS is used while linking too and thus GLib
1.533 + programs would link to the threads library on some platforms. Also
1.534 + fixed a bug manifesting through this change. (#77981)
1.535 +
1.536 +2002-11-26 Matthias Clasen <maclas@gmx.de>
1.537 +
1.538 + * glib/gmacros.h: Fix the non-gcc-3.x definitions of G_LIKELY
1.539 + and G_UNLIKELY. (Reported by Dan Mills)
1.540 +
1.541 +2002-11-25 Matthias Clasen <maclas@gmx.de>
1.542 +
1.543 + * glib/gfileutils.c (g_build_path):
1.544 + (g_build_filename): Document that the varargs must be
1.545 + NULL-terminated. (#99510)
1.546 +
1.547 + * glib/gmessages.h (g_assert):
1.548 + (g_return_if_fail):
1.549 + (g_return_val_if_fail): Remove the (no longer effective) empty
1.550 + if-branch.
1.551 +
1.552 + * glib/gmacros.h: Change the definition of G_LIKELY, so that
1.553 + g_return_if_fail() and friends still trigger a gcc warning if
1.554 + the expr is an assignment.
1.555 +
1.556 +2002-11-23 Matthias Clasen <maclas@gmx.de>
1.557 +
1.558 + * configure.in: Generate docs/reference/*/version.xml.
1.559 +
1.560 + * glib/gdir.h: Add Copyright notice.
1.561 +
1.562 +2002-11-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
1.563 +
1.564 + * configure.in: Fixed typo: PTHREAD_PRIO_MIN ->
1.565 + PTHREAD_PRIO_MAX. (Laurent Vivier, #99293)
1.566 +
1.567 +Fri Nov 22 09:39:09 2002 Owen Taylor <otaylor@redhat.com>
1.568 +
1.569 + * glib/gmacros.h: Remove broken G_HIDDEN_SYMBOL
1.570 + definition which wasn't supposed to be committed
1.571 + at all.
1.572 +
1.573 +Thu Nov 21 16:19:21 2002 Owen Taylor <otaylor@redhat.com>
1.574 +
1.575 + * glib/ghash.c: Patch from Morten Welinder to
1.576 + make ghash.c properly obey DISABLE_MEM_POOLS. (#96600)
1.577 +
1.578 +Thu Nov 21 14:09:44 2002 Owen Taylor <otaylor@redhat.com>
1.579 +
1.580 + * glib/gmacros.h: Add G_GNUC_DEPRECATED. (Tom Tromey,
1.581 + #87969)
1.582 +
1.583 +2002-11-21 Tor Lillqvist <tml@iki.fi>
1.584 +
1.585 + * config.h.win32.in: Update to match what is currently produced by
1.586 + autotools.
1.587 +
1.588 + * configure.in: Remove superfluous spaces on two shell variable
1.589 + assignment lines. Don't define HAVE_GOOD_PRINTF as 0 if we don't
1.590 + have a good printf, it is tested with #ifdef.
1.591 +
1.592 + * glib/glib.def: Add new functions.
1.593 +
1.594 + * glib/Makefile.am: If !HAVE_GOOD_PRINTF, add libtrio.la to LIBADD
1.595 + and DEPENDENCIES.
1.596 +
1.597 + * glib/glib.rc.in
1.598 + * gmodule/gmodule.rc.in
1.599 + * gobject/gobject.rc.in
1.600 + * gthread/gthread.rc.in
1.601 + * {glib,gmodule,gobject,gthread}/makefile.{mingw,msc}.in:
1.602 + Hardcode 2.0 in the names, as that is what Makefile.am does.
1.603 +
1.604 +2002-11-21 Matthias Clasen <maclas@gmx.de>
1.605 +
1.606 + Include a printf implementation supporting C99 snprintf and SUS
1.607 + positional parameters: (#79488)
1.608 +
1.609 + * glib/gstrfuncs.c:
1.610 + * glib/gspawn-win32.c:
1.611 + * glib/gscanner.c:
1.612 + * glib/gconvert.c:
1.613 + * glib/gbacktrace.c: Use _g_printf wrappers.
1.614 +
1.615 + * glib/gutils.c (g_vsnprintf): Simplify, since we can assume C99
1.616 + snprintf semantics now.
1.617 +
1.618 + * glib/gmessages.c (printf_string_upper_bound): No longer needed,
1.619 + since we can assume C99 snprintf semantics now.
1.620 + (g_logv): Simplify.
1.621 +
1.622 + * acinclude.m4 (AC_FUNC_PRINTF_UNIX98): New macro to check wether
1.623 + printf supports SUS positional parameters.
1.624 +
1.625 + * configure.in: New option --enable-included-printf to force
1.626 + compilation of trio; otherwise trio is compiled if the system
1.627 + printf misses either C99 snprintf semantics of SUS positional
1.628 + parameters.
1.629 +
1.630 + * glib/Makefile.am (SUBDIRS): Conditionally compile trio.
1.631 + (libglib_2_0_la_SOURCES): Add gprintf.c and gprintfint.h.
1.632 + (glibsubinclude_HEADERS): Add gprintf.h.
1.633 +
1.634 + * glib/gprintfint.h: New private wrapping either system printf
1.635 + or trio printf variants in _g_printf wrappers for use inside glib.
1.636 +
1.637 + * glib/gprintf.h: New public header declaring g_printf variants.
1.638 + * glib/gprintf.c: Corresponding implementations.
1.639 +
1.640 + * glib/trio/*: New directory, containing the trio-1.9 sources.
1.641 +
1.642 +2002-11-20 Matthias Clasen <maclas@gmx.de>
1.643 +
1.644 + * glib/gmessages.h (g_return_if_fail):
1.645 + (g_return_val_if_fail): Use G_LIKELY. (#69022)
1.646 +
1.647 + * glib/gmacros.h (G_LIKELY):
1.648 + (G_UNLIKELY): New macros for hinting the compiler about the
1.649 + expected result of expressions. For gcc 3.x, define these
1.650 + using __builtin_expect. (#69022)
1.651 +
1.652 +Tue Nov 19 14:38:18 2002 Owen Taylor <otaylor@redhat.com>
1.653 +
1.654 + * glib/gstrfuncs.c (g_ascii_strtoull): Fix
1.655 + strtull/strtoull type in docs (#99012, Morten
1.656 + Welinder.) Add copyright information for code
1.657 + taken from GNU libc.
1.658 +
1.659 +2002-11-18 Tor Lillqvist <tml@iki.fi>
1.660 +
1.661 + * glib/gspawn-win32.c (do_spawn_with_pipes): Do handle
1.662 + G_SPAWN_DO_NOT_REAP_CHILD after all, similarily as on Unix. If the
1.663 + flag is not set, don't call DuplicateHandle() on the handle
1.664 + returned by the helper process, and set the "child pid" returned
1.665 + to the called to zero. Close the handle to the helper process in
1.666 + all cases.
1.667 +
1.668 + * glib/gspawn.c (g_spawn_async_with_pipes): Document Windows
1.669 + behaviour of G_SPAWN_DO_NOT_REAP_CHILD.
1.670 +
1.671 +2002-11-18 Tor Lillqvist <tml@iki.fi>
1.672 +
1.673 + [Win32] Fix the asynchronous g_spawn* to return the process handle
1.674 + of the started program properly. (Note: not the process id. The
1.675 + spawn*() functions in the C runtime return the created process's
1.676 + handle. There doesn't seem to be any way to get the process id of
1.677 + a child process if you have the handle. But then, the process
1.678 + handle usually is more useful anyway.)
1.679 +
1.680 + * glib/gspawn-win32-helper.c (WinMain): If the spawning of the
1.681 + child process succeeded, and if asynchronous spawn (P_NOWAIT),
1.682 + write the result handle up to the parent process, waiting to read
1.683 + it in do_spawn_with_pipes().
1.684 +
1.685 + * glib/gspawn-win32.c (do_spawn): Use return value from spawning
1.686 + the helper. If it is -1 the helper wasn't found or couldn't be run
1.687 + for some reason. Otherwise it is the helper's process handle.
1.688 +
1.689 + (g_spawn_async_with_pipes): Pass the child_pid parameter on to
1.690 + do_spawn_with_pipes().
1.691 +
1.692 + (do_spawn_with_pipes): Take also a child_pid parameter. If
1.693 + do_spawn() returned -1, fail immediately. Otherwise make the
1.694 + handle passed to us by the helper process into a handle valid in
1.695 + this process by calling DuplicateHandle().
1.696 +
1.697 +2002-11-17 Tor Lillqvist <tml@iki.fi>
1.698 +
1.699 + * glib/gspawn-win32.c (g_spawn_async_with_pipes): Ignore the
1.700 + G_SPAWN_DO_NOT_REAP_CHILD flag, can't be meaninfully implemented
1.701 + on Windows, at least not now. Always pass dont_wait as TRUE to
1.702 + do_spawn_with_pipes(). The semantics of the dont_wait parameter is
1.703 + very different from the semantics of the intermediate_child
1.704 + parameter to fork_exec_with_pipes() in the Unix version. This
1.705 + fixes a serious bug, g_spawn_async() in fact behaved
1.706 + synchronously.
1.707 +
1.708 + (do_spawn_with_pipes, do_spawn): Rename from
1.709 + fork_exec_with_pipes() and do_exec(), those names were from the
1.710 + Unix bersion, and misleading.
1.711 +
1.712 + (close_and_invalidate): Don't try to close invalid fds.
1.713 +
1.714 + * glib/gspawn.c (g_spawn_async_with_pipes): Add warning about
1.715 + Windows behaviour. There is no fork(), so the child_setup()
1.716 + function is in fact called in the parent.
1.717 +
1.718 + * glib/gspawn-win32-helper.c (WinMain): Insert spaces in argv
1.719 + debugging output.
1.720 +
1.721 + * tests/spawn-test-win32-gui.c: New file. Test program to be
1.722 + linked as a GUI application. Behaves differently depending on how
1.723 + invoked (by spawn-test).
1.724 +
1.725 + * tests/spawn-test.c (run_tests): On Win32, run the
1.726 + spawn-test-win32-gui program, too, in several ways, synchronously
1.727 + and asynchronously.
1.728 +
1.729 + * tests/Makefile.am: Corresponding change.
1.730 +
1.731 +Fri Nov 8 19:44:20 2002 Soeren Sandmann <sandmann@daimi.au.dk>
1.732 +
1.733 + * docs/reference/glib/tmpl/arrays.sgml:
1.734 + * docs/reference/glib/tmpl/arrays_byte.sgml:
1.735 + * docs/reference/glib/tmpl/arrays_pointer.sgml:
1.736 + * docs/reference/glib/tmpl/date.sgml:
1.737 + * docs/reference/glib/tmpl/linked_lists_double.sgml:
1.738 + * docs/reference/glib/tmpl/linked_lists_single.sgml:
1.739 + * docs/reference/glib/tmpl/main.sgml:
1.740 + * docs/reference/glib/tmpl/queue.sgml:
1.741 + * docs/reference/glib/tmpl/random_numbers.sgml:
1.742 + * docs/reference/glib/tmpl/relations.sgml:
1.743 + * docs/reference/glib/tmpl/scanner.sgml:
1.744 + * docs/reference/gobject/tmpl/gtype.sgml:
1.745 + * docs/reference/gobject/tmpl/value_arrays.sgml glib/garray.h:
1.746 + * glib/gdate.h glib/giochannel.h glib/glist.h glib/gmain.c:
1.747 + * glib/gmain.h glib/gqueue.c glib/gqueue.h glib/grand.c glib/grand.h:
1.748 + * glib/grel.h glib/gslist.h glib/gtimer.h gobject/gvaluearray.h:
1.749 +
1.750 + Trivial s/foo/foo_/ fixes to make <glib.h> includable with
1.751 + -Wshadow without warnings (#91680)
1.752 +
1.753 +Thu Nov 7 19:32:26 2002 Owen Taylor <otaylor@redhat.com>
1.754 +
1.755 + * glib/gutils.[ch] (g_set/get_application_name):
1.756 + Patch from Havoc Pennington to add functions for
1.757 + setting and getting a human readable application
1.758 + name.
1.759 +
1.760 + * configure.in: Up to version 2.1.3, since we'll
1.761 + need to depend on last addition for GTK+.
1.762 +
1.763 +2002-11-06 Tor Lillqvist <tml@iki.fi>
1.764 +
1.765 + * glib/glib.def: Add g_main_thread_init.
1.766 +
1.767 +2002-11-06 Matthias Clasen <maclas@gmx.de>
1.768 +
1.769 + * glib/gstrfuncs.c (g_str_has_suffix):
1.770 + (g_str_has_prefix): Minor doc markup fix.
1.771 +
1.772 +Mon Nov 4 10:45:48 2002 Owen Taylor <otaylor@redhat.com>
1.773 +
1.774 + * configure.in: Add -DG_DISABLE_CAST_CHECKS for
1.775 + everything but --enable-debug.
1.776 +
1.777 + * configure.in: Require pkg-config 0.14. (#97553)
1.778 +
1.779 +Mon Nov 4 14:41:48 2002 Owen Taylor <otaylor@redhat.com>
1.780 +
1.781 + * glib/gbsearcharray.c: Include config.h
1.782 + so DISABLE_MEMPOOLS actually has an effect.
1.783 + (#96437, Morten Welinder)
1.784 +
1.785 + * tests/uri-test.c: Include <config.h>
1.786 +
1.787 +2002-11-03 Dmitry G. Mastrukov <dmitry@taurussoft.org>
1.788 +
1.789 + * configure.in: Added Belarusian to ALL_LINGUAS
1.790 +
1.791 +2002-11-02 Daniel Elstner <daniel.elstner@gmx.net>
1.792 +
1.793 + * glib/giochannel.c (g_io_channel_write_chars): Fix left_len
1.794 + calculation in the from UTF-8 to UTF-8 case: left_len should
1.795 + be the number of bytes left in the input buffer rather than
1.796 + channel->write_buf. (#96373)
1.797 +
1.798 +2002-10-27 Tor Lillqvist <tml@iki.fi>
1.799 +
1.800 + * configure.in (G_MODULE_LDFLAGS): Don't set on Win32, only causes
1.801 + trouble.
1.802 +
1.803 + * glib/gmain.c (g_poll): Fix for bug reported by Herman Bloggs
1.804 + (http://mail.gnome.org/archives/gtk-devel-list/2002-October/msg00101.html)
1.805 + and others. We waited for events only for GPollFDs whose events
1.806 + field had G_IO_IN set. We need to wait also for events for
1.807 + GPollFDs that have just G_IO_OUT set. Non-blocking sockets in the
1.808 + process of being connect()ed are one such case. Also silence a
1.809 + couple of gcc warnings.
1.810 +
1.811 +Fri Oct 18 13:41:30 2002 Manish Singh <yosh@gimp.org>
1.812 +
1.813 + * glib/giochannel.c (g_io_channel_read_line_backend): avoid
1.814 + creating negative values out of unsigned values using MAX,
1.815 + check to see if the result would be positive before doing
1.816 + the calculation.
1.817 +
1.818 +Tue Oct 15 15:28:47 2002 Manish Singh <yosh@gimp.org>
1.819 +
1.820 + * tests/iochannel-test.c: use gsize instead of int where appropriate
1.821 + (64-bit cleanliness fix). Removed leftover line_term cruft.
1.822 +
1.823 +Tue Oct 15 15:07:45 2002 Manish Singh <yosh@gimp.org>
1.824 +
1.825 + * gmodule/Makefile.am gobject/Makefile.am gthread/Makefile.am:
1.826 + add -DG_DISABLED_DEPRECATED
1.827 +
1.828 + * tests/gio-test.c tests/mainloop-test.c tests/string-test.c
1.829 + tests/testglib.c test/tree-test.c tests/unicode-collate.c
1.830 + tests/unicode-normalize.c: Deprecation cleanup
1.831 +
1.832 +Mon Oct 14 15:51:05 2002 Owen Taylor <otaylor@redhat.com>
1.833 +
1.834 + * glib/gdate.c (g_date_fill_parse_tokens): Fix a memory
1.835 + leak. (#94550, Sebastian Rittau)
1.836 +
1.837 +Mon Oct 14 15:36:11 2002 Owen Taylor <otaylor@redhat.com>
1.838 +
1.839 + * glib/gcompletion.[ch] (g_completion_complete): Make
1.840 + prefix argument const. (#91662, Gustavo Carneiro)
1.841 +
1.842 +Mon Oct 14 15:32:14 2002 Owen Taylor <otaylor@redhat.com>
1.843 +
1.844 + * tests/mainloop-test.c (adder_response): Fix a minor memory
1.845 + leak.
1.846 +
1.847 +Sat Oct 12 21:30:41 2002 Tim Janik <timj@gtk.org>
1.848 +
1.849 + * merged up from glib-2-0:
1.850 +
1.851 + * glib/gstrfuncs.c (g_ascii_strtod): fix comment.
1.852 + (g_ascii_strtoull): new function, acting like strtoull(3) in the C
1.853 + locale.
1.854 +
1.855 + * glib/gscanner.[hc]: fix 32bit issues with integer parsing and
1.856 + support storing 64bit values in GTokenValue by
1.857 + using g_ascii_strtoull().
1.858 +
1.859 +Sat Oct 12 12:34:22 2002 Soeren Sandmann <sandmann@daimi.au.dk>
1.860 +
1.861 + * glib/gtree.c (g_tree_search), glib/gspawn.c
1.862 + (g_spawn_async_with_pipes):
1.863 +
1.864 + Documentation fixes: #71778, Owen Taylor; #85095, Bill Janssen,
1.865 + Owen Taylor.
1.866 +
1.867 +Thu Oct 10 23:27:02 2002 Tim Janik <timj@gtk.org>
1.868 +
1.869 + * glib/gscanner.c (g_scanner_msg_handler): if input_name is NULL,
1.870 + print out "<memory>" instead of completely skipping input specification
1.871 + and thusly loosing error line information.
1.872 +
1.873 +Sun Sep 29 12:15:44 2002 Manish Singh <yosh@gimp.org>
1.874 +
1.875 + * tests/mainloop-test.c: use gsize instead of int where appropriate
1.876 + (64-bit cleanliness fix)
1.877 +
1.878 +2002-09-29 Tor Lillqvist <tml@iki.fi>
1.879 +
1.880 + * configure.in: Instead of forcing -fnative-struct into CFLAGS
1.881 + when using gcc for Win32, check for gcc version 3.x which uses
1.882 + -mms-bitfields instead. Also check if either of these switches is
1.883 + actually available at all, and warn if not. Thanks to Soren
1.884 + Andersen for the inspiration.
1.885 +
1.886 + * HACKING: Say we require autoconf 2.52 as that is what
1.887 + configure.in does.
1.888 +
1.889 +2002-09-23 Arvind Samptur <arvind.samptur@wipro.com>
1.890 + * glib/gspawn.c (fork_exec_with_pipes) : when the child fails
1.891 + we need to reap it to avoid a zombie. This would
1.892 + happen in case of g_spawn_sync. Fixes #92658
1.893 +
1.894 +2002-09-20 Matthias Clasen <maclas@gmx.de>
1.895 +
1.896 + * glib/gscanner.c (g_scanner_msg_handler): Don't print
1.897 + scanner->input_name when it is NULL. (#93752)
1.898 +
1.899 +2002-09-06 Havoc Pennington <hp@redhat.com>
1.900 +
1.901 + * autogen.sh: automake 1.4
1.902 +
1.903 +2002-09-01 Soeren Sandmann <sandmann@daimi.au.dk>
1.904 +
1.905 + * docs/reference/glib/tmpl/datalist.sgml, glib/gmain.c:
1.906 +
1.907 + Documentation fixes: (#75255, Martin Schulze; #76104, Daryll Strauss)
1.908 +
1.909 +2002-08-26 Tor Lillqvist <tml@iki.fi>
1.910 +
1.911 + * configure.in (G_LIBS_EXTRA): Don't link with -lwsock32 on
1.912 + Cygwin (#91696, Masahiro Sakai).
1.913 +
1.914 +Tue Aug 20 16:01:03 2002 HideToshi Tajima <hidetoshi.tajima@sun.com>
1.915 +
1.916 + * glib/gconvert.c (strdup_len): validate 'len' argument properly
1.917 + for the case that input string is not null-terminated. (#91222)
1.918 +
1.919 +2002-08-10 Gustavo Noronha Silva <kov@debian.org>
1.920 +
1.921 + * configure.in: added pt_BR to ALL_LINGUAS
1.922 +
1.923 +2002-08-07 Matthias Clasen <maclas@gmx.de>
1.924 +
1.925 + * glib/gmarkup.c (g_markup_parse_context_get_element):
1.926 + Use g_return_val_if_fail, no g_return_if_fail.
1.927 +
1.928 +2002-08-06 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
1.929 +
1.930 + * glib/gthread.c: Set the normal PID surrogate priority according
1.931 + to getpid() to avoid errors for niced processes. (#86116)
1.932 +
1.933 + * gthread/gthread-impl.c, gthread/gthread-posix.c,
1.934 + gthread/gthread-solaris.c: Do the same for the posix/dce
1.935 + implementation. Solaris still needs to set priority of the main
1.936 + thread, because all unbound threads will schedule according to
1.937 + that value and it defaults to 0 (the minimal value).
1.938 +
1.939 + * glib/gmain.c: Factor out g_main_context_init_pipe from
1.940 + g_main_context_new to initialize the wakeup pipe of a
1.941 + context. Call that function from g_main_context_new if threads are
1.942 + initialized and for all contexts when threads are initialized
1.943 + in g_main_thread_init. (#86872)
1.944 +
1.945 + * gthread/gthread-impl.c: Call g_main_thread_init. (#86872)
1.946 +
1.947 +Thu Jul 25 14:23:15 2002 Owen Taylor <otaylor@redhat.com>
1.948 +
1.949 + * glib/gfileutils.c: Clarify the behavior of g_build_path()
1.950 + for empty elements and for leading and trailing copies
1.951 + of the separator in the docs.
1.952 +
1.953 + * glib/gfileutils.c: Fix problems with leading elements
1.954 + consisting only of "/" characters. (#85928, Guillaume Chazarain)
1.955 +
1.956 + * tests/strfunc-test.c (main): Add more test cases
1.957 + for g_build_filename().
1.958 +
1.959 +2002-07-26 Matthias Clasen <maclas@gmx.de>
1.960 +
1.961 + * glib/gunicode.h:
1.962 + * glib/gutf8.c (g_utf8_strreverse): New function to revert
1.963 + a utf8 string.
1.964 + * glib/gpattern.c (g_utf8_reverse): Gone, replaced by
1.965 + g_utf8_strreverse. (#87725)
1.966 +
1.967 +Thu Jul 25 20:57:20 2002 Owen Taylor <otaylor@redhat.com>
1.968 +
1.969 + * glib/giochannel.c (g_io_channel_read_line): Fix
1.970 + docs for @str_return to conform to the main docs
1.971 + and the implementation as to whether the terminator
1.972 + is included. (#87964, Jacob Berkman)
1.973 +
1.974 +Thu Jul 25 19:52:41 2002 Owen Taylor <otaylor@redhat.com>
1.975 +
1.976 + * glib/guniprop.c (real_tolower): Handle the
1.977 + end of the string properly when max_len is set.
1.978 + (#88545, Morten Welinder.) Rename the next_t
1.979 + variable to next_type to make cc-mode happy.
1.980 +
1.981 + * glib/gconvert.c (g_iconv_open): Fix missing
1.982 + label from previous commit.
1.983 +
1.984 +Thu Jul 25 19:41:03 2002 Owen Taylor <otaylor@redhat.com>
1.985 +
1.986 + * glib/giochannel.c (g_io_channel_get_flags): Fix
1.987 + incorrect return value in g_return_val_if_fail
1.988 + (#85545, David L. Cooper II)
1.989 +
1.990 +Thu Jul 25 19:12:43 2002 Owen Taylor <otaylor@redhat.com>
1.991 +
1.992 + * glib/giochannel.c (g_io_channel_set_encoding): Clarify
1.993 + that only one of the conditions listed in the docs
1.994 + need to be true, not all of them. (#87176,
1.995 + Sebastian Rittau)
1.996 +
1.997 + * glib/giochannel.c (g_io_channel_read_line): Fix
1.998 + description of the return value. (#87754, Manuel Clos)
1.999 +
1.1000 +Thu Jul 25 19:02:53 2002 Owen Taylor <otaylor@redhat.com>
1.1001 +
1.1002 + * glib/gmain.c (g_timeout_add): Remove reference
1.1003 + in the docs to @notify parameter. (#87768,
1.1004 + Manuel Clos)
1.1005 +
1.1006 +Thu Jul 25 17:57:07 2002 Owen Taylor <otaylor@redhat.com>
1.1007 +
1.1008 + * glib/gconvert.c (g_iconv_open): Document the
1.1009 + (GIConv)-1 return value on failure. (#87559,
1.1010 + Jarek Dukat)
1.1011 +
1.1012 + * glib/gconvert.c (g_iconv_open): Fix potential
1.1013 + problems with the assumption that (GIConv)(iconv_t)-1
1.1014 + is the same as (GIConv)-1.
1.1015 +
1.1016 +2002-07-15 Matthias Clasen <maclas@gmx.de>
1.1017 +
1.1018 + * glib/gmarkup.h:
1.1019 + * glib/gmarkup.c (g_markup_parse_context_get_element): New
1.1020 + function to get the currently open element. (#70448)
1.1021 +
1.1022 +2002-07-04 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
1.1023 +
1.1024 + * tests/*.c: Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN
1.1025 + throughout the files, which didn't already have them. (#87312)
1.1026 +
1.1027 +2002-07-03 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
1.1028 +
1.1029 + * configure.in: Made the thread flags determination tests first
1.1030 + check for the canonical form -pthread[s], then for other
1.1031 + possibilities. Also recognize some more platforms. Modeled after
1.1032 + patch from Miroslaw Dobrzanski-Neumann <mne@mosaic-ag.com>
1.1033 + (#77981).
1.1034 +
1.1035 + * configure.in: Fixed bugs in posix thread priority
1.1036 + resolution. Also added AIX priorities. Fix from
1.1037 + Laurent Vivier <Laurent.Vivier@bull.net>. (#82599)
1.1038 +
1.1039 + * gthread/gthread-solaris.c: Use thr_min_stack() instead of
1.1040 + sysconf (_SC_THREAD_STACK_MIN). if stack_size is 0 on entry to
1.1041 + g_thread_create_solaris_impl, also pass 0 to thr_create. Otherwise
1.1042 + the stack might be to small for any nontrivial thread. Discovered
1.1043 + on intel-solaris by Rajkumar Sivasamy <rajkumar.siva@wipro.com>.
1.1044 +
1.1045 +2002-07-03 Anders Carlsson <andersca@gnu.org>
1.1046 +
1.1047 + * configure.in: Add a forgotten trailing ` in the
1.1048 + GLIB_BINARY_AGE expression. Also fixup LT_CURRENT.
1.1049 +
1.1050 +2002-07-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
1.1051 +
1.1052 + * configure.in: Set binary age to 0 to make it compile.
1.1053 +
1.1054 + * configure.in: Improve checks for dce/posix threads to also do
1.1055 + the right thing, if the thread functions are not declared in
1.1056 + pthread.h. Idea from Miroslaw Dobrzanski-Neumann
1.1057 + <mne@mosaic-ag.com> in #77981.
1.1058 +
1.1059 +2002-07-01 Anders Carlsson <andersca@gnu.org>
1.1060 +
1.1061 + * configure.in: Up version to 2.1.0.
1.1062 +
1.1063 +2002-07-01 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
1.1064 +
1.1065 + * glib/garray.h: Add parenthesis to protect macro
1.1066 + argument. Spotted by Sam Couter <sam@topic.com.au>. (#86826)
1.1067 +
1.1068 +2002-06-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
1.1069 +
1.1070 + * glib/gmessages.h (g_assert, g_assert_not_reached,
1.1071 + g_return_if_fail, g_return_val_if_fail): In case of
1.1072 + G_DISABLE_ASSERT replace "G_STMT_START{ }G_STMT_END" with
1.1073 + "G_STMT_START{ (void)0; }G_STMT_END", because the former chokes
1.1074 + gcc prior to 3.0. (#86664)
1.1075 +
1.1076 +2002-06-26 Yanko Kaneti <yaneti@declera.com>
1.1077 +
1.1078 + * configure.in: (ALL_LINGUAS) Added Bulgarian (bg).
1.1079 +
1.1080 +Thu Jun 13 16:12:04 2002 Owen Taylor <otaylor@redhat.com>
1.1081 +
1.1082 + * glib/gmain.c (struct _GTimeoutSource): Make
1.1083 + interval unsigned to match g_timeout_source_new().
1.1084 + (#82624, Tim Janik.)
1.1085 +
1.1086 + * glib/gmain.c (g_timeout_prepare): Add some
1.1087 + extra gymnastics to avoid signed/unisgned integer
1.1088 + overflows.
1.1089 +
1.1090 +Thu Jun 13 15:57:46 2002 Owen Taylor <otaylor@redhat.com>
1.1091 +
1.1092 + * INSTALL.in: Add a note about the deficiency
1.1093 + of Tru64 iconv. (#81699, Manuel Op de Coul)
1.1094 +
1.1095 +Tue Jun 11 17:03:39 2002 Owen Taylor <otaylor@redhat.com>
1.1096 +
1.1097 + * tests/patterntest.c (test_compilation)
1.1098 + * glib/gmem.c (profiler_try_realloc): A couple
1.1099 + of 64-bit printf format fix from George Lebl.
1.1100 + (#82817)
1.1101 +
1.1102 + * glib/gconvert.c (open_converter): Fix gsize/gint
1.1103 + mixup for g_iconv() arguments. (#83270,
1.1104 + David L. Cooper II)
1.1105 +
1.1106 +2002-06-03 Matthias Clasen <maclas@gmx.de>
1.1107 +
1.1108 + * glib/gwin32.c (g_win32_get_package_installation_directory):
1.1109 + Replace homegrown "hash" entity by standard ISO entity "num".
1.1110 +
1.1111 +2002-05-26 Matthias Clasen <maclas@gmx.de>
1.1112 +
1.1113 + * glib/gmain.c: Remove references to nonexisting functions
1.1114 + g_source_set_callback_closure(), g_source_poll(), g_source_add()
1.1115 + from docs.
1.1116 +
1.1117 + * glib/gdir.c (g_dir_open): Typo fix in docs.
1.1118 +
1.1119 + * glib/gasyncqueue.c (g_async_queue_lock):
1.1120 + (g_async_queue_unref_and_unlock): Fix markup to avoid erroneous
1.1121 + <link>s in docs.
1.1122 +
1.1123 + * glib/gwin32.c: Escape #'s leading to erroneous <link>s in docs.
1.1124 +
1.1125 + * glib/gtree.c: Replace some occurances of Gtree by GTree in docs.
1.1126 +
1.1127 + * glib/gstring.c (g_string_insert_unichar): Typo fix in docs.
1.1128 +
1.1129 +2002-05-23 Havoc Pennington <hp@redhat.com>
1.1130 +
1.1131 + * glib/gspawn.c (fork_exec_with_pipes): on success, close the
1.1132 + pipes from the child. Fix from Tim.
1.1133 +
1.1134 +2002-05-22 jacob berkman <jacob@ximian.com>
1.1135 +
1.1136 + * m4macros/glib-gettext.m4 (AM_GLIB_WITH_NLS): fix tyop
1.1137 +
1.1138 +Wed May 22 15:40:47 2002 Owen Taylor <otaylor@redhat.com>
1.1139 +
1.1140 + * README.in: Remove notes about now-fixed-bugs.
1.1141 +
1.1142 + * m4macros/glib-gettext.m4 acinclude.m4: Get rid
1.1143 + of AC_MSG_NOTICE() usage, since some broken systems
1.1144 + (Hi Debian!) might not be using autoconf-2.5x for
1.1145 + downstream packages even though we require it for
1.1146 + glib itself.
1.1147 +
1.1148 + * INSTALL.in: Add a note about installing extra
1.1149 + converters for Solaris.
1.1150 +
1.1151 + * glib/gutils.h (g_bit_nth_msf): Fix termination
1.1152 + condition. (#82582, Paolo Molaro)
1.1153 +
1.1154 +Tue May 21 15:51:17 2002 Owen Taylor <otaylor@redhat.com>
1.1155 +
1.1156 + * configure.in: $with_libiconv, not $with_iconv.
1.1157 +
1.1158 +Mon May 20 18:02:46 2002 Owen Taylor <otaylor@redhat.com>
1.1159 +
1.1160 + * configure.in: Move iconv tests before gettext
1.1161 + checks. (#81999)
1.1162 +
1.1163 + * m4macros/glib-gettext.m4 acinclude.m4: If we can't
1.1164 + link to gettext, try adding in -liconv. (#80076,
1.1165 + Boyd Lynn Gerber)
1.1166 +
1.1167 + * m4macros/glib-gettext.m4 acinclude.m4: Suppress
1.1168 + warnings about xgettext not being GNU gettext when
1.1169 + libintl wasn't found at all.
1.1170 + (#79016, Andrew P. Lentvorski, Jr.)
1.1171 +
1.1172 +2002-05-21 Matthias Clasen <maclas@gmx.de>
1.1173 +
1.1174 + * glib/gmarkup.c (g_markup_parse_context_parse): Added
1.1175 + proper support for CDATA sections.
1.1176 +
1.1177 +2002-05-20 jacob berkman <jacob@ximian.com>
1.1178 +
1.1179 + * glib/gdir.c: include sys/types.h before dirent.h to build on
1.1180 + darwin (fixes #72859)
1.1181 +
1.1182 +Mon May 20 15:35:59 2002 Owen Taylor <otaylor@redhat.com>
1.1183 +
1.1184 + * glib/gfileutils.c (get_contents_regfile): Fix double
1.1185 + close of file descriptor on error. (#82139, Wayne Schuller)
1.1186 +
1.1187 + * glib/gspawn.c (close_and_invalidate): Don't close
1.1188 + fd's that have already been closed. (Fix from Michael
1.1189 + Meeks, #81959)
1.1190 +
1.1191 + * glib/giochannel.c (g_io_channel_close): If not flushing,
1.1192 + dump the contents of the write buffers, so we won't try
1.1193 + to write them to an invalid fd later. (Patch from Ron Steinke,
1.1194 + fixing #78290, Andreas Persenius.)
1.1195 +
1.1196 +2002-05-18 Matthias Clasen <maclas@gmx.de>
1.1197 +
1.1198 + * tests/markups/fail-36.gmarkup:
1.1199 + * tests/markups/fail-35.gmarkup:
1.1200 + * tests/markups/valid-8.gmarkup:
1.1201 + * tests/markups/valid-7.gmarkup:
1.1202 + * tests/markups/valid-6.gmarkup:
1.1203 + * tests/markups/valid-5.gmarkup: New testcases.
1.1204 +
1.1205 + * tests/markup-test.c (passthrough_handler):
1.1206 + (text_handler): Don't ignore the text_len parameter.
1.1207 +
1.1208 + * glib/gmarkup.c (find_current_text_end): Don't hang on embedded
1.1209 + nuls. (#81977)
1.1210 + (g_markup_parse_context_parse): Fix passthrough handling to
1.1211 + correctly skip processing instructions, comments, doctype
1.1212 + declarations and CDATA marked sections. (#81977)
1.1213 +
1.1214 +Sat May 18 00:21:51 2002 Tim Janik <timj@gtk.org>
1.1215 +
1.1216 + [merged from stable]
1.1217 +
1.1218 + * glib/gscanner.c (g_scanner_unexp_token): fix missing cases for
1.1219 + expected_token.
1.1220 +
1.1221 +2002-05-17 Tor Lillqvist <tml@iki.fi>
1.1222 +
1.1223 + * config.h.win32.in: Match new additions in a configure-produced
1.1224 + config.h.
1.1225 +
1.1226 + * glibconfig.h.win32.in: gssize and gsize as in a
1.1227 + configure-produced glibconfig.h.
1.1228 +
1.1229 + * glib/glib.def: Add new functions.
1.1230 +
1.1231 +Thu May 16 12:24:00 2002 Owen Taylor <otaylor@redhat.com>
1.1232 +
1.1233 + * acinclude.m4 m4macros/glib-gettext.m4: Incorporate
1.1234 + AM_LC_MESSAGES, AM_PATH_PROG_WITH_TEST as AM_GLIB_* to avoid
1.1235 + dependencies on gettext m4 files. (#81885, Hidetoshi Tajima.)
1.1236 +
1.1237 +2002-05-14 Alex Larsson <alexl@redhat.com>
1.1238 +
1.1239 + * glib/gstrfuncs.c:
1.1240 + * glib/gstrfuncs.h:
1.1241 + New functions g_str_has_suffix and g_str_has_prefix.
1.1242 +
1.1243 + * tests/string-test.c: (main):
1.1244 + Test the new functions.
1.1245 +
1.1246 +Mon May 13 23:20:00 2002 Owen Taylor <otaylor@redhat.com>
1.1247 +
1.1248 + * autogen.sh (have_gettext): Add a check for GNU gettext.
1.1249 + (Pointed out by Dan Winship in #59386.)
1.1250 +
1.1251 +Mon May 13 11:55:33 2002 Owen Taylor <otaylor@redhat.com>
1.1252 +
1.1253 + * configure.in acglib.m4: If sizeof(int) == sizeof(long)
1.1254 + run compilation tests to determine which way gsize should
1.1255 + be defined. (#74413, reported by Miroslaw Dobrzanski-Neumann)
1.1256 +
1.1257 +Mon May 13 11:42:23 2002 Owen Taylor <otaylor@redhat.com>
1.1258 +
1.1259 + * glib/libcharset/*: Update from libcharset CVS.
1.1260 + Includes additional encodings for Solaris (#80396,
1.1261 + Qingjiang Yuan)
1.1262 +
1.1263 + * configure.in: Add getc_unlocked to CHECK_FUNCS().
1.1264 +
1.1265 + * glib/gmessages.c (strdup_convert): If
1.1266 + g_convert_with_fallback() fails, print the error
1.1267 + message to stderr the first time, then return
1.1268 + the original string. (#78197)
1.1269 +
1.1270 +2002-05-10 Naba Kumar <kh_naba@users.sourceforge.net>
1.1271 +
1.1272 + * configure.in: Added "hi" to ALL_LINGUAS.
1.1273 +
1.1274 +2002-05-08 Michael Natterer <mitch@gimp.org>
1.1275 +
1.1276 + * configure.in: fixed yesterdays fix for cross compiling: simply
1.1277 + check the variable "cross_compiling" which gets set by autoconf.
1.1278 +
1.1279 +2002-05-07 Matthias Clasen <maclas@gmx.de>
1.1280 +
1.1281 + * glib/gmarkup.c (unescape_text): Report unfinished entity
1.1282 + references as errors rather than running into an assert. (#80441)
1.1283 +
1.1284 +2002-05-07 Michael Natterer <mitch@gimp.org>
1.1285 +
1.1286 + * configure.in: added a new conditional CROSS_COMPILING which
1.1287 + indicates ($build != $host). If it is set, look for
1.1288 + glib-genmarshal in PATH. Error out if it was not found.
1.1289 +
1.1290 +Tue May 7 11:24:22 2002 Owen Taylor <otaylor@redhat.com>
1.1291 +
1.1292 + Fixes for #79347, Ron Arts.
1.1293 +
1.1294 + * glib/gqsort.c (g_qsort_with_data): Handle 0 elements,
1.1295 + don't g_return_if_fail().
1.1296 +
1.1297 + * tests/qsort-test.c (main): Add a 0 element test.
1.1298 +
1.1299 + * glib/garray.c (g_[ptr_]array_sort_with[_data]):
1.1300 + Remove invalid assertions that array->pdata != NULL ..
1.1301 + it's NULL for 0 elements which is a valid case.
1.1302 +
1.1303 +Mon May 6 16:00:41 2002 Owen Taylor <otaylor@redhat.com>
1.1304 +
1.1305 + * glib/gbacktrace.h: Exclude OSF from alpha definition
1.1306 + of G_BREAKPOINT(), since the assembler apparently
1.1307 + doesn't support bpt. (#77852, Gareth Pierce) [from stable]
1.1308 +
1.1309 +Mon May 6 11:48:08 2002 Owen Taylor <otaylor@redhat.com>
1.1310 +
1.1311 + [ merged from stable ]
1.1312 +
1.1313 + * Makefile.am (EXTRA_DIST): Add ChangeLog.pre-2-0 (#78641)
1.1314 +
1.1315 + * m4macros/glib-2.0.m4: save CFLAGS/LIBS properly when
1.1316 + compiling "what went wrong" test case. (#79330)
1.1317 +
1.1318 + * m4macros/glib-2.0.m4: Remove reference to editing
1.1319 + pkg-config script. (From Jim Gettys)
1.1320 +
1.1321 + * configure.in: (Look for dyld interfaces before dlopen()
1.1322 + since OS X can have both. Patch from Jacob Berkman,
1.1323 + #80438)
1.1324 +
1.1325 +2002-05-01 jacob berkman <jacob@ximian.com>
1.1326 +
1.1327 + * configure.in: fix typo on 64-bit printf formatting string
1.1328 + configure message (fixes #80389)
1.1329 +
1.1330 +2002-04-29 Pablo Saratxaga <pablo@mandrakesoft.com>
1.1331 +
1.1332 + * configure.in: Added Vietnamese (vi) to ALL_LINGUAS
1.1333 +
1.1334 +2002-04-19 Tor Lillqvist <tml@iki.fi>
1.1335 +
1.1336 + * glib/gspawn.c (g_spawn_command_line_sync): Add Windows-specific
1.1337 + note to the gtk-doc comment.
1.1338 +
1.1339 + * glib/gspawn-win32.c: Remove the copy-pasted gtk-doc comment
1.1340 + blocks. It's enough to have them in gspawn.c.
1.1341 +
1.1342 +2002-04-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
1.1343 +
1.1344 + * gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985)
1.1345 +
1.1346 +2002-04-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
1.1347 +
1.1348 + * glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool
1.1349 + for all threads leaving it. (#78348)
1.1350 +
1.1351 +2002-04-11 Matthias Clasen <maclas@gmx.de>
1.1352 +
1.1353 + * tests/patterntest.c: Remove manual UTF-8 -> Latin1 conversion for
1.1354 + stuff fed to g_print.
1.1355 +
1.1356 +2002-04-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
1.1357 +
1.1358 + * tests/gio-test.c, tests/markup-test.c: Use gsize instead of
1.1359 + gint. From Miroslaw Dobrzanski-Neumann
1.1360 + <mne@mosaic-ag.com>. (#77982)
1.1361 +
1.1362 +2002-04-08 Stanislav Brabec <utx@penguin.cz>
1.1363 +
1.1364 + * cs.po: Added Czech (cs) to ALL_LINGUAS.
1.1365 +
1.1366 +2002-03-31 Hasbullah Bin Pit <sebol@ikhlas.com>
1.1367 +
1.1368 + * configure.in: Added Malay (ms)to ALL_LINGUAS.
1.1369 +
1.1370 +2002-03-29 Tor Lillqvist <tml@iki.fi>
1.1371 +
1.1372 + * glib/glib.def: Add g_convert_init.
1.1373 +
1.1374 +Thu Mar 28 18:25:14 2002 Owen Taylor <otaylor@redhat.com>
1.1375 +
1.1376 + * Released 2.0.1
1.1377 +
1.1378 + * configure.in: Version 2.0.1, interface, binary age 1.
1.1379 +
1.1380 +Thu Mar 28 18:22:53 2002 Owen Taylor <otaylor@redhat.com>
1.1381 +
1.1382 + * README: Remove warning about g_print, etc, encoding.
1.1383 +
1.1384 + * NEWS: Updates.
1.1385 +
1.1386 + * glib/gmessages.c (g_log_default_handler): Use %lu
1.1387 + (plus a cast) when printing out pid_t arguments.
1.1388 + (#76770, Morten Welinder)
1.1389 +
1.1390 + * glib/gstrfuncs.c (g_strdup_vprintf): Check the
1.1391 + result of vasprintf(), return NULL on failure.
1.1392 + (#76802, Akira Tagoh)
1.1393 +
1.1394 + * tests/testglib.c (TEST): Supress a warning with
1.1395 + some GCC versions.
1.1396 +
1.1397 +Thu Mar 28 20:31:51 2002 Tim Janik <timj@gtk.org>
1.1398 +
1.1399 + * glib/gmessages.c:
1.1400 + (g_print):
1.1401 + (g_printerr): convert prtinf() strings to local charset
1.1402 + when writing them to stdout or stderr.
1.1403 +
1.1404 +Wed Mar 27 18:42:22 2002 Tim Janik <timj@gtk.org>
1.1405 +
1.1406 + * gmessages.[hc]:
1.1407 + major cleanups. introduced _g_log_fallback_handler() to handle
1.1408 + recursive messages which really doesn't call any GLib functions.
1.1409 + this allowes the default handler to use normal GLib functions and
1.1410 + also fixes user supplied log level handlers.
1.1411 + fixed locking issues, based on a patch from Sebastian Willhelmi,
1.1412 + attached to #74356. translate log messages from UTF-8, based
1.1413 + on the same patch. save fatal and recursion flags across flag
1.1414 + loop. use new integer format code from above patch.
1.1415 + move GLib functions out of locked mutex state to avoid deadlocks.
1.1416 + move the level prefix and filedescriptor logic into mklevel_prefix().
1.1417 + move _g_debug_init() into a place where we can figure and handle
1.1418 + recursion.
1.1419 +
1.1420 +Mon Mar 25 18:13:06 2002 Owen Taylor <otaylor@redhat.com>
1.1421 +
1.1422 + * glib/gtypes.h (GUINT*_SWAP_LE_BE_X86): Remove __const__
1.1423 + qualifier from __asm__ statements... GCC since at least
1.1424 + 2.96 has assumed no side effects automaticaly, and gcc-3.1
1.1425 + will warn about this usage. (#73308, Cody Russell)
1.1426 +
1.1427 +Fri Mar 22 17:59:27 2002 Owen Taylor <otaylor@redhat.com>
1.1428 +
1.1429 + * glib/gmem.c (g_mem_chunk_reset): Fix problem where
1.1430 + if g_mem_chunk_reset() is called on an alloc-only
1.1431 + memchunk, then a useles GTree was created.
1.1432 +
1.1433 +Wed Mar 20 18:20:21 2002 Owen Taylor <otaylor@redhat.com>
1.1434 +
1.1435 + * glib/gconvert.c (open_converter): Try to work around segfaults
1.1436 + on Solaris if NULL is passed for outbuf... supposedly gchar
1.1437 + *outbuf = NULL... &outbuf works. (#74336, Lauri Alanko)
1.1438 +
1.1439 +Wed Mar 20 11:17:32 2002 Owen Taylor <otaylor@redhat.com>
1.1440 +
1.1441 + * glib/gfileutils.c (get_contents_regfile): Close the
1.1442 + file descriptor. (#75507, Matthias Clasen)
1.1443 +
1.1444 +Wed Mar 20 11:00:59 2002 Owen Taylor <otaylor@redhat.com>
1.1445 +
1.1446 + * configure.in: Use $PKG_CONFIG, not pkg-config.
1.1447 + (LEE Sau Dan, #75572)
1.1448 +
1.1449 +2002-03-20 Sven Neumann <sven@gimp.org>
1.1450 +
1.1451 + * glib/ghash.c (g_hash_table_resize): avoid repeated call of
1.1452 + g_spaced_primes_closest() by moving it out of the CLAMP macro
1.1453 + (spotted by Salmaso Raffaele).
1.1454 +
1.1455 +2002-03-17 Tor Lillqvist <tml@iki.fi>
1.1456 +
1.1457 + * README.win32: Add MSVC-specific text by Hans Breuer.
1.1458 +
1.1459 +2002-03-16 Tor Lillqvist <tml@iki.fi>
1.1460 +
1.1461 + * glib/giowin32.c: Some debugging output formatting changes. The
1.1462 + following changes fix a problem with buffered GIOChannels, noticed
1.1463 + with the help of Owen's test program, thanks! (#59969)
1.1464 + (g_io_win32_prepare): Return value that takes the buffer condition
1.1465 + into account, like g_io_unix_prepare() does.
1.1466 + (g_io_win32_check): Ditto, like g_io_unix_check().
1.1467 + (g_io_win32_dispatch): Ditto, like g_io_unix_dispatch().
1.1468 +
1.1469 +Thu Mar 14 17:37:45 2002 Owen Taylor <otaylor@redhat.com>
1.1470 +
1.1471 + * glib/giochannel.c (g_io_channel_write_chars): Fix some
1.1472 + gsize/gint mismatches. (#74422, Miroslaw Dobrzanski-Neumann)
1.1473 +
1.1474 +2002-03-14 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
1.1475 +
1.1476 + * glib/gmessages.c: Fixed threading issues brought up by
1.1477 + #74577. Make g_log_find_domain, g_log_domain_new,
1.1478 + g_log_domain_check_free and g_log_domain_get_handler require being
1.1479 + called with g_messages_lock held and remove all internal locking
1.1480 + in them. Then added proper locking to g_log_set_handler,
1.1481 + g_log_remove_handler and g_logv. Problem spotted by Miroslaw
1.1482 + Dobrzanski-Neumann <mne@mosaic-ag.com>. (#74577)
1.1483 +
1.1484 +2002-03-13 Erwann Chenede <erwann.chenede@sun.com>
1.1485 + * glib/gconvert.c
1.1486 + glib/gen-unicode-tables.pl
1.1487 + glib/gunidecomp.h : fixed cast/type problems to
1.1488 + avoid warnings (with forte compiler) (#73898)
1.1489 +
1.1490 +2002-03-12 Alexander Larsson <alla@lysator.liu.se>
1.1491 +
1.1492 + * glib/gconvert.c:
1.1493 + Cache getenv("G_BROKEN_FILENAMES") in have_broken_filenames() and
1.1494 + use instead. Add g_convert_init() that calls have_broken_filenames()
1.1495 +
1.1496 + * gthread/gthread-impl.c:
1.1497 + Have g_thread_init call g_convert_init.
1.1498 +
1.1499 +2002-03-11 Matthias Clasen <maclas@gmx.de>
1.1500 +
1.1501 + * glib/gstrfuncs.c (g_strtod):
1.1502 + (g_ascii_strtod):
1.1503 + (g_ascii_dtostr):
1.1504 + (g_ascii_formatd): Doc formatting fixes.
1.1505 +