| Fri Mar 8 10:58:28 2002 Owen Taylor <otaylor@redhat.com> |
| |
| * ======== Released 2.0.0 ======== |
| |
| Fri Mar 8 10:20:46 2002 Owen Taylor <otaylor@redhat.com> |
| |
| * NEWS: Final updates for 2.0.0 |
| |
| * glib/gstrfuncs.c: Convert the results of strerror() |
| and strsignal() to UTF-8. |
| |
| * glib/gconvert.c glib/gdir.c glib/giochannel.c glib/giounix.c |
| glib/giowin32.c: Use g_strerror(), not strerror(). |
| |
| Fri Mar 8 00:15:29 2002 Owen Taylor <otaylor@redhat.com> |
| |
| * README.in: Updates. |
| |
| * README.in: Add warnings about current encoding problems with .po |
| files and error logging functions. |
| |
| * configure.in: Check for bind_textdomain_codeset(). |
| |
| * glib/gutils.c (_glib_gettext): Call |
| bind_textdomain_codeset, if present. |
| |
| * INSTALL.in: Some updates. |
| |
| * AUTHORS: Updates. |
| |
| * Makefile.am (EXTRA_DIST): Remove TODO.xml from EXTRA_DIST. |
| |
| * docs/Makefile.am (EXTRA_DIST): Remove Changes-2.0.txt |
| from EXTRA_DIST. |
| |
| 2002-03-06 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * configure.in: Fixed recognition of dce. Do not use -lc_r on |
| OpenBSD and FreeBSD. Instead use -pthread. Move scheduling |
| parameter check to after the case..esac block for finding the |
| right thread libs. (#73686) |
| |
| Tue Mar 5 19:41:02 2002 Owen Taylor <otaylor@redhat.com> |
| |
| * GTK+-2.0.0 rc1 |
| |
| 2002-03-05 Matthias Clasen <maclas@gmx.de> |
| |
| * glib/gmain.c (g_source_set_priority): Finish docs. |
| (#67064) |
| |
| Tue Mar 5 00:38:54 2002 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/gutils.c (g_get_any_init): Where we have |
| getpwuid[_r], use that in preference to $HOME, and |
| only check $HOME as a fallback if getpwuid fails. |
| (#2311) |
| |
| Sun Mar 3 21:09:24 2002 Owen Taylor <otaylor@redhat.com> |
| |
| * configure.in: Default to --disable-gtk-doc, to avoid |
| Jade setup hassles. |
| |
| * autogen.sh: Add --enable-gtk-doc. |
| |
| * configure.in: Default to --disable-static to go |
| along with Pango, GTK+ where we need to do that for |
| bin-compat reasons. |
| |
| * Makefile.am: Add a slightly modified distcheck rule |
| that passes --enable-gtk-doc to the configure inside. |
| (So that 'make dist' succeeds inside.) |
| |
| * configure.in *.pc.in **/Makefile.am m4macros/glib-2.0.m4 |
| tests/makefile.mingw.in: Switch everything over to |
| glib-2.0. |
| |
| Sun Mar 3 02:30:05 2002 Tim Janik <timj@gtk.org> |
| |
| * glib/gscanner.h (_GScannerConfig): added padding. |
| |
| * glib/ghook.h (struct _GHook): add two padding pointers. |
| |
| Thu Feb 28 11:13:49 2002 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/gshell.c (g_shell_unquote): Fix memory leak. |
| (#72990, Paolo Maggi) |
| |
| 2002-02-28 Sven Neumann <sven@gimp.org> |
| |
| * m4macros/glib-2.0.m4: nicer output of configure --help. |
| |
| 2002-02-27 Daniel Elstner <daniel.elstner@gmx.net> |
| |
| * glib/gdate.c (g_date_strftime): Remove the shortcut |
| for UTF-8 locales to ensure consistent behaviour. Fix |
| handling of the strftime return value, and avoid looping |
| if strftime is buggy and constantly returns 0. Always |
| return 0 if the output buffer was to small. (#72544) |
| |
| Tue Feb 26 21:44:01 2002 Owen Taylor <otaylor@redhat.com> |
| |
| * config.status config.guess: Remove these files |
| from CVS so we more-or-less current versions from |
| automake --add-missing. (Reported by Finlay Dobbie, |
| #60342) |
| |
| 2002-02-26 Matthias Clasen <maclas@gmx.de> |
| |
| * docs/debugging.txt, gobject/glib-genmarshal.c, |
| gobject/glib-genmarshal.1, gobject/Makefile.am, gobject/gtype.c: |
| Remove references to gruntime. This includes renaming the test |
| program testgruntime to testgobject and the debug envvar |
| GRUNTIME_DEBUG to GOBJECT_DEBUG. (#50877) |
| |
| Tue Feb 26 14:56:31 2002 Owen Taylor <otaylor@redhat.com> |
| |
| * glib-2.0.pc.in: Reorder @INTL_LIBS@ and @ICONV_LIBS@ in case |
| -lintl depends on -licon. (Miroslaw Dobrzanski-Neumann #72708) |
| |
| Mon Feb 25 23:01:53 2002 Owen Taylor <otaylor@redhat.com> |
| |
| * configure.in acconfig.h config.h.win32.in |
| glib/gconvert.c: Check for iconv_* in -liconv |
| as well as libiconv_* in -liconv since AIX ships |
| the system iconv in a separate library. |
| Patch from Miroslaw Dobrzanski-Neumann (#72569) |
| |
| Mon Feb 25 22:46:29 2002 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/gdebug.h: Fix trailing , in enumeration |
| Miroslaw Dobrzanski-Neumann (#72574) |
| |
| Mon Feb 25 21:58:01 2002 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/guniprop.c (g_unichar_toupper/lower): Account |
| for some characters having now uppercase/lowercase |
| equivalents in code, docs. (#65416) |
| |
| Mon Feb 25 16:31:09 2002 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/gshell.c (tokenize_command_line): Fix quoting |
| of \' sequence (#72548, Christian Rose) |
| |
| 2002-02-24 Tor Lillqvist <tml@iki.fi> |
| |
| * README.win32: Edits. |
| |
| * config.h.win32.in: Add (as undefined) HAVE_UNSETENV, |
| _FILE_OFFSET_BITS and _LARGE_FILES, just for completeness. |
| |
| * glibconfig.h.win32.in: Add the gcc-2.95.x undef of |
| G_HAVE_ISO_VARARGS. |
| |
| Sat Feb 23 21:36:51 2002 Owen Taylor <otaylor@redhat.com> |
| |
| * configure.in: 1.3.15, binary, interface age 0. |
| |
| * NEWS: Updated. |
| |
| Sat Feb 23 14:54:13 2002 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/giochannel.h (struct _GIOChannel): Add a little bit |
| of padding. |
| |
| * glib/gmain.h (struct _GSource): Add a little bit of padding. |
| |
| 2002-02-21 Matthias Clasen <maclas@gmx.de> |
| |
| * glib/gdebug.h: New header containing GTK_DEBUG-style debugging |
| support for GLib. Currently only the fatal_warnings debug option exists. |
| |
| * glib/gmessages.c (g_log_msg_prefix_init): New one-shot function |
| for parsing G_MESSAGES_PREFIXED. |
| (_g_debug_init): New one-shot function for parsing G_DEBUG. |
| (g_log_write_prefix): Use g_log_msg_prefix_init(). |
| (g_messages_init): Use g_log_msg_prefix_init() and _g_debug_init(). |
| |
| * glib/Makefile.am (libglib_1_3_la_SOURCES): Add gdebug.h. |
| |
| Wed Feb 20 22:35:42 2002 Owen Taylor <otaylor@redhat.com> |
| |
| Fixes from Miroslaw Dobrzanski-Neumann (#71963) |
| |
| * glib/giounix.c (g_io_channel_new_file): Fix trailing comma |
| in enum. |
| |
| * configure.in: Check for unsetenv. |
| |
| * test/uri-test.c: Fall back to trying putenv(VARNAME) if |
| unsetenv isn't present. |
| |
| 2002-02-20 Daniel Elstner <daniel.elstner@gmx.net> |
| |
| * glib/gstring.[ch] (g_string_erase): Use gssize instead of |
| gsize as type of the pos and len arguments. (#71964) |
| |
| 2002-02-20 Simos Xenitellis <simos@hellug.gr> |
| |
| * configure.in: Added el to ALL_LINGUAS (Greek language). |
| |
| 2002-02-19 Tor Lillqvist <tml@iki.fi> |
| |
| * glib/gspawn-win32.c: Include <config.h> first here, too. Use |
| g_io_channel_read_chars() instead of (deprecated) |
| g_io_channel_read(). Set encoding to NULL for the channels used |
| for the pipes from the child. |
| |
| * glib/giowin32.c (buffer_read): Do return G_IO_STATUS_EOF when |
| EOF has been reached. Otherwise, with the above change to |
| gspawn-win32.c, spawn-test hangs. |
| |
| Mon Feb 18 20:18:23 2002 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/libcharset/Makefile.am (EXTRA_DIST): Remove |
| charset.alias from EXTRA_DIST; we don't want the |
| charset.alias from the make distcheck machine |
| on the target system!. (#70974, reported by |
| Ryan Lovett) |
| |
| Mon Feb 18 12:40:36 2002 Owen Taylor <otaylor@redhat.com> |
| |
| * configure.in: Turn off ISO varargs support for gcc-2.95 |
| since it causes problems with ANSI and we we have GNUC |
| varargs. (#70024, reported by Morten Welinder, fix from |
| James Henstridge) |
| |
| Sun Feb 17 11:37:06 2002 Owen Taylor <otaylor@redhat.com> |
| |
| * 1.3.14 |
| |
| * glib/glibintl.h: Error out of config.h wasn't included |
| rather than including it, since config.h must be the |
| first thing included. |
| |
| * glib/gconvert.c glib/gmarkup.c glib/gshell.c glib/gspawn.c |
| glib/gunibreak.c glib/gunidecomp.c glib/guniprop.c: |
| Include config.h as the first thing. (#71704, Morten |
| Welinder) |
| |
| Fri Feb 15 11:41:42 2002 Owen Taylor <otaylor@redhat.com> |
| |
| * configure.in: 1.3.14, binary age 0, interface age 0. |
| |
| Fri Feb 15 10:41:51 2002 Owen Taylor <otaylor@redhat.com> |
| |
| * NEWS: Updated. |
| |
| * configure.in: Require autoconf-2.52, run AC_SYS_LARGEFILE. |
| (#71410, Sven Neumann) |
| |
| * glib/giounix.c glib/giowin32.c glib/giochannel.[ch]: |
| Change offset type for g_io_channel_seek[_position] to |
| gint64. |
| |
| 2002-02-15 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * tests/thread-test.c: Do not assume, that after |
| g_usleep(G_USEC_PER_SEC) the newly started thread began |
| running. Spotted by Miroslaw Dobrzanski-Neumann |
| <mne@mosaic-ag.com>. Make the test_g_static_rw_lock_thread threads |
| wait a random time. Make the test_g_static_rw_lock test run 5 |
| seconds, not 1. |
| |
| 2002-02-14 Tor Lillqvist <tml@iki.fi> |
| |
| * glib/gmessages.c (g_logv): Use the #if branch with |
| G_BREAKPOINT() also on Win32. Remove the separate __asm int 3 for |
| MSVC, G_BREAKPOINT() does exactly that. |
| |
| 2002-02-14 James Henstridge <james@daa.com.au> |
| |
| * m4macros/glib-gettext.m4: add third argument to the AC_DEFINE |
| calls, so users of the macro don't need to add entries to |
| acconfig.h in their package. |
| |
| 2002-02-13 Havoc Pennington <hp@redhat.com> |
| |
| * glib/gmain.c (g_main_context_check): never dispatch sources of |
| mixed priority, because while iterating over the dispatch array a |
| new source with more priority may be added, while a source with |
| less priority remains in the dispatch array |
| |
| 2002-02-11 Darin Adler <darin@bentspoon.com> |
| |
| * glib/gmessages.h: Use "if (expr) { } else" as I meant to in the |
| first place. The other form can trigger warnings in some compilers |
| that suspect a ";" after "if (expr)" is an error. |
| |
| 2002-02-11 Manish Singh <yosh@gimp.org> |
| |
| * glib/gmessages.h: need statement terminators for the if clauses for |
| the preceding change. |
| |
| 2002-02-11 Darin Adler <darin@bentspoon.com> |
| |
| * glib/gmessages.h: Use "if (expr) else" rather than |
| "if (!(expr))" so the parentheses don't disable the gcc |
| warnings about = vs. ==. |
| |
| 2002-02-11 jacob berkman <jacob@ximian.com> |
| |
| * glib/gmarkup.h (g_markup_error_quark): match the signature in |
| the implementation |
| |
| 2002-02-10 Hans Breuer <hans@breuer.org> |
| |
| * glib/gfileutils.c : no sym links on win32, no lstat in msvcrt |
| |
| * tests/makefile.msc.in : added uri-test |
| |
| 2002-02-09 Darin Adler <darin@bentspoon.com> |
| |
| * glib/gmarkup.c: (xml_isspace): New. |
| (skip_spaces): g_unichar_isspace -> xml_isspace |
| * glib/gstrfuncs.c: (g_ascii_strtod): isspace -> g_ascii_isspace |
| isxdigit -> g_ascii_isxdigit, isdigit -> g_ascii_isdigit |
| |
| 2002-02-09 Matthias Clasen <matthias@local> |
| |
| * tests/markups/valid-4.gmarkup: Test attribute value delimiters. |
| |
| * glib/gmarkup.c (g_markup_parse_context_parse): Support |
| ' and " as attribute value delimiters. (#70677) |
| |
| 2002-02-09 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * configure.in: Make --disable-threads work again. (#71034) |
| |
| Fri Feb 8 23:52:27 2002 Owen Taylor <otaylor@redhat.com> |
| |
| * gobject/gvaluetransform.c: Register transformations for |
| gint64, guint64. (#70780, patch from Andy Wingo) |
| |
| * configure.in: Handle missing G_GINT64_FORMAT, |
| G_GUINT64_FORMAT ... harder to require GNU libc than GCC. |
| |
| * NEWS: Some cleanups that I had setting around. |
| |
| 2002-02-08 Darin Adler <darin@bentspoon.com> |
| |
| * glib/gconvert.h: Make hostname parameter const char *. |
| * glib/gconvert.c: (g_unescape_uri_string): Added a new |
| "ASCII must not be escaped" feature, and some missing error |
| checking. |
| (is_escalphanum): New. |
| (is_escalpha): New. |
| (hostname_validate): New. |
| (g_filename_from_uri): Don't allow hostnames to include |
| escaped ASCII, validate hostnames with the new |
| hostname_validate. |
| (g_filename_to_uri): Validate hostnames with the new |
| hostname_validate. |
| |
| * tests/uri-test.c: Updated tests to reflect the hostname |
| validation changes above. |
| |
| * glib/gdate.c: (g_date_fill_parse_tokens): Remove the |
| <ctype.h> include and do isdigit -> g_ascii_isdigit. |
| |
| Fri Feb 8 12:32:14 2002 Owen Taylor <otaylor@redhat.com> |
| |
| * tests/hash-test.c (second_hash_test): Fix access to |
| freed memory in test case (Miroslaw Dobrzanski-Neumann). |
| Re-enable and debug some commented out code. |
| |
| 2002-02-08 Michael Natterer <mitch@gimp.org> |
| |
| * glib/gdir.c: g_dir_open: added g_return_val_if_fail() to prevent |
| us from calling opendir(NULL) (which simply crashes). |
| |
| 2002-02-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * glib/gfileutils.c (g_file_test): Extended documentation. |
| |
| 2002-02-07 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * glib/gfileutils.c (g_file_test): Do not follow symbolic links |
| for G_FILE_TEST_SYMLINK. Also fixed the correct "OR"-behaviour for |
| G_FILE_TEST_IS_EXECUTABLE and G_FILE_TEST_EXISTS. (#60048) |
| |
| 2002-02-07 Changwoo Ryu <cwryu@debian.org> |
| |
| * configure.in (ALL_LINGUAS): Added "ko". |
| |
| Wed Feb 6 14:44:18 2002 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/gmain.c (g_main_context_prepare): Handle |
| NULL entries (already dispatched) in pending_dispatches array |
| (pointed out by Manish Singh) |
| |
| Tue Feb 5 17:13:02 2002 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/gmain.c (g_main_context_prepare): Unref pending |
| dispatches when discarding them. |
| |
| 2002-02-04 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * glib/gthread.c (g_thread_create_full): Delay allocation until |
| after all g_return_val_if_fail (). |
| |
| * glib/gthread.h: Make depth member guint for cosmetic reasons. |
| |
| * glib/gthread.c: (g_static_rec_mutex_unlock_full): depth should |
| be unsigned. All that spotted by Jörgen Viksell |
| <jorgen.viksell@telia.com> |
| |
| 2002-02-02 Manish Singh <yosh@gimp.org> |
| |
| * glib/gmain.c |
| * glib/gtree.c: remove references to deprecated functions in docs |
| and warning message. |
| |
| 2002-01-31 jacob berkman <jacob@ximian.com> |
| |
| * glib-gettextize.in: |
| * m4macros/glib-gettext.m4 (AM_GLIB_GNU_GETTEXT): remove |
| references to po2tbl |
| |
| 2002-01-29 Matthias Clasen <matthiasc@poet.de> |
| |
| * glib/gmarkup.c (g_markup_parse_context_parse): Change the |
| order in which some error conditions are checked to improve |
| error messages. (#69646) |
| |
| Tue Jan 29 15:04:31 2002 Owen Taylor <otaylor@redhat.com> |
| |
| * 1.3.13 |
| |
| * tests/shell-test.c: Workaround for MSVC bugs. (#61064) |
| |
| Tue Jan 29 14:06:22 2002 Owen Taylor <otaylor@redhat.com> |
| |
| * NEWS: Update to include last change. |
| |
| 2002-01-21 Jeffrey Stedfast <fejj@ximian.com> |
| |
| * glib/gconvert.c (open_converter): Rewritten to cache iconv |
| conversion descriptors. On at least some Unix systems like |
| Solaris, iconv_open() must dlopen the necessary charset modules in |
| order to setup the descriptor. This can take a major toll on |
| performace if you are constantly opening and closing conversion |
| descriptors for the same charset conversions over and over. |
| (g_convert_with_fallback): Use close_converter() rather than |
| g_iconv_close() since open_converter() now caches iconv |
| descriptors. |
| |
| Tue Jan 29 11:18:44 2002 Owen Taylor <otaylor@redhat.com> |
| |
| * NEWS: Updated. |
| |
| * configure.in: Micro == 13, binary age, interface age 0. |
| [ binary breakage was return type of g_signal_connect_object(), |
| probably could have used binary age == 0, but a little safer not to.] |
| |
| * configure.in: Remove configure warning. |
| |
| 2002-01-28 Havoc Pennington <hp@pobox.com> |
| |
| * glib/gmarkup.c (add_attribute): NULL-terminate |
| context->attr_values so g_strfreev() is safe. |
| Would previously crash if parsing was ended prior |
| to ending the start tag. |
| (g_markup_parse_context_parse): add a couple assertions |
| |
| 2002-01-28 Havoc Pennington <hp@redhat.com> |
| |
| * glib/gmacros.h: get rid of warning here |
| |
| Mon Jan 28 17:56:10 2002 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/gmacros.h: Only use __FUNCTION__, __PRETTY_FUNCTION__ for |
| G_GNUC_FUNCTION, G_GNUC_PRETTY_FUNCTION, G_STRLOC when __GNUC__ < |
| 3, since in 3.0.3 the semantics of these functions were changed in |
| an incompatible way. (#69097) |
| |
| 2002-01-28 Ron Steinke <rsteinke@w-link.net> |
| |
| * glib/giochannel.c: Some documentation fixes/elaborations |
| I really should have gotten in a long time ago |
| |
| 2002-01-24 Sven Neumann <sven@gimp.org> |
| |
| * glib/gutf8.c (g_utf8_to_utf16): removed an empty line in the |
| inline documentation that confused gtk-doc. |
| |
| 2002-01-23 Laszlo Peter <laca@ireland.sun.com> |
| |
| * glib/gmessages.c (g_printf_string_upper_bound): return 1 more |
| for the trailing '\0' when using vsnprintf. (#69474) |
| |
| 2002-01-23 Tor Lillqvist <tml@iki.fi> |
| |
| * glib/gconvert.c: (strdup_len): Not used on Windows, don't even |
| compile it then. |
| |
| (acceptable): Improve comments for the _acceptable_ table: put |
| each ASCII char above the hex number for it. |
| |
| (g_escape_file_uri): On Windows, turn backslashes in the file name |
| into plain ("forward") slashes. |
| |
| (g_filename_from_uri): On Windows, don't return the hostname |
| "localhost", because we can not be 100% sure it will be recognized |
| in all cases anyway, so simpler to turn it into a null |
| hostname. |
| |
| Change slashes in the filename into backslashes, as that is the |
| more canonical separator. |
| |
| Recognize drive letters (either followed by a colon or a vertical |
| bar, as used by some browsers), and if the filename part starts |
| with a such, don't include any (back)slash. |
| |
| Don't drop any extra leading slash in the filename on Unix. |
| |
| (g_filename_to_uri): On Windows, if the hostname is "localhost", |
| don't use it, for consistency with g_filename_from_uri(). |
| |
| * tests/uri-test.c: Change accordingly, so that all tests pass on |
| Windows. Unix, too, I hope, though I couldn't check that now. |
| |
| (main): Unset the G_BROKEN_FILENAMES environment variable on Unix, |
| as some tests require that filenames are in UTF-8. Is unsetenv() |
| portable? |
| |
| These changes should fix bugs #59387, #59652, #59657 and #59658. |
| |
| 2002-01-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * configure.in: Get the right multithread option for GCC 3.0 and |
| later on AIX. (#67583) |
| |
| 2002-01-21 Jeffrey Stedfast <fejj@ximian.com> |
| |
| * glib/gconvert.c (g_convert_with_fallback): If g_convert fails, |
| set bytes_written to 0 and close the iconv descriptor that was |
| opened a few lines above. On a successful return, calculate |
| bytes_written to be outp - dest instead of outp - str. |
| |
| 2002-01-16 Sven Neumann <sven@gimp.org> |
| |
| * acinclude.m4 |
| * m4macros/glib-gettext.m4: removed the --disable-nls option. You |
| can't disable Native Language Support since we rely on it. |
| |
| * configure.in: nicer --help output. |
| |
| Tue Jan 8 11:33:28 2002 Owen Taylor <otaylor@redhat.com> |
| |
| * docs/Makefile.am (EXTRA_DIST): Add text files to EXTRA_DIST. |
| (#68239, Matthias Clasen) |
| |
| 2002-01-07 Zbigniew Chyla <cyba@gnome.pl> |
| |
| * configure.in (ALL_LINGUAS): Added pl. |
| |
| 2002-01-05 Hans Breuer <hans@breuer.org> |
| |
| * glibconfig.h.win32.in |
| msvc_recommended_pragmas.h (new file) : moved warning to |
| error pragmas to their own file to not force 'good practice' |
| programming in downstream libs and apps. Instead the new header |
| will be used by -FImsvc_recommended_pragmas.h in gnome/cvs |
| makefile.msc |
| * */makefile.msc.in : use -FImsvc_recommended_pragmas.h |
| |
| * makefile.am : add msvc_recommended_pragmas.h to EXTRA_DIST |
| |
| 2001-12-31 Tor Lillqvist <tml@iki.fi> |
| |
| * glib/gutils.c (g_get_any_init): (Win32) Use longer buffer for |
| user name. |
| |
| Sat Dec 29 15:07:21 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/gspawn.c (script_execute): Copy trailing NULL |
| into new ARGV array. (#67673) |
| |
| 2001-12-28 Sven Neumann <sven@gimp.org> |
| |
| * glib/gmessages.c: only include printf_string_upper_bound() if |
| HAVE_C99_VSNPRINTF is not defined. |
| |
| 2001-12-27 Duarte Loreto <happyguy_pt@hotmail.com> |
| |
| * configure.in: Added portuguese to ALL_LINGUAS |
| |
| Sat Dec 22 12:08:56 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * configure.in: 1.3.12, binary, interface age 0. |
| |
| * NEWS: Updated. |
| |
| 2001-12-21 Tor Lillqvist <tml@iki.fi> |
| |
| * config.h.win32.in: Add (undefined) HAVE_C99_VSNPRINTF. |
| |
| * glibconfig.h.win32.in: Add definition of G_HAVE_GROWING_STACK. |
| |
| * tests/Makefile.am: Rename the progs_LDADD, thread_LDADD and |
| module_LDADD Make macros to progs_ldadd, thread_ldadd and |
| module_ldadd. Newer automakes reserve macros named *_LDADD for |
| the use as LDADDs for targets it knows. |
| |
| * glib/giowin32.c: (struct _GIOWin32Watch): 'callback' wasn't used |
| here, either. |
| |
| 2001-12-21 Matthias Clasen <matthiasc@poet.de> |
| |
| * glib/gfileutils.c (g_file_get_contents): Remove FIXME. (#67063) |
| |
| 2001-12-19 Mark McLoughlin <mark@skynet.ie> |
| |
| * glib/gscanner.c: (g_scanner_unexp_token): fix segfaults. |
| |
| 2001-12-20 Michael Meeks <michael@ximian.com> |
| |
| * glib/giounix.c (struct _GIOUnixWatch): kill 'callback' |
| |
| Wed Dec 19 23:09:07 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/gconvert.c (g_iconv_open): SGML doc fix. |
| |
| Tue Dec 18 21:11:10 2001 Tim Janik <timj@gtk.org> |
| |
| * configure.in: add configure check to determine G_HAVE_GROWING_STACK. |
| |
| 2001-12-16 Havoc Pennington <hp@pobox.com> |
| |
| * glib/gfileutils.c (get_contents_regfile): use g_try_malloc and |
| return error on not-enough-memory |
| (get_contents_stdio): ditto |
| |
| 2001-12-17 Matthias Clasen <matthiasc@poet.de> |
| |
| * glib/gspawn.c, glib/gspawn-win32.c: Use <envar>, not <envvar>. |
| |
| 2001-12-15 Matthias Clasen <matthiasc@poet.de> |
| |
| * glib/gshell.c, glib/gspawn.c, glib/gspawn-win32.c, glib/gerror.c, |
| glib/gfileutils.c, glib/ghash.c, glib/gmain.c, glib/gasyncqueue.c, |
| glib/gtree.c: Minor markup fixes. |
| |
| 2001-12-14 Havoc Pennington <hp@pobox.com> |
| |
| * glib/gshell.c (g_shell_parse_argv): note on how to free returned |
| vector |
| |
| 2001-12-08 Havoc Pennington <hp@pobox.com> |
| |
| * glib/gspawn.c (fork_exec_with_pipes): include argv[0] in error |
| message about failure to exec |
| |
| 2001-12-13 Matthias Clasen <matthiasc@poet.de> |
| |
| * glib/gconvert.c, glib/giochannel.c, glib/gmain.c, |
| glib/gwin32.c: Revert mistaken change: it is UNIX, not Unix. |
| |
| Thu Dec 13 05:37:51 2001 Tim Janik <timj@gtk.org> |
| |
| * glib/gbsearcharray.[hc]: API revamp to shorten GValueArray |
| structure. |
| |
| 2001-12-12 Matthias Clasen <matthiasc@poet.de> |
| |
| This fixes #60543: |
| |
| * glib/gutils.c (g_snprintf, g_vsnprintf): Switch to C99-[v]snprintf(). |
| |
| * tests/strfunc-test.c: Add some tests for g_snprintf(). |
| |
| 2001-12-12 Matthias Clasen <matthiasc@poet.de> |
| |
| * glib/gconvert.c, glib/grand.c, glib/ghash.c, |
| glib/gthreadpool.c, glib/gtree.c: Documentation fixes. |
| |
| Mon Dec 10 14:08:39 2001 HideToshi Tajima <hidetoshi.tajima@sun.com> |
| |
| * glib/libcharset/config.charset (os): |
| add ISO8859-3 for Solaris. (#66174) |
| |
| 2001-12-10 Sven Neumann <sven@gimp.org> |
| |
| * gobject/gvalue.c (g_value_register_transform_func): perform an exact |
| match on the two types instead of using transform_func_lookup(). |
| |
| 2001-12-09 Christopher Blizzard <blizzard@redhat.com> |
| |
| * glib/gmessages.h: Add pragma that will prevent warnings when you |
| are not using -std=99 and newer gcc compilers. Patch from Red |
| Hat's gtk+ 1.2 rpm. |
| |
| 2001-12-06 Darin Adler <darin@bentspoon.com> |
| |
| * glib/gmacros.h: Do the same for "pure". |
| |
| 2001-12-06 Matthias Clasen <matthiasc@poet.de> |
| |
| The following patch corrects some function attributes. (#61780) |
| |
| * glib/ghash.h (g_int_equal, g_int_hash): These are not const. |
| |
| * glib/glibintl.h (_glib_gettext): Add G_GNUC_FORMAT(1). |
| |
| * glib/gmacros.h: Use reserved symbols in function attribute macros. |
| |
| 2001-12-06 Matthias Clasen <matthiasc@poet.de> |
| |
| The following patch avoids manual printf()-format parsing |
| if a C99-conforming vsnprintf() is available. (#55106) |
| |
| * acinclude.m4 (AC_FUNC_VSNPRINTF_C99): New macro to test for a |
| C99 conforming vsnprintf. |
| |
| * configure.in: Use AC_FUNC_VSNPRINTF_C99. |
| |
| * glib/gmessages.c (g_printf_string_upper_bound): Use C99 vsnprintf(). |
| |
| 2001-12-05 Sven Neumann <sven@gimp.org> |
| |
| * glib/gtree.c (g_tree_foreach): mention the fact that the tree is |
| traversed in sorted order. |
| |
| 2001-12-03 Manish Singh <yosh@gimp.org> |
| |
| * tests/module-test.c: g_module_symbol takes a gpointer *, not just |
| a gpointer |
| |
| * tests/libmoduletestplugin_a.c: here too |
| |
| 2001-11-29 Havoc Pennington <hp@redhat.com> |
| |
| * glib/gtree.c (g_tree_foreach): |
| * glib/ghash.c (g_hash_table_foreach): |
| |
| Add notes about how you shouldn't modify these data structures as |
| you iterate over them. |
| |
| Thu Nov 29 11:16:03 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * HACKING: Update (#65721, Dave Neary) |
| |
| 2001-11-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * glib/gdate.c: Fixed wrong order in conversion. |
| |
| Wed Nov 28 18:34:22 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/gmain.[ch]: Rename (private) GSource.id and |
| id parameter to g_main_context_find_source_by_id() |
| to avoid problems with Objective C where 'id' is |
| a keyword. (#65616) |
| |
| 2001-11-28 Daniel Elstner <daniel.elstner@gmx.net> |
| |
| * glib/gutf8.c (utf8_skip_data): In order to avoid infinite loops |
| on invalid UTF-8 strings, change the skip count for 0xfe and 0xff |
| from 0 to 1. |
| |
| 2001-11-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * configure.in: Always call GLIB_SIZEOF(..., system_thread). Fixes |
| #65624. |
| |
| 2001-11-28 Tor Lillqvist <tml@iki.fi> |
| |
| * glibconfig.h.win32.in: Add GLIB_SIZEOF_SIZE_T here, too. |
| |
| 2001-11-27 Dan Winship <danw@ximian.com> |
| |
| * configure.in (G_MODULE_LDFLAGS): Set this from libtool rather |
| than hardcoding values for certain platforms. |
| |
| * glib/libcharset/config.charset: Add a rule for NetBSD. |
| |
| * glib/libcharset/localcharset.c (_g_locale_get_charset_aliases): |
| If LIBCHARSET_ALIAS_DIR is set, look for charset.aliases there. |
| |
| * tests/Makefile.am (TESTS_ENVIRONMENT): set LIBCHARSET_ALIAS_DIR |
| so we don't depend on charset.aliases having been installed |
| |
| 2001-11-26 Matthias Clasen <matthiasc@poet.de> |
| |
| * glib/gnode.c (g_node_traverse): Implement G_LEVEL_ORDER correctly. |
| |
| * tests/node-test.c: Add a testcase for G_LEVEL_ORDER implementation. |
| |
| * glib/gtree.h: Mark g_tree_traverse() as deprecated. (#65343) |
| |
| * glib/gtree.c (g_tree_traverse): Explain the deprecation in |
| some detail. |
| |
| Mon Nov 26 09:42:24 2001 Tim Janik <timj@gtk.org> |
| |
| * configure.in: provide GLIB_SIZEOF_SIZE_T. |
| |
| 2001-11-26 Jesus Bravo Alvarez <jba@pobox.com> |
| |
| * configure.in: Added gl (Galician) to ALL_LINGUAS |
| |
| 2001-11-23 Hans Breuer <hans@breuer.org> |
| |
| * glib/makefile.msc.in : added -Zm400 to DEPCFLAGS to avoid : |
| gunidecomp.h(5846) : fatal error C1076: compiler limit : |
| internal heap limit reached; use /Zm to specify a higher limit |
| |
| * glibconfig.h.win32.in : added recommended pragma list for |
| msvc again. They are an invaluable help of letting the |
| compiler catch bugs. |
| |
| Thu Nov 22 13:56:55 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * Version 1.3.11 |
| |
| Thu Nov 22 13:14:18 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * configure.in (GLIB_MICRO_VERSION): Version 11, |
| interface, binary age 0. |
| |
| * NEWS: Updated. |
| |
| * tests/Makefile.am (libmoduletestplugin_[ab]_la_LDFLAGS): |
| Add dummy -rpath argument. On some (but not all) platforms, |
| libtool will only build a convenience library without this. |
| (#63486, Dan Winship) |
| |
| * Makefile.am (EXTRA_DIST): Add README.in, INSTALL.in - |
| autoconf-2.5x checks for 'make dist' in the tarball |
| when you make distcheck. |
| |
| * glib/Makefile.am (EXTRA_DIST): Distribute |
| makefile.msc/mingw.in, glib.rc.in. |
| |
| * tests/patterntest.c: Include string.h. |
| |
| * glib/gpattern.c (g_utf8_reverse): doc parsing fix. |
| |
| Thu Nov 22 02:50:18 2001 Tim Janik <timj@gtk.org> |
| |
| * NEWS: merged with gobject/NEWS. |
| |
| 2001-11-21 Tor Lillqvist <tml@iki.fi> |
| |
| * glib/makefile.mingw.in (DEFINES): Set G_LOG_DOMAIN as in |
| Makefile.am. |
| |
| Tue Nov 20 20:54:25 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/gunidecomp.[ch] glib/gen-unicode-tables.pl: Patch |
| from Andrew Taylor to optimize the decomposition table |
| to eliminate relocations and save space. (#64982) |
| |
| 2001-11-18 Hans Breuer <hans@breuer.org> |
| |
| * glib/glib.def : |
| * glib/makefile.msc.in : remove g_log_domain_glib usage/export |
| |
| * tests/makefile.msc.in : add iochannel-test |
| |
| Sat Nov 17 17:21:57 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/Makefile.am glib/*.c glib/gmessages.h: Get |
| rid of g_log_domain_glib variable in favor of just |
| using a string constant. |
| |
| Sat Nov 17 14:10:35 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/gbsearcharray.h: Include gtypes.h not gobject/gtype.h |
| |
| * glib/glib-object.h gobject/*.h: Prevent headers from |
| being included directly except when compiling GObject. |
| |
| * gobject/gvaluecollector.h: Include glib-object.h so that |
| this file can be included directly, since we don't |
| include it _from_ glib-object.h. |
| |
| * gobject/gtype.c: Remove struct _GValue hack since we |
| now include glib/gvaluecollector.h which simply pulls in |
| glib-object.h. |
| |
| 2001-11-15 Matthias Clasen <matthiasc@poet.de> |
| |
| * glib/giochannel.c: Documentation fixes. |
| |
| 2001-11-15 Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp> |
| |
| * configure.in: Added "ja" to ALL_LINGUAS. |
| |
| 2001-11-15 Michael Meeks <michael@ximian.com> |
| |
| * glib/giounix.c (g_io_channel_unix_new): set the fd |
| before using it. |
| |
| 2001-11-15 Tor Lillqvist <tml@iki.fi> |
| |
| * tests/makefile.{mingw,msc}.in (TESTS): Add back mainloop-test |
| here, too. |
| |
| * tests/Makefile.am: Remove leftover comment that claimed |
| mainloop-test is removed. |
| |
| 2001-11-14 Matthias Clasen <matthiasc@poet.de> |
| |
| * glib/gpattern.c: add UTF-8 support. |
| |
| * tests/patterntest.c: add UTF-8 and equality tests. |
| |
| Wed Nov 14 07:34:24 2001 Tim Janik <timj@gtk.org> |
| |
| * glib/galloca.h (g_newa): provide g_newa(ctype, count) on top of |
| g_alloca() like we provide g_new() on top of g_malloc(). |
| |
| Tue Nov 13 21:25:35 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/{gen-unicode-tables.pl,gunibreak.c,gunibreak.h, |
| gunichartables.h, gunicomp.h, gunidecomp.[ch], |
| guniprop.c}: Patch from Andrew Taylor to improve |
| tables and reduce relocations by using indices |
| rather than pointers. (#64433) |
| |
| * tests/unicode-normalize.c (main): Fix for changes |
| to g_strsplit(). |
| |
| 2001-11-12 Darin Adler <darin@bentspoon.com> |
| |
| * glib/gstrfuncs.c: (g_strsplit): Fix max_tokens == 1 case to |
| match documentation. |
| * tests/strfunc-test.c: (main): Add tests. |
| |
| * tests/.cvsignore: Recently-added test. |
| |
| Mon Nov 12 03:01:28 2001 Tim Janik <timj@gtk.org> |
| |
| * glib/gscanner.c (g_scanner_eof): G_TOKEN_ERROR is also an end |
| of stream condition. |
| |
| 2001-11-10 Tor Lillqvist <tml@iki.fi> |
| |
| * glib-zip.in (DEVZIP): Also share/glib-2.0. |
| |
| 2001-11-09 Tor Lillqvist <tml@iki.fi> |
| |
| * glib/gwin32.c (g_win32_getlocale): Add a couple of languages |
| that have LANG_* codes in newest headers, just for completeness. |
| |
| 2001-11-08 Wang Jian <lark@linux.net.cn> |
| |
| * configure.in(ALL_LINGUAS): Added zh_CN for Simplified Chinese. |
| |
| 2001-11-08 Tor Lillqvist <tml@iki.fi> |
| |
| * glib/gwin32.c: Don't define LANG_AZERI etc in case those aren't |
| defined in the headers (MSVC 5.0). |
| (g_win32_getlocale): Instead, surround uses of those with |
| #ifdef. Those MSVC 5.0 users that want to build a GLib that |
| recognizes those languages should download the Platform SDK and |
| use the headers from it. |
| |
| 2001-11-07 Peter Williams <peterw@ximian.com> |
| |
| * glib/gdir.c (g_dir_read_name): Return NULL when done reading. |
| |
| 2001-11-06 Tor Lillqvist <tml@iki.fi> |
| |
| * glib/Makefile.am (gspawn_win32_helper_LDFLAGS): Use -mwindows. |
| |
| 2001-11-05 Tor Lillqvist <tml@iki.fi> |
| |
| * README.win32: Minor edits. |
| |
| * glib-zip.in: Build separate runtime and developer packages. |
| |
| * glib/libcharset/config.charset (os): Don't need to match mingw |
| after all, the charset.alias file isn't even used on Win32... (see |
| localcharset.c). |
| |
| * glib/makefile.mingw.in: Add gdir. |
| |
| * glib/glib.def: Add g_dir_* entry points. |
| |
| Sun Nov 4 20:45:21 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * configure.in (CFLAGS): Add check for dirent.h |
| |
| * glib/glib.h glib/Makefile.am: Add gdir. |
| |
| * glib/gdir.c (g_dir_close): Couple of small tweaks |
| now that it is actually compiling... |
| |
| Sun Nov 4 20:29:31 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/gdir.[ch]: Indentation fixes, some rewriting of docs to |
| conform to gtk-doc standard. |
| |
| * glib/gdir.[ch] (g_dir_close): Remove the boolean |
| return value. What would you do if closing failed? |
| What would the user do if you printed a warning |
| message "closing directory %s failed"? |
| |
| 2001-11-04 Hans Breuer <hans@breuer.org> |
| |
| * glib/gdir.[hc] : (new files) simplified wrapper around dirent |
| functions to improve portability of downstream libs/apps |
| * glib/makefile.msc.in : use them |
| * glib/glib.def : export them |
| * config.h.win32.in : needing HAVE_DIRENT_H defined |
| |
| 2001-11-04 Tor Lillqvist <tml@iki.fi> |
| |
| * tests/Makefile.am: On Win32, create separate .exp file for |
| module-test.o and link with that. Otherwise the GNU linker doesn't |
| export the g_clash_func. |
| |
| 2001-11-03 Hans Breuer <hans@breuer.org> |
| |
| * glib/giowin32.c : static correctness |
| |
| * glib/gwin32.c : some more #if defined (SUBLANG_* ... |
| (g_win32_get_package_installation_subdirectory) use g_build_filename |
| instead of duplicating its logic |
| |
| * glib/glib.def : removed duplicates, added mising, removed |
| compat cruft |
| |
| Fri Nov 2 19:54:16 2001 Tim Janik <timj@gtk.org> |
| |
| * glib/gbacktrace.h (G_BREAKPOINT): remove public signal.h include. |
| |
| Thu Nov 1 21:48:43 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * tests/mainloop-test.c (recurser_idle): Recurse |
| with may_block = FALSE, so we don't get into |
| the pathology where the recurser_idle recurses |
| for 10 iterations, and the only thing that is |
| running is the recurser idle, which adds |
| another recursion for each of those 10 iterations |
| and.... |
| |
| * tests/mainloop-test.c (create_crawler): Fix race |
| condition where a crawler source could be destroyed |
| before it was added to the crawler array. |
| |
| * test/Makefile.am: Add mainloop-test back. |
| |
| 2001-11-01 Marius Andreiana <mandreiana@yahoo.com> |
| |
| * configure.in: Added ro (Romanian) to ALL_LINGUAS |
| |
| 2001-10-31 Havoc Pennington <hp@redhat.com> |
| |
| * glib/gmain.c (g_main_loop_run): fix to the locking so we don't |
| hang |
| |
| 2001-10-31 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * configure.in: Make --with-threads=none mean, that we want thread |
| support, but no default thread implementation. This also was the |
| original intention, but disapeared around 1998... So it doesn't |
| seem to be the most requested feature, but we went far to make it |
| possible in the code, so I resurrected this feature. |
| |
| * INSTALL.in: Describe the --enable-gc-friendly, --disable-threads |
| and --with-threads options of configure. |
| |
| * glib/gmain.c (g_main_context_acquire, g_main_context_release, |
| g_main_context_wait): Use the right conditional (G_THREADS_ENABLED |
| instead of G_THREAD_ENABLED). Also remove wrong |
| return-statement. Unfortunately mainloop-test still does fail. Many |
| thanks to Andrea Fazekas <fazek@ludens.elte.hu> for spotting |
| this. (#63455) |
| |
| 2001-10-31 Matthias Clasen <matthiasc@poet.de> |
| |
| * gobject/gsourceclosure.c (g_source_set_closure): Fix documentation. |
| |
| 2001-10-30 Tor Lillqvist <tml@iki.fi> |
| |
| * glib-zip.in: New file, used to build distribution packages for |
| Windows. |
| |
| * configure.in: Expand it. |
| |
| * Makefile.am: Distribute it. |
| |
| * config.h.win32.in: Update to match currently produced config.h |
| |
| 2001-10-29 Daniel Egger <degger@fhm.edu> |
| |
| * glib/gbacktrace.h: Fix non-Intel/-Alpha version of the |
| G_BREAKPOINT macro to include <signal.h> and use SIGTRAP. |
| |
| * glib/gmessages.c: Conditionalise definition of args2 |
| depending on the definition of HAVE_VSNPRINTF to avoid |
| compiler warning. |
| |
| * gobject/testgruntime.c |
| * tests/patterntest.c: Include <string.h> to avoid warnings. |
| |
| Mon Oct 29 11:29:37 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * m4macros/glib-2.0.m4: Don't try to use PKG_CONFIG |
| when we didn't find it. (#62944, Eric Lemings) |
| |
| * m4macros/glib-2.0.m4: Fix problem with spaces around = |
| sign in assignment. (#63209, Arkadiusz Miskiewicz) |
| |
| Mon Oct 29 10:59:36 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * configure.in: Check for path to Perl, add gobject/glib-mkenums |
| to AC_OUTPUT. (#63093, Dan Winship) |
| |
| Mon Oct 29 10:55:12 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/libcharset/Makefile.am (EXTRA_DIST): Dist |
| ref-add.sin, ref-del.sin. (#63092, Dan Winship) |
| |
| 2001-10-29 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * glib/gmain.c (g_main_loop_quit): Conditionalize thread related |
| calls. (#63091) |
| |
| 2001-10-28 Tor Lillqvist <tml@iki.fi> |
| |
| * glib/glib.def: Add missing g_pattern_match_simple and |
| g_pattern_spec_equal. |
| |
| * glib/gwin32.c (g_win32_get_package_installation_subdirectory): |
| Set separator correctly. |
| |
| * glib/libcharset/config.charset (os): Match also mingw*. |
| |
| * tests/testglib.c (main): (Wibn32): Print the lib/locale |
| subdirectory, as that is what actually gets used. |
| |
| Wed Oct 24 11:10:54 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * configure.in: Version 1.3.10, interface age, binary age = 0. |
| |
| * NEWS: Updates |
| |
| 2001-10-26 Tor Lillqvist <tml@iki.fi> |
| |
| * configure.in: Don't default to win32 thread implementation on |
| Cygwin. The gthread-win32 implementation really is for Win32 with |
| MS runtime only. Let configure find pthreads when configuring for |
| Cygwin. |
| |
| * README.win32: Updates. |
| |
| * glib/glib.def: Update. |
| |
| * tests/makefile.mingw.in |
| * tests/makefile.msc.in: Remove mainloop-test here, too. Add ../* |
| to PATH before running tests to find DLLs. Separate the |
| interactive tests, don't run them in the check target. |
| |
| * */makefile.msc.in: Include make.msc from GLib's build directory. |
| |
| Thu Oct 25 12:01:41 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * tests/Makefile.am: Temporarily remove mainloop-test, since it |
| prevents distcheck. |
| |
| 2001-10-24 Alex Larsson <alexl@redhat.com> |
| |
| * docs/reference/glib/glib-sections.txt: |
| Add g_strtod & co. |
| |
| * docs/reference/glib/tmpl/string_utils.sgml: |
| Add docs for G_ASCII_DTOSTR_BUF_SIZE. |
| |
| * glib/gstrfuncs.[ch]: |
| Added g_ascii_strtod, g_ascii_dtostr and g_ascii_formatd. |
| |
| * tests/Makefile.am: |
| * tests/strtod-test.c: |
| Add tests for g_ascii_strtod & co. |
| |
| 2001-10-23 Tor Lillqvist <tml@iki.fi> |
| |
| * config.h.win32.in: Typo: GLIB_MICRO_VERSION and |
| GLIB_MINOR_VERSION were swapped. |
| |
| * glib/gutils.h: Remove G_HARDCODED_PATH_WRAPPER, Owen didn't like |
| it. |
| |
| * glib/gutils.c: Instead, expand it on Win32 as |
| _glib_get_locale_dir(), and #define GLIB_LOCALE_DIR as a call to |
| it. |
| |
| 2001-10-23 Tor Lillqvist <tml@iki.fi> |
| |
| * config.h.win32.in: Typo. |
| |
| * glibconfig.h.win32.in: Minor update to correspond to what |
| configure now generates. |
| |
| * glib/Makefile.am: (Win32): If we have built the MSVC import |
| library, install it. Install the gcc import library. Also support |
| uninstall. |
| |
| * glib/gutils.h: Add macros G_WIN32_DLLMAIN_FOR_DLL_NAME and |
| G_HARDCODED_PATH_WRAPPER. These are used to avoid hardcoding path |
| names into Windows DLLs. |
| |
| * glib/gutils.c: Use them for GLIB_LOCALE_DIR. |
| |
| * glib/gwin32.c (get_package_directory_from_module): Plug a small |
| memory leak. Minor code reordering. |
| (g_win32_get_package_installation_subdirectory): Allow empty subdir. |
| |
| 2001-10-19 Tor Lillqvist <tml@iki.fi> |
| |
| * configure.in: Fix test for lib.exe. Can't set ms_librarian |
| before calling AC_CHECK_PROG, as it doesn't actually check |
| anything if the result variable has been preset... |
| |
| 2001-10-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * glib/gutils.c (g_set_prgname, g_get_prgname): Use another LOCK |
| for g_prgname to avoid deadlocking. (#62606) |
| |
| 2001-10-19 Tor Lillqvist <tml@iki.fi> |
| |
| * configure.in: Check also ac_cv_sizeof___int64 when requiring a |
| 64-bit type. |
| |
| 2001-10-17 HideToshi Tajima <hidetoshi.tajima@sun.com> |
| |
| * glib/gconvert.c (g_iconv_open): |
| Fix a typo: to_codeset => from_codeset. |
| (#58195, #55152) |
| |
| Fri Oct 12 18:24:02 2001 Tim Janik <timj@gtk.org> |
| |
| * glib/gpattern.[hc]: make struct _GPatternSpec and GMatchType |
| private. |
| (g_pattern_equal): new function to return equality of two patterns |
| (required because GPatternSpec is private now). |
| (g_pattern_spec_new): fix bug wrg wildcard counting which produced |
| incorrect pattern specs (discovered by Matthias Clasen). |
| optimized code so we just keep one compiled pattern string now. |
| correctly canonicalize patterns. reduce string walks, optimize |
| decision about MATCH_ALL vs. MATCH_ALL_TAIL. |
| (g_pattern_match_string): call just g_pattern_match() with NULL |
| reversed string. |
| (g_pattern_match): allow NULL reversed strings now, reverse_dup |
| strings on demand. |
| |
| * tests/patterntest.c (test_compilation): added an extended testcase |
| for pattern matching from Matthias Clasen <matthiasc@poet.de>. |
| |
| 2001-10-11 Raja R Harinath <harinath@cs.umn.edu> |
| |
| * configure.in (ac_cv_sizeof_long_long): Avoid '==' and '-a' in |
| 'test's. |
| |
| Wed Oct 10 20:07:36 2001 Joshua N Pritikin <vishnu@pobox.com> |
| |
| * glib/gmessages.c glib/gtypes.h: Remove G_HAVE_GINT64 |
| conditionalization. |
| |
| Wed Oct 10 17:34:15 2001 Joshua N Pritikin <vishnu@pobox.com> |
| |
| * configure.in: Un-conditionalize and require a 64-bit integer |
| type. |
| |
| 2001-10-04 Raja R Harinath <harinath@cs.umn.edu> |
| |
| * configure.in: Avoid 'test -a'. |
| |
| 2001-10-05 Matthias Clasen <matthiasc@poet.de> |
| |
| * glib/gwin32.c: Documentation update. |
| |
| 2001-10-04 Havoc Pennington <hp@redhat.com> |
| |
| * glib/libcharset/Makefile.am (EXTRA_DIST): add config.charset |
| |
| 2001-10-03 Tor Lillqvist <tml@iki.fi> |
| |
| * glib/gutils.c (Win32) (DllMain): New function (DLL entry point) |
| to tuck away actual DLL name. |
| (GLIB_LOCALE_DIR) Use actual DLL name, instead of assuming one |
| naming convention for DLLs. |
| |
| * glib/glib.def: g_string_append_printf. |
| |
| 2001-10-02 Matthias Clasen <matthiasc@poet.de> |
| |
| * glib/gstrfuncs.c, glib/giochannel.c: documentation update. |
| |
| * glib/gqueue.c: add documentation. |
| |
| 2001-10-02 Sven Neumann <sven@gimp.org> |
| |
| * glib/gstring.h (g_string_sprintfa): let the compatibility definition |
| point to the new name g_string_append_printf(). |
| |
| 2001-10-01 Alex Larsson <alexl@redhat.com> |
| |
| * glib/gconvert.[ch]: |
| Convert G_CONVERT_ERROR_NOT_ABSOLUTE_FILE_URI and |
| G_CONVERT_ERROR_INVALID_URI to G_CONVERT_ERROR_BAD_URI. |
| |
| * tests/uri-test.c: |
| Update tests |
| |
| Mon Oct 1 16:01:24 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/gstring.[ch] glib/grel.c: Rename g_string_printfa() |
| to g_string_append_printf(). (#61041, Havoc Pennington.) |
| |
| 2001-10-01 Tor Lillqvist <tml@iki.fi> |
| |
| * glib/gwin32.c: Documentation cleanups. (#61487) |
| |
| 2001-10-01 Matthias Clasen <matthiasc@poet.de> |
| |
| * glib/gscanner.h (GScannerMsgFunc): make third argument |
| a gboolean. |
| (g_scanner_add_symbol, g_scanner_remove_symbol, |
| g_scanner_foreach_symbol): mark these |
| G_DISABLE_DEPRECATED. (#61469) |
| |
| * glib/gscanner.c (g_scanner_msg_handler): make third |
| argument gboolean. (#61468) |
| |
| 2001-10-01 Sven Neumann <sven@gimp.org> |
| |
| * glib/gconvert.c |
| * glib/gspawn-win32.c |
| * glib/gspawn.c: some minor documentation fixes. |
| |
| 2001-09-29 Alexander Larsson <alla@lysator.liu.se> |
| |
| * configure.in: |
| Add build/win32/dirent/Makefile to the list of makefiles |
| |
| 2001-09-30 Tor Lillqvist <tml@iki.fi> |
| |
| * glib/gwin32.c |
| * glib/gwin32.h |
| * glib/glib.def: Remove own implementation of dirent |
| functions. Instead, gcc (mingw) users should go ahead and use the |
| <dirent.h> included with the mingw gcc, and the dirent functions |
| included in libmingw32, while MSVC users can use the same (public |
| domain) code, extracted from mingw-runtime sources and placed in |
| build/win32/dirent.[ch]. |
| |
| * glib/gwin32.c (get_package_directory_from_module, |
| g_win32_get_package_installation_directory): Use static lock to |
| protect static hash table. |
| |
| Sat Sep 29 02:33:14 2001 George Lebl <jirka@5z.com> |
| |
| * tests/testglib.c (main): cast the string size to gulong and use %lu |
| for printing to avoid 64bit issues |
| |
| * glib/gstrfuncs.[ch] (g_ascii_strncasecmp): Change the 'n' argument |
| to gsize instead guint. |
| |
| Fri Sep 28 19:41:32 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/libcharset/* configure.in: Fix macros from libcharset |
| to work with autoconf-2.5x. (From Laszlo Peter.) |
| |
| 2001-09-27 Matthias Clasen <matthiasc@poet.de> |
| |
| * glib/gstring.c: Fix inline docs for g_string_prepend_unichar. |
| |
| 2001-09-29 Abel Cheung <maddog@linux.org.hk> |
| |
| * configure.in: Add quotes around test values. This fixes a minor |
| annoying warning if platform is not win32. |
| |
| 2001-09-27 Manish Singh <yosh@gimp.org> |
| |
| * glib/grand.c (g_rand_new): fix typo (#if->#ifdef) so it compiles |
| again. |
| |
| 2001-09-24 Bruno Haible <haible@clisp.cons.org> |
| |
| * glib/gwin32.c (g_win32_getlocale): When the sublangid is |
| SUBLANG_DEFAULT, return the locale of the language's main country, |
| not a country-neutral locale. E.g. "en_US" instead of "en". Add |
| handling of LANG_SORBIAN. Fix typo for SUBLANG_CHINESE_SIMPLIFIED |
| (China == CN, CH == Switzerland). Ignore empty environment |
| variable values. |
| |
| 2001-09-28 Tor Lillqvist <tml@iki.fi> |
| |
| * glib/makefile.{mingw,msc}.in: Add localcharset.o. Just copy the |
| source file from libcharset and compile in this directory. |
| |
| * glib/giochannel.c: Mark rest of g_set_error strings for |
| translation, too. |
| |
| * glib/giowin32.c: Add some debugging output functions, call them |
| when debugging. |
| (create_events, g_io_win32_msg_write): Free message fetched with |
| g_win32_error_message (). |
| (g_io_win32_check): Indentation fixes. |
| (g_io_win32_fd_read,g_io_win32_sock_read): Don't always return |
| G_IO_STATUS_NORMAL. Do return G_IO_STATUS_EOF if we got 0 bytes, |
| like on Unix. This helps making the test programs run |
| successfully. |
| |
| * glib/gmain.c (g_poll): Return the code ifdeffed out with |
| TEST_WITHOUT_THIS. Can't remember why it was ifdeffed out. Things |
| seem to work as previously with the code in place. Especially |
| spawn-test didn't work with the code ifdeffed out (Bug#61067). |
| |
| * glib/grand.c (g_rand_new): Don't try to use /dev/urandom unless |
| on Unix. |
| |
| * glib/gspawn-win32-helper.c (WinMain): Remove Sleep(10000) |
| accidentally left in. |
| |
| Thu Sep 27 14:26:57 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/gstrfuncs.c (g_ascii_strup/down): Use gssize to |
| match the header. (Reported by Elliot Lee.) |
| |
| Wed Sep 26 22:34:12 2001 Owen Taylor <otaylor@redhat.com> |
| |
| Fixes for #58195, based on some ideas from Hidetosh Tajima. |
| |
| * aclibcharset.m4 glib/libcharset: Add Bruno Haible's |
| portable-current charset detection code from libiconv. |
| |
| * glib/gutf8.c (g_utf8_get_charset_internal): Rewrite |
| to use _g_locale_charset(). |
| |
| * glib/gutf8.c (_g_charset_get_aliases): Private functions |
| to get aliases from libcharset for a particular canonical |
| name. |
| |
| * glib/gconvert.c: If loading a charset fails, try |
| aliases to look for fallbacks. |
| |
| 2001-09-26 Matthias Clasen <matthiasc@poet.de> |
| |
| * gmem.c (g_mem_is_system_malloc): Return !vtable_set. |
| |
| 2001-09-26 Tor Lillqvist <tml@iki.fi> |
| |
| * configure.in: Retract my change earlier today. Don't preset |
| autoconf variables in a try to match both mingw and MSVC. Instead, |
| he who packages a prebuilt GLib developer distribution for Win32 |
| runs configure twice: once for mingw, once for MSVC, and then uses |
| diff -D on the glibconfig.h files to generate a suitably ifdeffed |
| glibconfig.h for distribution that suits both compilers. (Ditto |
| for config.h, although that file wouldn't be distributed in a |
| developer package, but in a source package for Win32 users who |
| want to build GLib but can't use configure.) |
| |
| * glibconfig.h.win32.in |
| * config.h.win32.in: Generated by using diff -D as described above. |
| |
| * tests/makefile.mingw.in (.c.exe): Correct name of gthread (import) |
| library. |
| |
| Wed Sep 26 15:33:37 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * Makefile.am po/Makefile.in.in: Fix distclean to |
| remove some extra files. #60993, Ben Gertzfield |
| |
| Wed Sep 26 14:37:52 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/gen-unicode-tables.pl glib/guniprop.c |
| glib/{gunibreak,gunichartables,gunidecomp}.h: |
| Patch from Andrew Taylor to make much of the unicode |
| table data const so that it can be made read-only |
| and shared. |
| |
| Wed Sep 26 12:41:05 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/gstrfuncs.c (g_strdup_vprintf): Copy if |
| !g_mem_is_system_malloc, not the other way around. |
| (Found by James Antill.) |
| |
| Wed Sep 26 11:00:31 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/gstrfuncs.c (g_strnfill): Use memset; might be |
| faster if someone used this for a biiig string. |
| (Suggestion from Jakub Jelinek) |
| |
| 2001-09-26 Tor Lillqvist <tml@iki.fi> |
| |
| * configure.in: (Win32:) Move the Win32 check closer to the start, |
| after the BeOS checks. Preset some autoconf variables so that |
| configure won't find those few headers and functions that gcc |
| (mingw) pretends to implement (even if the actual C library |
| doesn't), but MSVC doesn't. This because I want the same config.h |
| and glibconfig.h to be usable both from gcc and MSVC (as they use |
| the same C library). Some other minor hackery for this purpose. |
| |
| * glibconfig.h.win32.in |
| * config.h.win32.in: Use versions generated by configure (and |
| hand-edited slightly). |
| |
| 2001-09-25 Darin Adler <darin@bentspoon.com> |
| |
| * glib/gtree.h: Use gboolean for return value of GTraverseFunc. |
| |
| Tue Sep 25 11:34:22 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * configure.in: Version 1.3.9 (binary, interface == 0) |
| |
| * glib/gstrfuncs.c (g_ascii_strdown): Change g_ascii_strup/strdown |
| to take a 'len' argument to match g_utf8_strup/strdown. This |
| hopefully will also make it more obvious that they duplicate |
| the string rather than acting like g_strup/strdown. |
| (Suggestion from Matthias Clasen, #59550) |
| |
| 2001-09-25 Tor Lillqvist <tml@iki.fi> |
| |
| * configure.in: More Win32 automake macros. For .def files: |
| GLIB_DEF, GMODULE_DEF, GOBJECT_DEF and GTHREAD_DEF. For .exp |
| files: TESTGMODULE_EXP (for programs that need to export symbols, |
| just testgmodule here). A new conditional, MS_LIB_AVAILABLE to |
| test whether the Microsoft librarian ("ar") is available to build |
| MS import libraries. |
| |
| * glib/Makefile.am |
| * gmodule/Makefile.am: Use above. New rule to build MS import |
| library. |
| |
| * glib/makefile.msc.in |
| * tests/makefile.msc.in |
| * tests/makefile.mingw.in: Use same DLL and import library names as |
| libtool. |
| |
| 2001-09-24 Matthias Clasen <matthiasc@poet.de> |
| |
| * glib/gutf8.c, glib/gunibreak.c, glib/gunicollate.c, |
| glib/gunidecomp.c, glib/guniprop.c: Inline doc consistency fixes. |
| |
| 2001-09-24 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> |
| |
| * configure.in: Added "sk" to ALL_LINGUAS. |
| |
| 2001-09-22 Hans Breuer <hans@breuer.org> |
| |
| * glib/giowin32.c : simply setting is_readable and is_writeable |
| to TRUE does make Gimp plug-ins work again. Still no API known |
| to request this info on Win32 (see #57690) |
| |
| 2001-09-21 Hans Breuer <hans@breuer.org> |
| |
| * makefile.msc : added rule for glibconfig.h |
| |
| * glib/giowin32.c (g_io_channel_new_file) : always open |
| in binary mode (fix for #57695) |
| |
| * glib/glib.def : updated externals |
| |
| * glib/gwin32.c : re-added LANG_* and SUBLANG_* definitions, |
| which are missing from the msvc 5.0 win32 sdk |
| |
| * glib/makefile.msc.in : added gbsearcharry |
| |
| Thu Sep 20 20:33:45 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * Rename g_mem_vtable_is_set() to g_mem_is_system_malloc(). |
| |
| 2001-09-20 Tor Lillqvist <tml@iki.fi> |
| |
| * glib/gutils.c (g_path_is_absolute): (Win32:) Accept also forward |
| slashes. (But still don't accept them in the other functions |
| here. This is a thorny issue. Windows in fact does treat / like \ |
| on input (at least as local directory separators, dunno about |
| server/share separators). But GLib only has the one |
| G_DIR_SEPARATOR value, that apps should scan for, and use when |
| building pathnames. To properly fix this would require totally |
| abstracting pathnames, and don't having any path name scanning and |
| building in applications at all. Fat chance.) |
| (GLIB_LOCALE_DIR): Redefine only on "pure" Win32, not Cygwin. Use |
| subdirectory "share\locale", as on Unix. |
| |
| * glib/gwin32.c: Don't need to define those langiage and |
| sublanguage constants here, current mingw (w32api) headers have |
| them. |
| |
| * glib/glib.def: Add a few missing entry points. |
| |
| * tests/testglib.c (main): Use same name for DLL as libtool does. |
| Use G_DIR_SEPARATOR in g_path_get_basename tests. |
| |
| Wed Sep 19 16:35:22 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/gmain.c (g_main_context_find_source_by[_funcs]_user_data): |
| Fix handling of user data when locating sources. |
| (#60414, Katsuhiro Okuno) |
| |
| Wed Sep 19 14:17:31 2001 Owen Taylor <otaylor@redhat.com> |
| |
| Patch from Matthias Clasen (#59806) |
| |
| * configure.in: Check for vasprintf(). |
| |
| * glib/gmem.[ch]: Add g_mem_vtable_is_set() to be used |
| for efficiency hacks to avoid extra copies when not |
| needed. |
| |
| * glib/gstrfuncs.c: Use vasprintf() to implement |
| g_strdup_printf() when available. |
| |
| * glib/gmessages.c (g_logv): Avoid using |
| printf_string_upper_bound() when we have have vsnprintf. |
| |
| * glib/gmessages.c (printf_string_upper_bound): Don't |
| segfault when warning about positional parameters. |
| |
| Wzed Sep 19 14:05:27 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/{gcache.c,gmem.c,grel.c,gstring.c,gtimer.c,gtree}: |
| Patch from Darin Adler to remove GReal* structures in |
| favor of simple opaque typedefs in cases where there |
| were no non-private members. (#59693) |
| |
| Wed Sep 19 13:03:38 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/giochannel.c (g_io_channel_read/write_chars): Handle NUL |
| bytes_written, bytes_read. (Suggested by Joshua N Pritikin, #59550) |
| |
| Wed Sep 19 12:49:11 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/gutils.c (g_get_any_init): Handle failure of |
| sysconf and pick a fixed size buffer. (Happens on Cygwin |
| #60242) |
| |
| Wed Sep 19 11:23:41 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * configure.in: Error out if gettext support is not found. (#59386) |
| |
| 2001-09-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * glib/gthread.h (GThreadFunctions): Add thread_equal function to |
| allow for platform defined function to compare two threads. |
| |
| * glib/gthread.c: Use g_thread_functions_for_glib_use.thread_equal |
| when non-NULL instead of ==. |
| |
| Wed Sep 19 10:44:25 2001 Tim Janik <timj@gtk.org> |
| |
| * Released 1.3.8. |
| |
| Tue Sep 18 22:57:33 2001 Tim Janik <timj@gtk.org> |
| |
| * configure.in (GLIB_MICRO_VERSION): up version number to 1.3.8, |
| interface age 0, binary age 0. |
| |
| * NEWS: updates. |
| |
| Tue Sep 18 18:23:02 2001 Owen Taylor <otaylor@redhat.com> |
| |
| Fixes for compilation on Solaris (#59026, Frank Belew) |
| |
| * glib/gqsort.c (g_qsort_with_data): Use g_alloca(). |
| |
| * glib/giochannel.c (g_io_channel_read_to_end): Fix use |
| of ternary on left-hand-side. |
| |
| * configure.in: Handle the ac_cv_working_alloca_h variable |
| set by autoconf-2.5x. |
| |
| Tue Sep 11 18:50:44 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * m4macros/glib-gettext.m4 acinclude.m4: Remove commented |
| out sections for clarity. |
| |
| Tue Sep 18 18:19:33 2001 Tim Janik <timj@gtk.org> |
| |
| * tests/testglib.c: add simple test for g_path_get_basename(). |
| |
| * glib/gfileutils.c (g_file_open_tmp): |
| * glib/gstrfuncs.c (g_strerror): scratch erroneous usages |
| of "illegal". |
| |
| 2001-09-18 Tor Lillqvist <tml@iki.fi> |
| |
| * glib/gmain.c |
| * glib/giowin32.c: Mark the _funcs tables for export. |
| |
| * glib/glib.def: Add here, too. |
| |
| * glib/gwin32.c (get_package_directory_from_module): No reason to |
| check for the module being in a bin or lib directory only when |
| module_name is non-NULL. |
| |
| * glib/gwin32.c (g_win32_get_package_installation_directory): |
| Check first in HKEY_CURRENT_USER, then in HKEY_LOCAL_MACHINE. |
| |
| 2001-09-17 Darin Adler <darin@bentspoon.com> |
| |
| * tests/strfunc-test.c: (main): Change so that it works |
| on platforms where isalpha is a macro only, without the |
| corresponding function that the C standard requires. |
| Also eliminate the multiple lists of ctype functions. |
| |
| * tests/.cvsignore: Ignore the new test. |
| |
| 2001-09-17 Tor Lillqvist <tml@iki.fi> |
| |
| * configure.in: Add variable for LT_CURRENT minus LT_AGE (the |
| suffix used by libtool on Win32 for DLLs). Set variables for the |
| compiled resource files on Windows. Handle the native Win32 |
| threads gmodule. |
| |
| * glib/Makefile.am |
| * gmodule/Makefile.am |
| * gobject/Makefile.am: (Win32) Add hacks to link in the object |
| file produced from the resource file. Use the lt-compile-resource |
| script from the build module. The non-hack way would be to teach |
| libtool, autoconf and automake about .rc files (which are a kind |
| of source code, after all, that gets compiled to object |
| files). But then there would be problems with those who don't have |
| bleeding edge auto* and libtool. |
| |
| * glib/glib.def |
| * gobject/gobject.def: Updates. |
| |
| * glib/glib.rc.in |
| * gmodule/gmodule.rc.in |
| * gobject/gobject.rc.in |
| * gthread/gthread.rc.in: Update InternalName and OriginalFilename to |
| match libtool's naming convention for DLLs. |
| |
| * glib/gutils.c: Ditto when constructing the DLL name in the |
| definition for GLIB_LOCALE_DIR. |
| |
| * glib/makefile.mingw.in |
| * gmodule/makefile.mingw.in |
| * gobject/makefile.mingw.in |
| * gthread/makefile.mingw.in: Update import library names. |
| |
| Fri Sep 14 20:34:27 2001 Matthias Clasen <matthiasc@poet.de> |
| |
| * glib/gconvert.c (g_filename_from_uri): Replace `is contains' |
| by `contains' in two error messages. (#60395) |
| |
| 2001-09-10 Ron Steinke <rsteinke@w-link.net> |
| |
| * glib/giochannel.h glib/giochannel.c: Added a length argument |
| to g_io_channel_[set,get]_line_term(), allowing embeded nulls |
| and binary safe line termination strings |
| |
| * glib/giochannel.c: Got rid of a compile warning in |
| g_io_channel_write_chars() |
| |
| Mon Sep 10 17:13:36 2001 Tim Janik <timj@gtk.org> |
| |
| * glib/gmessages.h: got rid of g_set_error_handler(), |
| g_set_warning_handler(), g_set_message_handler(). |
| |
| Mon Sep 10 11:42:58 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/gutf8.c glib/gstring.c glib/gfileutils.c glib/gmain.c: |
| Doc fixes. |
| |
| Sat Sep 8 17:14:51 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/gfileutils.[ch]: Add g_build_path(), |
| g_build_filename(), to create separated paths, |
| suppressing duplicate separators, from varargs |
| lists. |
| |
| * tests/strfunc-test.c: Add tests for g_build_path(), |
| g_build_filename(). |
| |
| Sat Sep 8 14:11:53 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/Makefile.am (libglib_1_3_la_SOURCES): Add |
| gbsearcharray.[ch]. |
| |
| * glib/glib-object.h: Remove include of gbsearcharray. |
| |
| Mon Sep 3 23:29:51 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * Version 1.3.7 |
| |
| * Makefile.am (EXTRA_DIST): Distribute po/po2tbl.sed.in |
| |
| * Makefile.am: Remove references to glib.rc[.in] |
| |
| * NEWS: Various additions. |
| |
| 2001-09-04 Tor Lillqvist <tml@iki.fi> |
| |
| * README.win32: Update. Don't mention pthreads. |
| |
| * build-dll: Remove, moved to the build module. |
| |
| * glibconfig.h.win32.in: Don't mention pthreds here, either. |
| |
| * glib/gstrfuncs.c: Mark the correct variable for export from DLL. |
| |
| * glib/giowin32.c (g_io_win32_msg_create_watch): Owen forgot to |
| rename the win32_watch_funcs variable here, too. |
| |
| * */makefile.mingw.in: Don't use version number in import library |
| name. Use whole version number in DLL name. Use build-dll from the |
| build module. |
| |
| Tue Sep 4 01:50:24 2001 Tim Janik <timj@gtk.org> |
| |
| * NEWS: updates for 1.3.7 release. |
| |
| Mon Aug 27 14:56:12 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/gmain.h: Add closure_marshal/closure_callback |
| fields to GSourceFuncs for use by g_source_set_closure(). |
| |
| * glib/gmain.c glib/giounix.c glib/giowin32.c |
| glib/gmain.h: Export the SourceFuncs vtables so GObject |
| can use them to figure out closure callbacks/marshallers |
| for the default source types. |
| |
| Sun Sep 2 13:05:53 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/gstrfuncs.c (g_strchomp): Replace some uses |
| of isspace() with g_ascii_isspace(). |
| |
| * glib/gutf8.c glib/gunicode.h glib/gstrfuncs.[ch]: Add |
| extra indirections to g_utf8_skip and g_ascii_table to |
| avoid great whopping copy relocs. |
| |
| Sun Sep 2 11:10:42 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/gen-unicode-tables.pl glib/gunicomp.h |
| glib/gunichartables.h glib/giounix.c: Fix some variables that |
| should have been static. |
| |
| 2001-08-30 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * glib/gthread.h, glib/gthread.c: Add 'want_to_read' to |
| GStaticRWLock to avoid calling g_cond_broadcast, when no one is |
| waiting. |
| |
| * glib/gmain.c (g_main_context_add_poll_unlocked): Don't free |
| cached_poll_array, when adding new poll's. This is taken care for |
| in g_main_context_iterate. |
| |
| 2001-08-30 Tor Lillqvist <tml@iki.fi> |
| |
| After being away for about five months, I'm back working on |
| this... For now, still using same build setup for Win32. Probably |
| will change to not including version numbers in the import library |
| names, though. (But the DLL names would still include them, |
| possibly even also the micro version number.) That would be more |
| Unix-like. Also, will have to check out newest mingw tool versions |
| to see if the build-dll script now can be retired. |
| |
| * makefile.mingw |
| * makefile.msc: New files, no need to generate from .in as |
| they don't contain references to automake variables. |
| |
| * makefile.mingw.in |
| * makefile.msc.in: Removed. |
| |
| * glib.rc.in: Remove |
| * glib/glib.rc.in: Moved here. |
| |
| * Makefile.am |
| * glib/Makefile.am: Corresponding changes. |
| |
| * glib/glib.def: Fix typo, add new entries. |
| |
| * glib/gspawn-win32-helper.c: More debugging. Doesn't work |
| currently (or then it never has on Win2k, which I now use?) |
| |
| * glib/gstrfuncs.c |
| * glib/gstrfuncs.h: Mark g_ascii_table for export/import on Win32. |
| |
| * */makefile.mingw.in: Reflect new location of glib library. |
| |
| 2001-08-30 Michael Natterer <mitch@gimp.org> |
| |
| * glib/giochannel.h: (struct GIOChannel): "gboolean foo : 1" |
| results in TRUE being -1 once assigned, use "guint foo : 1" |
| instead. |
| |
| 2001-08-27 Darin Adler <darin@bentspoon.com> |
| |
| * glib/gconvert.h: |
| * glib/gconvert.c: (g_filename_from_uri): |
| Updated name of error from G_CONVERT_ERROR_NOT_LOCAL_FILE to |
| G_CONVERT_ERROR_NOT_ABSOLUTE_FILE_URI. |
| |
| * tests/.cvsignore: |
| * tests/uri-test.c: |
| Added a lot more test for the new URI functions, including a |
| number that seem to indicate some minor bugs. |
| |
| 2001-08-26 Alex Larsson <alexl@redhat.com> |
| |
| * glib/gconvert.[ch] (g_filename_from_uri, |
| g_filename_to_uri): New functions to convert |
| between local pahtnames and file: uris. |
| |
| * tests/Makefile.am: |
| * tests/uri-test.c: |
| Tests for the new functions. |
| |
| 2001-08-25 Alexander Larsson <alla@lysator.liu.se> |
| |
| * glib/gstrfuncs.[ch]: |
| * docs/reference/glib/glib-overrides.txt: |
| * docs/reference/glib/glib-sections.txt: |
| * docs/reference/glib/tmpl/string_utils.sgml: |
| Implement and document g_ascii_isxxx. |
| |
| * tests/strfunc-test.c: |
| Add tests for g_ascii_isxxx |
| |
| * glib/guniprop.c (g_unichar_ispunct): |
| include symbols, not just punctuation. |
| (g_unichar_isspace): Vertical tab is not |
| considered whitespace. |
| |
| * tests/shell-test.c: |
| Output errors on stderr |
| |
| 2001-08-24 Alexander Larsson <alla@lysator.liu.se> |
| |
| * glib/gconvert.[ch] (g_convert_with_iconv): |
| New function, doing the same as g_convert but taking |
| a GIConv argument. The old g_convert is just |
| a call to this with a newly opened GIConv. |
| |
| 2001-08-24 Darin Adler <darin@bentspoon.com> |
| |
| * tests/shell-test.c: (check_string_result): Fix bad indenting. |
| I figured I should fix this since I just pointed Alex here to |
| look at this as an example. |
| |
| 2001-08-24 Ron Steinke <rsteinke@w-link.net> |
| |
| * glib/giochannel.c: Matthias Clasen's fix for |
| the buffer corruption bug by setting outbuf _after_ |
| the call to g_string_set_size() |
| |
| * glib/giochannel.c: kept the buffers from perpetually |
| growing by subtracting 1 from allocated_len in the calculation |
| of available space to account for the null at the end of the |
| buffer |
| |
| * glib/giochannel.c: fixed g_io_channel_write_chars() |
| to not write more than space_in_buf bytes for the UTF-8 case |
| |
| Fri Aug 24 11:15:46 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/gstrfuncs.c docs/Changes-2.0.txt: Patch from Darin |
| Adler to restore Glib-1.2 handling of empty strings, |
| and to fix off-by-one with @max_tokens. (#57663). |
| Doc improvements. |
| |
| * tests/strfunc-test.c: Change tests to correspond to |
| new behavior of g_strsplit(). |
| |
| Thu Aug 23 11:09:58 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/ghash.c (g_hash_table_foreach_remove_or_steal): |
| Patch from Josh Pritikin to fix reversed key and value destroy |
| functions. (#59433) |
| |
| * glib/giochannel.h (struct _GIOChannel): Mark structure |
| /*< private >*/ |
| |
| Thu Aug 23 16:14:17 2001 Tim Janik <timj@gtk.org> |
| |
| * glib/gmacros.h (G_GNUC_NO_INSTRUMENT): new macro. |
| |
| 2001-08-21 Abel Cheung <maddog@linux.org.hk> |
| |
| * configure.in: Added "zh_TW" to ALL_LINGUAS. |
| |
| 2001-08-20 Sven Neumann <sven@gimp.org> |
| |
| * Makefile.am: added po to SUBDIRS |
| |
| Sun Aug 19 21:32:39 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/ghash.c: Eliminate use of floating point when |
| determining if the hash table needs to be resized, |
| and also factor out the test from g_hash_table_resize() |
| to save function calls for the common case. |
| (#59124) |
| |
| * glib/gmain.c (g_main_context_query): Document the |
| return value. |
| |
| 2001-08-19 Darin Adler <darin@bentspoon.com> |
| |
| * glib/gshell.c: (g_shell_quote): Added missing \ character. |
| |
| * tests/shell-test.c: (check_string_result), (test_shell_unquote), |
| (main): Added tests for g_shell_quote and g_shell_unquote. |
| |
| 2001-08-19 Fatih Demir <kabalak@gtranslator.org> |
| |
| * configure.in: Added "ta" to the languages list. |
| |
| 2001-08-19 Havoc Pennington <hp@pobox.com> |
| |
| * glib/gshell.c (g_shell_unquote): add comment about shell quoting |
| rules to the docs. |
| |
| 2001-08-16 Ron Steinke <rsteinke@w-link.net> |
| |
| * glib/giounix.c: fixed an error in setting close_on_unref |
| in g_io_channel_new_file () |
| |
| 2001-08-16 Ron Steinke <rsteinke@w-link.net> |
| |
| * glib/giochannel.c glib/glib.def glib/giochannel.h: Added |
| new functions g_io_channel_[set,get]_close_on_unref () |
| |
| * glib/giochannel.c: glib/giochannel.h: Documentation fixes |
| |
| * glib/giochannel.c: Fixed g_io_channel_write_chars () |
| so that bytes_written is always set to an appropriate |
| value when it returns |
| |
| * glib/giounix.c: changed g_io_channel_get_flags () to |
| set the is_readable and is_writeable flags cached |
| by the channel |
| |
| Wed Aug 15 11:09:56 2001 Tim Janik <timj@gtk.org> |
| |
| * Makefile.am: let the generated .pc files depend on config.status, |
| so they get correctly remade. |
| |
| Sun Aug 12 21:05:13 2001 Tim Janik <timj@gtk.org> |
| |
| * glib/gmessages.h: fix g_return_if_fail, g_assert and friends to |
| have a body for G_DISABLE_CHECKS and G_DISABLE_ASSERT. |
| fixes #58873. |
| |
| 2001-08-12 Ron Steinke <rsteinke@w-link.net> |
| |
| * glib/giochannel.c: safer handling of errno, fixed |
| a bug in an assert |
| |
| Sun Aug 12 10:09:00 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * tests/iochannel-test.c (main): Find test case for |
| srcdir != builddir, miscellaneous cleanups. |
| |
| * tests/Makefile.am (EXTRA_DIST): Distribute casefold.txt, |
| casemap.txt iochannel-test-infile. |
| |
| * glib-2.0-uninstalled.pc.in: Fix for move of glib files |
| into subdir. (Pointed out by Steve Baker) |
| |
| Sat Aug 4 01:04:08 2001 Tim Janik <timj@gtk.org> |
| |
| * glib/gscanner.c (g_scanner_unexp_token): fix INT and FLOAT warnings |
| for invalid token values. |
| |
| 2001-08-10 Ron Steinke <rsteinke@w-link.net> |
| |
| * glib/giochannel.c: Fixed a "sense of comparison" bug, |
| added an assert to check when g_io_channels_read_chars () |
| is looping endlessly due to encoded_read_buf being corrupted. |
| |
| 2001-08-06 Sven Neumann <sven@gimp.org> |
| |
| * glib/gutils.[ch]: added new function g_nullify_pointer(). |
| |
| 2001-08-05 Ron Steinke <rsteinke@w-link.net> |
| |
| * glib/giochannel.c glib/giochannel.c glib/glib.def |
| docs/reference/glib/glib-sections.txt: Added new functions |
| g_io_channel_[read,write]_unichar () |
| |
| * glib/giochannel.h: Finally remembered to remove the |
| old error message G_IO_CHANNEL_ERROR_PCHAR_FLUSH |
| |
| * glib/giochannel.c: Some fixes to g_io_channel_fill_buffer () |
| and g_io_channel_write_chars () |
| |
| 2001-08-05 Ron Steinke <rsteinke@w-link.net> |
| |
| * glib/giochannel.c: Replaced the local use_buf variable with a macro |
| in most places. This allows us to check some things without worrying |
| whether we have allocated the read buffers yet, and allows us to allocate |
| the buffers later in some cases. |
| |
| * glib/giochannel.c: Introduced a MAX_CHAR_SIZE macro, which is |
| supposed to be greater than or equal to the length in bytes |
| of the longest character in any encoding. This is necessary |
| to get the minimum buffer size for successful writing. |
| |
| * glib/giochannel.c: Fixed g_io_channel_set_encoding () so |
| that it just prints a warning if partial_write_buf isn't |
| empty instead of failing. |
| |
| * glib/giochannel.c: Fixed several functions so they can accept |
| NULL parameters for pointers to return values. |
| |
| * glib/giochannel.c: Altered the error handling for |
| g_io_channel_read_chars () to only return an error if |
| it doesn't have any buffered data. |
| |
| * glib/giochannel.c: Rewrote g_io_channel_write_chars () |
| to fix the error handling and remove duplicate sections |
| of code. |
| |
| * glib/giounix.c: Fixed g_io_channel_new_file () to |
| call fstat () to set the is_seekable flag, in case someone |
| uses it on a FIFO. |
| |
| Sun Aug 5 08:25:30 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/gmacros.h: Include stddef.h so that we use |
| the system's definition of NULL. (#54730) |
| |
| 2001-08-04 Alexander Larsson <alexl@redhat.com> |
| |
| * win32-fixup.pl: |
| Hacky script to fix up your .msc.in files on windows. |
| Dunno if this is a good solution yet. |
| |
| * build/win32/module.defs: |
| Back down libiconv version to 1.3, since that is what tor distributes. |
| |
| * glib/glib.def: |
| Update |
| |
| * gobject/makefile.msc.in: |
| build gobject-query.exe and gmarshal.strings, add libiconv dependency to linklines. |
| |
| * gobject/marshal-genstrings.pl: |
| New file. perl script to generate gmarshal.strings. |
| |
| 2001-08-03 Ron Steinke <rsteinke@w-link.net> |
| |
| * glib/giochannel.c: Fixed g_io_channel_seek_position() |
| so that G_SEEK_CUR can be used with UTF-8 encoding |
| |
| * glib/giochannel.c: Changed test to decide whether |
| use_buf is encoded_read_buf or read_buf from |
| "if (channel->do_encode)" to "if (channel->encoding)" to |
| fix bug 58472 |
| |
| * tests/iochannel-test.c: Fixed so it doesn't output |
| double newlines |
| |
| * glib/giochannel.c: Fixed g_io_channel_fill_buffer() |
| so that encoded_read_buf is created for UTF-8 encoding |
| |
| 2001-08-03 Darin Adler <darin@bentspoon.com> |
| |
| * tests/strfunc-test.c: (strv_check), (main): |
| Improve strfunc test to test the split function in a way that |
| demonstrates its idiosyncrasies. |
| * tests/.cvsignore: |
| |
| 2001-08-03 Sven Neumann <sven@gimp.org> |
| |
| * configure.in: beautified configure help output. |
| |
| * glib/gtree.c: changed help for g_tree_insert(); it was misleading. |
| |
| Fri Aug 3 10:20:10 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/guniprop.c (g_unichar_xdigit_value): Fix computation |
| (Fix from Cesar Rincon) |
| |
| 2001-08-01 Christopher James Lahey <clahey@ximian.com> |
| |
| * glib/gutf8.c (g_utf8_find_prev_char): Made g_utf8_find_prev_char |
| able to return the first character of a string. |
| |
| 2001-07-31 Ron Steinke <rsteinke@w-link.net> |
| |
| * glib/giochannel.h: Committed this file, which is where |
| the changes in my previous changelog entry happened, |
| not giochannel.c |
| |
| 2001-07-31 Sven Neumann <sven@gimp.org> |
| |
| * glib/gmem.c: declare gboolean vtable_set static. |
| |
| 2001-07-30 Ron Steinke <rsteinke@w-link.net> |
| |
| * glib/giochannel.c docs/reference/glib/glib-sections.txt |
| tests/iochannel-test.c: removed G_IO_CHANNEL_*_LINE_TERM macros |
| |
| * glib/giochannel.c put /*<public>*/ and /*<private>*/ tags in |
| the GIOChannel structure |
| |
| |
| 2001-07-30 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * configure.in: #undef inline before testing whether it works to |
| avoid false positives. Patch from Garry R. Osgood |
| <grosgood@rcn.com>. Fixes bug #58272. |
| |
| * gmodule/gmodule.c (parse_libtool_archive): build the library |
| name ourselfs ... so we can load the library specified and not |
| mangle any name not beggining in 'lib'. Patch from Michael Meeks |
| <michael@ximian.com>. Fixes bug #58226. |
| |
| 2001-07-29 Ron Steinke <rsteinke@w-link.net> |
| |
| * glib/giochannel.c: Matthias Classen's patch to give |
| g_io_channel_flush() the correct sense when testing |
| whether the buffer is empty |
| * glib/giounix.c: Matthias Classen's patch to set |
| the mode of a file created with g_io_channel_new_file() |
| |
| Sun Jul 29 16:08:17 2001 Tim Janik <timj@gtk.org> |
| |
| * glib/gscanner.[hc]: removed deprecated g_scanner_stat_mode(). |
| |
| * glib/gscanner.c (g_scanner_msg_handler): by default, print scanner |
| errors and warnings to stderr. |
| |
| 2001-07-27 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * glib/gtypes.h: Use G_GNUC_EXTENSION instead of |
| __extension__. Patch from Pavel Roskin <proski@gnu.org>. |
| |
| 2001-07-26 Darin Adler <darin@bentspoon.com> |
| |
| * configure.in: |
| * m4macros/glib-2.0.m4: |
| Update location of pkgconfig from sourceforge.net to new |
| location at freedeskop.org. |
| |
| 2001-07-26 Michael Natterer <mitch@convergence.de> |
| |
| * gobject/glib-genmarshal.c: added a "release_check" to the |
| OutArgument structure, which, if present, gets integrated in the |
| marshaller code and protects us from stuff like |
| g_object_unref(NULL) on marshaller return values. |
| |
| 2001-07-23 Padraig O'Briain <Padraig.Obriain@sun.com> |
| |
| * gobject/gobjectnotifyqueue.c: fix unconditional check of |
| first GParamSpec in g_object_notify_queue_thaw(); prevent |
| property notification being lost |
| |
| 2001-07-23 Ron Steinke <rsteinke@w-link.net> |
| |
| * glib/giochannel.c: fixed g_io_channel_seek_position() so that |
| G_SEEK_CUR works for UTF-8 channel encoding, and unallocated |
| converters are not flushed after the seek; fixed |
| g_io_channel_get_buffer_condition() so that G_IO_IN is only |
| set if the read buffer contains at least one full character |
| |
| 2001-07-23 Sven Neumann <sven@gimp.org> |
| |
| * Makefile.am: removed glib.def from EXTRA_DIST ... |
| * glib/Makefile.am: ... and added it here. |
| |
| 2001-07-22 Hans Breuer <hans@breuer.org> |
| |
| * glib/giochannel.c (g_io_channel_get_buffer_condition) : make |
| the code actually have an effect (Use |= to set bits). Not |
| absolutely sure if is the right one. |
| |
| * glib/giowin32.c (g_io_win32_<check|prepare>) : don't modify |
| watch->condition but restored the previous behaviour. |
| Now gio-test as well as The Gimp work again ... |
| |
| 2001-07-21 Hans Breuer <hans@breuer.org> |
| |
| * glib/giowin32.c (g_io_channel_new_file) : set the |
| corresponding p(ermission)mode of the file when creating, |
| otherwise a wronly file couldn't be overwritten (at least |
| not on Win9x). |
| |
| 2001-07-21 Hans Breuer <hans@breuer.org> |
| |
| * glib/giowin32.c : intial implementation of new API functions. |
| Not sure if it behaves as intended ... |
| |
| * glib.def : removed, glib/glib.def is the file used since moved |
| * glib/glib.def : updated |
| |
| * tests/makefile.msc : added iochannel-test |
| |
| Fri Jul 20 19:19:10 (UTC) 2001 Ron Steinke <rsteinke@w-link.net> |
| |
| * glib/giochannel.c: API changes, fixes to |
| error handling, some internal restructuring |
| * glib/giochannel.h: API changes, documentation for |
| elements in GIOChannel structure |
| * glib/giounix.c: Matched API changes, implemented |
| backend to set is_readable, is_writeable, is_seekable |
| flags, added a test to catch large values of count |
| for which the behavior of write() is undefined |
| * glib/giowin32.c: Changed to match new prototypes for |
| io_close() and io_seek(), removed references to |
| G_IO_STATUS_INTR, set is_seekable flag in channel |
| creation functions |
| * glib.def: Renamed g_channel_error_quark() and |
| g_channel_error_from_errno() to g_io_channel_error_quark() and |
| g_io_channel_error_from_errno(); added new functions |
| g_io_channel_get_buffered() and g_io_channel_set_buffered() |
| * docs/reference/glib/glib-sections.txt: Modified iochannel |
| section to reflect new functions and API changes |
| * tests/iochannel-test.c: Fixed to work with API changes |
| * tests/iochannel-test-infile: New file; input file |
| for iochannel-test |
| * tests/unicode-collate.c tests/unicode-normalize.c: |
| Changed G_IO_FILE_MODE_READ to "r" to match API change |
| |
| Fri Jul 20 19:16:24 (UTC) 2001 Ron Steinke <rsteinke@w-link.net> |
| |
| * gobject/glib-genmarshal.c: modified to create header files |
| using G_[BEGIN,END]_DECLS instead of #ifdef __cplusplus ... |
| |
| Fri Jul 20 14:11:29 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/gutf8.c glib/gunidecomp.c: s/size_t/gsize/ to match |
| prototypes. |
| |
| Thu Jul 19 16:05:21 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/gcompletion.c (g_completion_complete): Fix memory |
| leak and dubious list manipulation. (Found by |
| Ron Koerner, #53408) |
| |
| * glib/gfileutils.c (get_contents_stdio): Call fclose() |
| on FILE * on error. (#57057) |
| |
| 2001-07-20 Hans Breuer <hans@breuer.org> |
| |
| * glib/glib/giowin32.c : make it compile again |
| |
| * glib/glib.def : updated exports |
| |
| * glib/makefile.msc.in : |
| * glib/makefile.mingw.in : |
| * tests/makefile.msc.in : reflect glib move |
| |
| * tests/mainloop-test.c : #include <io.h> for _pipe() |
| |
| * tests/gio-test.c : casts for strict compiler settings |
| |
| * makefile.msc.in : new master makefile reflecting the glib |
| move. The '.in' isn't really needed anymore, because there |
| is no version number in it |
| |
| 2001-07-19 Darin Adler <darin@bentspoon.com> |
| |
| * glib/gstrfuncs.c: (g_ascii_strdown), (g_ascii_strup): Add |
| missing const. |
| (g_strsplit): Add g_return_val_if_fail for case of empty |
| delimiter, which can result in an infinite loop otherwise. |
| * glib/gstrfuncs.h: Add missing const. |
| * tests/.cvsignore: Ignore a generated file. |
| |
| * tests/array-test.c: |
| * tests/dirname-test.c: |
| * tests/hash-test.c: |
| * tests/list-test.c: |
| * tests/node-test.c: |
| * tests/relation-test.c: |
| * tests/shell-test.c: |
| * tests/slist-test.c: |
| * tests/spawn-test.c: |
| * tests/strfunc-test.c: |
| * tests/string-test.c: |
| * tests/testglib.c: |
| * tests/tree-test.c: |
| * tests/type-test.c: |
| Add an #undef G_DISABLE_ASSERT so all tests will assert even if |
| asserts are disabled inside glib itself. |
| |
| Fri Jul 13 19:20:06 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/gstring.c (g_string_insert/append/prepend_unichar): |
| Add functions to insert a unichar as UTF-8, since this |
| is reasonably common. |
| |
| * glib/gutf8.c glib/gunicode.h (g_utf8_get_char_validated): |
| New function exposing iterating through possibly invalid/incomplete |
| UTF-8 to unicode to the outside world. |
| |
| * glib/gutf8.c (g_utf8_get_char_extended): Fix max_len argument |
| to be gssize, not gsize. |
| |
| 2001-07-17 Kjartan Maraas <kmaraas@gnome.org> |
| |
| * configure.in: Added "nn" to ALL_LINGUAS. |
| |
| 2001-07-17 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * glib/gmain.c: Add some assertions. Simplify and fix |
| g_main_context_release(). Fix some locking bugs in |
| g_main_loop_run(). |
| |
| 2001-07-12 Mark Murnane <Mark.Murnane@sun.com> |
| |
| * glib/gmessages.c: Changed prototype of printf_string_upper_bound |
| to return gsize. Now matches the actual function body. |
| |
| * glib/gstrfuncs.c (g_strrstr_len): Changed type of parameter #2 |
| from gint to gssize. Now matches the prototype in gstrfuncs.h. |
| |
| 2001-07-11 Darin Adler <darin@bentspoon.com> |
| |
| * .cvsignore: Add some generated files. |
| |
| * glib/gmain.c: (g_main_context_iterate): Comment out cruft |
| after #endif to avoid gcc warning. |
| * gmodule/gmodule.c: (g_module_set_error_unduped): Remove |
| const from type to avoid gcc warning. |
| * gobject/gsignal.c: (g_signal_emitv): ifdef variable used |
| only if G_ENABLE_DEBUG to avoid gcc warning. |
| * gobject/gtype.c: (type_iface_vtable_init_Wm), |
| (type_iface_vtable_finalize_Wm): ifdef call needed only |
| if !G_DISABLE_ASSERT to avoid gcc warning. |
| * tests/testglib.c: (main): ifdef call needed only if |
| !G_DISABLE_ASSERT to avoid gcc warning. Maybe later we |
| should make the test to #undef G_DISABLE_ASSERT. |
| * tests/unicode-collate.c: Add include of <string.h> to |
| avoid gcc warning. |
| |
| Wed Jul 11 11:13:50 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/Makefile.am (libglib_1_3_la_SOURCES): Add gunicomp.h |
| (Reported by Sven Neumann). |
| |
| * glib/guniprop.c (g_utf8_str/updown) glib/gunicollate.c |
| (g_utf8_collate_key): Fix shadowing problems reported by |
| many (D. Adler, S. Neumann, M. Murmane, L. Peter) |
| |
| Fri Jul 6 00:02:41 2001 Tim Janik <timj@gtk.org> |
| |
| * glib/gmessages.c (printf_string_upper_bound): fix negative exponent |
| handling (numbers<0). |
| |
| * glib/gutils.h (g_bit_storage): take a gulong as argument. |
| same for g_bit_nth_lsf() and g_bit_nth_msf() as mask. |
| |
| 2001-07-08 Martin Baulig <baulig@suse.de> |
| |
| * tests/unicode-normalize.c, tests/unicode-collate.c: |
| Reflect latest g_io_channel_new_file() API changes, use |
| G_IO_FILE_MODE_READ instead of "r". |
| |
| Fri Jul 6 22:34:32 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/gunicode.h glib/gunidecomp.c glib/guniprop.c |
| glib/gunicollate.c: Add length arguments to |
| g_utf8_{strup,strdown,casefold,collate_key}. |
| |
| * glib/gdate.c: Fix for above. |
| |
| 2001-07-06 Pablo Saratxaga <pablo@mandrakesoft.com> |
| |
| * configure.in: added Basque (eu) to ALL_LINGUAS |
| |
| Mon Jul 2 19:48:52 2001 Andrew Lanoix <alanoix@umich.edu> |
| |
| *giowin32.c: g_source_remove()ing an socket iochannel closes |
| the socket when it should not. Patch by Peter Zelezny |
| <zed@linux.com> |
| |
| *giowin32.c: Fix a few typos |
| |
| Mon Jul 2 16:03:21 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/giochannel.c (g_io_channel_get_buffer_condition): Fix. |
| |
| * glib/giunix.c: Fix prepare/check/dispatch for watches. |
| |
| * tests/unicode-normalize.c: #include <string.h> |
| |
| Sat Jun 30 23:14:32 2001 Tim Janik <timj@gtk.org> |
| |
| * glib/glist.[hc]: added g_list_insert_before(). |
| |
| * glib/gslist.c (g_slist_insert_before): provide an implementation, |
| prototype was already present... |
| |
| Sun Jul 1 20:16:25 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/guniprop.c (g_unichar_totitle): Use G_N_ELEMENTS |
| rather than a custom macro. |
| |
| * glib/gen-unicode-tables.pl: Adapt to changes in table |
| formats for Unicode 3.1 |
| |
| * glib/gunicode.h glib/guniprop.c glib/gunichartables.h |
| glib/gen-unicode-tables.pl: Add case conversion functions |
| g_utf8_casefold, g_utf8_strup, g_utf8_strdown. |
| |
| * tests/unicode-caseconv.c tests/gen-casefold-txt.pl |
| tests/gen-casemap-txt.pl tests/casefold.txt |
| tests/casemap.txt: Test cases for case conversion. |
| |
| * glib/gunicode.h glib/gunidecomp.[ch] glib/gunicomp.h |
| glib/gen-unicode-tables.pl: Add function to do Unicode |
| normalization g_utf8_normalize(). |
| |
| * tests/unicode-normalize.c: Test program for case conversion. |
| |
| * glib/gunicode.h glib/gunicollate.c: Add collation functions |
| g_utf8_collate, g_utf8_collate_key. |
| |
| * test/unicode-collate.c: Test program for collation. |
| |
| * glib/gdate.c (g_date_fill_parse_tokens): Fix uninitialized |
| variable. |
| |
| * glib/gdate.c (g_date_strftime) docs/Changes-2.0.txt: |
| Make work with UTF-8 even if the locale isn't UTF-8 based. |
| Still somewhat of broken, if the format string contains |
| characters not representable in the current locale, will warn |
| and not work. |
| |
| * glib/gdate.c: Use UTF-8 normalization and casefolding. |
| |
| Sat Jun 30 16:03:16 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/giowin32.c glib/giounix.c glib/gmain.[ch]: |
| Rename GSourceFuncs::destroy to GSourceFuncs::finalize. |
| (#56858) |
| |
| Sat Jun 30 15:49:10 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/gmain.[ch]: (Mostly patch from Sebastian Wilhemi) |
| Make some changes to the way that GMainContext works: |
| |
| - a GMainContext is no longer associated with a single |
| thread, but any thread can acquire ownership |
| of thread and iterate. |
| |
| - There is a facility g_main_context_wait() for |
| non-owner-threads to wait either for ownership |
| or for a condition to be broadcast. |
| |
| - For efficiency, GMainLoop just piggybacks of |
| of the loops mutex / condition instead of |
| having a separate mutex/condition for each |
| GMainLoop. |
| |
| * glib/gthread.[ch]: Remove hacks to store the thread's |
| GMainContext in the GThread structures, since we |
| no longer have the GMainContext <=> GThread correspondence. |
| |
| * glib/gmain.[ch]: Make g_main_context_wakeup() public |
| so someone could completely duplicate GMainLoop |
| with the public API. |
| |
| * tests/mainloop-test: Fix up to the new API. Decidedly |
| doesn't work at the moment, but that may be the IO |
| channel changes, or preexisting locking problems. |
| |
| Sat Jun 30 13:18:28 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/gstrfuncs.c glib/gstring.h: Try compiling |
| before committing, why don't you? Simple fixes |
| for my stupid typos. |
| |
| Sat Jun 30 12:49:26 2001 Owen Taylor <otaylor@redhat.com> |
| |
| Patch from Darin Adler (#54166) |
| |
| * glib/gstrfuncs.[ch]: Add ascii-only, locale-insensitive |
| g_ascii_to[lower/upper], g_ascii_str[down/up], |
| g_ascii_is[upper/lower] and deprecate the locale-affected |
| versions which break for UTF-8, etc. Make |
| g_ascii_strup/strdown duplicating, |
| not in-place for consistency with UTF-8 functions. |
| |
| * glib/gstring.[ch]: Add ascii-only, locale-insensitive |
| g_string_ascii_[down/up], and deprecate the locale-affected |
| versions which break for UTF-8, etc. |
| |
| * glib/gutils.c glib/gwin32.c test/testglib.c: Use |
| the g_ascii_* functions where appropriate. |
| |
| Fri Jun 29 13:36:39 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/gstring.[ch] (g_string_set_size): Add function to |
| allow setting the length of a string greater than the |
| current length (for buffering usage) |
| |
| * glib/gstring.[ch]: Expose string->allocated_len, since |
| that is useful when using GString simply as a buffer. |
| (Renamed from string->alloc) |
| |
| * glib/giochannel.[ch] glib/giounix.c glib/giowin32.c: |
| Major patch from Hidetoshi Tajima and Ron Steinke |
| reworking GIOChannel to have: |
| |
| - Buffering |
| - Sane and useful error reporting |
| - Streaming encoding conversion with iconv |
| - Convenience functions to read by lines or |
| an entire file. |
| |
| Also fix remaining 64 bit cleanliness issues. |
| |
| * tests/iochannel-test.c tests/Makefile.am: Test case |
| for IO channel streaming conversion. Still needs |
| some fixing up. |
| |
| Thu Jun 28 16:57:44 2001 Tim Janik <timj@gtk.org> |
| |
| * configure.in (GLIB_MICRO_VERSION): up version number to 1.3.7, |
| interface age 0, binary age 0. |
| |
| 2001-06-27 Kjartan Maraas <kmaraas@gnome.org> |
| |
| * glib/gmarkup.c: Fix a typo. |
| |
| 2001-06-27 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * Makefile.am, configure.in: Removed glib-config-2.0, as we have |
| pkg-config now. |
| |
| * glib/Makefile.am: Added -I$(top_srcdir) for builddir != srcdir. |
| |
| * Makefile.am: Removed gen-unicode-tables.pl from EXTRA_DIST. |
| |
| Tue Jun 26 11:43:46 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * configure.in Makefile.am *.[ch] glib/*.[ch] glib/Makefile.am: |
| Move glib library into a subdirectory, make all GLib include |
| files include as <glib/glist.h> |
| |
| * tests/testglib.c tests/testgdate.c tests/testgdateparser.c |
| tests/timeloop.c tests/timeloop-basic.c: Move all tests into |
| the tests/ subdirectory. |
| |
| Sat Jun 23 17:34:38 2001 Tim Janik <timj@gtk.org> |
| |
| * gmessages.c (g_logv): use G_BREAKPOINT() instead of raise(5). |
| |
| Wed Jun 20 12:00:54 2001 Owen Taylor <otaylor@redhat.com> |
| |
| Changes for 64-bit cleanliness, loosely based on patch |
| from Mark Murnane. |
| |
| * gconvert.c (g_convert/g_convert_with_fallback): Remove |
| workarounds for since-fixed GNU libc bugs. Minor |
| doc fix. |
| |
| * gconvert.[ch]: Change gint to gsize/gssize as |
| appropriate. |
| |
| * gconvert.c (g_locale/filename_to/from_utf8): Fix incorrect |
| computation of bytes_read / bytes_written. |
| |
| * gfileutils.[ch] (g_file_get_contents): Make length |
| out parameter 'gsize *len'. |
| |
| * ghook.c (g_hook_compare_ids): Don't compare a |
| and b as 'a - b'. |
| |
| * gmacros.h (GSIZE_TO_POINTER): Add GPOINTER_TO_SIZE, |
| GSIZE_TO_POINTER. |
| |
| * gmain.c (g_timeout_prepare): Rewrite to avoid |
| overflows. (Fixes bug when system clock skews |
| backwards more than 24 days.) |
| |
| * gmarkup.[ch]: Make lengths passed to callbacks |
| gsize, length for g_markup_parse-context_parse(), |
| g_markup_escape_text() gssize. |
| |
| * gmessages.[ch] (g_printf_string_upper_bound): Change |
| return value to gsize. |
| |
| * gmessages.c (printf_string_upper_bound): Remove |
| a ridiculous use of 'inline' on a 300 line function. |
| |
| * gstring.[ch]: Represent size of string as a gsize, |
| not gint. Make parameters to functions take gsize, |
| or gssize where -1 is allowed. |
| |
| * gstring.c (g_string_erase): Make |
| g_string_erase (string, pos, -1) a synonym for |
| g_string_truncate for consistency with other G* |
| APIs. |
| |
| * gstrfuncs.[ch]: Make all functions taking a string |
| length, take a gsize, or gssize if -1 is allowed. |
| (g_strstr_len, g_strrstr_len). Also fix some boundary |
| conditions in g_str[r]str[_len]. |
| |
| * gutf8.c tests/unicode-encoding.c: Make parameters that |
| are byte lengths gsize, gssize as appropriate. Make |
| character offsets, other counts, glong. |
| |
| * gasyncqueue.c gcompletion.c |
| timeloop.c timeloop-basic.c gutils.c gspawn.c. |
| Small 64 bit cleanliness fixups. |
| |
| * glist.c (g_list_sort2, g_list_sort_real): Fix functions |
| that should have been static. |
| |
| * gdate.c (g_date_fill_parse_tokens): Fix extra |
| declaration that was shadowing another. |
| |
| * tests/module-test.c: Include string.h |
| |
| Mon Jun 18 15:43:29 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * gutf8.c (g_get_charset): Make argument |
| G_CONST_RETURN char **. |
| |
| 2001-06-22 Andrew Lanoix <alanoix@umich.edu> |
| |
| *giowin32.c: Debug and partial rewrite of async socket code |
| on windows, which fixes major MT issues. Some test code kindly |
| provided by wroberts1@home.com. |
| |
| Thu Jun 14 14:09:46 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * gstrfuncs.c (g_strconcat): Fix a use of strcat that |
| wasn't replaced with g_stpcpy in the original |
| stpcpy-for-efficiency patch. |
| |
| 2001-06-11 Havoc Pennington <hp@redhat.com> |
| |
| * NEWS: updated |
| |
| * configure.in (GLIB_MICRO_VERSION): increment version to 1.3.6 |
| |
| 2001-06-08 Alex Larsson <alexl@redhat.com> |
| |
| * gstrfuncs.[ch]: |
| Added new functions g_strstr_len, g_strrstr and g_strrstr_len |
| |
| * tests/strfunc-test.c: |
| Add some tests for the new functions. |
| |
| * gunicode.h: |
| * gutf8.c: |
| Add length argument to g_utf8_strchr and g_utf8_strrchr. |
| |
| 2001-06-08 Havoc Pennington <hp@redhat.com> |
| |
| * gspawn.c: support G_SPAWN_FILE_AND_ARGV_ZERO specifying that |
| the vector passed in to g_spawn_* contains a filename to |
| execute in argv[0] then the actual argv begins at argv + 1. |
| Kind of a lame hack, but this isn't something you commonly want |
| to do, and avoids adding more function arguments. |
| |
| 2001-06-08 Pablo Saratxaga <pablo@mandrakesoft.com> |
| |
| * configure.in: Added Azeri (az) to ALL_LINGUAS |
| |
| 2001-06-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * docs/Makefile.am, configure.in: Remove docs/glib-config.1.in. |
| |
| * gthread-2.0-uninstalled.pc.in (Cflags): Add @G_THREAD_CFLAGS@. |
| |
| 2001-06-07 Havoc Pennington <hp@redhat.com> |
| |
| * m4macros/glib-2.0.m4: subst GLIB_GENMARSHAL, GOBJECT_QUERY, |
| GLIB_MKENUMS variables |
| |
| * gmodule-2.0.pc.in: add gmodule_supported variable |
| |
| * glib-2.0.pc.in: add glib_genmarshal, gobject_query, |
| glib_mkenums variables |
| |
| * configure.in: put G_MODULE_SUPPORTED value into |
| .pc files |
| |
| * autogen.sh: support AUTOGEN_SUBDIR_MODE |
| |
| * Makefile.am: add -uninstalled.pc.in to EXTRA_DIST |
| |
| 2001-06-07 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * configure.in: Look for nanosleep function. |
| |
| * gtimer.c: Use nanosleep for g_usleep, when found. |
| |
| * gtimer.c, gtimer.h: Add g_time_val_add function. Closes #54271. |
| |
| * gasyncqueue.c: Documentation updates. |
| |
| * gthreadpool.c: Use g_time_val_add now that we have it. |
| |
| 2001-06-01 Jon Trowbridge <trow@gnu.org> |
| |
| * gdate.c (g_date_update_julian): Changed to take a const |
| argument, and then to cast out const. |
| (g_date_update_dmy): Changed to take a const argument, and then |
| cast out const. |
| (g_date_get_weekday): Changed argument to be const. |
| (g_date_get_month): Changed argument to be const. |
| (g_date_get_year): Changed argument to be const. |
| (g_date_get_day): Changed argument to be const. |
| (g_date_get_julian): Changed argument to be const. |
| (g_date_get_day_of_year): Changed argument to be const. |
| (g_date_get_monday_week_of_year): Changed argument to be const. |
| (g_date_get_sunday_week_of_year): Changed argument to be const. |
| (g_date_compare): Changed arguments to be const. |
| (g_date_to_struct_tm): Changed GDate argument to be const. |
| (g_date_strftime): Changed GDate argument to be const. |
| (g_date_clamp): Added. The equivalent of the CLAMP macro for |
| GDates. |
| (g_date_order): Added. Ensure that the first GDate argument |
| preceeds the second, swapping them if necessary. |
| (g_date_days_between): Added. Computes the (signed) number of days |
| between two dates. |
| |
| Mon Jun 4 16:02:57 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * gstrfuncs.c (g_strup/strdown): to match g_strcasecmp, |
| check if it is lower/upper before converting to upper/lower |
| [ not required by ISO... ] (#55682, Jon Trowbridge) |
| |
| Mon Jun 4 15:59:15 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * gunicode.h: Make a bit more standalone by adding include |
| of gerror.h. #54543. |
| |
| * gunicode.h: Change size_t to g_size. (Ugh) |
| |
| 2001-05-31 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * grand.h (g_random_boolean, g_rand_boolean): Fix to stupid bug in |
| g_random_boolean, also both functions now return 1 or 0 instead of |
| 1<<15 or 0. |
| |
| * tests/rand-test.c: Extended testcases. |
| |
| * configure.in: Remove G_HAVE_ISO_CXX_VARARGS and |
| G_HAVE_ISO_C_VARARGS and define G_HAVE_ISO_VARARGS directly |
| guarded by #if(n)def __cplusplus. |
| |
| 2001-05-30 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * gthread-2.0.pc.in: Add @G_THREAD_CFLAGS@ to Cflags. |
| |
| Tue May 29 18:17:11 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * autogen.sh (have_libtool): Fix GNU sedism |
| |
| 2001-05-29 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * tests/Makefile.am, tests/qsort-test.c: Add test case for the |
| g_qsort_with_data func. It works. This fixes bug #52605. |
| |
| * tests/Makefile.am, tests/cxx-test.C: Now that we check for a C++ |
| compiler in configure.in anyway, I added a test, that the GLib |
| headers can be inclued into a C++ program. This fixes bug #52605. |
| |
| * configure.in: Don't bail out, if no C++ compiler is |
| found. Define G_HAVE_ISO_VARARGS only if appropriate. |
| |
| * gmessages.h: Thus we can revert the previous patch. |
| |
| 2001-05-29 James Henstridge <james@daa.com.au> |
| |
| * gmessages.h: "#ifdef G_HAVE_ISO_VARARGS" will always succeed |
| even when we don't have ISO vararg support. Changed to |
| "#if G_HAVE_ISO_VARARGS". |
| |
| Mon May 28 11:40:34 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * configure.in: Check for __VARARGS__ separately for C and C++. |
| |
| 2001-05-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * configure.in: Fix typo. |
| |
| Sun May 27 05:09:18 2001 Tim Janik <timj@gtk.org> |
| |
| * gmain.c (g_main_context_prepare): unlock context when bailing |
| out with a warning. |
| (g_main_context_check): same here. |
| |
| * gmain.c (g_main_context_check): before returning due to |
| changed pollfds, unlock context. |
| |
| Thu May 24 21:24:16 CEST 2001 Paolo Molaro <lupus@ximian.com> |
| |
| * gmarkup.c: back out change by mitch@convergence.de and apply patch in |
| bug id #52067 that fixes the same problem in a more complete manner. |
| This fixes also a segfault for a malformed XML file and adds a new |
| test case. |
| |
| 2001-05-24 Hans Breuer <hans@breuer.org> |
| |
| * grel.c : reflect renaming of g_string_sprintfa to g_string_printfa |
| |
| * makefile.msc.in : create an additional static lib to be used from |
| (at least) glib-genmarshal |
| |
| 2001-05-23 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * garray.c (g_array_remove_index_fast): Tiny speed improvement |
| suggested by noon@users.sourceforge.net. |
| |
| 2001-05-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * config.h.win32.in: Removed POSIX_*. Defined G_THREAD_SOURCE to |
| "gthread-win32.c". |
| |
| * glibconfig.h.win32.in: Define G_HAVE_ISO_VARARGS for gcc, don't |
| know about MSC. Define G_THREADS_IMPL_WIN32 instead of |
| G_THREADS_IMPL_POSIX and define the right static mutex macros and |
| types. |
| |
| * glib.def: g_thread_create renamed to g_thread_create_full. |
| |
| * gthread.c: memcpy is not necessary here. We can simply use |
| struct assignment. |
| |
| * gmessages.c: Fix compilation error on win32. Added |
| GFileDescriptor, wich is gint on Unix and FILE* on win32. |
| |
| 2001-05-21 Andrew Lanoix <alanoix@umich.edu> |
| |
| *giowin32.c: G_IO_WIN32_WINDOWS_MESSAGES channels |
| not handled correctly in g_io_win32_check() |
| |
| Sun May 20 10:47:47 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * configure.in: Fix some problems in writing out varargs |
| tests in configure.in |
| |
| Fri May 18 10:52:23 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * configure.in gmessages.h: Use compile checks for ISO C99 and GNU |
| extension varargs macros syntax and store result in glibconfig.h |
| (G_HAVE_ISO_VARARGS, G_HAVE_GNUC_VARARGS) rather than relying |
| on checking predefined macros. |
| |
| 2001-05-18 Michael Natterer <mitch@convergence.de> |
| |
| * gmarkup.c: don't g_strdup()/g_free() all parsed attributes and |
| their values twice but simply copy the string pointers from the |
| GMarkupAttribute struct to the string arrays before passing them |
| to start_element(). |
| |
| 2001-05-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * gthread.c, gthread.h: Renamed g_thread_create to |
| g_thread_create_full and added macro g_thread_create, which omits |
| 'stack_size', 'bound' and 'priority' parameters. Also removed |
| 'bound' from GThread struct. |
| |
| * gthreadpool.h, gthreadpool.c: Adapted GThreadPool to the above |
| changes. GThreadPool lost the 'priority' and 'bound' |
| members. g_thread_pool_new the 'stack_size', 'bound' and |
| 'priority' parameters. |
| |
| * tests/mainloop-test.c, tests/thread-test.c, |
| tests/threadpool-test.c: Adapted to the above changes. |
| |
| * gmem.c (g_mem_profile): Fixed mutex deadlock. |
| |
| 2001-05-17 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * makefile.mingw.in: Add gpattern.o to objects. |
| |
| * glib.def: Export g_thread_exit as well. |
| |
| * Makefile.am: Fix BUILT_EXTRA_DIST exporting. |
| |
| Sun May 13 10:31:17 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib/Makefile.am gobject/Makefile.am gmodule/Makefile.am: |
| Add inter-library dependencies. |
| |
| * acinclude.m4: Remove libtool macros. |
| |
| * autogen.sh: Require libtool-1.4, automake-1.4p1. |
| |
| 2001-05-15 Havoc Pennington <hp@redhat.com> |
| |
| * configure.in (AC_OUTPUT): m4macros/Makefile |
| |
| * m4macros/Makefile.am, m4macros/glib-2.0.m4, |
| m4macros/glib-gettext.m4: |
| m4 files moved here on server, Makefile.am added |
| |
| This is so you can aclocal -I m4macros while avoiding acinclude.m4 |
| |
| * Makefile.am: add m4macros subdir, remove references to glib-2.0.m4 |
| |
| 2001-05-14 Havoc Pennington <hp@redhat.com> |
| |
| * gutf8.c (g_utf8_get_char): fix docs; they said we validated |
| the UTF-8, but we can't possibly detect partial chars since |
| there's no length arg here, so trying to use this function |
| on invalid UTF-8 is a bad idea. |
| |
| Thu May 10 23:21:30 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * gmessages.c (g_log_write_prefix): Avoid using stdio |
| to be as robust as possible in out-of-memory. |
| |
| * gmessages.c (g_log_default_handler): Remove some dead |
| code. |
| |
| * gutils.c (g_parse_debug_string): Fix to avoid mallocs. |
| |
| Fri May 11 18:25:23 2001 Tim Janik <timj@gtk.org> |
| |
| * gdataset.c: |
| (g_dataset_foreach): |
| (g_datalist_foreach): make these safe against removal of the |
| current element. |
| |
| 2001-05-10 Havoc Pennington <hp@pobox.com> |
| |
| * gmessages.c (g_log_write_prefix): change env variable to |
| G_MESSAGES_PREFIXED, suggested by Tim |
| |
| Thu May 10 15:19:01 2001 Tim Janik <timj@gtk.org> |
| |
| * gscanner.c (g_scanner_key_hash): use g_str_hash() algorithm |
| to generate hashes. |
| |
| * gmem.c (standard_calloc): free() doesn't return a value |
| (Mark Murnane). |
| |
| 2001-04-26 Havoc Pennington <hp@redhat.com> |
| |
| * configure.in: Get rid of --enable-msg-prefix |
| |
| * gmessages.c: make whether to prefix the messages with |
| appname/pid a runtime setting, not a compile-time setting. Change |
| default to include prefix for debug/warning/error type messages. |
| |
| 2001-05-09 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * gthread.c, gthread.h: Renamed 'value' and 'arg' to 'data' and |
| 'thread_func' to 'func' to make it more consistent with the rest |
| of GLib. |
| |
| * gthreadpool.c, gthreadpool.h: Moved 'stack_size' from the public |
| members of GThreadPool to the private ones. Renamed 'thread_func' |
| to 'func' as above. Moved up 'user_data' in g_thead_pool_new |
| argument list and in GThreadPool struct. |
| |
| Tue May 8 15:33:31 2001 Tim Janik <timj@gtk.org> |
| |
| * gcompletion.h: removed #include <unistd.h> sneaked in by |
| sopwith in november. |
| |
| 2001-05-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * gmain.c, gthread.c, gthread.h: Moved func and arg members from |
| GRealThread to GThread, such that they can be accessed by the |
| user. |
| |
| * gthread.c, gthread.h: Due to popular demand (Tim being the |
| populus here ;-) threads now have a 'return value', which is |
| returned by g_thread_join and is either the return of the topmost |
| thread function or the value given to g_thread_exit. |
| |
| * gthreadpool.c, tests/mainloop-test.c, tests/thread-test.c: |
| Adapted to the above change. |
| |
| 2001-01-06 Hans Breuer <hans@breuer.org> |
| |
| * glib.def : don't try to export g_strcpy, it is g_stpcpy; |
| updated and added some tweaking for functions which got |
| renamed recently, to avoid the update hassle if it can |
| simply be done compatible. Should vanish if there is a |
| stable version for win32. |
| |
| Fri May 4 11:49:18 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * Released 1.3.5 |
| |
| * NEWS: Updated |
| |
| * configure.in (GLIB_MICRO_VERSION): Up version to 1.3.5, |
| interface/binary age 0. |
| |
| 2001-05-04 Sven Neumann <sven@convergence.de> |
| |
| * ghash.c: fixed a typo in a comment. |
| |
| * gtree.[ch]: added new functions g_tree_new_full(), g_tree_replace(), |
| g_tree_steal() and g_tree_foreach() to adapt GTree to the GHashTable |
| API. Moved comments into the C file. |
| |
| * docs/reference/glib/glib-sections.txt |
| * docs/reference/glib/tmpl/glib-unused.sgml |
| * docs/reference/glib/tmpl/hash_tables.sgml |
| * docs/reference/glib/tmpl/linked_lists_double.sgml |
| * docs/reference/glib/tmpl/linked_lists_single.sgml |
| * docs/reference/glib/tmpl/macros_misc.sgml |
| * docs/reference/glib/tmpl/trees-binary.sgml: updated documentation |
| |
| Thu May 3 06:38:28 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * g[s]list.c (g_[s]list_foreach) docs/Changes-2.0.txt: Make |
| foreach() safe against removal of the _current_ element. While |
| this could break some code, the new behavior is consistent with |
| the rest of GLib/GTK+ and probably is what people expect in most |
| cases. (Suggested by Paul Kuykendall, #50071) |
| |
| Wed May 2 11:10:22 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * gutf8.c (g_utf8_to_ucs4_fast): Fix read past end of the string. |
| (#50404, fix from Jonas Borgström) |
| |
| Sun Apr 29 00:37:34 2001 Tim Janik <timj@gtk.org> |
| |
| * ghook.[hc]: made hook ids a gulong. |
| |
| 2001-04-20 Dan Winship <danw@ximian.com> |
| |
| * configure.in: Add a check for the Darwin dynamic linker. Use |
| AC_TRY_LINK when checking for "nonposix getpwuid_r" so it notices |
| "no getpwuid_r" correctly. |
| |
| * testglib.c (main): Make template[] bigger to prevent an overrun. |
| Remove an unused variable. Initialize error to NULL. |
| |
| * tests/gio-test.c (main): Add a cast to prevent a warning when |
| size_t is a long. |
| |
| * tests/type-test.c (main): Add an #ifdef to prevent a warning |
| when G_HAVE_GINT64 is defined and G_GINT64_FORMAT isn't. |
| |
| 2001-04-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * ghash.c, ghash.h: Remove definition of g_hash_table_freeze and |
| g_hash_table_thaw. Instead added G_DISABLE_DEPRECATED-guarded |
| macros to ghash.h to go along the lines of the standard. |
| |
| * gscanner.c, gscanner.h: Dito for g_scanner_freeze_symbol_table |
| and g_scanner_thaw_symbol_table. |
| |
| * gutils.c, gutils.h: Dito for g_dirname. g_basename is still |
| defined in gutils.c, but declared ing gutils.h only |
| G_DISABLE_DEPRECATED-guarded. |
| |
| * configure.in: Removed bashism in test for the pkg-config |
| version. |
| |
| * configure.in: Rewrote test for multithread flag. Now uses |
| localtime_r, which hopefully has a consistent prototype across |
| different platforms. Also it uses a clever double EGREP trick |
| instead of compiling, which could give false positives. Thanks to |
| Dan Winship <danw@ximian.com> for the hint. |
| |
| Wed Apr 18 17:35:38 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * gutils.c (_glib_gettext): Add missing static pointed |
| out by Michael Meeks. |
| |
| Wed Apr 18 09:37:07 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * MAINTAINERS: Removed. Keeping README, README.cvs-commits |
| HACKING, and AUTHORS up to date is plenty without extra |
| random files that someone thought a module should have. |
| (Actually, I believe this was used for debbugs in the past.) |
| |
| Tue Apr 17 11:47:07 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * Released 1.3.4 |
| |
| * NEWS: Updated |
| |
| Tue Apr 17 10:43:36 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * gstrfuncs.c: Define _GNU_SOURCE for stpcpy |
| |
| * tests/mainloop-test.c (main): Wait for all threads |
| to start before beginning tests. |
| |
| 2001-04-17 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * gthreadpool.c (g_thread_pool_thread_proxy): Until now every |
| thread pool always had at least one tread waiting to avoid |
| switching overhead in case a new task would be added soon after |
| one finished. This however means a big waste of threads, if many |
| mostly inactive thread pools are involved. Now such a waiting |
| thread will only wait for half a second (This value is of course |
| very randomly picked) and go to the global threadpool afterwards. |
| |
| Mon Apr 16 12:04:52 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * configure.in: Remove warnings about conflicts with the |
| stable version. |
| |
| * glib-2.0.m4: Fix some of the error text to be halfway |
| up to date. |
| |
| * README.in INSTALL.in: Add these to generate README, INSTAL |
| (as in the stable branch). Update. |
| |
| * HACKING: Update. |
| |
| 2001-04-16 Havoc Pennington <hp@redhat.com> |
| |
| * gqsort.c: docs |
| |
| * gfileutils.c: docs |
| |
| * gwin32.c: docs fixes |
| |
| * gconvert.c: docs |
| |
| * guniprop.c: docs |
| |
| * gutf8.c: docs |
| |
| 2001-04-16 Havoc Pennington <hp@redhat.com> |
| |
| * glib-2.0.m4: put AC_PATH_PROG(pkg-config) before "Checking for |
| glib" so the output looks right |
| |
| 2001-03-23 Havoc Pennington <hp@redhat.com> |
| |
| * gutils.c (g_parse_debug_string): make GDebugKeys argument |
| const |
| |
| 2001-04-14 Hans Breuer <hans@breuer.org> |
| |
| * glib.def : |
| * makefile.msc.in : updated |
| |
| * gpattern.c : include "gutils.h" to resolve the inline hassle |
| |
| 2001-04-11 Alexander Larsson <alexl@redhat.com> |
| |
| * glib-2.0.m4: Pass pkg-config options |
| before the other args so it works even if |
| POSIXLY_CORRECT is set. |
| |
| Mon Apr 9 18:57:44 2001 Tim Janik <timj@gtk.org> |
| |
| * configure.in: increment version to 1.3.4 (binary 0, interface 0). |
| |
| 2001-04-05 Christian Rose <menthos@menthos.com> |
| |
| * configure.in: Added sv to ALL_LINGUAS. |
| |
| Wed Apr 4 09:18:55 2001 Tim Janik <timj@gtk.org> |
| |
| * Released GLib-1.3.3. |
| |
| Tue Apr 3 20:22:59 2001 Tim Janik <timj@gtk.org> |
| |
| * NEWS: updates. |
| |
| * NEWS.pre-1-3: take over old news. |
| |
| Tue Apr 3 12:38:16 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib-config-2.0.in: Exit with an error message that you |
| should use pkg-config instead. |
| |
| * configure.in (PACKAGE): Require pkg-config. |
| |
| * tests/Makefile.am (EXTRA_DIST): Add utf8.txt. |
| |
| * configure.in (GLIB_MICRO_VERSION): Up MICRO to 3, |
| leave interface/binary at 0. |
| |
| Tue Apr 3 13:46:22 2001 Tim Janik <timj@gtk.org> |
| |
| * glist.[hc]: added g_list_nth_prev() which walks ->prev instead |
| of ->next. |
| |
| * gpattern.[hc]: added shell-style pattern matching code from beast, |
| derived from the gtk_pattern_*() code, but with a couple of bug fixes |
| and a number of optimizations. |
| |
| 2001-04-03 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * gthreadpool.c: Added documentation. |
| |
| * gthreadpool.c: The global thread pool now also is seperated for |
| bound and unbound threads. Only threads with standard stack size |
| go to the global pool. g_thread_pool_new now protects the global |
| setup of inform_mutex etc. with a lock. Fixed some typos. Unlock |
| the queue after g_thread_pool_wakeup_and_stop_all in the proxy. |
| |
| 2001-04-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * gmain.c: Use the new GRealThread member "context" instead of a |
| GStaticPrivate to store the thread specific main loop context. |
| |
| * gthread.c: Added "context" member to GRealThread and updated |
| g_thread_create, g_thread_self and g_thread_cleanup accordingly. |
| |
| * gthread.c, gthread.h: Removed the functions |
| g_static_private_(get|set)_for_thread and adapted |
| g_static_private_(get|set) and g_static_private_free |
| accordingly. This fixes Bug #51435. |
| |
| 2001-03-30 Sven Neumann <sven@gimp.org> |
| |
| * ghash.[ch] |
| * docs/reference/glib/tmpl/hash_tables.sgml: added new functions |
| g_hash_table_new_full, g_hash_table_replace, g_hash_table_steal and |
| g_hash_table_foreach_steal. Moved most docs out of the template |
| file into the C file. Please proofread the new documentation. |
| |
| 2001-03-29 Tor Lillqvist <tml@iki.fi> |
| |
| * glib.def: Updates. |
| * tests/makefile.mingw.in |
| * tests/makefile.msc.in: Add module-test rules. |
| |
| Mon Mar 26 14:14:53 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * Makefile.am (INCLUDES): -DG_DISABLE_DEPRECATED |
| |
| * gmain.h timeloop.c: Surround the cruftiest stuff with |
| #ifndef G_DISABLE_DEPRECATED. |
| |
| * gcompat.h gdate.h: Move compat defines back to |
| gdate.h, surround with #ifndef G_DISABLE_DEPRECATED. |
| Remove gcompat.h. |
| |
| Mon Mar 26 13:34:50 2001 Owen Taylor <otaylor@redhat.com> |
| |
| [ Patch from DindinX <David.Odin@bigfoot.com>, added docs ] |
| |
| * gstrfuncs.c, gstrfuncs.h: Add g_stpcpy () for platform that |
| don't have stpcpy (). |
| * gstrfuncs.c (g_strjoin, g_strjoinv, g_strconcat): |
| use g_stpcpy () so these functions run much faster. |
| * config.h.win32.in, glib.def: add reference to g_stpcpy () |
| * configure.in: Add a test for the stpcpy () function. |
| |
| 2001-03-20 Havoc Pennington <hp@redhat.com> |
| |
| * gutf8.c (g_utf8_strlen): rewrite, based on bug #52328 from |
| Anders |
| |
| 2001-03-19 Havoc Pennington <hp@redhat.com> |
| |
| * gutf8.c (g_unichar_validate): added this function |
| |
| 2001-03-18 Tor Lillqvist <tml@iki.fi> |
| |
| * gspawn-win32.c (SETUP_DEBUG): Add braces to silence gcc -Wall. |
| |
| * gspawn-win32-helper.c (write_no_error): Remove unused function. |
| |
| * tests/makefile.mingw.in (module-test.exe): Add rules for |
| building module-test. |
| |
| Wed Mar 14 18:46:54 2001 Tim Janik <timj@gtk.org> |
| |
| * gscanner.[hc]: removed archaic gpointer derived_data; relict and |
| added a GData member instead. |
| |
| * glist.[hc]: added g_list_remove_all(). |
| |
| * gslist.[hc]: added g_slist_remove_all(). |
| |
| Sat Mar 17 19:54:51 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * timeloop.c: Reorder headers to make FreeBSD happy. |
| |
| 2001-03-13 Tor Lillqvist <tml@iki.fi> |
| |
| From Edward M. Lee <tailbert@yahoo.com>: |
| |
| * gdate.c (g_date_set_parse): add support for dates that in the |
| form "Wed Mar 14 2001". Running testgdate on cygwin requires this. |
| |
| Fri Mar 9 18:01:43 2001 Tim Janik <timj@gtk.org> |
| |
| * gscanner.[hc]: made config arg to g_scanner_new() const. |
| |
| 2001-03-12 Tor Lillqvist <tml@iki.fi> |
| |
| * tests/Makefile.am (libmoduletestplugin_b_la_LIBADD, |
| libmoduletestplugin_b_la_LIBADD): Link with the libgmodule la only |
| on Win32. |
| |
| 2001-03-10 Tor Lillqvist <tml@iki.fi> |
| |
| * glibconfig.h.win32.in: Define G_PLATFORM_WIN32 here, too. |
| |
| * tests/Makefile.am: Use the _LIBADD dependency on libglib only on |
| Win32. |
| |
| 2001-03-09 Tor Lillqvist <tml@iki.fi> |
| |
| * README.win32: Update with some information about using configure |
| and libtool. |
| |
| 2001-03-09 Hans Breuer <hans@breuer.org> |
| |
| * gobject/gobject.def : updated |
| |
| 2001-03-08 Tor Lillqvist <tml@iki.fi> |
| |
| * glib.def |
| * gobject/gobject.def |
| * gobject/makefile.mingw.in: Update. |
| |
| 2001-03-08 Sven Neumann <sven@gimp.org> |
| |
| * gtree.[ch]: |
| * docs/reference/glib/tmpl/trees-binary.sgml: added new function |
| g_tree_lookup_extended(). |
| |
| Thu Mar 8 16:23:34 2001 Tim Janik <timj@gtk.org> |
| |
| * ghook.[hc]: destruction cleanup. there's one |
| ->finalize_hook member in the hooklist now that gets |
| called when a hook should be destroyed, that's it. |
| that function is guarranteed to be called only when |
| all ref_counts to the hook vanished, thus also when |
| the hook is not in call. |
| |
| 2001-03-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * configure.in (FLAG_DOES_NOT_WORK): Fix typo and thus bug #51862. |
| |
| Wed Mar 7 09:32:06 2001 Tim Janik <timj@gtk.org> |
| |
| * glib-object.h: add gvaluearray.h. |
| |
| * gstring.[hc]: fixup naming of g_string_sprint*. |
| |
| * gtypes.h: fixed GCompareDataFunc naming. |
| |
| 2001-03-07 Christian Meyer <chrisime@gnome.org> |
| |
| * configure.in: Added de (German) to ALL_LINGUAS. |
| |
| 2001-03-02 Christophe Merlet <redfox@eikonex.org> |
| |
| * configure.in: Added fr (French) to ALL_LINGUAS. |
| |
| 2001-03-01 Tor Lillqvist <tml@iki.fi> |
| |
| * gutils.c (g_path_is_absolute): (Win32) Remove test for initial |
| double backslash (UNC path), this will of course be matched by the |
| test for an initial G_DIR_SEPARATOR right up front. Silly me. |
| (g_find_program_in_path): Implement on Win32. Append the |
| executable file name suffixes from PATHEXT in turn while looking |
| for the program. |
| (g_find_program_in_path): If the program we are looking for is a |
| relative path in a subdirectory, don't do any path search. |
| (g_get_any_init): (Win32) Also look for the USERPROFILE env var |
| indicating the home directory equivalent. |
| (g_find_program_in_path): (Win32): Use MAXPATHLEN, not PATH_MAX |
| which isn't defined with MSVC. |
| |
| * testglib.c (main): Test g_find_program_in_path() on Win32 by |
| looking for more.com and regedit. |
| |
| * glib.def: Add g_find_program_in_path. |
| |
| 2001-02-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * gthreadpool.c (g_thread_pool_thread_proxy): Make |
| max_unused_threads work for -1 as well. |
| |
| 2001-02-23 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * gthread.h (struct _GThread): Change the order to match the order |
| in g_thread_create(). |
| |
| * gthread.c (g_static_rec_mutex_lock_full): Also do the right |
| thing (behave like 'depth' calls to g_static_rec_mutex_lock) for a |
| mutex, that is already locked. |
| |
| Thu Feb 22 10:31:36 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * gmain.c (g_source_remove_poll): Add missing implementation |
| of g_source_remove_poll. (Pointed out by Stefan Westerfeld) |
| |
| 2001-02-21 Tor Lillqvist <tml@iki.fi> |
| |
| * gutils.c (g_find_program_in_path): Implement on Win32. |
| |
| Cygwin support contributed by Stefan Ondrejicka |
| <ondrej@idata.sk>. Hopefully I got it all in while simultaneously |
| adding support for auto*/libtool for mingw. |
| |
| * Makefile.am: Changes for auto* support on Cygwin and Win32. Do |
| still distribute the hand-written makefiles and *.win32.in files, |
| though. Use GIO, GSPAWN and PLATFORMDEP macros set by configure. |
| Use -no-undefined. Pass -export-symbols glib.def to libtool. |
| |
| * configure.in: Define G_PLATFORM_WIN32 on both pure Win32 (mingw) |
| and Cygwin. Add AC_CYGWIN, AC_EXEEXT and AC_LIBTOOL_WIN32_DLL |
| calls for Cygwin and mingw support. Check for %I64u guint64 |
| format (in MS C library). Set G_MODULE_IMPL on mingw and |
| Cygwin. Use ac_object and ac_exeext. Set GIO, GSPAWN, PLATFORMDEP |
| and G_LIBS_EXTRA. Compile timeloop only on Unix. Define OS_WIN32 |
| automake conditional on Win32. |
| |
| * glib.h: Include gwin32.h also on Cygwin. |
| |
| * gfileutils.c (get_contents_posix): Use O_BINARY (defined as 0 on |
| Unix) for Cygwin's sake. |
| |
| * gtimer.c (GETTIME): Reduce #ifdefs, use a macro GETTIME(). |
| |
| * gconvert.c |
| * gthread.c |
| * gutf8.c |
| * gutils.c: For code needed both on Cygwin and native Win32, |
| test for G_PLATFORM_WIN32. |
| |
| * gmarkup.h: Use G_BEGIN_DECLS and G_END_DECLS. |
| |
| * gtypes.h: Refine GLIB_VAR definition. Also check for DLL_EXPORT |
| in case compiling a static library on Win32 or Cygwin. |
| |
| * gwin32.c: No <direct.h> on Cygwin. No need for ftruncate() or |
| dirent emulation on Cygwin. |
| (get_package_directory_from_module) Convert return value from |
| GetModuleFileName() to POSIX path on Cygwin. |
| |
| * tests/Makefile.am (progs_LDADD): Link with libglib, libgthread |
| and libgmodule as appropriate. Use -no-undefined. |
| |
| * gbacktrace.c: Move #ifdefs around a bit on Win32. |
| |
| 2001-02-21 Tor Lillqvist <tml@iki.fi> |
| |
| * gshell.c (unquote_string_inplace): Make static. |
| |
| * gthread.h: Include gtypes.h to be sure to get GLIB_VAR |
| definition, remove definition from here. |
| |
| * gunicode.h: Remove duplicate GLIB_VAR definition from here, too. |
| |
| * gutils.c: (Win32) Use USERPROFILE as home dir if present. On |
| Win2k, HOMEDRIVE and HOMEPATH aren't reliable. |
| |
| * Makefile.am (INCLUDES): Add -DGLIB_COMPILATION. |
| |
| * makefile.mingw.in: Remove install target, Windows isn't Unix. |
| (DEFINES): Add -DDLL_EXPORT. |
| |
| * testgdate.c |
| * testgdateparser.c |
| * testglib.c: Undefine GLIB_COMPILATION. |
| |
| * testglib.c: Make some vars static. Add Cygwin path tests. |
| |
| * glib.def: Updates. |
| |
| * .cvsignore |
| * */.cvsignore: Ignore also .obj, .dll, .lib and .exe files. |
| |
| 2001-02-19 Hans Breuer <hans@breuer.org> |
| |
| * glib/glib.def, gobject/gobject.def : added nissing symbols |
| |
| * gobject/makefile.msc : updated |
| |
| * glib/gmessages.c : call the "debug interrupt" before exiting the |
| program, if build with msvc as debug version. Which gives the opportunity |
| to see the callstack, etc. |
| |
| * glib/gthread.c : thread->pid is only defined #ifdef |
| G_THREAD_USE_PID_SURROGATE |
| |
| Mon Feb 19 07:32:38 2001 Tim Janik <timj@gtk.org> |
| |
| * glib-config-2.0.in (lib_glib): my name is glib-config-2.0! |
| don't exit with errorcode!=0 for --help or -h. |
| |
| * Makefile.am: |
| * configure.in: build glib-config-2.0. |
| |
| 2001-02-17 Havoc Pennington <hp@pobox.com> |
| |
| * gthread.c: include string.h |
| |
| Applied patch from Soeren Sandmann: |
| |
| * testglib.c: const fixes |
| |
| * gwin32.h: format cleanups |
| |
| * gutils.c (g_atexit): constify a variable |
| (g_find_program_in_path): constification |
| (g_basename): G_CONST_RETURN |
| (g_path_skip_root): G_CONST_RETURN |
| (g_getenv): G_CONST_RETURN |
| (g_get_user_name): G_CONST_RETURN |
| (g_get_real_name): G_CONST_RETURN |
| (g_get_home_dir): G_CONST_RETURN |
| (g_get_tmp_dir): G_CONST_RETURN |
| (g_get_prgname): G_CONST_RETURN |
| (_glib_gettext): G_CONST_RETURN |
| |
| * gunicode.h: formatting cleanups |
| |
| * gstrfuncs.c (g_strerror): G_CONST_RETURN |
| (g_strsignal): G_CONST_RETURN |
| |
| * gspawn.c (g_execute): const on variables |
| |
| * gmessages.c (printf_string_upper_bound): fix const on a variable |
| |
| * gmem.c (g_mem_chunk_new): make the "name" arg const |
| (struct _GRealMemChunk): make the "name" field const |
| |
| * gfileutils.c (g_file_open_tmp): store const return in a const |
| gchar* variable |
| |
| * gdataset.c (g_quark_to_string): G_CONST_RETURN |
| |
| Sat Feb 17 07:26:33 2001 Tim Janik <timj@gtk.org> |
| |
| * configure.in (G_MODULE_HAVE_DLERROR): add check for broken RTLD_GLOBAL |
| (on OSF1 V5.0). |
| |
| 2001-02-15 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * acconfig.h, configure.in: Reverted the changes necessary to |
| enlarge the system thread for G_THREAD_USE_PID_SURROGATE. |
| |
| * gthread.c: Now implement G_THREAD_USE_PID_SURROGATE in gthread.c |
| instead of gthread/gthread-posix.c. While the latter has the |
| advantage, that it is conceptually cleaner, it makes |
| g_thread_self_posix_impl _very_ slow and that hurts |
| GStaticRecMutex and other things. So the new version is less |
| clean, but faster. |
| |
| 2001-02-09 Havoc Pennington <hp@redhat.com> |
| |
| * gconvert.c (g_convert): don't overwrite errors |
| |
| * gerror.c (g_set_error): improve warning message if an error is |
| overwritten |
| (g_propagate_error): ditto |
| |
| 2001-02-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * gthread.c, gthread.h: Added functions g_static_rec_mutex_init, |
| g_static_rec_mutex_free, g_static_private_init, |
| g_static_private_free, g_static_rw_lock_init to allow the usage of |
| all those types dynamically. (g_static_rw_lock_free already |
| existed). Aditionally freed static_private indeces are reused |
| now. Untill now the array would just grow if you would use more |
| and more static_private. That required adding a slist of all |
| running threads, which could potentially be of good use later. It |
| is not exported however. Renamed a LOCK and small indentation |
| fixes. |
| |
| * tests/thread-test.c: Test the new static_private index freing |
| and reusing feature. |
| |
| Mon Feb 12 15:01:09 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * configure.in (gtk_doc_min_version): Add check for gtk-doc version. |
| |
| 2001-02-10 Tor Lillqvist <tml@iki.fi> |
| |
| * gtypes.h |
| * gutils.h: Move GLIB_VAR definition from gutils.h to gtypes.h |
| |
| * glib.def |
| * gmem.h: Mark glib_mem_profiler_table for export. |
| |
| * gwin32.c (get_package_directory_from_module): Don't store |
| address of local variable in hashtable. |
| |
| 2001-02-08 Fatih Demir <kabalak@kabalak.net> |
| |
| * configure.in: Added "tr" to ALL_LINGUAS. |
| |
| 2001-02-04 Tor Lillqvist <tml@iki.fi> |
| |
| * gwin32.c (g_win32_getlocale): Use "nn" for Nynorsk, as nn.po |
| files are appearing now. If the sublanguage starts with '@', don't |
| use a '_' separator. South Africa is 'ZA', not 'SA'. |
| |
| Sun Feb 4 07:38:32 2001 Tim Janik <timj@gtk.org> |
| |
| * docs/debugging.txt: s/glib_trap_/g_trap_/. add comments on |
| g_trap_instance_signals, g_trace_instance_signals and |
| GRUNTIME_DEBUG. |
| |
| * gmem.c: s/glib_trap_/g_trap_/. |
| |
| 2001-02-04 Tor Lillqvist <tml@iki.fi> |
| |
| * tests/Makefile.am (thread_LDADD): Change order of libs, |
| put progs_LDADD last. Needed for cygwin, says jbdoll@kepri.re.kr. |
| |
| 2001-02-02 Tor Lillqvist <tml@iki.fi> |
| |
| * giochannel.h |
| * giowin32.c |
| * gmain.c: Stylistic cleanups. Use G_STRLOC in g_warning() calls. |
| |
| * glib.def: Add missing functions. |
| |
| 2001-02-01 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * gthread.c, gthread.h: Added g_static_mutex_init to allow |
| initialization of a GStaticMutex, that can not be initialized with |
| G_STATIC_MUTEX_INIT, for example in allocated structures. |
| |
| Wed Jan 31 13:46:58 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * acinclude.m4 glib-gettext.m4: Fix problem with --disable-nls. |
| |
| 2001-01-31 Tor Lillqvist <tml@iki.fi> |
| |
| * glibconfig.h.win32.in: Corresponding change as below to |
| GStaticMutex. |
| |
| 2001-01-30 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * gthread.c, gthread.h: Added g_static_mutex_free to allow using |
| GStaticMutexes with limited lifetime without leaking. |
| |
| * configure.in: GStaticMutex doesn't have to provide extra space |
| for debugging information for G_ERRORCHECK_MUTEXES, as then the |
| non-default implementation (runtime_mutex) is used anyway. |
| |
| * gthread.h (g_cond_wait): Added debug information for |
| g_mutex_free calls, if G_ERRORCHECK_MUTEXES is defined. |
| |
| 2001-01-29 Tor Lillqvist <tml@iki.fi> |
| |
| * glibconfig.h.win32.in: Use the same GMutex structure as the |
| configure-generated glibconfig.h does. |
| |
| * gstrfuncs.c (g_strsignal): Declare strsignal() on Cygwin, too, |
| says jbdoll@kepri.re.kr. |
| |
| 2001-01-29 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * gthread.c: Broadcast the condition, if there are waiting |
| readers, as all might read at the same time. Only signal the |
| writer thread, if there are no more readers. |
| |
| 2001-01-25 Tor Lillqvist <tml@iki.fi> |
| |
| * makefile.mingw.in |
| * */makefile.mingw.in: Protect the rule to rebuild makefile.mingw |
| if makefile.mingw.in has changed with a check if said .in file |
| exists. (This rule is mainly a convenience for yours truly.) |
| |
| * giowin32.c: Socket support rewritten. It was utterly broken, and |
| untested in fact. We still do use a thread for each socket being |
| watched, but instead of blocking in recv() (which of course was |
| plain stupid for sockets being listen()ed on in a server-type |
| application), we block in select(). The read method for sockets |
| calls recv(). It is now possible for the application to call |
| accept(), recv() or send() in the callback, just like on |
| Unix. Tested with code kindly provided by Andrew Lanoix. |
| |
| Rename g_io_channel_win32_new_stream_socket() to |
| g_io_channel_win32_new_socket() as it isn't restricted to stream |
| sockets. |
| |
| * gmain.c (g_poll): Related changes in the Win32 version of |
| g_poll(). When polling for messages, always do a PeekMessage() |
| first. We used to miss messages if several were posted between |
| calls to g_poll(). |
| |
| * giochannel.h: Improve Win32-related comments. |
| |
| * gutf8.c: (Win32) Include <stdio.h> for sprintf. |
| |
| * tests/gio-test.c: (Win32) Add tests for polling for Windows |
| messages. |
| |
| * tests/makefile.mingw.in: Remove superfluous compilation command |
| line. |
| |
| 2001-01-23 Alex Larsson <alexl@redhat.com> |
| |
| * gmain.c (g_source_callback_unref): Free the callback |
| (g_source_set_callback): Initialize the callback refcount |
| |
| 2001-01-20 Tor Lillqvist <tml@iki.fi> |
| |
| * gutils.c (g_get_codeset): (Win32) Even if g_get_codeset() is |
| currently commented out from gutils.h, fix it to return the same |
| CP%d value as g_get_charset(). |
| |
| 2001-01-19 Kjartan Maraas <kmaraas@gnome.org> |
| |
| * gconvert.c: Fix typo. |
| * gfileutils.c: Same here. |
| * configure.in: Added no to ALL_LINGUAS |
| |
| 2001-01-17 Tor Lillqvist <tml@iki.fi> |
| |
| * gwin32.c (g_win32_getlocale, g_win32_error_message): Add doc |
| comments. |
| (g_win32_get_package_installation_directory): Add one parameter, |
| the name of a DLL in the package. Add possibility to use that to |
| deduce the installation directory if not entered into the |
| Registry. Make the return value dynamically allocated. |
| (g_win32_get_package_installation_subdirectory): New convenience |
| function. |
| |
| * gutils.c (GLIB_LOCALE_DIR) |
| * gwin32.h: Adapt accordingly. |
| |
| * testglib.c (main): Adapt tests accordingly. |
| |
| Tue Jan 16 23:20:38 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * gutils.c glibintl.h: Optimize for size rather than speed by |
| making _() always call _glib_gettext() instead of conditionally |
| calling gettext() or _glib_gettext_init. glib only uses translated |
| strings in slow error handling code anyways. |
| |
| * glibintl.h: g'ify types. |
| |
| * Makefile.am: include glibintl.h in _SOURCES |
| |
| 2001-01-17 Tor Lillqvist <tml@iki.fi> |
| |
| * config.h.win32.in: Define ENABLE_NLS and GETTEXT_PACKAGE. |
| |
| * makefile.mingw.in |
| * makefile.msc.in: Use the GNU intl library. |
| |
| * gwin32.c (g_win32_get_package_installation_directory): New |
| function. To be used by various GLib-using packages to get their |
| installation directory, which should be stored in the Registry by |
| some installer. |
| |
| * gwin32.h: Declare it. |
| |
| * testglib.c (main): Test it. |
| |
| * gutils.c: On Win32, define GLIB_LOCALE_DIR using |
| g_win32_get_package_installation_directory(). |
| |
| * glib.def: Update. |
| |
| Mon Jan 15 21:39:06 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * glib-2.0.pc.in (Libs) glib-config-2.0.in: Add @INTLLIBS@. |
| |
| Mon Jan 15 21:12:49 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * configure.in acconfig.h glibintl.h gutils.c |
| po/{Makefile.in.in,POTFILES.in,po2tbl.in}: Add gettext |
| support. |
| |
| * glib-gettext.m4 acinclude.m4: Clean up the GTK+ gettext macros |
| some more and put them in this file, though they also need |
| to be included in acinclude.m4 due to the brokeness of |
| aclocal. |
| |
| * gspawn.c gspawn-win32.c gutf8.c gconvert.c gfileutils.c |
| gshell.c: Remove dummy _() #defines, include glibintl.m4. |
| |
| 2001-01-09 Tor Lillqvist <tml@iki.fi> |
| |
| * giowin32.c: Rework the changes needed to pass mainloop-test. Now |
| we don't need to call TerminateThread() after all, which is a |
| relief, as the docs have a BIG RED WARNING SIGN about using that |
| API. Instead, when closing a fd channel that has a reader thread |
| running, just mark it as non-running and additionally mark the fd |
| as ripe for closing. When the reader thread hopefully eventually |
| gets something (and EOF or some actual data), it will note that it |
| shouldn't be running, break out of the loop, and close the fd. |
| |
| The socket channel closing code should probably be changed |
| similarily, but that will have to wait until I have a test case. |
| |
| (g_pipe_readable_msg, g_io_channel_win32_new_pipe, |
| g_io_channel_win32_new_pipe_with_wakeups, |
| g_io_channel_win32_pipe_request_wakeups, |
| g_io_channel_win32_pipe_readable): Remove these, have been |
| obsolete for some time. |
| |
| * gutils.c (g_basename, g_dirname): Don't warn about deprecation |
| on Win32. Code written for GLib 1.2 doesn't have much choice but |
| to use GLib >= 1.3 on Win32. |
| |
| * glib.def: Update. |
| |
| 2001-01-09 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * gmem.c: Made g_profile_mutex a GMutex* instead of |
| G_LOCK_DEFINE_STATIC to avoid deadlock for thread implementations |
| without native static mutexes. Contruct g_profile_mutex in |
| g_mem_init(). |
| |
| 2001-01-06 Tor Lillqvist <tml@iki.fi> |
| |
| * gconvert.c (g_locale_to_utf8, g_locale_from_utf8): Get len using |
| strlen() if arg is negative in the Win32 code, too. |
| |
| * giowin32.c: Changes necessary to be able to run |
| mainloop-test. We can't close the fd that our (internal) reader |
| thread is sitting doing a blocking read() from. We must terminate |
| the thread first. Keep track of thread handle, and close it when |
| thread is dying. Start reader thread with the lower-level |
| CreateThread() instead of _beginthreadex() from the C runtime, in |
| order to be able to use TerminateThread(). Hopefuly this isn't |
| harmful. |
| |
| * glib.def: Update. |
| |
| * tests/makefile.{mingw,msc}.in (TESTS): Add mainloop-test and |
| unicode-encoding. |
| |
| * tests/mainloop-test.c: Portability: <unistd.h>, need <fcntl.h> |
| on Win32. |
| |
| * tests/unicode-encoding.c (process): Add missing "line" argument |
| to fail(). On Win32, convert UTF-16LE, as libiconv'c ivonf always |
| converts to UTF-16BE if we ask for unspecific UTF-16. |
| (main) Handle also '\r'. |
| |
| Fri Jan 5 11:25:42 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * configure.in (PACKAGE): move $enable_debug down below |
| checks for GCC to avoid setting CFLAGS prematurely, |
| change checks to avoid adding -g twice. |
| |
| * gutf8.c (g_ucs4_to_utf8): Support len < 0 to mean |
| 0 termination. |
| |
| * gutf8.c (g_utf8_to_ucs4): Terminate result with 0. |
| |
| * tests/mainloop-test.c (main): Fix uses of |
| g_main_loop_destroy(). |
| |
| * tests/unicode-encoding.c tests/Makefile.am tests/utf8.txt: |
| Tests for unicode-conversion code. |
| |
| * gconvert.c (g_convert, g_convert_with_fallback): work around |
| a couple of GNU libc bugs. |
| |
| * gconvert.[ch] (g_{locale,filename}_{to,from}_utf8): Standardize |
| arguments to match g_convert(). Document. |
| |
| * gunicode.[ch]: |
| - Implement conversion functions to and from UTF-16 |
| - Standardize unicode conversion functions on prototype like |
| g_convert. |
| - Add a lot of error checking to unicode conversion functions. |
| |
| * gunicode.[ch] (g_utf8_to_ucs4_fast): Add fast, non-checking |
| variant of g_utf8_to_ucs4. |
| |
| * gutf8.c (g_utf8_validate): |
| - add g_return_if_fail (str != NULL). |
| - add checks for overlong strings, non-valid Unicode characters (>= 110000) |
| and single surrogates. |
| |
| 2001-01-05 Tor Lillqvist <tml@iki.fi> |
| |
| * testglib.c (main): Add test for g_path_skip_root(). |
| |
| * gfileutils.c (g_file_open_tmp): (Win32:) Look also for (illegal) |
| forward slashes in the template. |
| |
| * gutils.c (g_path_skip_root): On Win32, skip the \\server\share |
| part of UNC paths. On all platforms, skip several initial |
| slashes. Add a few comments. |
| (g_get_any_init): On Win32, in case HOME is Unix-style with |
| (forward) slashes (some other applications apparently set it up |
| this way, convert to backslashed form. |
| |
| * configure.in (glib_os): Remove stray 'v'. Add case for mingw, |
| although using configure for mingw surely doesn't work yet. |
| |
| * glib.def: Update. |
| |
| 2001-01-02 Havoc Pennington <hp@redhat.com> |
| |
| * configure.in: remove glib-config-2.0 |
| |
| * Makefile.am: remove glib-config-2.0 |
| |
| 2001-01-03 Havoc Pennington <hp@pobox.com> |
| |
| * tests/Makefile.am (INCLUDES): -I$(top_srcdir)/gmodule, |
| fix from Michael Meeks |
| |
| * Makefile.am (INCLUDES): DISABLE was spelled wrong |
| |
| Wed Jan 3 14:10:49 2001 Owen Taylor <otaylor@redhat.com> |
| |
| * gmain.[ch]: Switch GMainLoop to be ref/unref, use to |
| make dropping reference to running loop safe. |
| |
| Wed Dec 13 20:41:49 2000 Owen Taylor <otaylor@redhat.com> |
| |
| * gmain.c (g_source_unref_internal): Unref callback->cb_data |
| if it was still set when the source is freed. (Usually, this |
| will be done by g_source_destroy.) |
| |
| 2001-01-02 Dan Winship <danw@helixcode.com> |
| |
| * garray.h (g_array_append_val, g_array_prepend_val, |
| g_array_insert_val): Use parentheses around an argument to make |
| these cause an error if you pass a non-lvalue for the value, |
| rather than silently doing the wrong thing. |
| |
| 2000-12-29 Tor Lillqvist <tml@iki.fi> |
| |
| * glibconfig.h.win32.in: Add GLIB_SIZEOF_VOID_P and GLIB_SIZEOF_LONG. |
| |
| * glib.def: Update. |
| |
| * {.,*}/makefile.{mingw,msc}.in: Add -DG_ENABLE_DEBUG. |
| |
| Fri Dec 29 14:53:18 2000 Tim Janik <timj@gtk.org> |
| |
| * configure.in: we can't grow _cv_ variables by using a backticked |
| expr that refers back to the variable (glib_cv_sizeof_system_thread for |
| G_THREAD_USE_PID_SURROGATE), that'd keep the variable growing every time |
| it's evaluated. quantum states, anyone?) |
| |
| Thu Dec 28 10:21:46 2000 Tim Janik <timj@gtk.org> |
| |
| * gmem.[hc]: got rid of outdated dmalloc support. provide g_try_malloc() |
| and g_try_realloc() which _may_ fail and return NULL. |
| nuked g_mem_check(), provided GMemVTable for memory function |
| virtualization, alterable at program startup with g_mem_set_vtable(). |
| provided glib_mem_profiler_table and g_mem_profile() to support limited |
| profiling information out of the box (uses mprotect() for free()ed areas |
| on linux). |
| provide globally visible G_MEM_ALIGN. |
| buncha cleanups. |
| |
| * docs/macros.txt: file to get a clue about the various configuration |
| macros. |
| |
| * docs/debugging.txt: explain debugging traps. |
| |
| * configure.in: got rid of --enable-mem-check and --enable-mem-profile, |
| define GLIB_SIZEOF_VOID_P and GLIB_SIZEOF_LONG. check malloc prototypes |
| and define SANE_MALLOC_PROTOS is we can use them. |
| <boy, is this file a mess> |
| |
| * gutils.c, gscanner.c: fix up compatibility warnings, use g_message(). |
| |
| 2000-12-27 Tor Lillqvist <tml@iki.fi> |
| |
| * README.win32: Update. |
| |
| 2000-12-25 Tor Lillqvist <tml@iki.fi> |
| |
| * gmessages.c: (Win32) Use a MessageBox for fatal |
| messages. Collect eror message into a buffer, and display that. |
| |
| * glib.def: Update. |
| |
| * glibconfig.h.win32.in: Update. Remove unused wchar and wctype |
| macros, add G_MODULE_SUFFIX. |
| |
| 2000-12-24 Ali Abdin <aliabdin@aucegypt.edu> |
| |
| * Makefile.am, gcompat.h, glib.h: New gcompat.h header file |
| as recommended by Havoc. |
| |
| * gdate.c, gdate.h, testgdate.c, |
| docs/reference/glib/glib-sections.txt, |
| docs/reference/glib/tmpl/date.sgml, tests/date-test.c: Rename some |
| of the gdate functions to use the '_get' in their name. Patch |
| reviewed by Havoc. |
| |
| 2000-12-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * configure.in: Determine the suffix of the shared librarries for |
| this system. This is done analogous to |
| ltconfig.sh. G_MODULE_SUFFIX in glibconfig.h is set to either |
| "sl", "dll", or (most often) "so". |
| |
| * tests/Makefile.am, tests/module-test.c, |
| tests/libmoduletestplugin_a.c, tests/libmoduletestplugin_b.c: |
| Added new testcase for gmodule. This is mostly copied from |
| gmodule/testgmodule.c, but unlike that is is quiet. (Why BTW are |
| some tests that verbose, not to say loquacious...) |
| |
| 2000-12-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * grand.c: Updated G_RAND_DOUBLE_TRANSFORM to be more |
| accurate. Redid g_rand_double() such that it returns 52 bits after |
| the point instead of 32 as before. That OTOH requires calling |
| g_rand_int() twice. Overhauled g_rand_int_range(), which is easier |
| now thanks to the new precision of g_rand_double(). Thanks to |
| Sverre Johansen <sj@ifi.uio.no> for the hint. |
| |
| * grand.h: Added g_rand_boolean() and g_random_boolean() |
| macros. While they could be omitted due to extreme simplicity, |
| they make intention clearer in code and are therefore good to have. |
| |
| * grand.c, grand.h: Renamed all 'min' and 'max' parameters to' |
| begin' and 'end' resp. to avoid making people think, that 'max' is |
| included in the interval. 'end' now isn't, whereas 'begin' |
| is. That's similar to the use in the STL. |
| |
| * gslist.c, glist.c: Ok, I'm a moron. When I originally |
| implemented ENABLE_GC_FRIENDLY, I forgot to include config.h into |
| the affected files. Now that Alex did that for those two, |
| inevitable typos surfaced, which are now fixed. |
| |
| * garray.c, ghash.c, gqueue.c, gtree.c: Include config.h as well, |
| as ENABLE_GC_FRIENDLY should be known. |
| |
| 2000-12-19 Alexander Larsson <alexl@redhat.com> |
| |
| * configure.in: |
| Added --disable-mem-pools option. |
| |
| * glist.c: |
| * gslist.c: |
| * gnode.c: |
| * gmem.c: |
| Disable free list and memory chunks if DISABLE_MEM_POOLS is defined. |
| |
| 2000-12-17 Tor Lillqvist <tml@iki.fi> |
| |
| * gutf8.c (g_utf8_get_charset_internal): (Win32) Use GetACP to get |
| the current ANSI codepage. |
| |
| * gunicode.h: Add comment that the static string g_get_charset |
| sets the parameter to point to should be copied in case the |
| charset might be changed later in the program. |
| |
| 2000-12-14 Tor Lillqvist <tml@iki.fi> |
| |
| * makefile.{mingw,msc}.in: No need to -DGSPAWN_HELPER when |
| compiling gspawn-win32-helper any longer. |
| |
| * giowin32.c (g_io_win32_dispatch): Warn if no callback. Call |
| callback correctly. |
| (g_io_win32_create_watch): Fix typo. |
| (g_io_win32_fd_create_watch): Ditto. |
| (g_io_channel_unix_new): If it is a file descriptor (i.e., a Unix |
| fd lookalike provided by the C library), call |
| g_io_channel_win32_new_fd(). If it is a socket (from WinSock), |
| call g_io_cahnnel_win32_new_stream_socket(). Hopefully sockets and |
| fds don't overlap. TODO: Implement also datagram sockets. |
| (g_io_channel_win32_poll): Call g_main_context_get_poll_func(). |
| |
| * gcompletion.h: Include <unistd.h> only on Unix. Is this |
| inclusion really needed here? OTOH, do include <stddef.h>, for |
| size_t. |
| |
| * gmessages.c: (Win32) Don't define a function called "write" that |
| might clash with the prototype from <io.h>, use a #define. |
| |
| * glib.def: Update. |
| |
| * gmain.c (g_source_add_poll): Don't return a value from void |
| function. |
| (g_main_context_get_poll_func): Compile also for non-Win32, as |
| presumably was intended. The result var is a GPollFunc, not a |
| GPollFunc*. Return the result! |
| |
| 2000-12-13 Havoc Pennington <hp@redhat.com> |
| |
| * gconvert.c (open_converter): make static |
| |
| * gutf8.c (g_utf8_validate): Simplify logic a bit, maybe |
| speeding it up - now we just return FALSE if we had to bail out |
| for any reason before getting to the end of the string, as defined |
| by a nul byte if len was -1, defined by the len otherwise. This |
| also fixes a bug where nul bytes were not treated as invalid |
| when the length was specified. |
| |
| 2000-12-12 Havoc Pennington <hp@pobox.com> |
| |
| * gmain.c (g_main_context_destroy): don't try to use thread stuff |
| unless G_THREADS_ENABLED |
| (g_main_context_query): ditto |
| (g_main_context_check): ditto |
| (g_main_loop_quit): ditto |
| |
| Tue Dec 12 18:58:22 2000 Tim Janik <timj@gtk.org> |
| |
| * ghash.c (g_hash_table_remove): return whether a value |
| got removed. |
| |
| Tue Dec 12 15:18:10 2000 Owen Taylor <otaylor@redhat.com> |
| |
| * gmain.[ch]: Revert unauthorized changes. |
| |
| 2000-12-12 Elliot Lee <sopwith@redhat.com> |
| |
| * gmain.c, gmain.h (g_main_context_new, g_main_context_destroy): |
| GMainContext useful in implementing some additional styles of |
| main loop usage. To do this, however, Joe Hacker needs to be able |
| to create/destroy GMainContext's at will. This is just an export |
| of existing functionality, rather than any new functionality. |
| |
| They are listed in the "Low level functions for implementing custom |
| main loops" section of the header file, to avoid confusing people. |
| |
| Sun Dec 10 10:47:11 2000 Owen Taylor <otaylor@redhat.com> |
| |
| * gmain.c (g_source_destroy_internal): Remove pollfds |
| from the context here, not when actually freeing the |
| source. |
| |
| * gmain.c (g_source_unref_internal): Free source list |
| and source, call source->source_funcs->destroy(). |
| |
| * giochannel.c: Unreference io_channel properly. |
| |
| Thu Dec 7 15:22:30 2000 Owen Taylor <otaylor@redhat.com> |
| |
| * tests/mainloop-test.c (recurser_start): Add a bunch |
| of unrefs. |
| |
| * gmain.c (g_source_attach): Reference the source |
| when adding (pointed out by Elliot) |
| |
| 2000-12-08 Raja R Harinath <harinath@cs.umn.edu> |
| |
| * acglib.m4 (GLIB_AC_DIVERT_BEFORE_HELP): |
| Rename from GLIB_DIVERT_BEFORE_HELP. |
| Update to track autoconf 2.49b. |
| * configure.in: Reflect above change. |
| (AC_EGREP_HEADER): Rename from really obselete AC_HEADER_EGREP. |
| (debug_default): Replace "if test `expr ...`" with "case". |
| |
| * tests/Makefile.am (TESTS): Rearrange into other variables, and |
| include run-markup-tests.sh. |
| (TESTS_ENVIRONMENT): New. Pass $srcdir to tests. |
| (noinst_PROGRAMS): Rename to ... |
| (check_PROGRAMS): ... this. 'automake' ensures that these are |
| built before running the tests. |
| * tests/run-markup-tests.sh: Support $srcdir != $builddir. |
| |
| 2000-12-08 Havoc Pennington <hp@pobox.com> |
| |
| * tests/Makefile.am (TESTS): move markup-test to noinst_PROGRAMS; |
| it isn't a proper test, the proper test would be |
| run-markup-tests.sh, but that can't go in tests, so we need |
| a manual make check rule. Didn't do that yet. |
| |
| 2000-12-07 Raja R Harinath <harinath@cs.umn.edu> |
| |
| * gmain.h: Don't put anything after an #endif. |
| * gmain.c: Likewise. |
| |
| 2000-12-06 Havoc Pennington <hp@pobox.com> |
| |
| * tests/strfunc-test.c (main): add g_strdupv test |
| |
| * gstrfuncs.c (g_strdupv): Add a function to copy |
| an array of strings |
| |
| Tue Dec 5 12:23:04 2000 Owen Taylor <otaylor@redhat.com> |
| |
| * gmain.[hc]: Major change in API for creating sources |
| to handle multiple main loops (GMainContext *). |
| |
| GSources are now exposed as GSource * and implemented |
| with structure derivation. |
| |
| * giochannel.[ch]: Changed vtable for GIOChannel to correspond |
| to the new mainloop API, add g_io_channel_create_watch(). |
| |
| * gtypes.h: Move GTimeVal here. |
| |
| * gthread.h: Remove gmain.h include to avoid circularity. |
| |
| * giounix.c: Update for new GMain API. |
| |
| * giowin32.c: Update for new GMain API. (No check for |
| proper compilation or working.) |
| |
| * timeloop.c timeloop-basic.c: A benchmarking program for |
| the main loop comparing the main loop against a |
| hand-written (timeloop-basic.c) variant. |
| |
| * tests/mainloop-test.c: New torture test of mainloop. |
| |
| * docs/Changes-2.0.txt: Started. Added text about |
| changes to GMain. |
| |
| * gmain.c (g_main_add_poll_unlocked): Initial fd->revents |
| to zero. (#8482, Benjamin Kahn) |
| |
| 2000-12-01 Tor Lillqvist <tml@iki.fi> |
| |
| * {.,*}/makefile.msc.in: Include make.msc from GLib's build subdir. |
| |
| * makefile.{mingw,msc}.in (glib_OBJECTS): Add gunibreak. |
| |
| * glib.def: Update correspondingly. |
| |
| 2000-11-21 Havoc Pennington <hp@pobox.com> |
| |
| * gmacros.h: Provide G_CONST_RETURN which is 'const' by default, |
| and nothing when G_DISABLE_CONST_RETURNS is defined. |
| |
| 2000-11-29 Havoc Pennington <hp@redhat.com> |
| |
| * gunidecomp.c (COMBINING_CLASS): |
| s/UNICODE_LAST_CHAR/G_UNICODE_LAST_CHAR/ |
| |
| * gunichartables.h: Update for data in Unicode 3.0.1 |
| |
| * gunidecomp.h: Ditto |
| |
| * gunicode.h (GUnicodeBreakType): Enum for line break properties |
| (g_unichar_break_type): Get the break property for a char |
| |
| * gunibreak.h: Autogenerated line break property tables |
| |
| * gunibreak.c (g_unichar_break_type): added |
| |
| * Makefile.am (EXTRA_DIST): dist gen-unicode-tables.pl |
| |
| * Makefile.am (libglib_1_3_la_SOURCES): Add gunibreak.h, gunibreak.c |
| |
| * gen-unicode-tables.pl: Include the script to update the unicode |
| char tables |
| |
| 2000-11-28 Elliot Lee <sopwith@redhat.com> |
| |
| * gmarkup.c: Fix warnings. |
| |
| * guniprop.c, gunidecomp.c: Make warnings go away by using |
| GPOINTER_TO_INT() instead of (int). |
| |
| * gcompletion.[ch]: Add g_completion_set_compare(), |
| to allow (for example) using case-insensitive completion. |
| |
| 2000-11-28 Tor Lillqvist <tml@iki.fi> |
| |
| Patches by Hans Breuer: |
| |
| * gspawn-win32.c: Move the code for gspawn-win32-helper to its own |
| file. |
| |
| * makefile.{mingw,msc}.in: Change accordingly. |
| |
| * gspawn-win32-helper.c: New file. |
| |
| * Makefile.am (EXTRA_DIST): Add it. |
| |
| * gmarkup.c (find_current_text_end): Fix assertion not to check an |
| uninitialised variable. |
| |
| 2000-11-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * gthread.c: Set the thread data before locking the mutex, because |
| the locking call might use g_thread_self (). |
| |
| * gthread.h: Do only show the location of the locking/unlocking |
| for -DG_ERRORCHECK_MUTEXES and not the name of the mutex. Add the |
| errorcheck capability for g_cond_wait and g_cond_timed_wait as |
| well. |
| |
| 2000-11-27 Havoc Pennington <hp@redhat.com> |
| |
| * gthread.h: Add void in empty function arg list |
| |
| 2000-11-22 Tor Lillqvist <tml@iki.fi> |
| |
| * makefile.{mingw,msc}.in: Add gqsort. |
| |
| * glib.def: Update. |
| |
| 2000-11-21 Sebastian Wilhelmi <wilhelmi@ira.uka.de> |
| |
| * configure.in: Add a surrogate for thread priorities using PID |
| niceness for systems with no thread priorities and different PIDs |
| for threads of the same process (most notably: Linux). Define |
| G_THREAD_USE_PID_SURROGATE in that case, as used by |
| gthread-posix.c. Also make the system thread bigger by |
| sizeof (long) to contain the thread's PID. |
| |
| * gfileutils.c: Include stdlib.h for mkstemp prototype. |
| |
| * gthread.c: Add priority range checks to the affected functions. |
| |
| * gthreadpool.c: Remove unused variable. |
| |
| Mon Nov 20 18:55:17 2000 Jonathan Blandford <jrb@redhat.com> |
| |
| * gtree.[hc]: Patch from David Benson <daveb@idealab.com> to add |
| user_data support to gtree functions. |
| |
| Mon Nov 13 18:35:52 2000 Jonathan Blandford <jrb@redhat.com> |
| |
| * gtypes.h (GCompareFuncData): new func type to let you use user |
| data when comparing nodes. |
|