sl@0: Fri Dec 20 10:45:29 2002 Owen Taylor sl@0: sl@0: * === Released 2.2.0 === sl@0: sl@0: * INSTALL.in: --enable-included-printf, not --enable-trio. sl@0: (Matthias Clasen) sl@0: sl@0: Fri Dec 20 09:52:15 2002 Owen Taylor sl@0: sl@0: * INSTALL.in: Document --enable-trio, --disable-mempools, sl@0: --enable-debug. Include docs on cross compilation. sl@0: sl@0: * NEWS: Update. sl@0: sl@0: * configure.in: Version 2.2.0, interface age 0. sl@0: sl@0: Fri Dec 20 09:37:27 2002 Owen Taylor sl@0: sl@0: * gthread/gthread-impl.c (g_thread_init): Call g_main_thread_init() sl@0: after setting g_threads_got_initialized. (#101624, sl@0: Alceste Scalas, Sebastian Wilhelmi) sl@0: sl@0: Wed Dec 18 16:19:08 2002 Manish Singh sl@0: sl@0: * glib/gtypes.h: new endian asm for ia64 and x86_64, general sl@0: reorg and clean up. New implementation of GUINT16_SWAP_LE_BE_CONSTANT() sl@0: that should optimize better. (#101318) sl@0: sl@0: 2002-12-17 Tor Lillqvist sl@0: sl@0: Improvement based on suggestion by Thorsten Maerz: sl@0: sl@0: * glib/giowin32.c (struct _GIOWin32Channel): Don't need thread_handle. sl@0: sl@0: (create_thread): We can close thread handle right away, it isn't sl@0: used for anything. sl@0: sl@0: (read_thread, select_thread): Thus, don't close it here. sl@0: sl@0: Fix #57690, partial fix for #57689: sl@0: sl@0: * glib/giowin32.c (g_io_win32_set_flags): Don't set the GError, sl@0: instead call g_warning(). sl@0: sl@0: (g_io_win32_fd_get_flags_internal): New function, sets the sl@0: is_readable, is_writeable and is_seekable flags based on the sl@0: actual access modes of the underlying Win32 HANDLE, by trying sl@0: Win32 ReadFile() and WriteFile() of zero bytes, and sl@0: PeekNamedPipe(). Should work for disk files and pipes. For devices sl@0: (consoles) unfortunately not. sl@0: sl@0: (g_io_win32_fd_get_flags): Don't set the sl@0: G_IO_FLAG_IS_{READ,WRITE}ABLE flags, g_io_channel_get_flags() sl@0: already does. Call g_io_win32_fd_get_flags_internal() to set the sl@0: is_* flags. sl@0: sl@0: (g_io_win32_msg_get_flags, g_io_win32_sock_get_flags): Splice the sl@0: generic g_io_win32_get_flags() into these specific functions, as sl@0: they need to do different things. Not implemented yet, though. sl@0: sl@0: (g_io_channel_win32_new_fd_internal): New function, to avoid sl@0: duplicate fstat() calls. Most code from g_io_channel_win32_new_fd() sl@0: moved here. Call g_io_win32_fd_get_flags_internal() to set the sl@0: is_* flags. sl@0: sl@0: (g_io_channel_win32_new_fd, g_io_channel_unix_new): Call sl@0: g_io_channel_win32_new_fd_internal(). sl@0: sl@0: (g_io_win32_no_seek): Remove. Don't set is_seekable for those sl@0: channel types. sl@0: sl@0: Mon Dec 16 17:31:50 2002 Owen Taylor sl@0: sl@0: * === Released 2.1.5 === sl@0: sl@0: * configure.in: Version 2.1.5, interface age 2. sl@0: sl@0: * NEWS: Updated. sl@0: sl@0: Mon Dec 16 14:58:33 2002 Owen Taylor sl@0: sl@0: * configure.in: Add a hack to mostly deal with sl@0: problems in support of -pthread and -lpthread; sl@0: pass -lpthread (for linux) or -Wc,-pthread (for sl@0: other platforms) to libtool when linking libgthread. sl@0: (#100697) sl@0: sl@0: 2002-12-16 Tor Lillqvist sl@0: sl@0: * glib/gspawn-win32.c (do_spawn): Fix potential heap sl@0: corruption. Sometimes called g_free() on string literal. sl@0: sl@0: Sun Dec 15 19:51:58 2002 Owen Taylor sl@0: sl@0: * m4macros/glib-gettext.m4: AC_SUBST() DATADIRNAME, not sl@0: DATADIR. sl@0: sl@0: Sun Dec 15 19:22:58 2002 Owen Taylor sl@0: sl@0: * m4macros/glib-gettext.m4: Restore a missing AC_SUBST() sl@0: for DATADIRNAME. (Found by Kjartan Maraas) sl@0: sl@0: Sun Dec 15 11:24:29 2002 Owen Taylor sl@0: sl@0: * m4macros/glib-gettext.m4: Actually set INTLLIBS sl@0: when needed. (Reported by Tor Lillqvist) sl@0: sl@0: 2002-12-15 Tor Lillqvist sl@0: sl@0: * glib/glib.def: Add g_rand_init. sl@0: sl@0: * config.h.win32.in: Slight update to match what is currently sl@0: produced by configure. sl@0: sl@0: Sat Dec 14 21:24:04 2002 Owen Taylor sl@0: sl@0: * glib/gutils.c (g_get_any_init): HP-UX 10 xshares the sl@0: same non-posix getpwuid_r signature as AIX. sl@0: (#100756, Kai Poitschke) sl@0: sl@0: Sat Dec 14 21:10:57 2002 Owen Taylor sl@0: sl@0: * glib/gthread.h: Mark the contents of the strucures sl@0: in this file /*< private >*/ sl@0: sl@0: * glib/gthread.[ch]: Rename the 'write' field of the sl@0: structure to 'have_writer' to avoid any possible sl@0: conflict with system headers. (#90549, Morten Welinder) sl@0: sl@0: Sat Dec 14 20:11:41 2002 Owen Taylor sl@0: sl@0: * glib/libcharset/{localcharset.[ch] libcharset-glib.patch} sl@0: glib/gutf8.c: Break _g_locale_charset() into two pieces sl@0: - a fast "raw" piece, and a slow "unalias pieces". sl@0: Always call the "raw" piece, and call the unalias bit sl@0: if it changes. Use a per-thread cache. (#79529) sl@0: sl@0: 2002-12-15 Matthias Clasen sl@0: sl@0: * configure.in: Set TRIO_LIBS when building with trio. sl@0: sl@0: * glib-2.0.pc.in (Libs): Add @TRIO_LIBS@. sl@0: sl@0: * glib/trio/Makefile.am (libtrio_la_LIBADD): Use @TRIO_LIBS@. sl@0: sl@0: * glib/trio/glibtrio.h: New file, redefining all trio symbols to sl@0: fall into the _G/_g_ private glib namespace. sl@0: sl@0: * glib/trio/Makefile.am (libtrio_la_SOURCES): Add glibtrio.h sl@0: sl@0: * glib/trio/trionan.c: sl@0: * glib/trio/triostr.c: sl@0: * glib/trio/trio.c: Include glibtrio.h sl@0: sl@0: * glib/gprintfint.h: sl@0: * glib/trio/trionan.c: sl@0: * glib/trio/triostr.c: sl@0: * glib/trio/trio.c: Include glibtrio.h sl@0: sl@0: Fri Dec 13 17:10:21 2002 Manish Singh sl@0: sl@0: * glib/gscanner.c (g_scanner_unexp_token): Fix typo. Missing '%' sl@0: in my last commit. sl@0: sl@0: Thu Dec 12 23:08:29 2002 Owen Taylor sl@0: sl@0: Fixes from Johannes Stezenbach sl@0: sl@0: * configure.in: When adding extra libraries to $LIBS for sl@0: tests, always put them at the front, since that's how sl@0: they'll be used in the actual Makefiles. sl@0: sl@0: * configure.in: Add a couple of missing ','s in AC_LINK_IFELSE() sl@0: sl@0: * m4macros/glib-gettext.m4: Remove a stray setting of $LIBS. sl@0: sl@0: Thu Dec 12 20:46:26 2002 Owen Taylor sl@0: sl@0: * configure.in: Allow not setting glib_cv_long_long_format sl@0: when cross-compiling since we assume other things that sl@0: will cause us to pull in Trio anyways. sl@0: sl@0: * configure.in: long_long_format is always ll for trio. sl@0: sl@0: * configure.in: Error out if --disable-trio is specified sl@0: but the C library doesn't have the necessary features. sl@0: sl@0: 2002-12-13 Matthias Clasen sl@0: sl@0: * glib/trio/Makefile.am (libtrio_la_LIBADD): Add -lm for pow(). sl@0: sl@0: * tests/string-test.c: Add a test for positional parameters in sl@0: g_snprintf(). sl@0: sl@0: Thu Dec 12 14:58:55 2002 Manish Singh sl@0: sl@0: * configure.in: pull in trio if host printf doesn't have a known sl@0: way of printing 64-bit ints. sl@0: sl@0: * glib/gmacros.h: remove extra whitespace at the end sl@0: sl@0: * glib/gscanner.c (g_scanner_unexp_token): use G_GUINT64_FORMAT sl@0: instead of hardcoding "%llu" sl@0: sl@0: * tests/testglib.c: remove obsolete conditionals using G_HAVE_GINT64, sl@0: we always have it now. sl@0: sl@0: * tests/type-test.c: same as above, and for G_G[U]INT64_FORMAT as sl@0: well. sl@0: sl@0: Thu Dec 12 13:52:58 2002 Owen Taylor sl@0: sl@0: * m4macros/glib-gettext.m4: AC_PREREQ(2.53) here; convinces sl@0: Debian's wrappers to use the right autoconf for atk, etc. sl@0: (Reported by Jody Goldberg) sl@0: sl@0: 2002-12-11 Tor Lillqvist sl@0: sl@0: * glib/gtimer.c (g_timer_elapsed): Fix off-by-one error. (#100853) sl@0: sl@0: * glib/gfileutils.c (g_file_test): Bypass extra test for root on sl@0: Win32. sl@0: sl@0: * glib/glib.def: Add g_{get,set}_application_name. sl@0: sl@0: Wed Dec 11 17:53:34 2002 Owen Taylor sl@0: sl@0: * === Released 2.1.4 === sl@0: sl@0: * NEWS: Updates. sl@0: sl@0: Wed Dec 11 17:49:15 2002 Owen Taylor sl@0: sl@0: * m4macros/glib-gettext.m4: Unset sl@0: ac_cv_func_bind_textdomain_codeset before calling sl@0: AC_CHECK_FUNCS(bind_textdomain_codeset) again. sl@0: sl@0: * configure.in: Remove duplicate call to sl@0: AC_CHECK_FUNCS(bind_textdomain_codeset) sl@0: sl@0: 2002-12-11 Pauli Virtanen sl@0: sl@0: * configure.in: Added "fi" to ALL_LINGUAS. sl@0: sl@0: Wed Dec 11 17:00:20 2002 Owen Taylor sl@0: sl@0: * acglib.m4 (ac_compile): Add GLIB_ASSERT_SET() as sl@0: a helper for adding "must be set when cross-compiling" sl@0: errors. sl@0: sl@0: * configure.in: For all cached variables without defaults, sl@0: error out if they aren't set. sl@0: sl@0: Wed Dec 11 15:52:01 2002 Owen Taylor sl@0: sl@0: * configure.in: Also assume AC_LINK_IFELSE() is sl@0: OK when cross-compiling for the libs checks, and for sl@0: the sched_get_priority_min() check. sl@0: sl@0: * configure.in: Add cached value glib_cv_use_pid_surrogate. sl@0: sl@0: Wed Dec 11 15:10:25 2002 Owen Taylor sl@0: sl@0: * configure.in: Factor out repeated thread test into sl@0: a m4_define(); when cross-compiling, assume that sl@0: AC_LINK_IFELSE() is good enough for thinking that sl@0: -pthread[s] is OK. (More of #58786) sl@0: sl@0: * m4macros/glib-gettext.m4: Fix typo. (Manish Singh) sl@0: sl@0: Wed Dec 11 14:28:50 2002 Owen Taylor sl@0: sl@0: * configure.in: Version 2.1.4, interface age 1. sl@0: sl@0: * m4macros/glib-gettext.m4: Major rewrite; remove leftovers sl@0: from building intl/, prefer libintl if both libc and libintl sl@0: have dgettext and libintl also has bind_textdomain_codeset(). sl@0: (#70627) sl@0: sl@0: * configure.in acinclude.m4: Use an include to avoid having sl@0: to duplicate the gettext macros between glib-gettext.m4 sl@0: and acinclude.m4. sl@0: sl@0: * m4macros/glib-gettext.m4: Do some tricks so that configure.in sl@0: can use macros under hidden names, but aclocal will still sl@0: find them when installed. sl@0: sl@0: * m4macros/glib-gettext.m4: Add AM_GLIB_DEFINE_LOCALEDIR sl@0: to encapsulate install location of catalog files. sl@0: sl@0: * m4macros/glib-gettext.m4 (AM_GLIB_DEFINE_LOCALEDIR): sl@0: Fix bug where if --prefix wasn't set on the configure line, sl@0: GLib would look for translations in NONE/share/locale. sl@0: sl@0: Wed Dec 11 11:11:44 2002 Owen Taylor sl@0: sl@0: * glib/grand.c: Include string.h, supress a warning. sl@0: sl@0: 2002-12-10 Sebastian Wilhelmi sl@0: sl@0: * glib/grand.c (g_rand_int_range): Improve generation of sl@0: pseudo-random integers. (#99720, Morten Welinder ) sl@0: sl@0: * README.in, docs/reference/glib/running.sgml, sl@0: docs/reference/glib/tmpl/random_numbers.sgml, sl@0: docs/reference/glib/changes.sgml: Added notes about the new sl@0: algorithm. sl@0: sl@0: 2002-12-09 Sebastian Wilhelmi sl@0: sl@0: * configure.in: use 0 instead of $defattr, as it isn't defined sl@0: anymore on platforms using -pthread and linux, where this is used, sl@0: only uses 0 anyway and not "pthread_attr_default". sl@0: sl@0: Sun Dec 8 23:36:12 2002 Owen Taylor sl@0: sl@0: * glib/gfileutils.c (g_file_test): Guard against sl@0: the POSIX allowed behavior where access (file, X_OK) sl@0: succeeds for uid==0 when no executable bits are set. sl@0: sl@0: * glib/gfileutils.c (g_file_test): Add doc notes sl@0: about the possibility of race conditions, and the sl@0: fact that EXISTS and IS_EXECUTABLE give results sl@0: for the real uid not the effective user ID. sl@0: (#81854, Morten Welinder.) sl@0: sl@0: Fri Dec 6 14:34:42 2002 Owen Taylor sl@0: sl@0: Avoid literal UTF-8. (Allow it to build with sl@0: IRIX cc, #72757, Tomas Ogren) sl@0: sl@0: * tests/patterntest.c (main): Convert literal sl@0: iso-8859-1 high bit characters in tests to sl@0: string escapes. sl@0: sl@0: * glib/gunichartable.h glib/gen-unicode-tables.pl: sl@0: Use hex \xMN escapes rather than literal UTF-8 sl@0: for casefold tables. sl@0: sl@0: * configure.in: AC_PREREQ(2.53). needed for recent sl@0: GLIB_SIZEOF() changes. sl@0: sl@0: Fri Dec 6 12:40:00 2002 Owen Taylor sl@0: sl@0: * glib/libcharset/Makefile.am (EXTRA_DIST): Don't sl@0: distribute ref-add/del.sed., fixing problem with sl@0: srcdir != destdir. (#99813, Phuc LeHong) sl@0: sl@0: Fri Dec 6 12:31:30 2002 Owen Taylor sl@0: sl@0: * configure.in: chmod 0755 scripts in AC_OUTPUT(), since sl@0: install -c won't necessarily do that. (#74376, Martin sl@0: Gansser, Joshua Weage) sl@0: sl@0: Thu Dec 5 16:05:55 2002 Owen Taylor sl@0: sl@0: * configure.in: Use AC_LINK_IFELSE(), not AC_TRY_RUN() sl@0: for va_copy(), __va_copy() checks. sl@0: sl@0: * configure.in: When there is a reasonable default, sl@0: provide that in the 3rd argument of AC_TRY_RUN(), sl@0: instead of just leaving the 3rd argument empty. sl@0: sl@0: 2002-12-05 Matthias Clasen sl@0: sl@0: * glib/gstrfuncs.c (g_strncasecmp): Break long deprecation sl@0: info into two paragraphs. sl@0: sl@0: Thu Dec 5 15:43:46 2002 Owen Taylor sl@0: sl@0: * configure.in: Fix multiple problems with the programs sl@0: in the argument of AC_TRY_RUN() having preprocessor sl@0: defines not in the first column. sl@0: sl@0: Thu Dec 5 15:24:14 2002 Owen Taylor sl@0: sl@0: Start of fixes for cross-compilation. Based on sl@0: patches from Dimi Shahbaz, Dan Kegel, Johannes Stezenbach, sl@0: Amy Lin. (#58786) sl@0: sl@0: * configure.in: Don't run the Digital-Unix 4 -std1 check sl@0: when cross_compiling. sl@0: sl@0: * configure.in: Use AC_TRY_COMPILE() rather than sl@0: AC_TRY_RUN() for inline checks. (Daniel Egger) sl@0: sl@0: * configure.in: use AC_CHECK_SIZEOF rather than sl@0: GLIB_SIZEOF for size_t. Remove unused checks for sl@0: size of ptrdiff_t/intmax_t. sl@0: sl@0: * acglib.m4: Resync GLIB_SIZEOF of to the current sl@0: AC_CHECK_SIZEOF, which handles cross-compilation. sl@0: sl@0: * acglib.m4: Remove no longer needed GLIB_SYSDEFS(), sl@0: add GLIB_CHECK_VALUE() as a wrapper around the sl@0: amazing _AC_COMPUTE_INT() autoconf 2.5x internal. sl@0: sl@0: * configure.in: Redo the POLL* value checks in a sl@0: cross-compilation friendly way. sl@0: sl@0: Thu Dec 5 15:28:37 2002 Owen Taylor sl@0: sl@0: * glib/gtimer.c: Include glibconfig.h early so sl@0: that we include when needed. sl@0: sl@0: * glib/gstrfuncs.c: Fix typo. sl@0: sl@0: Tue Dec 3 21:10:28 2002 Owen Taylor sl@0: sl@0: * configure.in: Add 3rd argument to remaining AC_DEFINES(), sl@0: so we can get rid of acconfig.h. (#76334, Daniel Egger) sl@0: sl@0: * acconfig.h: Removed. sl@0: sl@0: Tue Dec 3 20:22:27 2002 Owen Taylor sl@0: sl@0: * glib/*.c: Patch from Sven Neumann to make the sl@0: include order consistent. (#71704) sl@0: sl@0: 2002-12-03 Matthias Clasen sl@0: sl@0: * configure.in: Check that strlcpy behaves as per the OpenBSD sl@0: man page before wrapping it. (#53933) sl@0: sl@0: 2002-12-03 Frederic Crozat sl@0: sl@0: * glib/gunicollate.c: (g_utf8_collate_key): sl@0: Fix typo from previous commit sl@0: sl@0: Tue Dec 3 01:05:00 2002 James M. Cape sl@0: sl@0: * glib/gunicollate.c (g_utf8_collate, g_utf8_collate_key): sl@0: Check for NULL before doing anything. sl@0: sl@0: Mon Dec 2 16:34:13 2002 Owen Taylor sl@0: sl@0: * === Released 2.1.3 === sl@0: sl@0: * NEWS: Updated. sl@0: sl@0: [ Unmerged change from stable from May 16 ] sl@0: sl@0: * autogen.sh: Remove check for GNU gettext, since it sl@0: was causing problems for Solaris CVS builds. sl@0: (#81885, Hidetoshi Tajima.) sl@0: sl@0: Tue Nov 26 09:51:43 2002 Owen Taylor sl@0: sl@0: * glib/gstrfuncs.c (g_strchomp): Avoid non-ANSI pointer sl@0: comparison. (#54344, Morten Welinder) sl@0: sl@0: * tests/strfunc-test.c (main): Add tests for strchomp(). sl@0: sl@0: 2002-11-30 Ole Laursen sl@0: sl@0: * configure.in: Added "da" to ALL_LINGUAS. sl@0: sl@0: 2002-11-29 Matthias Clasen sl@0: sl@0: * glib/gstrfuncs.c (g_ascii_strtoull): It is a 2.2 addition. sl@0: sl@0: * glib/gtimer.c (g_time_val_add): Adjust to changed parameter names. sl@0: sl@0: * glib/gutils.c (g_get_application_name): Mark as 2.2. addition. sl@0: sl@0: * glib/gstrfuncs.c (g_ascii_strtoull): Mark as 2.0.7 addition. sl@0: sl@0: 2002-11-28 Matthias Clasen sl@0: sl@0: * glib/gutils.c: sl@0: * glib/gtree.c: sl@0: * glib/gstring.c: sl@0: * glib/gstrfuncs.c: sl@0: * glib/giochannel.c: Move some docs inline, and add deprecation sl@0: information. To see the list of affected functions, grep for sl@0: "Deprecated:". sl@0: sl@0: * configure.in: Fix the definitions around printf: either we use sl@0: system printf in which case HAVE_VASPRINTF, HAVE_C99_VSNPRINTF and sl@0: HAVE_UNIX98_PRINTF have already been determined by earlier tests, sl@0: or we use the included printf, in which case we know that these sl@0: three can be defined as 1. (#99826) sl@0: sl@0: * glib/gutf8.c (g_utf8_strreverse): sl@0: * glib/gstrfuncs.c (g_str_has_suffix): sl@0: (g_str_has_prefix): sl@0: * glib/gprintf.c (g_printf): sl@0: (g_fprintf): sl@0: (g_sprintf): sl@0: (g_vprintf): sl@0: (g_vfprintf): sl@0: (g_vsprintf): sl@0: * glib/gmarkup.c (g_markup_parse_context_get_element): sl@0: Mark as 2.2 API additions. sl@0: sl@0: * configure.in: Fix the gtk-doc version check. sl@0: sl@0: 2002-11-27 Matthias Clasen sl@0: sl@0: * glib/gmessages.h: Use G_LIKELY without surrounding parentheses sl@0: in g_assert() and g_return_[val]_if_fail() so that we always trigger sl@0: the gcc warning about "assignment used as truth value". sl@0: sl@0: * glib/gmacros.h: Always put parentheses in G_LIKELY and G_UNLIKELY. sl@0: sl@0: 2002-11-26 Matthias Clasen sl@0: sl@0: * glib/gmessages.h: Only use G_LIKELY in g_assert() and sl@0: g_return_[val]_if_fail() if it is actually doing something. sl@0: sl@0: 2002-11-26 Sebastian Wilhelmi sl@0: sl@0: * glib/grand.c, gthread/gthread-impl.c, tests/rand-test.c: sl@0: Changed the seeding algorithm. Old behaviour can be achived by sl@0: setting envvar G_RANDOM_VERSION to "2.0". (#99262) sl@0: sl@0: * docs/reference/glib/glib-docs.sgml, sl@0: docs/reference/glib/Makefile.am: Renamed sl@0: docs/reference/glib/changes-2.0.sgml to sl@0: docs/reference/glib/changes.sgml and added section for changes sl@0: from 2.0 to 2.2 (Also corrected 1.0 to 1.2). sl@0: sl@0: * README.in, docs/reference/glib/running.sgml, sl@0: docs/reference/glib/tmpl/random_numbers.sgml, sl@0: docs/reference/glib/changes.sgml: Added notes about the new sl@0: seeding algorithm. sl@0: sl@0: * configure.in: Make CPPFLAGS, not CFLAGS, include sl@0: G_THREAD_CFLAGS. CFLAGS is used while linking too and thus GLib sl@0: programs would link to the threads library on some platforms. Also sl@0: fixed a bug manifesting through this change. (#77981) sl@0: sl@0: 2002-11-26 Matthias Clasen sl@0: sl@0: * glib/gmacros.h: Fix the non-gcc-3.x definitions of G_LIKELY sl@0: and G_UNLIKELY. (Reported by Dan Mills) sl@0: sl@0: 2002-11-25 Matthias Clasen sl@0: sl@0: * glib/gfileutils.c (g_build_path): sl@0: (g_build_filename): Document that the varargs must be sl@0: NULL-terminated. (#99510) sl@0: sl@0: * glib/gmessages.h (g_assert): sl@0: (g_return_if_fail): sl@0: (g_return_val_if_fail): Remove the (no longer effective) empty sl@0: if-branch. sl@0: sl@0: * glib/gmacros.h: Change the definition of G_LIKELY, so that sl@0: g_return_if_fail() and friends still trigger a gcc warning if sl@0: the expr is an assignment. sl@0: sl@0: 2002-11-23 Matthias Clasen sl@0: sl@0: * configure.in: Generate docs/reference/*/version.xml. sl@0: sl@0: * glib/gdir.h: Add Copyright notice. sl@0: sl@0: 2002-11-22 Sebastian Wilhelmi sl@0: sl@0: * configure.in: Fixed typo: PTHREAD_PRIO_MIN -> sl@0: PTHREAD_PRIO_MAX. (Laurent Vivier, #99293) sl@0: sl@0: Fri Nov 22 09:39:09 2002 Owen Taylor sl@0: sl@0: * glib/gmacros.h: Remove broken G_HIDDEN_SYMBOL sl@0: definition which wasn't supposed to be committed sl@0: at all. sl@0: sl@0: Thu Nov 21 16:19:21 2002 Owen Taylor sl@0: sl@0: * glib/ghash.c: Patch from Morten Welinder to sl@0: make ghash.c properly obey DISABLE_MEM_POOLS. (#96600) sl@0: sl@0: Thu Nov 21 14:09:44 2002 Owen Taylor sl@0: sl@0: * glib/gmacros.h: Add G_GNUC_DEPRECATED. (Tom Tromey, sl@0: #87969) sl@0: sl@0: 2002-11-21 Tor Lillqvist sl@0: sl@0: * config.h.win32.in: Update to match what is currently produced by sl@0: autotools. sl@0: sl@0: * configure.in: Remove superfluous spaces on two shell variable sl@0: assignment lines. Don't define HAVE_GOOD_PRINTF as 0 if we don't sl@0: have a good printf, it is tested with #ifdef. sl@0: sl@0: * glib/glib.def: Add new functions. sl@0: sl@0: * glib/Makefile.am: If !HAVE_GOOD_PRINTF, add libtrio.la to LIBADD sl@0: and DEPENDENCIES. sl@0: sl@0: * glib/glib.rc.in sl@0: * gmodule/gmodule.rc.in sl@0: * gobject/gobject.rc.in sl@0: * gthread/gthread.rc.in sl@0: * {glib,gmodule,gobject,gthread}/makefile.{mingw,msc}.in: sl@0: Hardcode 2.0 in the names, as that is what Makefile.am does. sl@0: sl@0: 2002-11-21 Matthias Clasen sl@0: sl@0: Include a printf implementation supporting C99 snprintf and SUS sl@0: positional parameters: (#79488) sl@0: sl@0: * glib/gstrfuncs.c: sl@0: * glib/gspawn-win32.c: sl@0: * glib/gscanner.c: sl@0: * glib/gconvert.c: sl@0: * glib/gbacktrace.c: Use _g_printf wrappers. sl@0: sl@0: * glib/gutils.c (g_vsnprintf): Simplify, since we can assume C99 sl@0: snprintf semantics now. sl@0: sl@0: * glib/gmessages.c (printf_string_upper_bound): No longer needed, sl@0: since we can assume C99 snprintf semantics now. sl@0: (g_logv): Simplify. sl@0: sl@0: * acinclude.m4 (AC_FUNC_PRINTF_UNIX98): New macro to check wether sl@0: printf supports SUS positional parameters. sl@0: sl@0: * configure.in: New option --enable-included-printf to force sl@0: compilation of trio; otherwise trio is compiled if the system sl@0: printf misses either C99 snprintf semantics of SUS positional sl@0: parameters. sl@0: sl@0: * glib/Makefile.am (SUBDIRS): Conditionally compile trio. sl@0: (libglib_2_0_la_SOURCES): Add gprintf.c and gprintfint.h. sl@0: (glibsubinclude_HEADERS): Add gprintf.h. sl@0: sl@0: * glib/gprintfint.h: New private wrapping either system printf sl@0: or trio printf variants in _g_printf wrappers for use inside glib. sl@0: sl@0: * glib/gprintf.h: New public header declaring g_printf variants. sl@0: * glib/gprintf.c: Corresponding implementations. sl@0: sl@0: * glib/trio/*: New directory, containing the trio-1.9 sources. sl@0: sl@0: 2002-11-20 Matthias Clasen sl@0: sl@0: * glib/gmessages.h (g_return_if_fail): sl@0: (g_return_val_if_fail): Use G_LIKELY. (#69022) sl@0: sl@0: * glib/gmacros.h (G_LIKELY): sl@0: (G_UNLIKELY): New macros for hinting the compiler about the sl@0: expected result of expressions. For gcc 3.x, define these sl@0: using __builtin_expect. (#69022) sl@0: sl@0: Tue Nov 19 14:38:18 2002 Owen Taylor sl@0: sl@0: * glib/gstrfuncs.c (g_ascii_strtoull): Fix sl@0: strtull/strtoull type in docs (#99012, Morten sl@0: Welinder.) Add copyright information for code sl@0: taken from GNU libc. sl@0: sl@0: 2002-11-18 Tor Lillqvist sl@0: sl@0: * glib/gspawn-win32.c (do_spawn_with_pipes): Do handle sl@0: G_SPAWN_DO_NOT_REAP_CHILD after all, similarily as on Unix. If the sl@0: flag is not set, don't call DuplicateHandle() on the handle sl@0: returned by the helper process, and set the "child pid" returned sl@0: to the called to zero. Close the handle to the helper process in sl@0: all cases. sl@0: sl@0: * glib/gspawn.c (g_spawn_async_with_pipes): Document Windows sl@0: behaviour of G_SPAWN_DO_NOT_REAP_CHILD. sl@0: sl@0: 2002-11-18 Tor Lillqvist sl@0: sl@0: [Win32] Fix the asynchronous g_spawn* to return the process handle sl@0: of the started program properly. (Note: not the process id. The sl@0: spawn*() functions in the C runtime return the created process's sl@0: handle. There doesn't seem to be any way to get the process id of sl@0: a child process if you have the handle. But then, the process sl@0: handle usually is more useful anyway.) sl@0: sl@0: * glib/gspawn-win32-helper.c (WinMain): If the spawning of the sl@0: child process succeeded, and if asynchronous spawn (P_NOWAIT), sl@0: write the result handle up to the parent process, waiting to read sl@0: it in do_spawn_with_pipes(). sl@0: sl@0: * glib/gspawn-win32.c (do_spawn): Use return value from spawning sl@0: the helper. If it is -1 the helper wasn't found or couldn't be run sl@0: for some reason. Otherwise it is the helper's process handle. sl@0: sl@0: (g_spawn_async_with_pipes): Pass the child_pid parameter on to sl@0: do_spawn_with_pipes(). sl@0: sl@0: (do_spawn_with_pipes): Take also a child_pid parameter. If sl@0: do_spawn() returned -1, fail immediately. Otherwise make the sl@0: handle passed to us by the helper process into a handle valid in sl@0: this process by calling DuplicateHandle(). sl@0: sl@0: 2002-11-17 Tor Lillqvist sl@0: sl@0: * glib/gspawn-win32.c (g_spawn_async_with_pipes): Ignore the sl@0: G_SPAWN_DO_NOT_REAP_CHILD flag, can't be meaninfully implemented sl@0: on Windows, at least not now. Always pass dont_wait as TRUE to sl@0: do_spawn_with_pipes(). The semantics of the dont_wait parameter is sl@0: very different from the semantics of the intermediate_child sl@0: parameter to fork_exec_with_pipes() in the Unix version. This sl@0: fixes a serious bug, g_spawn_async() in fact behaved sl@0: synchronously. sl@0: sl@0: (do_spawn_with_pipes, do_spawn): Rename from sl@0: fork_exec_with_pipes() and do_exec(), those names were from the sl@0: Unix bersion, and misleading. sl@0: sl@0: (close_and_invalidate): Don't try to close invalid fds. sl@0: sl@0: * glib/gspawn.c (g_spawn_async_with_pipes): Add warning about sl@0: Windows behaviour. There is no fork(), so the child_setup() sl@0: function is in fact called in the parent. sl@0: sl@0: * glib/gspawn-win32-helper.c (WinMain): Insert spaces in argv sl@0: debugging output. sl@0: sl@0: * tests/spawn-test-win32-gui.c: New file. Test program to be sl@0: linked as a GUI application. Behaves differently depending on how sl@0: invoked (by spawn-test). sl@0: sl@0: * tests/spawn-test.c (run_tests): On Win32, run the sl@0: spawn-test-win32-gui program, too, in several ways, synchronously sl@0: and asynchronously. sl@0: sl@0: * tests/Makefile.am: Corresponding change. sl@0: sl@0: Fri Nov 8 19:44:20 2002 Soeren Sandmann sl@0: sl@0: * docs/reference/glib/tmpl/arrays.sgml: sl@0: * docs/reference/glib/tmpl/arrays_byte.sgml: sl@0: * docs/reference/glib/tmpl/arrays_pointer.sgml: sl@0: * docs/reference/glib/tmpl/date.sgml: sl@0: * docs/reference/glib/tmpl/linked_lists_double.sgml: sl@0: * docs/reference/glib/tmpl/linked_lists_single.sgml: sl@0: * docs/reference/glib/tmpl/main.sgml: sl@0: * docs/reference/glib/tmpl/queue.sgml: sl@0: * docs/reference/glib/tmpl/random_numbers.sgml: sl@0: * docs/reference/glib/tmpl/relations.sgml: sl@0: * docs/reference/glib/tmpl/scanner.sgml: sl@0: * docs/reference/gobject/tmpl/gtype.sgml: sl@0: * docs/reference/gobject/tmpl/value_arrays.sgml glib/garray.h: sl@0: * glib/gdate.h glib/giochannel.h glib/glist.h glib/gmain.c: sl@0: * glib/gmain.h glib/gqueue.c glib/gqueue.h glib/grand.c glib/grand.h: sl@0: * glib/grel.h glib/gslist.h glib/gtimer.h gobject/gvaluearray.h: sl@0: sl@0: Trivial s/foo/foo_/ fixes to make includable with sl@0: -Wshadow without warnings (#91680) sl@0: sl@0: Thu Nov 7 19:32:26 2002 Owen Taylor sl@0: sl@0: * glib/gutils.[ch] (g_set/get_application_name): sl@0: Patch from Havoc Pennington to add functions for sl@0: setting and getting a human readable application sl@0: name. sl@0: sl@0: * configure.in: Up to version 2.1.3, since we'll sl@0: need to depend on last addition for GTK+. sl@0: sl@0: 2002-11-06 Tor Lillqvist sl@0: sl@0: * glib/glib.def: Add g_main_thread_init. sl@0: sl@0: 2002-11-06 Matthias Clasen sl@0: sl@0: * glib/gstrfuncs.c (g_str_has_suffix): sl@0: (g_str_has_prefix): Minor doc markup fix. sl@0: sl@0: Mon Nov 4 10:45:48 2002 Owen Taylor sl@0: sl@0: * configure.in: Add -DG_DISABLE_CAST_CHECKS for sl@0: everything but --enable-debug. sl@0: sl@0: * configure.in: Require pkg-config 0.14. (#97553) sl@0: sl@0: Mon Nov 4 14:41:48 2002 Owen Taylor sl@0: sl@0: * glib/gbsearcharray.c: Include config.h sl@0: so DISABLE_MEMPOOLS actually has an effect. sl@0: (#96437, Morten Welinder) sl@0: sl@0: * tests/uri-test.c: Include sl@0: sl@0: 2002-11-03 Dmitry G. Mastrukov sl@0: sl@0: * configure.in: Added Belarusian to ALL_LINGUAS sl@0: sl@0: 2002-11-02 Daniel Elstner sl@0: sl@0: * glib/giochannel.c (g_io_channel_write_chars): Fix left_len sl@0: calculation in the from UTF-8 to UTF-8 case: left_len should sl@0: be the number of bytes left in the input buffer rather than sl@0: channel->write_buf. (#96373) sl@0: sl@0: 2002-10-27 Tor Lillqvist sl@0: sl@0: * configure.in (G_MODULE_LDFLAGS): Don't set on Win32, only causes sl@0: trouble. sl@0: sl@0: * glib/gmain.c (g_poll): Fix for bug reported by Herman Bloggs sl@0: (http://mail.gnome.org/archives/gtk-devel-list/2002-October/msg00101.html) sl@0: and others. We waited for events only for GPollFDs whose events sl@0: field had G_IO_IN set. We need to wait also for events for sl@0: GPollFDs that have just G_IO_OUT set. Non-blocking sockets in the sl@0: process of being connect()ed are one such case. Also silence a sl@0: couple of gcc warnings. sl@0: sl@0: Fri Oct 18 13:41:30 2002 Manish Singh sl@0: sl@0: * glib/giochannel.c (g_io_channel_read_line_backend): avoid sl@0: creating negative values out of unsigned values using MAX, sl@0: check to see if the result would be positive before doing sl@0: the calculation. sl@0: sl@0: Tue Oct 15 15:28:47 2002 Manish Singh sl@0: sl@0: * tests/iochannel-test.c: use gsize instead of int where appropriate sl@0: (64-bit cleanliness fix). Removed leftover line_term cruft. sl@0: sl@0: Tue Oct 15 15:07:45 2002 Manish Singh sl@0: sl@0: * gmodule/Makefile.am gobject/Makefile.am gthread/Makefile.am: sl@0: add -DG_DISABLED_DEPRECATED sl@0: sl@0: * tests/gio-test.c tests/mainloop-test.c tests/string-test.c sl@0: tests/testglib.c test/tree-test.c tests/unicode-collate.c sl@0: tests/unicode-normalize.c: Deprecation cleanup sl@0: sl@0: Mon Oct 14 15:51:05 2002 Owen Taylor sl@0: sl@0: * glib/gdate.c (g_date_fill_parse_tokens): Fix a memory sl@0: leak. (#94550, Sebastian Rittau) sl@0: sl@0: Mon Oct 14 15:36:11 2002 Owen Taylor sl@0: sl@0: * glib/gcompletion.[ch] (g_completion_complete): Make sl@0: prefix argument const. (#91662, Gustavo Carneiro) sl@0: sl@0: Mon Oct 14 15:32:14 2002 Owen Taylor sl@0: sl@0: * tests/mainloop-test.c (adder_response): Fix a minor memory sl@0: leak. sl@0: sl@0: Sat Oct 12 21:30:41 2002 Tim Janik sl@0: sl@0: * merged up from glib-2-0: sl@0: sl@0: * glib/gstrfuncs.c (g_ascii_strtod): fix comment. sl@0: (g_ascii_strtoull): new function, acting like strtoull(3) in the C sl@0: locale. sl@0: sl@0: * glib/gscanner.[hc]: fix 32bit issues with integer parsing and sl@0: support storing 64bit values in GTokenValue by sl@0: using g_ascii_strtoull(). sl@0: sl@0: Sat Oct 12 12:34:22 2002 Soeren Sandmann sl@0: sl@0: * glib/gtree.c (g_tree_search), glib/gspawn.c sl@0: (g_spawn_async_with_pipes): sl@0: sl@0: Documentation fixes: #71778, Owen Taylor; #85095, Bill Janssen, sl@0: Owen Taylor. sl@0: sl@0: Thu Oct 10 23:27:02 2002 Tim Janik sl@0: sl@0: * glib/gscanner.c (g_scanner_msg_handler): if input_name is NULL, sl@0: print out "" instead of completely skipping input specification sl@0: and thusly loosing error line information. sl@0: sl@0: Sun Sep 29 12:15:44 2002 Manish Singh sl@0: sl@0: * tests/mainloop-test.c: use gsize instead of int where appropriate sl@0: (64-bit cleanliness fix) sl@0: sl@0: 2002-09-29 Tor Lillqvist sl@0: sl@0: * configure.in: Instead of forcing -fnative-struct into CFLAGS sl@0: when using gcc for Win32, check for gcc version 3.x which uses sl@0: -mms-bitfields instead. Also check if either of these switches is sl@0: actually available at all, and warn if not. Thanks to Soren sl@0: Andersen for the inspiration. sl@0: sl@0: * HACKING: Say we require autoconf 2.52 as that is what sl@0: configure.in does. sl@0: sl@0: 2002-09-23 Arvind Samptur sl@0: * glib/gspawn.c (fork_exec_with_pipes) : when the child fails sl@0: we need to reap it to avoid a zombie. This would sl@0: happen in case of g_spawn_sync. Fixes #92658 sl@0: sl@0: 2002-09-20 Matthias Clasen sl@0: sl@0: * glib/gscanner.c (g_scanner_msg_handler): Don't print sl@0: scanner->input_name when it is NULL. (#93752) sl@0: sl@0: 2002-09-06 Havoc Pennington sl@0: sl@0: * autogen.sh: automake 1.4 sl@0: sl@0: 2002-09-01 Soeren Sandmann sl@0: sl@0: * docs/reference/glib/tmpl/datalist.sgml, glib/gmain.c: sl@0: sl@0: Documentation fixes: (#75255, Martin Schulze; #76104, Daryll Strauss) sl@0: sl@0: 2002-08-26 Tor Lillqvist sl@0: sl@0: * configure.in (G_LIBS_EXTRA): Don't link with -lwsock32 on sl@0: Cygwin (#91696, Masahiro Sakai). sl@0: sl@0: Tue Aug 20 16:01:03 2002 HideToshi Tajima sl@0: sl@0: * glib/gconvert.c (strdup_len): validate 'len' argument properly sl@0: for the case that input string is not null-terminated. (#91222) sl@0: sl@0: 2002-08-10 Gustavo Noronha Silva sl@0: sl@0: * configure.in: added pt_BR to ALL_LINGUAS sl@0: sl@0: 2002-08-07 Matthias Clasen sl@0: sl@0: * glib/gmarkup.c (g_markup_parse_context_get_element): sl@0: Use g_return_val_if_fail, no g_return_if_fail. sl@0: sl@0: 2002-08-06 Sebastian Wilhelmi sl@0: sl@0: * glib/gthread.c: Set the normal PID surrogate priority according sl@0: to getpid() to avoid errors for niced processes. (#86116) sl@0: sl@0: * gthread/gthread-impl.c, gthread/gthread-posix.c, sl@0: gthread/gthread-solaris.c: Do the same for the posix/dce sl@0: implementation. Solaris still needs to set priority of the main sl@0: thread, because all unbound threads will schedule according to sl@0: that value and it defaults to 0 (the minimal value). sl@0: sl@0: * glib/gmain.c: Factor out g_main_context_init_pipe from sl@0: g_main_context_new to initialize the wakeup pipe of a sl@0: context. Call that function from g_main_context_new if threads are sl@0: initialized and for all contexts when threads are initialized sl@0: in g_main_thread_init. (#86872) sl@0: sl@0: * gthread/gthread-impl.c: Call g_main_thread_init. (#86872) sl@0: sl@0: Thu Jul 25 14:23:15 2002 Owen Taylor sl@0: sl@0: * glib/gfileutils.c: Clarify the behavior of g_build_path() sl@0: for empty elements and for leading and trailing copies sl@0: of the separator in the docs. sl@0: sl@0: * glib/gfileutils.c: Fix problems with leading elements sl@0: consisting only of "/" characters. (#85928, Guillaume Chazarain) sl@0: sl@0: * tests/strfunc-test.c (main): Add more test cases sl@0: for g_build_filename(). sl@0: sl@0: 2002-07-26 Matthias Clasen sl@0: sl@0: * glib/gunicode.h: sl@0: * glib/gutf8.c (g_utf8_strreverse): New function to revert sl@0: a utf8 string. sl@0: * glib/gpattern.c (g_utf8_reverse): Gone, replaced by sl@0: g_utf8_strreverse. (#87725) sl@0: sl@0: Thu Jul 25 20:57:20 2002 Owen Taylor sl@0: sl@0: * glib/giochannel.c (g_io_channel_read_line): Fix sl@0: docs for @str_return to conform to the main docs sl@0: and the implementation as to whether the terminator sl@0: is included. (#87964, Jacob Berkman) sl@0: sl@0: Thu Jul 25 19:52:41 2002 Owen Taylor sl@0: sl@0: * glib/guniprop.c (real_tolower): Handle the sl@0: end of the string properly when max_len is set. sl@0: (#88545, Morten Welinder.) Rename the next_t sl@0: variable to next_type to make cc-mode happy. sl@0: sl@0: * glib/gconvert.c (g_iconv_open): Fix missing sl@0: label from previous commit. sl@0: sl@0: Thu Jul 25 19:41:03 2002 Owen Taylor sl@0: sl@0: * glib/giochannel.c (g_io_channel_get_flags): Fix sl@0: incorrect return value in g_return_val_if_fail sl@0: (#85545, David L. Cooper II) sl@0: sl@0: Thu Jul 25 19:12:43 2002 Owen Taylor sl@0: sl@0: * glib/giochannel.c (g_io_channel_set_encoding): Clarify sl@0: that only one of the conditions listed in the docs sl@0: need to be true, not all of them. (#87176, sl@0: Sebastian Rittau) sl@0: sl@0: * glib/giochannel.c (g_io_channel_read_line): Fix sl@0: description of the return value. (#87754, Manuel Clos) sl@0: sl@0: Thu Jul 25 19:02:53 2002 Owen Taylor sl@0: sl@0: * glib/gmain.c (g_timeout_add): Remove reference sl@0: in the docs to @notify parameter. (#87768, sl@0: Manuel Clos) sl@0: sl@0: Thu Jul 25 17:57:07 2002 Owen Taylor sl@0: sl@0: * glib/gconvert.c (g_iconv_open): Document the sl@0: (GIConv)-1 return value on failure. (#87559, sl@0: Jarek Dukat) sl@0: sl@0: * glib/gconvert.c (g_iconv_open): Fix potential sl@0: problems with the assumption that (GIConv)(iconv_t)-1 sl@0: is the same as (GIConv)-1. sl@0: sl@0: 2002-07-15 Matthias Clasen sl@0: sl@0: * glib/gmarkup.h: sl@0: * glib/gmarkup.c (g_markup_parse_context_get_element): New sl@0: function to get the currently open element. (#70448) sl@0: sl@0: 2002-07-04 Sebastian Wilhelmi sl@0: sl@0: * tests/*.c: Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN sl@0: throughout the files, which didn't already have them. (#87312) sl@0: sl@0: 2002-07-03 Sebastian Wilhelmi sl@0: sl@0: * configure.in: Made the thread flags determination tests first sl@0: check for the canonical form -pthread[s], then for other sl@0: possibilities. Also recognize some more platforms. Modeled after sl@0: patch from Miroslaw Dobrzanski-Neumann sl@0: (#77981). sl@0: sl@0: * configure.in: Fixed bugs in posix thread priority sl@0: resolution. Also added AIX priorities. Fix from sl@0: Laurent Vivier . (#82599) sl@0: sl@0: * gthread/gthread-solaris.c: Use thr_min_stack() instead of sl@0: sysconf (_SC_THREAD_STACK_MIN). if stack_size is 0 on entry to sl@0: g_thread_create_solaris_impl, also pass 0 to thr_create. Otherwise sl@0: the stack might be to small for any nontrivial thread. Discovered sl@0: on intel-solaris by Rajkumar Sivasamy . sl@0: sl@0: 2002-07-03 Anders Carlsson sl@0: sl@0: * configure.in: Add a forgotten trailing ` in the sl@0: GLIB_BINARY_AGE expression. Also fixup LT_CURRENT. sl@0: sl@0: 2002-07-02 Sebastian Wilhelmi sl@0: sl@0: * configure.in: Set binary age to 0 to make it compile. sl@0: sl@0: * configure.in: Improve checks for dce/posix threads to also do sl@0: the right thing, if the thread functions are not declared in sl@0: pthread.h. Idea from Miroslaw Dobrzanski-Neumann sl@0: in #77981. sl@0: sl@0: 2002-07-01 Anders Carlsson sl@0: sl@0: * configure.in: Up version to 2.1.0. sl@0: sl@0: 2002-07-01 Sebastian Wilhelmi sl@0: sl@0: * glib/garray.h: Add parenthesis to protect macro sl@0: argument. Spotted by Sam Couter . (#86826) sl@0: sl@0: 2002-06-28 Sebastian Wilhelmi sl@0: sl@0: * glib/gmessages.h (g_assert, g_assert_not_reached, sl@0: g_return_if_fail, g_return_val_if_fail): In case of sl@0: G_DISABLE_ASSERT replace "G_STMT_START{ }G_STMT_END" with sl@0: "G_STMT_START{ (void)0; }G_STMT_END", because the former chokes sl@0: gcc prior to 3.0. (#86664) sl@0: sl@0: 2002-06-26 Yanko Kaneti sl@0: sl@0: * configure.in: (ALL_LINGUAS) Added Bulgarian (bg). sl@0: sl@0: Thu Jun 13 16:12:04 2002 Owen Taylor sl@0: sl@0: * glib/gmain.c (struct _GTimeoutSource): Make sl@0: interval unsigned to match g_timeout_source_new(). sl@0: (#82624, Tim Janik.) sl@0: sl@0: * glib/gmain.c (g_timeout_prepare): Add some sl@0: extra gymnastics to avoid signed/unisgned integer sl@0: overflows. sl@0: sl@0: Thu Jun 13 15:57:46 2002 Owen Taylor sl@0: sl@0: * INSTALL.in: Add a note about the deficiency sl@0: of Tru64 iconv. (#81699, Manuel Op de Coul) sl@0: sl@0: Tue Jun 11 17:03:39 2002 Owen Taylor sl@0: sl@0: * tests/patterntest.c (test_compilation) sl@0: * glib/gmem.c (profiler_try_realloc): A couple sl@0: of 64-bit printf format fix from George Lebl. sl@0: (#82817) sl@0: sl@0: * glib/gconvert.c (open_converter): Fix gsize/gint sl@0: mixup for g_iconv() arguments. (#83270, sl@0: David L. Cooper II) sl@0: sl@0: 2002-06-03 Matthias Clasen sl@0: sl@0: * glib/gwin32.c (g_win32_get_package_installation_directory): sl@0: Replace homegrown "hash" entity by standard ISO entity "num". sl@0: sl@0: 2002-05-26 Matthias Clasen sl@0: sl@0: * glib/gmain.c: Remove references to nonexisting functions sl@0: g_source_set_callback_closure(), g_source_poll(), g_source_add() sl@0: from docs. sl@0: sl@0: * glib/gdir.c (g_dir_open): Typo fix in docs. sl@0: sl@0: * glib/gasyncqueue.c (g_async_queue_lock): sl@0: (g_async_queue_unref_and_unlock): Fix markup to avoid erroneous sl@0: s in docs. sl@0: sl@0: * glib/gwin32.c: Escape #'s leading to erroneous s in docs. sl@0: sl@0: * glib/gtree.c: Replace some occurances of Gtree by GTree in docs. sl@0: sl@0: * glib/gstring.c (g_string_insert_unichar): Typo fix in docs. sl@0: sl@0: 2002-05-23 Havoc Pennington sl@0: sl@0: * glib/gspawn.c (fork_exec_with_pipes): on success, close the sl@0: pipes from the child. Fix from Tim. sl@0: sl@0: 2002-05-22 jacob berkman sl@0: sl@0: * m4macros/glib-gettext.m4 (AM_GLIB_WITH_NLS): fix tyop sl@0: sl@0: Wed May 22 15:40:47 2002 Owen Taylor sl@0: sl@0: * README.in: Remove notes about now-fixed-bugs. sl@0: sl@0: * m4macros/glib-gettext.m4 acinclude.m4: Get rid sl@0: of AC_MSG_NOTICE() usage, since some broken systems sl@0: (Hi Debian!) might not be using autoconf-2.5x for sl@0: downstream packages even though we require it for sl@0: glib itself. sl@0: sl@0: * INSTALL.in: Add a note about installing extra sl@0: converters for Solaris. sl@0: sl@0: * glib/gutils.h (g_bit_nth_msf): Fix termination sl@0: condition. (#82582, Paolo Molaro) sl@0: sl@0: Tue May 21 15:51:17 2002 Owen Taylor sl@0: sl@0: * configure.in: $with_libiconv, not $with_iconv. sl@0: sl@0: Mon May 20 18:02:46 2002 Owen Taylor sl@0: sl@0: * configure.in: Move iconv tests before gettext sl@0: checks. (#81999) sl@0: sl@0: * m4macros/glib-gettext.m4 acinclude.m4: If we can't sl@0: link to gettext, try adding in -liconv. (#80076, sl@0: Boyd Lynn Gerber) sl@0: sl@0: * m4macros/glib-gettext.m4 acinclude.m4: Suppress sl@0: warnings about xgettext not being GNU gettext when sl@0: libintl wasn't found at all. sl@0: (#79016, Andrew P. Lentvorski, Jr.) sl@0: sl@0: 2002-05-21 Matthias Clasen sl@0: sl@0: * glib/gmarkup.c (g_markup_parse_context_parse): Added sl@0: proper support for CDATA sections. sl@0: sl@0: 2002-05-20 jacob berkman sl@0: sl@0: * glib/gdir.c: include sys/types.h before dirent.h to build on sl@0: darwin (fixes #72859) sl@0: sl@0: Mon May 20 15:35:59 2002 Owen Taylor sl@0: sl@0: * glib/gfileutils.c (get_contents_regfile): Fix double sl@0: close of file descriptor on error. (#82139, Wayne Schuller) sl@0: sl@0: * glib/gspawn.c (close_and_invalidate): Don't close sl@0: fd's that have already been closed. (Fix from Michael sl@0: Meeks, #81959) sl@0: sl@0: * glib/giochannel.c (g_io_channel_close): If not flushing, sl@0: dump the contents of the write buffers, so we won't try sl@0: to write them to an invalid fd later. (Patch from Ron Steinke, sl@0: fixing #78290, Andreas Persenius.) sl@0: sl@0: 2002-05-18 Matthias Clasen sl@0: sl@0: * tests/markups/fail-36.gmarkup: sl@0: * tests/markups/fail-35.gmarkup: sl@0: * tests/markups/valid-8.gmarkup: sl@0: * tests/markups/valid-7.gmarkup: sl@0: * tests/markups/valid-6.gmarkup: sl@0: * tests/markups/valid-5.gmarkup: New testcases. sl@0: sl@0: * tests/markup-test.c (passthrough_handler): sl@0: (text_handler): Don't ignore the text_len parameter. sl@0: sl@0: * glib/gmarkup.c (find_current_text_end): Don't hang on embedded sl@0: nuls. (#81977) sl@0: (g_markup_parse_context_parse): Fix passthrough handling to sl@0: correctly skip processing instructions, comments, doctype sl@0: declarations and CDATA marked sections. (#81977) sl@0: sl@0: Sat May 18 00:21:51 2002 Tim Janik sl@0: sl@0: [merged from stable] sl@0: sl@0: * glib/gscanner.c (g_scanner_unexp_token): fix missing cases for sl@0: expected_token. sl@0: sl@0: 2002-05-17 Tor Lillqvist sl@0: sl@0: * config.h.win32.in: Match new additions in a configure-produced sl@0: config.h. sl@0: sl@0: * glibconfig.h.win32.in: gssize and gsize as in a sl@0: configure-produced glibconfig.h. sl@0: sl@0: * glib/glib.def: Add new functions. sl@0: sl@0: Thu May 16 12:24:00 2002 Owen Taylor sl@0: sl@0: * acinclude.m4 m4macros/glib-gettext.m4: Incorporate sl@0: AM_LC_MESSAGES, AM_PATH_PROG_WITH_TEST as AM_GLIB_* to avoid sl@0: dependencies on gettext m4 files. (#81885, Hidetoshi Tajima.) sl@0: sl@0: 2002-05-14 Alex Larsson sl@0: sl@0: * glib/gstrfuncs.c: sl@0: * glib/gstrfuncs.h: sl@0: New functions g_str_has_suffix and g_str_has_prefix. sl@0: sl@0: * tests/string-test.c: (main): sl@0: Test the new functions. sl@0: sl@0: Mon May 13 23:20:00 2002 Owen Taylor sl@0: sl@0: * autogen.sh (have_gettext): Add a check for GNU gettext. sl@0: (Pointed out by Dan Winship in #59386.) sl@0: sl@0: Mon May 13 11:55:33 2002 Owen Taylor sl@0: sl@0: * configure.in acglib.m4: If sizeof(int) == sizeof(long) sl@0: run compilation tests to determine which way gsize should sl@0: be defined. (#74413, reported by Miroslaw Dobrzanski-Neumann) sl@0: sl@0: Mon May 13 11:42:23 2002 Owen Taylor sl@0: sl@0: * glib/libcharset/*: Update from libcharset CVS. sl@0: Includes additional encodings for Solaris (#80396, sl@0: Qingjiang Yuan) sl@0: sl@0: * configure.in: Add getc_unlocked to CHECK_FUNCS(). sl@0: sl@0: * glib/gmessages.c (strdup_convert): If sl@0: g_convert_with_fallback() fails, print the error sl@0: message to stderr the first time, then return sl@0: the original string. (#78197) sl@0: sl@0: 2002-05-10 Naba Kumar sl@0: sl@0: * configure.in: Added "hi" to ALL_LINGUAS. sl@0: sl@0: 2002-05-08 Michael Natterer sl@0: sl@0: * configure.in: fixed yesterdays fix for cross compiling: simply sl@0: check the variable "cross_compiling" which gets set by autoconf. sl@0: sl@0: 2002-05-07 Matthias Clasen sl@0: sl@0: * glib/gmarkup.c (unescape_text): Report unfinished entity sl@0: references as errors rather than running into an assert. (#80441) sl@0: sl@0: 2002-05-07 Michael Natterer sl@0: sl@0: * configure.in: added a new conditional CROSS_COMPILING which sl@0: indicates ($build != $host). If it is set, look for sl@0: glib-genmarshal in PATH. Error out if it was not found. sl@0: sl@0: Tue May 7 11:24:22 2002 Owen Taylor sl@0: sl@0: Fixes for #79347, Ron Arts. sl@0: sl@0: * glib/gqsort.c (g_qsort_with_data): Handle 0 elements, sl@0: don't g_return_if_fail(). sl@0: sl@0: * tests/qsort-test.c (main): Add a 0 element test. sl@0: sl@0: * glib/garray.c (g_[ptr_]array_sort_with[_data]): sl@0: Remove invalid assertions that array->pdata != NULL .. sl@0: it's NULL for 0 elements which is a valid case. sl@0: sl@0: Mon May 6 16:00:41 2002 Owen Taylor sl@0: sl@0: * glib/gbacktrace.h: Exclude OSF from alpha definition sl@0: of G_BREAKPOINT(), since the assembler apparently sl@0: doesn't support bpt. (#77852, Gareth Pierce) [from stable] sl@0: sl@0: Mon May 6 11:48:08 2002 Owen Taylor sl@0: sl@0: [ merged from stable ] sl@0: sl@0: * Makefile.am (EXTRA_DIST): Add ChangeLog.pre-2-0 (#78641) sl@0: sl@0: * m4macros/glib-2.0.m4: save CFLAGS/LIBS properly when sl@0: compiling "what went wrong" test case. (#79330) sl@0: sl@0: * m4macros/glib-2.0.m4: Remove reference to editing sl@0: pkg-config script. (From Jim Gettys) sl@0: sl@0: * configure.in: (Look for dyld interfaces before dlopen() sl@0: since OS X can have both. Patch from Jacob Berkman, sl@0: #80438) sl@0: sl@0: 2002-05-01 jacob berkman sl@0: sl@0: * configure.in: fix typo on 64-bit printf formatting string sl@0: configure message (fixes #80389) sl@0: sl@0: 2002-04-29 Pablo Saratxaga sl@0: sl@0: * configure.in: Added Vietnamese (vi) to ALL_LINGUAS sl@0: sl@0: 2002-04-19 Tor Lillqvist sl@0: sl@0: * glib/gspawn.c (g_spawn_command_line_sync): Add Windows-specific sl@0: note to the gtk-doc comment. sl@0: sl@0: * glib/gspawn-win32.c: Remove the copy-pasted gtk-doc comment sl@0: blocks. It's enough to have them in gspawn.c. sl@0: sl@0: 2002-04-18 Sebastian Wilhelmi sl@0: sl@0: * gthread/gthread-impl.c (g_thread_init): Fixed typo. (#78985) sl@0: sl@0: 2002-04-13 Sebastian Wilhelmi sl@0: sl@0: * glib/gthreadpool.c (g_thread_pool_thread_proxy): Unlock the pool sl@0: for all threads leaving it. (#78348) sl@0: sl@0: 2002-04-11 Matthias Clasen sl@0: sl@0: * tests/patterntest.c: Remove manual UTF-8 -> Latin1 conversion for sl@0: stuff fed to g_print. sl@0: sl@0: 2002-04-08 Sebastian Wilhelmi sl@0: sl@0: * tests/gio-test.c, tests/markup-test.c: Use gsize instead of sl@0: gint. From Miroslaw Dobrzanski-Neumann sl@0: . (#77982) sl@0: sl@0: 2002-04-08 Stanislav Brabec sl@0: sl@0: * cs.po: Added Czech (cs) to ALL_LINGUAS. sl@0: sl@0: 2002-03-31 Hasbullah Bin Pit sl@0: sl@0: * configure.in: Added Malay (ms)to ALL_LINGUAS. sl@0: sl@0: 2002-03-29 Tor Lillqvist sl@0: sl@0: * glib/glib.def: Add g_convert_init. sl@0: sl@0: Thu Mar 28 18:25:14 2002 Owen Taylor sl@0: sl@0: * Released 2.0.1 sl@0: sl@0: * configure.in: Version 2.0.1, interface, binary age 1. sl@0: sl@0: Thu Mar 28 18:22:53 2002 Owen Taylor sl@0: sl@0: * README: Remove warning about g_print, etc, encoding. sl@0: sl@0: * NEWS: Updates. sl@0: sl@0: * glib/gmessages.c (g_log_default_handler): Use %lu sl@0: (plus a cast) when printing out pid_t arguments. sl@0: (#76770, Morten Welinder) sl@0: sl@0: * glib/gstrfuncs.c (g_strdup_vprintf): Check the sl@0: result of vasprintf(), return NULL on failure. sl@0: (#76802, Akira Tagoh) sl@0: sl@0: * tests/testglib.c (TEST): Supress a warning with sl@0: some GCC versions. sl@0: sl@0: Thu Mar 28 20:31:51 2002 Tim Janik sl@0: sl@0: * glib/gmessages.c: sl@0: (g_print): sl@0: (g_printerr): convert prtinf() strings to local charset sl@0: when writing them to stdout or stderr. sl@0: sl@0: Wed Mar 27 18:42:22 2002 Tim Janik sl@0: sl@0: * gmessages.[hc]: sl@0: major cleanups. introduced _g_log_fallback_handler() to handle sl@0: recursive messages which really doesn't call any GLib functions. sl@0: this allowes the default handler to use normal GLib functions and sl@0: also fixes user supplied log level handlers. sl@0: fixed locking issues, based on a patch from Sebastian Willhelmi, sl@0: attached to #74356. translate log messages from UTF-8, based sl@0: on the same patch. save fatal and recursion flags across flag sl@0: loop. use new integer format code from above patch. sl@0: move GLib functions out of locked mutex state to avoid deadlocks. sl@0: move the level prefix and filedescriptor logic into mklevel_prefix(). sl@0: move _g_debug_init() into a place where we can figure and handle sl@0: recursion. sl@0: sl@0: Mon Mar 25 18:13:06 2002 Owen Taylor sl@0: sl@0: * glib/gtypes.h (GUINT*_SWAP_LE_BE_X86): Remove __const__ sl@0: qualifier from __asm__ statements... GCC since at least sl@0: 2.96 has assumed no side effects automaticaly, and gcc-3.1 sl@0: will warn about this usage. (#73308, Cody Russell) sl@0: sl@0: Fri Mar 22 17:59:27 2002 Owen Taylor sl@0: sl@0: * glib/gmem.c (g_mem_chunk_reset): Fix problem where sl@0: if g_mem_chunk_reset() is called on an alloc-only sl@0: memchunk, then a useles GTree was created. sl@0: sl@0: Wed Mar 20 18:20:21 2002 Owen Taylor sl@0: sl@0: * glib/gconvert.c (open_converter): Try to work around segfaults sl@0: on Solaris if NULL is passed for outbuf... supposedly gchar sl@0: *outbuf = NULL... &outbuf works. (#74336, Lauri Alanko) sl@0: sl@0: Wed Mar 20 11:17:32 2002 Owen Taylor sl@0: sl@0: * glib/gfileutils.c (get_contents_regfile): Close the sl@0: file descriptor. (#75507, Matthias Clasen) sl@0: sl@0: Wed Mar 20 11:00:59 2002 Owen Taylor sl@0: sl@0: * configure.in: Use $PKG_CONFIG, not pkg-config. sl@0: (LEE Sau Dan, #75572) sl@0: sl@0: 2002-03-20 Sven Neumann sl@0: sl@0: * glib/ghash.c (g_hash_table_resize): avoid repeated call of sl@0: g_spaced_primes_closest() by moving it out of the CLAMP macro sl@0: (spotted by Salmaso Raffaele). sl@0: sl@0: 2002-03-17 Tor Lillqvist sl@0: sl@0: * README.win32: Add MSVC-specific text by Hans Breuer. sl@0: sl@0: 2002-03-16 Tor Lillqvist sl@0: sl@0: * glib/giowin32.c: Some debugging output formatting changes. The sl@0: following changes fix a problem with buffered GIOChannels, noticed sl@0: with the help of Owen's test program, thanks! (#59969) sl@0: (g_io_win32_prepare): Return value that takes the buffer condition sl@0: into account, like g_io_unix_prepare() does. sl@0: (g_io_win32_check): Ditto, like g_io_unix_check(). sl@0: (g_io_win32_dispatch): Ditto, like g_io_unix_dispatch(). sl@0: sl@0: Thu Mar 14 17:37:45 2002 Owen Taylor sl@0: sl@0: * glib/giochannel.c (g_io_channel_write_chars): Fix some sl@0: gsize/gint mismatches. (#74422, Miroslaw Dobrzanski-Neumann) sl@0: sl@0: 2002-03-14 Sebastian Wilhelmi sl@0: sl@0: * glib/gmessages.c: Fixed threading issues brought up by sl@0: #74577. Make g_log_find_domain, g_log_domain_new, sl@0: g_log_domain_check_free and g_log_domain_get_handler require being sl@0: called with g_messages_lock held and remove all internal locking sl@0: in them. Then added proper locking to g_log_set_handler, sl@0: g_log_remove_handler and g_logv. Problem spotted by Miroslaw sl@0: Dobrzanski-Neumann . (#74577) sl@0: sl@0: 2002-03-13 Erwann Chenede sl@0: * glib/gconvert.c sl@0: glib/gen-unicode-tables.pl sl@0: glib/gunidecomp.h : fixed cast/type problems to sl@0: avoid warnings (with forte compiler) (#73898) sl@0: sl@0: 2002-03-12 Alexander Larsson sl@0: sl@0: * glib/gconvert.c: sl@0: Cache getenv("G_BROKEN_FILENAMES") in have_broken_filenames() and sl@0: use instead. Add g_convert_init() that calls have_broken_filenames() sl@0: sl@0: * gthread/gthread-impl.c: sl@0: Have g_thread_init call g_convert_init. sl@0: sl@0: 2002-03-11 Matthias Clasen sl@0: sl@0: * glib/gstrfuncs.c (g_strtod): sl@0: (g_ascii_strtod): sl@0: (g_ascii_dtostr): sl@0: (g_ascii_formatd): Doc formatting fixes. sl@0: