Remove all static ChangeLog files

They only contain old information which is also available in git
This commit is contained in:
Christoph Reiter 2018-08-31 16:53:34 +02:00
parent 5b7a16a3c6
commit 912581340e
23 changed files with 5 additions and 46685 deletions

View File

@ -25,10 +25,9 @@ people committing to GLib to follow a few rules:
1) Ask _first_.
2) With git, we no longer maintain a ChangeLog file, but you are expected
to produce a meaningful commit message. Changes without a sufficient
commit message will be reverted. See below for the expected format
of commit messages.
2) You are expected to produce a meaningful commit message.
Changes without a sufficient commit message will be reverted. See below for
the expected format of commit messages.
Notes:

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,738 +0,0 @@
2006-08-22 Matthias Clasen <mclasen@redhat.com>
* Branch for 2.12
2006-08-20 Tor Lillqvist <tml@novell.com>
* glib/gnulib/vasnprintf.c (vasnprintf): Fix crash when printing
large 64-bit values on Win32 using the %I64x format. (#351034,
Neil Piercy)
Wed Aug 16 13:59:07 2006 Tim Janik <timj@gtk.org>
* tests/gobject/Makefile.am:
* tests/gobject/singleton.c: added test program which demonstrates
and checks singleton construction.
2006-08-15 Matthias Clasen <mclasen@redhat.com>
* glib/gbookmarkfile.c (g_bookmark_file_get_groups):
* glib/gmain.c (g_source_is_destroyed): Add Since tags.
* glib/gkeyfile.c (g_key_file_get_double_list): Fix
Since tag. (#351583, Brian Cameron)
* configure.in: Bump version
* === Released 2.12.2 ===
* NEWS: Updates
2006-08-08 Emmanuele Bassi <ebassi@gnome.org>
* glib/gbookmarkfile.c (g_bookmark_file_remove_group)
(g_bookmark_file_set_app_info): Plug a couple of leaks
when removing data from a bookmark.
2006-08-05 Matthias Clasen <mclasen@redhat.com>
* glib/gbookmarkfile.c (find_file_in_data_dirs): Correct the
grammar of an error message. (#349792, Jakub Friedl)
* glib/gkeyfile.c (g_key_file_to_data): Don't insert unnecessary
newlines in keyfiles. (#349825, Chris Wilson)
* glib/guniprop.c (g_unichar_toupper, g_unichar_tolower)
(real_toupper, real_tolower): If a character can't be converted,
don't replace it with a NUL byte, but leave it unchanged.
(#348491, Nikolai Weibull)
* tests/unicode-caseconv.c: Adapt to this change.
* tests/unicode-caseconv.c (main): Add a comment to point out
a quirk in the test data that we are working around here.
2006-07-31 Behdad Esfahbod <behdad@gnome.org>
* glib/guniprop.c (g_unichar_isxdigit): Make it only accept those
characters that we accept i g_unichar_xdigit_value(), i.e. don't
accept non-decimal digits. (#347842, Nikolai Weibull)
2006-07-31 Behdad Esfahbod <behdad@gnome.org>
* glib/gunidecomp.c (_g_utf8_normalize_wc): Update to reflect Unicode
PR #29 (#348694, Nikolai Weibull)
* tests/unicode-normalize.c (encode), (test_form): Make output more
useful, reporting the unexpected output of the test.
2006-07-24 Tor Lillqvist <tml@novell.com>
* tests/slice-test.c: Use g_get_current_time() insted of
gettimeofday().
2006-07-22 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
* === Released 2.12.1 ===
* glib/gconvert.c: Fix the prototype of _g_charset_get_aliases.
(#346494, Thomas Klausner)
* NEWS: Updates
2006-07-21 Behdad Esfahbod <behdad@gnome.org>
* glib/gmirroringtable.h: Updated to Unicode Character Database 5.0.0.
2006-07-20 Matthias Clasen <mclasen@redhat.com>
* glib/guniprop.c (real_toupper, real_tolower): Small optimization.
(#348011, Nikolai Weibull)
2006-07-19 Behdad Esfahbod <behdad@gnome.org>
* glib/gunibreak.h:
* glib/gunichartables.h:
* glib/gunicomp.h:
* glib/gunidecomp.h:
Update to final Unicode Character Database 5.0.0. (#336281)
2006-07-06 Behdad Esfahbod <behdad@gnome.org>
* glib/gutils.c (g_parse_debug_string): When matching debug flag keys,
ignore case and accept any of comma, colon, semicolon, space, and tab
as separators. Also, match dash with underscore.
2006-07-05 Matthias Clasen <mclasen@redhat.com>
* glib/gbase64.c: Fix typos in the docs. (#346660, Mark
Drago)
2006-07-03 Runa Bhattacharjee <runabh@gmail.com>
* configure.in: Added Bengali India (bn_IN) in ALL_LINGUAS.
2006-07-02 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
* === Released 2.12.0 ===
2006-06-30 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
* configure.in: Set version to 2.12.0
2006-06-20 Matthias Clasen <mclasen@redhat.com>
* glib/gtimer.c (mktime_utc): Fix an off-by-2 error
in the leap year calculation. (#344905, Dan Winship)
* tests/testglib.c (main): Change the test data for
the g_time_val_from_iso8601 tests to expose an off-by-2
error in the leap year calculation.
* configure.in: Bump version
* === Released 2.11.4 ===
* NEWS: Updates
2006-06-16 Matthias Clasen <mclasen@redhat.com>
* tests/file-test.c (test_mkstemp): Add tests.
* glib/gfileutils.c (g_mkstemp): Allow the XXXXXX to occur
inside the template, not just at the end.
2006-06-14 Matthias Clasen <mclasen@redhat.com>
* glib/gkeyfile.c (g_key_file_to_data): Separate groups by
an empty line (#344868, Christian Persch)
2006-06-14 Tor Lillqvist <tml@novell.com>
* glib/gutils.c (g_listenv): Add Windows notes to doc comment.
2006-06-12 Emmanuele Bassi <ebassi@cvs.gnome.org>
* glib/gbookmarkfile.h:
* glib/gbookmarkfile.c (g_bookmark_file_remove_item): Return
a boolean instead of void.
* tests/bookmarkfile-test.c (test_modify): Add a test case
for g_bookmark_file_remove_item().
2006-06-12 Matthias Clasen <mclasen@redhat.com>
* Bump version
* === Released 2.11.3 ===
* NEWS: Updates
2006-06-09 Emmanuele Bassi <ebassi@cvs.gnome.org>
* glib/gbookmarkfile.c (g_bookmark_file_remove_application): Use
an empty string to pass the test in set_app_info.
(g_bookmark_file_move_item): Remove the old item from the
look up table; return success in case of empty target.
2006-06-08 Tor Lillqvist <tml@novell.com>
* glib/gunicollate.c (msc_strxfrm_wrapper): Workaround for bug in
strxfrm() in Microsoft's newer C runtimes. (#343919, Kazuki
Iwamoto)
2006-06-05 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
* === Released 2.11.2 ===
* configure.in: Set interface age to 0.
* NEWS: Updates
* glib/gmain.c: Fix some doc formatting issues.
* glib/gstrfuncs.c: Revert accidental commit.
* glib/gmain.c (get_dispatch): Don't leak the
dispatch struct. (#321886)
* tests/strtod-test.c: Add some tests involving
leading whitespace.
* glib/gstrfuncs.c (g_ascii_formatd): Skip leading
whitespace. (#343899, Øystein Johansen)
2006-06-01 Matthias Clasen <mclasen@redhat.com>
* glib/gmain.h:
* glib/gmain.c: Add three new functions,
g_main_current_source, g_source_set_funcs and
g_source_is_destroyed, that will be necessary to
solve thread-safety issues with idles in GTK+.
(#321886, Chris Wilson)
2006-06-01 Matthias Clasen <mclasen@redhat.com>
* glib/giochannel.c (g_io_channel_write_chars): Avoid
running in an assertion with small writes. (#343566, Chris
Wilson)
* tests/iochannel-test.c: Add a testcase for small writes.
* glib/glib.symbols:
* glib/ghash.h:
* glib/ghash.c: Add g_hash_table_{remove,steal}_all to
remove all nodes from a hash table. (#168538, Matt Barnes)
2006-06-01 Behdad Esfahbod <behdad@gnome.org>
* glib/gkeyfile.c (g_key_file_to_data),
(g_key_file_parse_value_as_comment),
(g_key_file_parse_comment_as_value):
* glib/gscanner.c (g_scanner_get_token_ll): Cleanup. Use return
value of g_string_free(...). (#343548, Chris Wilson)
2006-05-28 Matthias Clasen <mclasen@redhat.com>
* glib/gmarkup.c (g_markup_parse_context_parse):
Don't use g_str_has_{prefix,suffix} here.
2006-05-28 Matthias Clasen <mclasen@redhat.com>
* glib/gmarkup.h: Add a GMarkupParseFlags flag for
treating CDATA as text.
* glib/gmarkup.c (g_markup_parse_context_parse):
Implement it here.
2006-05-28 Matthias Clasen <mclasen@redhat.com>
* tests/markups/expected-*: Output that test-markup
is expected to produce when run on the valid gmarkup
examples.
* tests/markup-test.c: Only dump the results of the
first, unchunked parse, to compare it against the expected
output.
* tests/run-markup-tests.sh: For valid examples, compare
the output of test-markup against the corresponding
expected-<n> file.
2006-05-24 Matthias Clasen <mclasen@redhat.com>
* configure.in: Don't compile timeloop on Minix.
(Leonard den Ottolander)
2006-05-22 Sebastian Wilhelmi <wilhelmi@google.com>
* glib/gthread.c (g_thread_init_glib): Run _g_atomic_thread_init
as the first of the full fledged initializers to allow the later
to potentially use atomic ints (which they currently do
not). (#342563, Peter Kjellerstedt)
2006-05-16 Matthias Clasen <mclasen@redhat.com>
* tests/Makefile.am:
* tests/strtoll-test.c: Add tests for g_ascii_strtoll()
and g_ascii_strtoull().
* glib/glib.symbols:
* glib/gstrfuncs.h:
* glib/gstrfuncs.c (g_ascii_strtoll): New function to
parse signed 64bit integers like strtoll does.
* glib/goption.c (parse_int64): Use g_ascii_strtoll(),
since strtoll() is C99 and not available on some
systems. (#341826, Kazuki Iwamoto)
2006-05-15 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
* === Released 2.11.1 ===
* NEWS: Updates
2006-05-13 Matthias Clasen <mclasen@redhat.com>
* glib/grel.c: Fix several cases of deref-before-NULL-check.
(#341191, Pascal Terjan)
* glib/glib.symbols:
* glib/goption.h:
* glib/goption.c: Allow optional summary and description
texts before and after the option descriptions, and add
a way to translate them. (#336120, Behdad Esfahbod)
2006-05-12 Tor Lillqvist <tml@novell.com>
* glib/giowin32.c (g_io_win32_sock_set_flags): Implement
setting/clearing G_IO_FLAG_NONBLOCK for channels attached to
sockets. (#341192)
(g_io_win32_unimpl_set_flags): set_flags method for the
unimplemented case.
2006-05-11 Bastien Nocera <hadess@hadess.net>
* glib/goption.c: (parse_int64), (parse_arg), (free_changes_list):
* glib/goption.h:
* tests/option-test.c: (arg_test6), (main): add an int64 type for
GOption (G_OPTION_ARG_INT64) (#341237)
2006-05-10 Sebastian Wilhelmi <wilhelmi@google.com>
* glib/gthread.h, gthread/gthread-impl.c: Make the magic and
location arguments to the error-checking-mutex functions const and
do not write to them, as we might not own them. Clean up the
error-checking-mutex code quite a bit. (#335198, Chris Wilson)
* glib/gthread.c: Use g_atomic_pointer_set instead of old
homegrown version now that we have it. (#335198, Chris Wilson)
* gthread/gthread-posix.c, gthread/gthread-win32.c: Prevent
calling into g_cond_wait resp. g_mutex_lock/unlock directly to
avoid recursions into the errorcheking mutex code (and out of
principle anyway). (#335198, Chris Wilson)
* tests/errorcheck-mutex-test.c: Adapt to GLib coding standards.
2006-05-09 Sebastian Wilhelmi <wilhelmi@google.com>
* glib/gthreadinit.h: Renamed to glib/gthreadprivate.h and moved
system thread identifier comparision and assignment macros from
glib/gthread.c to glib/gthreadprivate.h.
* glib/Makefile.am, glib/gatomic.c, glib/gconvert.c, glib/gmain.c,
glib/gmem.c, glib/gmessages.c, glib/grand.c, glib/gslice.c,
glib/gthread.c, glib/gutils.c, gthread/gthread-impl.c: Use
glib/gthreadprivate.h instead of glib/gthreadinit.h.
* gthread/gthread-impl.c: Use GSystemThread instead of GThread for
owner determination. (#311043, jylefort@FreeBSD.org)
* tests/Makefile.am, tests/errorcheck-mutex-test: New test program
to test for all checked violations.
* glib/gprintf.c, glib/gspawn-win32.c, glib/gutf8.c,
gthread/gthread-impl.c, gthread/gthread-posix.c,
gthread/gthread-win32.c: Use canonical include form for internal
headers. config.h is always there.
* Remove obsolete gthread/gthread-solaris.c.
2006-05-08 Matthias Clasen <mclasen@redhat.com>
* tests/convert-test.c (test_one_half): Use encoding names which
may work better on Solaris. (#340434, Alessandro Vesely)
* tests/keyfile-test.c (test_number): Add some tests for
invalid floating point numbers.
* glib/gkeyfile.c (g_key_file_parse_value_as_double): Return
an error for the empty string. (#339105, Morten Welinder)
* glib/gscanner.c (g_scanner_config_template): Make const,
noticed by Kjartan Maraas.
2006-05-06 Matthias Clasen <mclasen@redhat.com>
* glib/gkeyfile.c (g_key_file_set_string_list)
(g_key_file_set_locale_string_list): Fix invalid memory
reads. (#340816, Nick Treleaven)
2006-05-04 Alexander Larsson <alexl@redhat.com>
* glib/gbase64.c: (g_base64_decode_step):
Fix OOB write (#340538)
2006-05-03 Matthias Clasen <mclasen@redhat.com>
* tests/base64-test.c: Add some more tests.
* glib/gbase64.c (g_base64_decode_step): Avoid writing
beyond the guaranteed lenght of the output buffer, if
there is padding.
* tests/base64-test.c (test_incremental): Use malloced memory
instead of stack-allocated, so that MALLOC_CHECK_=2 catches
the OOB write...
* glib/gbookmarkfile.c (g_bookmark_file_load_from_data): Remove
an overzealous return_if_fail check that causes make check to
fail.
2006-05-02 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
* === Released 2.11.0 ===
* NEWS: Updates
* tests/casemap.txt:
* tests/casefold.txt: Regenerate from Unicode 5.0 data.
* glib/guniprop.c: Make interval_compare static.
Tue May 2 15:00:00 2006 Tim Janik <timj@gtk.org>
* tests/gobject/deftype.c: added test code from Behdad Esfahbod,
see #337128.
Tue May 2 14:18:25 2006 Tim Janik <timj@gtk.org>
* glib/goption.c (g_option_context_parse): fixed leak in short
option parsing. rewrote parts of the code to be more concise to
enhance readability. fixed exaggerated uses of strlen.
2006-04-28 Behdad Esfahbod <behdad@gnome.org>
* glib/guniprop.c: #include <stdlib.h>
2006-04-27 Matthias Clasen <mclasen@redhat.com>
* glib/glib.symbols: Add g_unichar_iswide_cjk.
* glib/guniprop.c: Add a "Since: 2.12".
* NEWS: Updates
2006-04-27 Behdad Esfahbod <behdad@gnome.org>
* docs/reference/glib/glib-sections.txt,
* glib/gunicode.h glib/guniprop.c: Implement g_unichar_iswide_cjk().
(#105626)
2006-04-27 Matthias Clasen <mclasen@redhat.com>
* glib/gbookmarkfile.c (g_bookmark_file_set_description)
(g_bookmark_file_set_title, g_bookmark_file_set_icon):
Remove some special-casing of empty string which led to
dangling pointers. (#339337, Morten Welinder)
(expand_exec_line): Don't use printf() needlessly, handle
trailing '%' gracefully. (#339338, Morten Welinder)
(is_element_full): Silence the compiler.
(g_bookmark_file_dump, bookmark_metadata_dump):
(bookmark_app_info_dump): Escape strings before dumping
them in xml. (#339340, Morten Welinder)
2006-04-27 Behdad Esfahbod <behdad@gnome.org>
* glib/gunibreak.h, glib/gunichartables.h: Regenerated using
Unicode Character Database 5.0 beta.
2006-04-26 Matthias Clasen <mclasen@redhat.com>
* glib/grand.c (g_rand_new): Don't repeat a failed fclose()
call, since that invokes undefined behaviour. (Coverity)
2006-04-25 Matthias Clasen <mclasen@redhat.com>
* glib/gbookmarkfile.c (is_element_full): Avoid a possible
NULL dereference (found by Coverity), also avoid some
pointless strdups.
* tests/keyfile-test.c (test_comments): Add a test for
the previous change.
* glib/gkeyfile.c (g_key_file_lookup_group_node): Remove
redundant code.
(g_key_file_get_group_comment): Don't dereference before
checking for NULL. (#338572, Coverity, Pascal Terjan)
2006-04-19 Matthias Clasen <mclasen@redhat.com>
* glib/gdataset.c: Add some missing Since: 2.8 tags.
2006-04-19 Tor Lillqvist <tml@novell.com>
* glib/gatomic.c: Adapt to the changed prototype of
InterlockedCompareExchange() in newer SDKs. Use
InterlockedCompareExchangePointer() when applicable. (#155884,
John Ehresman)
2006-04-18 Matthias Clasen <mclasen@redhat.com>
* glib/gkeyfile.h:
* glib/glib.symbols:
* glib/gkeyfile.c: Add api to get and set doubles and
lists of doubles. (#164719, Maurizio Monge, Dom Lachowicz)
* tests/keyfile-test.c: Add tests for new api.
* glib/gkeyfile.c (g_key_file_add_group): Accept duplicate
groups. (#157877, Sebastien Bacher)
* tests/keyfile-test.c: Add tests for duplicate key and
duplicate group handling.
2006-04-17 Matthias Clasen <mclasen@redhat.com>
* glib/gcompletion.c (g_completion_complete_utf8): Make passing
NULL for new_prefix work as documented. (#338845, Yevgen Muntyan)
* tests/completion-test.c: Test that passing NULL for
new_prefix in g_completion_complete_utf8 works.
2006-04-17 Kjartan Maraas <kmaraas@gnome.org>
* configure.in: Remove obsolete entry for no_NO.
* po/no.po: And the translation.
2006-04-16 Matthias Clasen <mclasen@redhat.com>
* glib/gdate.c (g_date_fill_parse_tokens): Avoid an array
overrun. (Coverity, fix by Pascal Terjan)
2006-04-12 Bastien Nocera <hadess@hadess.net>
reviewed by: Matthias Clasen <mclasen@redhat.com>
* glib/gconvert.c: add more details about which RFC is concerned
when using g_filename_to_uri (#337553)
2006-04-12 Matthias Clasen <mclasen@redhat.com>
* glib/goption.c (parse_arg): Add an assert to make it
clear when value can be NULL.
2006-04-07 Martyn Russell <martyn@imendio.com>
* tests/threadpool-test.c: (test_thread_stop_unused): Removed an
assertion which can fail and is not a critical test.
2006-04-07 Hans Breuer <hans@breuer.org>
* glib/makefile.msc.in : added gbase64.obj and derive the static libs
name from auto* variables
* glib/makefile.msc.in : link user32.lib for MessageBox()
2006-04-07 Martyn Russell <martyn@imendio.com>
* glib/gasyncqueue.[ch]: Added private API
_g_async_queue_get_mutex so that g_thread_pool_free() can use the
async queue mutex.
* glib/gthreadpool.c: Make sure
g_thread_pool_stop_unused_threads() actually stops unused threads
and global limits (like max idle time and max unused threads) can
be set without creating a thread pool first. Fixed #335215 (patch
from Chris Wilson).
* tests/threadpool-test.c: Added two new tests, tests setting
global limits before creating a thread pool. The second test
makes sure unused threads are actually stopped when using the
g_thread_pool_stop_unused_threads().
2006-04-05 Matthias Clasen <mclasen@redhat.com>
* glib/gnulib/vasnprintf.c (vasnprintf): Make
long long printing work if snprintf is not
available. (#332841, Michael McDonald)
2006-04-05 Behdad Esfahbod <behdad@gnome.org>
* tests/option-test.c: Check the return value of g_get_prgname for
NULL before passing to strcmp.
* tests/slice-test.c: Report the correct name in Usage summary.
2006-04-05 Matthias Clasen <mclasen@redhat.com>
* tests/run-collate-tests.sh: Fix up shell script.
* tests/option-test.c (arg_test5): Skip the test if
setting the locale fails.
(empty_test1): Reset prgname before the test.
* tests/Makefile.am: Arrange for run-bookmark-test.sh
to be run by make check.
* tests/utf8-pointer.c:
* tests/tree-test.c: Silence warnings.
2006-04-04 Matthias Clasen <mclasen@redhat.com>
* glib/glib.symbols:
* glib/gbase64.[hc]: Add G_GNUC_MALLOC where
appropriate, use glib types.
2006-04-04 Alexander Larsson <alexl@redhat.com>
* glib/Makefile.am:
* glib/gbase64.[ch]:
* glib/glib.symbols:
Add base64 encode/decode functions
* glib/glib.h:
Include gbase64.h
* tests/Makefile.am:
* tests/base64-test.c:
Tests for base64 functions
2006-04-04 Matthias Clasen <mclasen@redhat.com>
* glib/gdate.c: Move short_month_names and long_month_names
to bss.
* glib/gspawn-win32.c (g_spawn_error_quark):
* glib/gspawn.c (g_spawn_error_quark):
* glib/gshell.c (g_shell_error_quark):
* glib/gmarkup.c (g_markup_error_quark):
* glib/goption.c (g_option_error_quark):
* glib/gkeyfile.c (g_key_file_error_quark):
* glib/giochannel.c (g_io_channel_error_quark):
* glib/gfileutils.c (g_file_error_quark):
* glib/gconvert.c (g_convert_error_quark):
* glib/gbookmarkfile.c (g_bookmark_file_error_quark):
* glib/gthread.c (g_thread_error_quark): No point in making
the error path fast by caching quarks.
* glib/gbookmarkfile.c: Make the parser struct const.
2006-04-04 Behdad Esfahbod <behdad@gnome.org>
* glib/gbookmarkfile.c: Fix accidentally broken build.
2006-04-03 Matthias Clasen <mclasen@redhat.com>
* glib/gbookmarkfile.c: Don't include sys/time.h (#337027,
Kazuki IWAMOTO)
2006-03-31 Tor Lillqvist <tml@novell.com>
* glib/gstdio.c (g_remove): Revert change below. It wasn't a good
idea after all, says the original bug reporter. See bug for
discussion.
2006-03-30 Tor Lillqvist <tml@novell.com>
* glib/gstdio.c (g_remove): [Win32] call rmdir() only if remove()
fails with errno set to ENOENT, to leave errno set to EACCESS if
that is the problem. (#334799, Yevgen Muntyan)
2006-03-30 Matthias Clasen <mclasen@redhat.com>
* glib/gbookmarkfile.c (g_bookmark_file_get_app_info): Sync
the parameter names with the .h files, otherwise gtk-doc
misbehaves.
2006-03-27 Emmanuele Bassi <ebassi@cvs.gnome.org>
* tests/.cvsignore: Add bookmarkfile-test to the ignored files.
2006-03-27 Emmanuele Bassi <ebassi@cvs.gnome.org>
* tests/Makefile.am:
* tests/bookmarkfile-test.c:
* tests/run-bookmark-test.sh:
* tests/bookmarks/*.xbel: Add test suite for GBookmarkFile.
2006-03-27 Emmanuele Bassi <ebassi@cvs.gnome.org>
* docs/reference/glib/glib-docs.sgml:
* docs/reference/glib/glib-sections.txt:
* docs/reference/glib/tmpl/bookmarkfile.sgml: Add documentation for
GBookmarkFile to GLib's reference guide.
2006-03-27 Emmanuele Bassi <ebassi@cvs.gnome.org>
* glib/glib.h:
* glib/gbookmarkfile.h
* glib/gbookmarkfile.c: Add GBookmarkFile, a parser for files
containing bookmarks stored using the Desktop Bookmark
specification. Fixes bug #327662.
* glib/glib.symbols:
* glib/Makefile.am:
* glib/makefile.msc.in:
* glib/makefile.mingw.in: Build glue for GBookmarkFile.
2006-03-27 Dom Lachowicz <cinamod@hotmail.com>
* tests/option-test.c: Copy-and-paste error slipped into test5. Enable
test5, as per Matthias' comments in bug 329548#c11.
Change a gboolean to an int. Fixes bug #329789.
* configure.in: Bump version number to 2.11.0
2006-03-27 Matthias Clasen <mclasen@redhat.com>
Add support for floating point numbers to goption.
(#329548, Behdad Esfahbod, patch by Antoine Dopffer and
Dom Lachowicz)
* glib/goption.h:
* glib/goption.c: Support double arguments.
* tests/option-test.c: Test double arguments.`
2006-03-26 Matthias Clasen <mclasen@redhat.com>
* glib/goption.c (g_option_context_new): Improve the description
of parameter_string in the docs. (#336085, Claudio Saavedra)
2006-03-24 Martyn Russell <martyn@imendio.com>
* glib/gthreadpool.c: Updated the documentation to explain that
when the maximum threads is > 1 the sort functionality is not 100%
accurate due to the ramdom nature of the scheduler choosing which
threads to execute. Fixes bug #334943.
* tests/threadpool-test.c: Disabled the debugging by default and
fixed the sort test to set the maximum threads to 1 to guarantee
the thread entry function is called in order.
2006-03-23 Matthias Clasen <mclasen@redhat.com>
=== Branch for 2.10 ===

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,914 +0,0 @@
=== ChangeLog discontinued ===
With the move to git, GLib is switching from a ChangeLog file
to relying on commit messages to provide change history. Please
see README.commits for guidance on the expected message format.
2009-03-29 Matthias Clasen <mclasen@redhat.com>
Bug 577137 g_logv() will crash if given format args and multiple
log levels
* glib/gmessages.c (g_logv): Copy a va_list when using it
multiple times. Reported by Wim Lewis.
2009-03-16 Alexander Larsson <alexl@redhat.com>
Bug 575555 Use fsync() when replacing files to avoid data loss on crash
* configure.in:
Look for fsync().
* glib/gfileutils.c:
(write_to_temp_file):
fsync temp file if destination file exists
2009-03-13 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
2009-03-13 Matthias Clasen <mclasen@redhat.com>
* === Released 2.20.0 ===
* configure.in: Bump version to 2.20.0
2009-03-13 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2009-03-12 Matthias Clasen <mclasen@redhat.com>
* glib/gbase64.c: Avoid integer overflows in the base64
functions. Fixes CVE-2008-4316
2009-03-11 Stef Walter <stef@memberwebs.com>
* glib/gchecksum.c: Document and guarantee hex digests will
be returned in lower case. Fixes bug #574019
2009-03-02 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
2009-03-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.19.10 ===
2009-03-02 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
2009-03-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.19.9 ===
2009-03-02 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2009-03-01 Matthias Clasen <mclasen@redhat.com>
Bug 572508 gmarkup speedup ...
* glib/gmarkup.c: Various optimizations: do less allocations by
keeping a pool of GStrings, do in-place unescaping, avoid redundant
utf-8 validation. Patch by Michael Meeks
* tests/markups/fail-36.gmarkup: Adapt
2009-03-01 Matthias Clasen <mclasen@redhat.com>
* glib/gthread.c: Fix docs.
2009-03-01 Matthias Clasen <mclasen@redhat.com>
* tests/slice-threadinit.c: Change one magazine size from 77 to 81
to make distcheck work on x86-64.
2009-02-27 Tor Lillqvist <tml@novell.com>
Bug 167569 - g_string_append_printf crashes on win32 when used
with a NULL argument
* glib/gnulib/vasnprintf.c (vasnprintf): Add workaround for buggy
programs. Patch by Owen.
2009-02-23 Paolo Borelli <pborelli@katamail.com>
* glib/gutf8.c (_g_utf8_make_valid):
sanity check the input paramter.
2009-02-23 Tor Lillqvist <tml@novell.com>
Bug 570501 - g_win32_get_system_data_dirs uses invalid conversion
of function pointer to object pointer
* glib/gutils.c (g_win32_get_system_data_dirs_for_module): Change
the type of the function's parameter to be explicitly a function
pointer.
* glib/gutils.h (_g_win32_get_system_data_dirs): Modify
declaration and the only caller, the inline
_g_win32_get_system_data_dirs(), accordingly. Add comments
pointing out these are internal GLib functions.
2009-02-22 Matthias Clasen <mclasen@redhat.com>
Bug 572151 “it's” and “its” confused in docs and comments
* Fix "it's" vs "its" confusion throughout the source. Patch
by Will Thompson.
2009-02-22 Matthias Clasen <mclasen@redhat.com>
Bug 572464 Doc for g_file_get_contents
* glib/gfileutils.c (g_file_get_contents): Improve docs. Pointed
out by Øystein Johansen.
2009-02-22 Matthias Clasen <mclasen@redhat.com>
Bug 572672 glib/gthread.c: argument is different type
* glib/gthread.c (g_once_init_leave): Add a necessary cast back.
Pointed out by Kazuki Iwamoto.
2009-02-17 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
2009-02-17 Matthias Clasen <mclasen@redhat.com>
* === Released 2.19.8 ===
2009-02-17 Matthias Clasen <mclasen@redhat.com>
Fix strict aliasing warnings and viiolations to make GLib and
GLib users buildable with gcc 4.4. Patch by Jakub Jelinek.
* glib/gatomic.[hc]: Add G_GNUC_MAY_ALIAS to pointer arguments,
fix macro versions to only operate on objects of the same size.
* glib/gdataset.c:
* glib/gthread.[hc]:
* glib/gdatasetprivate.h: Remove unnecessary casts in
g_atomic_pointer_get calls.
2009-02-16 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
2009-02-16 Matthias Clasen <mclasen@redhat.com>
* === Released 2.19.7 ===
2009-02-16 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2009-02-13 Mathias Hasselmann <hasselmm@gnome.org>
Add note about g_utf8_offset_to_pointer() not checking string
boundaries.
* glib/gutf8.c (g_utf8_offset_to_pointer()): See summary.
2999-02-11 Matthias Clasen <mclasen@redhat.com>
Bug 523742 Use noinst for non-installable libraries
* tests/Makefile.am: use noninst_LTLIBRARIES for noninstalled
libraries.Patch by Björn Lindqvist
2009-02-06 Murray Cumming <murrayc@murrayc.com>
* gio/gfilterinputstream.c:
* gio/gfilteroutputstream.c: Correct the grammar in some property
documentation.
* gio/gdatainputstream.c:
* glib/gregex.c: Correct the spelling of
occurrence in documentation.
2009-02-02 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
2009-02-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.19.6 ===
2009-02-02 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
2009-01-31 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2009-01-31 Matthias Clasen <mclasen@redhat.com>
Bug 569105 g_time_val_to_iso8601() assumes time_t==long
* glib/gtimer.c (g_time_val_to_iso8601): Pass a time_t* to gmtime().
Pointed out by Matthias Drochner.
2009-01-27 Christian Persch <chpe@gnome.org>
* configure.in:
* docs/reference/glib/glib-sections.txt:
* docs/reference/macros_misc.sgml:
* docs/reference/glib/tmpl/types.sgml: Add
G_GOFFSET_FORMAT and friends. Bug #563141.
2009-01-23 Stefan Kost <ensonic@users.sf.net>
* docs/reference/glib/Makefile.am:
Add SCAN_OPTIONS=--ignore-decorators="GLIB_VAR" to Makefile.am to fix
on problem with the doc build.
2009-01-21 Tor Lillqvist <tml@novell.com>
* glib/gwin32.c (g_win32_locale_filename_from_utf8): Drop the code
in the else branch of #if GLIB_CHECK_VERSION (2, 19, 0). Drop
unused variables.
2009-01-20 Matthias Clasen <mclasen@redhat.com>
Bug 568294 A wrong reference in the description of
g_bookmark_file_add_application()
* glib/gbookmarkfile.c (g_bookmark_file_add_application):
Fix a typo in the docs. Pointed out by Takeshi Aihana
2009-01-19 Matthias Clasen <mclasen@redhat.com>
* === Released 2.19.5 ===
2009-01-18 Matthias Clasen <mclasen@redhat.com>
* glib/gstrfuncs.c (g_strdup_printf): Fix a doc typo.
2009-01-18 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2009-01-18 Matthias Clasen <mclasen@redhat.com>
Bug 512779 --disable-regex breaks compilation
* configure.in: Define an ENABLE_REGEX macro
* gobject/gboxed.c: Don't refer to g_regex_ref if ENABLE_REGEX
is not defined.
2009-01-18 Matthias Clasen <mclasen@redhat.com>
* glib/gbsearcharray.h: Quell some compiler warnings.
2009-01-18 Matthias Clasen <mclasen@redhat.com>
* glib/pcre: Update to PCRE 7.8
2009-01-17 Matthias Clasen <mclasen@redhat.com>
Bug 567977 textdomain() macro should not return NULL when
ENABLE_NLS is not set
* glib/glibintl.h: If !ENABLE_NLS, make textomain() macro
return "messages" in case of a NULL argument. Patch by
Peter Kjellerstedt.
2009-01-17 Matthias Clasen <mclasen@redhat.com>
Bug 567838 G_STRUCT_OFFSETOF fails to compile under icc 9.1
* glib/gmacros.h (G_STRUCT_OFFSETOF): Use offsetof instead of
__builtin_offsetof, for icc's sake. Proposed by Hrvoje Niksic.
2009-01-13 Matthias Clasen <mclasen@redhat.com>
Bug 564728 Add function to decode base64 encoded data in place
* glib/glib.symbols:
* glib/gbase64.[hc] (g_base64_decode_inplace): New convenience
API to decode in place, overwriting the input string. Patch by
Sebastian Dröge.
2009-01-12 Matthias Clasen <mclasen@redhat.com>
* glib/gtestutils.c (g_strcmp0): Be more explicit about the NULL
handling in the docs.
2009-01-12 Tor Lillqvist <tml@novell.com>
* glib/goption.c (parse_arg): Guard against a mis-written
GOptionArgFunc that has returned FALSE but not set the GError.
2009-01-10 Matthias Clasen <mclasen@redhat.com>
Bug 566573 g_match_info_fetch_pos docs
* glib/gregex.c: Mention that positions are in bytes.
Proposed by Christian Persch.
2009-01-10 Matthias Clasen <mclasen@redhat.com>
Bug 566569 gregex docs clarification
* glib/gregex.c: Copy the warning about @string to all
relevant docs. Proposed by Christian Persch
2009-01-09 Tor Lillqvist <tml@iki.fi>
Bug 567138 - get_package_directory_from_module() does not free its
lock when failing
* glib/gwin32.c (get_package_directory_from_module): Obvious fix.
2009-01-05 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
2009-01-05 Matthias Clasen <mclasen@redhat.com>
* === Released 2.19.4 ===
* NEWS: Updates
2009-01-05 Dan Winship <danw@gnome.org>
* glib/tests/.gitignore: update
* tests/.gitignore: update, sort
* tests/gobject/.gitignore: add
2009-01-05 Tor Lillqvist <tml@iki.fi>
Bug 566348 - g_file_open_tmp uses the wrong g_mkstemp on win32
* glib/gfileutils.c: Move the binary compatibility versions of
g_file_test(), g_file_get_contents(), g_mkstemp() and
g_file_open_tmp() last in the file. Remove the restriction that
the XXXXXX is last in the template in the binary compatibility
version of g_mkstemp(). Thanks to Morten Welinder and Jody
Goldberg.
2009-01-03 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2009-01-02 Matthias Clasen <mclasen@redhat.com>
* glib/gregex.c: Add an example to the g_regex_replace_eval() docs.
2009-01-02 Matthias Clasen <mclasen@redhat.com>
* glib/gstrfuncs.c: Move docs inline, adding references to g_free()
where appropriate.
2009-01-02 Matthias Clasen <mclasen@redhat.com>
Bug 564210 SUN Studio 12 has supported visibility attribute
* configure.in: Use visibility attribute for new enough sun cc.
Patch by Chris Wang
2008-12-30 Matthias Clasen <mclasen@redhat.com>
Bug 565905 There is no named g_context_group_set_translation_domain()
in GOption command line parser
* glib/goption.c: Fix a wrong reference in the docs, reported by
Takeshi Aihana.
2008-12-30 Matthias Clasen <mclasen@redhat.com>
* glib/gspawn.c:
* glib/gthread.c:
* glib/goption.c:
* glib/gmain.c:
* glib/gkeyfile.c:
* glib/gfileutils.c:
* glib/gdate.c:
* glib/garray.c:
* glib/gbookmarkfile.c:
* glib/gbacktrace.c: Fix some compiler warnings.
2008-12-19 Tor Lillqvist <tml@novell.com>
* glib/glib.symbols: Add g_thread_get_initialized here,
too. Surround g_test_config_vars with ifdef INCLUDE_VARIABLES.
2008-12-18 Mike Kestner <mkestner@novell.com>
Bug 560676 - function access for g_threads_supported
* glib/gthreads.c (g_thread_get_initialized): new accessor for
g_threads_supported macro.
* glib/gthreads.h: add g_thread_get_initialized
2008-12-15 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
* === Released 2.19.3 ===
2008-12-13 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2008-12-12 Dan Winship <danw@gnome.org>
* glib/pltcheck.sh: make this work on x86_64
2008-12-12 Behdad Esfahbod <behdad@gnome.org>
* glib/guniprop.c: Improve g_unichar_iswide_cjk() docs.
2008-12-07 Matthias Clasen <mclasen@redhat.com>
Bug 508021 Add support for the CRIS and CRISv32 architectures
* configure.in:
* glib/gatomic.c: Add an implementation for the CRIS and CRISv32
architectures, by Peter Kjellerstedt
2008-12-02 Matthias Clasen <mclasen@redhat.com>
* glib/gkeyfile.c: Some more documentation additions.
2008-12-01 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
2008-12-01 Matthias Clasen <mclasen@redhat.com>
* === Released 2.19.2 ===
2008-12-01 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
2008-12-01 Matthias Clasen <mclasen@redhat.com>
* === Released 2.19.1 ===
* NEWS: Updates
2008-11-28 Behdad Esfahbod <behdad@gnome.org>
Bug 562639 g_parse_debug_flags() parsing "help"
* glib/gutils.c (g_parse_debug_string): Print available keys if
string is "help".
2008-11-28 Behdad Esfahbod <behdad@gnome.org>
Bug 562638 GDebugKey key member should be const
* glib/gutils.h: Change GDebugKey key member from gchar * to
const gchar *.
2008-11-28 Matthias Clasen <mclasen@redhat.com>
Bug 547264 Missing "no flags" flag
* glib/gregex.c: Mention 0 as value for 'no flags' in some places..
Pointed out by Bastien Nocera
2008-11-28 Matthias Clasen <mclasen@redhat.com>
Bug 562544 g_key_file_get_string and g_key_file_get_value
documentation does not explain the difference
* glib/gkeyfile.c (g_key_file_get_string): Explain the difference
to g_key_file_get_value(). Pointed out by Mart Raudsepp.
2008-11-28 Matthias Clasen <mclasen@redhat.com>
* glib/gkeyfile.c: Refer to @locale parameters as locale identifier
in docs.
2008-11-28 Matthias Clasen <mclasen@redhat.com>
Bug 557603 carbon check output misplaced
* configure.in: Call AC_PROG_CPP early to avoid it messing up
carbon check output. Fix proposed by Christian Persch
2008-11-28 Matthias Clasen <mclasen@redhat.com>
Bug 559110 Do not include libintl.h after glibintl.h
* glib/glibintl.h: Define bind_textdomain_codeset in the DISABLE_NLS
branch. Patch by Peter Kjellerstedt.
* glib/gutil.c: Don't include libintl.h directly.
2008-11-28 Matthias Clasen <mclasen@redhat.com>
Bug 562378 callback return value not respected for callback option
with no arg
* glib/goption.c (parse_long_option): Return the parse_arg return
value even for no-arg callbacks. Patch by Christian Persch
* glib/tests/option-context.c: Add a test for a callback which
returns FALSE.
2008-11-23 Christian Persch <chpe@gnome.org>
Bug 559413 g_option_group_set_error_hook docs buglet
* glib/goption.c: Doc fix.
2008-11-23 Christian Persch <chpe@gnome.org>
Bug 560568 gkeyfile docs buglet
* glib/gkeyfile.c: Clarify the docs.
2008-11-23 Christian Persch <chpe@gnome.org>
Bug 560569 gkeyfile doesn't use the set list_separator in some cases
* glib/gkeyfile.c: (g_key_file_get_locale_string_list),
(g_key_file_set_locale_string_list), (g_key_file_set_integer_list),
(g_key_file_set_double_list): Use the key file's list separator character,
not the default one.
* glib/tests/keyfile.c: (test_lists), (test_reload_idempotency): Test
this.
2008-11-21 Christophe Fergeau <teuf@gnome.org>
Bug 561212 GFileReadMoreCallback API doc refers to non-existant function
* gio/giotypes.h: fix name of function referred to in
GFileReadMoreCallback API documentation
2008-11-21 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump gtk-doc dependency to 1.11 for
nicer index-generation.
2008-11-14 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2008-11-04 Christian Dywan <christian@imendio.com>
Bug 558672 NULL key lookup using g_hash_table_lookup_extended()
* glib/ghash.c:
Clarify g_hash_table_lookup_extended
2008-11-02 Tor Lillqvist <tml@novell.com>
* configure.in: Expand also build/win32/vs9/Makefile.
2008-10-31 Christian Dywan <christian@imendio.com>
Bug 558513 g_warn_if_fail FIXME in gtestutils
* glib/gtestutils.c (g_test_log_send):
Turn g_assert into g_warn_if_fail as advised
2008-10-31 Grahame Bowland <grahame@angrygoats.net>
Bug 558185 'parent' variable in g_local_file_get_child_for_display_name()
hits g_object_unref(NULL) assertion
* gio/glocalfile.c:
- remove unused variable. Patch by Matt Johnston <matt@ucc.asn.au>
2008-10-29 16:11:14 Tim Janik <timj@gtk.org>
* glib/gmacros.h: added G_PASTE() and G_STATIC_ASSERT(), based on
patches by Christian Persch and Christian Dywan. Fixes:
Bug 558381 - Add support for compile time assertions
2008-10-27 Joseph Pingenot <gnomesvn@digitasaru.net>
* glib/ghash.c: changed "#GHashTableIterator" to "#GHashTableIter"
in the documentation-comments above g_hash_table_foreach_remove()
and g_hash_table_foreach_steal() to correctly name and link to
GHashTableIter. This affects the GNOME documentation website
as well, so further steps are likely necessary beyond this subproject..
2008-10-23 Matthias Clasen <mclasen@redhat.com>
Bug 557210 g_compute_checksum_for_* asserts with less than 2 bytes
* glib/gchecksum.c (g_compute_checksum_for_data): Accept
lengths < 2. Patch by Tommi Komulainen
* tests/checksum-test.c: Add a test for this
2008-10-23 Matthias Clasen <mclasen@redhat.com>
Bug 556921 gpoll.h breaks hal compilation
* glib/gpoll.h: Include gtypes.h. Pointed out by Anis Elleuch
2008-10-20 Christian Persch <chpe@gnome.org>
Bug 557087 mem leak in g_content_types_get_registered
* gio/gcontenttype.c: Plug a mem leak.
2008-10-19 Michael Natterer <mitch@imendio.com>
Bug 556186 gpoll.h breaks gmain.h inclusion
* glib/gpoll.h: different fix: disallow direct inclusion
unconditionally again but make an exception if included from
gmain.h to maintain compatibility.
2008-10-16 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version to 2.19.1
* === Released 2.19.0 ===
* NEWS: Updates
2008-10-14 Christian Persch <chpe@gnome.org>
Bug 556186 gpoll.h breaks gmain.h inclusion
* glib/gpoll.h: Only disallow direct inclusion when
G_DISABLE_SINGLE_INCLUDES is defined.
2008-10-13 Sven Herzberg <sven@imendio.com>
Bug 556101 static mutex yields warnings with g++
Reviewed by Tim Janik
* configure.in: added an intermediate cast to gpointer
2008-10-13 Christian Persch <chpe@gnome.org>
Bug 555311 format not a string literal and no format arguments
* glib/gmarkup.c:
* glib/gshell.c: Use literal errors where appropriate.
2008-10-10 Behdad Esfahbod <behdad@gnome.org>
Bug 551355 [PATCH] Make glib build with libtool 2.2
* autogen.sh: Accept libtool 2.2. We are moving towards having
it working.
2008-10-10 Behdad Esfahbod <behdad@gnome.org>
* configure.in: With libtool 2.x, regenerate libtool early.
Based on bug 552107, patch by Patryk Zawadzki
2008-10-10 Matthias Clasen <mclasen@redhat.com>
Bug 554557 Patch to fix gcc warnings about missing format
specifiers
* glib/gmarkup.c:
* glib/gshell.c:
* glib/grel.c: Fix gcc warnings. Patch by Kjartan Maraas
2008-10-10 Matthias Clasen <mclasen@redhat.com>
Bug 552861 glib-2.0.m4 calls system(3) without storing its result
* m4macros/glib-2.0.m4: Cosmetic change to make -Werror happy.
Patch by Andreas Köhler
2008-10-08 Christian Persch <chpe@gnome.org>
Bug 555313 GFileAttribute boxed type get_type function should
use usual get_type pattern
* gio/gfileattribute.c (g_file_attribute_info_list_get_type): Use
g_once_init_enter/leave.
2008-10-08 Christian Persch <chpe@gnome.org>
Bug 555314 mem leak in gmarkup
* glib/gmarkup.c: (g_markup_parse_context_parse): Plug a mem leak.
2008-10-08 Tor Lillqvist <tml@novell.com>
Bug 554790 - g_convert() misbehaves with winiconv versions
* glib/win_iconv.c (kernel_mbtowc): If converting from ASCII,
explicitly check for and reject 8bit chars. MultiByteToWideChar()
doesn't, at least not on XP.
2008-10-06 Matthias Clasen <mclasen@redhat.com>
* glib/gtypes.h: Properly include gmacros.h
2008-10-06 Behdad Esfahbod <behdad@gnome.org>
Bug 555309 giochannel breaks on error
Patch from Christian Persch
* glib/giounix.c (g_io_unix_read), (g_io_unix_write),
(g_io_unix_seek), (g_io_unix_close), (g_io_unix_set_flags):
Don't shadow err. Oops!
2008-10-06 Christophe Fergeau <teuf@gnome.org>
Bug 555224 Improve g_format_size_for_display doc
* glib/gfileutils.c: change g_format_size_for_display API doc to
explicitly say that the returned string has to be freed. Change
spelling of "newly allocated" to "newly-allocated" in g_file_read_link
API doc to be more consistent with what is done in that file.
2008-10-01 David Zeuthen <davidz@redhat.com>
* README.in: Add "Notes about glib 2.20" section detailing the
ramifications of the patch from bug #528670.
2008-09-30 Behdad Esfahbod <behdad@gnome.org>
Bug 554092 glib doesn't return G_FILE_ERROR_NOENT et al on OS X
* glib/giounix.c (g_io_unix_read), (g_io_unix_write),
(g_io_unix_seek), (g_io_unix_close), (g_io_unix_set_flags),
(g_io_unix_get_flags), (g_io_channel_new_file):
Like mclasen says: "well, thats the way errno works...,
save it or loose it". Save errno.
2008-09-30 Tor Lillqvist <tml@novell.com>
* Makefile.decl
* glib/tests/Makefile.am: Bypass gtester related stuff on Windows.
2008-09-30 Tor Lillqvist <tml@novell.com>
* glib/gprintf.c
* glib/gnulib/vasnprintf.c: Don't define _GNU_SOURCE on Windows,
as _GNU_SOURCE has unintended side effects when compiling against
newest mingw headers.
2008-09-26 Dan Winship <danw@gnome.org>
Bug 553447 g_assert_no_error()
* glib/gtestutils.h (g_assert_no_error, g_assert_error): Macros to
assert that a GError is not set, or else is set to a particular
error.
* glib/gtestutils.c (g_assertion_message_error): utility for
those macros
* glib/tests/keyfile.c:
* tests/asyncqueue-test.c:
* tests/bookmarkfile-test.c:
* tests/convert-test.c:
* tests/file-test.c: Use g_assert_error/g_assert_no_error
2008-09-26 Dan Winship <danw@gnome.org>
* glib/gthreadpool.c (wakeup_thread_marker): make this a "const
gpointer" rather than a gconstpointer to avoid warnings later
* glib/pcre/pcre_ucp_searchfuncs.c:
* glib/pcre/pcre_valid_utf8.c: #include "config.h"
* glib/tests/printf.c (test_d): fool gcc into not warning about
some printf format strings that we know are dubious
2008-09-26 Matthias Clasen <mclasen@redhat.com>
Bug 553857 gbacktrace.h requires signal.h
* glib/gbacktrace.h: Include signal.h for raise().
Pointed out by Sebastien Bacher
2008-09-26 Matthias Clasen <mclasen@redhat.com>
Bug 553724 python interpretter path not patched in correctly
* glib/Makefile.am: Fix the sed magic to replace python.
2008-09-26 Matthias Clasen <mclasen@redhat.com>
* glib/gmain.c: Add some more docs.
* glib/giochannel.c: Move more docs inline, and improve them
on the way.
2008-09-25 Tor Lillqvist <tml@novell.com>
Bug 553820 - gpoll.c: undeclared identifier
* glib/gmain.c
* glib/gpoll.c: Make the g_poll() function non-static also on
Windows. Prefix an underscore to the g_main_poll_debug variable
and make it non-static in gmain.c so that it can be used in
gpoll.c. Add back missing variable declaration.
2008-09-25 Tor Lillqvist <tml@novell.com>
* glib/gspawn-win32.c (do_spawn_with_pipes) (do_spawn_directly):
Just ignore the child_setup function, never call it. The is no
situation in which it could be useful on Windows. Do print a
warning, like before.
* glib/gspawn.c (g_spawn_async_with_pipes): Corresponding change
in documentation.
2008-09-24 Sven Herzberg <sven@imendio.com>
Be a little more explcit in the docs. Includes Owen's requested
changes.
* glib/gmain.c: improved documentation for g_source_attach() and
g_source_destroy()
2008-09-23 Michael Natterer <mitch@imendio.com>
* glib/glib.h: #include <glib/gpoll.h>
* glib/gpoll.h: #error out if gpoll.h is included directly.
* glib/gpoll.c: remove trailing whitespace.
2008-09-23 Dan Winship <danw@gnome.org>
* glib/gpoll.[ch] (g_poll): Move this out of gmain.c and make it part
of the public API. (Part of Bug 505361 - gunixinputstream.c assumes
poll() available.)
2008-09-23 Tor Lillqvist <tml@novell.com>
* glib/gmain.c (poll_rest) [Win32]: Fix embarrassing bug: I was
passing an incorrect third parameter to memmove(), had forgotten
to multiply by the size of the table entry. Just use a for loop
instead, clearer. Odd I didn't notice when testing this code.
2008-09-19 Hans Petter Jansson <hpj@novell.com>
Rewrite most of GHashTable to use open addressing with quadratic
probing instead of chaining. This has the potential to reduce memory
fragmentation significantly, while being slightly faster due to
better locality and no need to call alloc/free functions for nodes.
Benchmarks suggest it also uses less memory overall.
* glib/ghash.c (prime_mod): Table of suitable primes for
initial-probe distribution.
(g_hash_table_set_shift): New function.
(g_hash_table_find_closest_shift): New function.
(g_hash_table_set_shift_from_size): New function.
(g_hash_table_lookup_node_for_insertion): New function.
(g_hash_table_lookup_node): Rewritten to return node index instead of
pointer, use quadratic probe on flat table, and not return insertion
data. The latter saves some computation for read-only lookups.
(g_hash_table_remove_node): Rewrite to take a pointer directly to the
node structure to remove, and clear that. Remove unlinking code.
(g_hash_table_remove_all_nodes): Rewrite to not clear nodes
individually, but en masse using memset () after potentially calling
notify functions.
(iter_remove_or_steal): Use new data structure and algorithm. Vastly
simplified - now just a call to g_hash_table_remove_node ().
(g_hash_table_resize): New resize code, re-indexing with new prime
and cleaning up tombstones.
(g_hash_table_maybe_resize): Table may hold 8 buckets minimum, no less
than 1/4 load excluding tombstones, and no more than 15/16 load
including tombstones. These numbers are the results of a lot of
benchmarking with multiple complex applications, and should not be
changed lightly.
(g_hash_table_iter_next)
(g_hash_table_lookup)
(g_hash_table_lookup_extended)
(g_hash_table_insert_internal)
(g_hash_table_remove_internal)
(g_hash_table_foreach_remove_or_steal)
(g_hash_table_foreach)
(g_hash_table_find)
(g_hash_table_get_keys)
(g_hash_table_get_values): Use new data structure and algorithm,
fairly trivial changes.
2008-09-19 Tor Lillqvist <tml@novell.com>
* glib-zip.in: Look for man pages in share/man.
* glib/gutils.c (_glib_get_dll_directory)
* glib/gspawn-win32.c (do_spawn_with_pipes): Be a bit less
restrictive, look for the helper programs in the same folder where
the GLib DLL is, not necessarily in a "bin" subfolder of the top
GLib installation folder.
2008-09-18 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version to 2.19.0
* ChangeLog.pre-2-18: rotate ChangeLog
* === branch for 2.18 ===

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -22,18 +22,6 @@ AM_CPPFLAGS = \
-DGLIB_COMPILATION
EXTRA_DIST += \
ChangeLog.pre-2-20 \
ChangeLog.pre-2-18 \
ChangeLog.pre-2-16 \
ChangeLog.pre-2-14 \
ChangeLog.pre-2-12 \
ChangeLog.pre-2-10 \
ChangeLog.pre-2-8 \
ChangeLog.pre-2-6 \
ChangeLog.pre-2-4 \
ChangeLog.pre-2-2 \
ChangeLog.pre-2-0 \
ChangeLog.pre-1-2 \
NEWS.pre-1-3 \
acglib.m4 \
sanity_check \

View File

@ -1,591 +0,0 @@
2009-01-13 Tor Lillqvist <tml@novell.com>
* win32/vs8/README
* win32/vs9/README: New files. Mention this VS solution and
projects are experimental and that https://code.launchpad.net/oah
might be a better choice.
* win32/vs8/Makefile.am
* win32/vs9/Makefile.am (EXTRA_DIST): Add the READMEs and two
missing vcproj files.
2008-11-02 Tor Lillqvist <tml@novell.com>
* win32/Makefile.am (SUBDIRS): Add vs9.
2008-11-02 Tor Lillqvist <tml@novell.com>
Bug 558153 - Patch for .def files generation
* win32/{vs8,vs9}/*.vcproj: Add &quot; around paths, making it
possible to compile in a directory containing spaces. .def files
generation is done for every configuration not only the "Debug"
ones.
Patch by Guillaume Duhamel.
2008-09-16 Tor Lillqvist <tml@novell.com>
* win32/vs9: New folder. Project files for use with MSVS9. Based
on the MSVS8 project files is win32/vs8. Four configurations:
Debug|Win32, Release|Win32, Debug|x64 and Release|x64. DLL names
simplified to of the style glib-2-vs9.dll.
2008-09-15 Tor Lillqvist <tml@novell.com>
* win32/vs8/*.vcproj: Update to match the Makefile.am files. Drop
G*_EXPORTS from PreprocessorDefinitions, nothing looks for such
macros. Add G_DISABLE_DEPRECATED.
Don't use Detect64BitPortabilityProblems as those warnings are
misleading. They don't take into consideration ifdefs in
glibconfig.h and elsewhere for _WIN64.
Add PCRE_STATIC for glib to avoid exporting the pcre
functions. Add DLL_EXPORT to glib to export also the GLIB_VAR
variables that aren't mentioned in glib.symbols. Add G_LOG_DOMAIN
for gobject.
Drop the "win32" part from under "dependencies" so that the same
project files can be used also for 64-bit compilation by just
having a different "dependencies" folder containing 64-bit
packages instead. At least, I hope it will work out some way like
that. MSVS project files really are a pain to maintain. Much
information is typically copied for four different configurations
"Debug|Win32", "Release|Win32", "Debug|x64" and "Release|x64"
instead of having common stuff listed just once and only different
parametrisations. Or am I missing something?
Make the "Release" configuration work, too. Use correct character
set for the gspawn-win32-helper programs. Use correct subsystem
for the non-console one.
2008-08-27 Tor Lillqvist <tml@novell.com>
* win32/vs8/*.vcproj: Add "win32" directory level to the
references to the dependencies folder (which each actual user of
the project file probably needs to edit anyway depending on their
directory structure). Add missing files, remove nonexistent files.
* win32/vs8/glib.vcproj: Don't needlessly copy localcharset.c, but
compile it where it is in libcharset. Drop dirent as gdir.c
includes dirent.h and wdirent.c directly. Handle also
G_GNUC_FORMAT in the custom build step for glib.symbols.
2008-08-02 Tor Lillqvist <tml@novell.com>
Bug 545954 - 64-bit issue in dirent
* win32/dirent/dirent.h: Use __int64 for the dd_handle on 64-bit
Windows. (Would use intptr_t, but that is not available before
MSVS8, and we want to keep this compilable also with MSVS6 and 7,
I think.) Thanks to Richard Hult.
2008-05-19 Tor Lillqvist <tml@novell.com>
* win32/dirent/dirent.c: Include dirent.h with doublequotes so
that it is searched from this same folder first.
2008-05-19 Tor Lillqvist <tml@novell.com>
* win32/vs8/gspawn-win32-helper.vcproj
* win32/vs8/gspawn-win32-helper-console.vcproj: New files. Build
these two executables.
* win32/vs8/*.vcproj: Compile as C and not C++.
* win32/vs8/glib-genmarshal.vcproj: Use MBS and not Unicode. (What
this setting really means is just that we don't define the UNICODE
and _UNICODE macros when compiling; it has no effect on what APIs
the code might use.) Use the same IntermediateDirectory as the
other projects.
* win32/vs8/glib.sln: Add the gspawn-win32-helper and gspawn-win32-helper projects.
2008-05-17 Tor Lillqvist <tml@novell.com>
* "build" is no longer include into GLib through
svn:externals. The relevant directories and files have been svn
add'ed to GLib (trunk) instead.
2008-05-16 Tor Lillqvist <tml@novell.com>
* win32/vs8/glib.vcproj: Add gi18n.c.
* win32/vs8/gio.vcproj: Add gwin32directorymonitor.c.
* win32/vs8/glib-genmarshal.vcproj: Put also glib-genmarshal.exe
in the "bin" folder.
2008-04-23 Tor Lillqvist <tml@novell.com>
Bug 529391 - Update of vs8 build files for Glib 2.16
* win32/vs8/*: Update from Danel Atallah.
2008-03-12 Tor Lillqvist <tml@novell.com>
* MAINTAINERS: Add.
* win32/make.mingw: Remove this since long unused and obsolete
file from SVN.
* win32/make.msc: Don't mention it here either then.
2007-04-15 Tor Lillqvist <tml@novell.com>
* .cvsignore
* win32/.cvsignore
* win32/dirent/.cvsignore
* win32/vs8/.cvsignore: Remove.
2006-10-14 Tor Lillqvist <tml@novell.com>
* win32/vs8/gmodule.vcproj
* win32/vs8/gobject.vcproj
* win32/vs8/gthread.vcproj: Updates by Mike Edenfield. (#354124)
2006-09-02 Tor Lillqvist <tml@novell.com>
* win32/vs8/glib.vcproj: Update from Mike Edenfield.
2006-02-08 Tor Lillqvist <tml@novell.com>
* win32/vs8/glib-genmarshal.vcproj: New file: Visual Studio
project file for glib-genmarshal.exe, by Sergey Scobich.
* win32/vs8/Makefile.am
* win32/vs8/glib.sln: Add it.
2006-01-31 Tor Lillqvist <tml@novell.com>
* win32/Makefile.am (EXTRA_DIST): Drop the obsolete shell scripts
and make.mingw.
* win32/vs8/*: Visual Studio 2005 project files for GLib
contributed by Sergey Scobich. (#328691)
* win32/Makefile.am (SUBDIRS): Add vs8.
* win32/make.msc (LINKDEBUG): Use /nodefaultlib:msvcrt.lib when
debugging. (#329325, Timo Linna)
2005-09-01 Tor Lillqvist <tml@novell.com>
* win32/cl-wrapper.c: Again spent some hours hacking on this. Now
the compilation phase of building libglib autoconfiscated using
CC=cl-wrapper seems to work. But problems in the linking phase,
for instance -Wl,--whole-archive isn't implemented, and I don't
think link.exe even has a such feature to include all of a
library. Argh. To implement -Wl,--whole-archive, would need to
extract the library contents into a temp directory and link with
all the resulting object files. Sigh.
2005-07-09 Tor Lillqvist <tml@novell.com>
* README: When using auto*/libtool/gcc to build GLib, Pango and
GTK+, the scripts to compile resource files in build/win32 are no
longer used. Still here in case somebody wants to have a look,
though.
2005-02-06 Hans Breuer <hans@breuer.org>
* win32/make.msc win32/module.defs : updated to include Cairo,
gnome-canvas, gnome-print(ui), libart, pangoft2, libxml2, libxslt
2004-12-29 Tor Lillqvist <tml@iki.fi>
* win32/cl-wrapper.c: More hacking. Implement -idirafter
correctly, amending the INCLUDE environment variable. Ignore
-lm. Error if multiple -o options. Copy input libs called foo.a to
foo.temp.lib so that link knows what they are. Remove dead
code. Link with same default libraries as mingw's gcc. Use
indirect command line file if command line is too long.
2004-12-12 Tor Lillqvist <tml@iki.fi>
* win32/cl-wrapper.c: Hack more on this. Using MSVC is necessary
if one wants to use tools like Purify or BoundsChecker.
2004-08-11 Tor Lillqvist <tml@iki.fi>
* win32/dirent/dirent.[ch]: Update from mingw-runtime-3.3.
Implements both normal and wide-char versions.
* win32/dirent/wdirent.c: New file.
* win32/dirent/Makefile.am (EXTRA_DIST): Add wdirent.c.
2004-05-01 Hans Breuer <hans@breuer.org>
* win32/make.msc : -DG_ENABLE_DEBUG=1 for debug builds
(#141335, John Ehresman)
2004-03-05 Federico Mena Quintero <federico@ximian.com>
Fix #136082, patch by Morten Welinder.
* win32/cl-wrapper.c: #include <config.h>
* win32/dirent/dirent.c: Likewise.
2004-01-24 Tor Lillqvist <tml@iki.fi>
* win32/compile-resource
* win32/lt-compile-resource: Use /bin/sh instead of /bin/bash, as
MSYS doesn't come with any /bin/bash. When compiling with
--enable-static and --disable-shared flag, libtool creates *.lo
files as scripts, but the *.o files are in "." and not in
".libs". Thanks to Fridrich Strba.
2003-11-15 Tor Lillqvist <tml@iki.fi>
* win32/dirent/makefile.msc: Improve. (#126913, John Ehresman)
2003-08-08 Tor Lillqvist <tml@iki.fi>
* win32/cl-wrapper.c: Fix bug in environment variable
handling. Support --version flag. Prefix double quotes in -I and
-D parameters with backslash.
2003-06-06 Tor Lillqvist <tml@iki.fi>
* win32(compile-resource (resfile): Support a WINDRES environment
variable. (#112387, J. Ali Harlow)
2002-09-28 Tor Lillqvist <tml@iki.fi>
* win32/make.mingw: Add libxml2 CFLAGS and LIBS
(suggestion by Steffen Macke).
2002-09-17 Tor Lillqvist <tml@iki.fi>
* win32/compile-resource: Return failure (implicitly, as the
return status of the last command executed) if m4 or windres
fails. Thanks to charlet@act-europe.fr (#93373).
2002-09-13 Tor Lillqvist <tml@iki.fi>
* win32/lt-compile-resource: Argh. With some libtool versions, or
when the moon is in a certain phase, libtool creates the actual
object files as .lo files. Otherwise .lo files are small scripts
(which is what lt-compile-resource has always thought until now).
Add an ugly hack that tries to determine which kind of .lo files are
used, and act correspondingly.
2002-09-10 Tor Lillqvist <tml@iki.fi>
* win32/module.defs: Remove GTK_VER which was misleading and
unused. Ditto for GTKGLAREA_VER. Add comment about taking this
stuff with a very big grain of salt.
2002-03-27 Tor Lillqvist <tml@iki.fi>
* win32/module.defs
* win32/make.msc
* win32/make.mingw: Try to make up-to-date with GLib 2.0, ATK 1.0,
Pango 1.0 and GTK+ 2.0. This stuff is starting to feel more and
more quaint, though. Remove the FriBiDi references, Pango uses its
own mini-fribidi version. Use the names GTK2_CFLAGS and _LIBS also in
make.mingw, not GTKCURRENT_*.
2001-12-05 Tor Lillqvist <tml@iki.fi>
* win32/make.mingw (LIBICONV_LIBS): Fix typo: pkg-config --libs,
not --cflags. Thanks to Victor Secarin.
* win32/build-dll: Don't call dirname blindly on $0 which might be
a Windows-style (drive letter, backslashes) pathname. Thanks to
Victor Secarin. Remove mention of Platform SDK, it doesn't
include the linker any longer.
2001-10-31 Tor Lillqvist <tml@iki.fi>
* win32/make.mingw (TIFF_LIBS): We can use same import library for
non-LZW and LZW-enabled versions. Just let the user decide which
DLL to use.
2001-10-30 Tor Lillqvist <tml@iki.fi>
* win32/make.mingw: Use pkg-config for more stuff. The
corresponding .pc files are included in the new packages on
www.gimp.org/win32/new-downloads.html.
* win32/dirent/dirent-zip: New file, script to package a developer
package of dirent.h and dirent.lib.
* win32/dirent/Makefile.am (EXTRA_DIST): Add it.
2001-10-24 Tor Lillqvist <tml@iki.fi>
* win32/make.mingw: Also try to include module.defs from the build
subdirectory of GLib.
* win32/make.msc: When DEBUG, use -Zi, otherwise -Zi. Always use
/machine:ix86.
2001-10-23 Tor Lillqvist <tml@iki.fi>
* win32/cl-wrapper.c: Various changes. I don't actually use this
to build with libtool and MSVC, only to run configure for MSVC. At
least for now.
* win32/make.mingw: Use pkg-config to get CFLAGS and LIBS for GLib
and GTK.
* win32/make.msc: Use GDK and GTK import library names now
produced in gtk-1-3-win32-production.
2001-10-10 Tor Lillqvist <tml@iki.fi>
* win32/module.defs (PNG): Use libpng 1.2.0.
* win32/lt-compile-resource: Mkdir .libs if not there already.
2001-09-30 Tor Lillqvist <tml@iki.fi>
* win32/build-dll: Comment clarification.
* win32/Makefile.am: Add dirent subdirectory.
* win32/dirent/*: New files. The (public domain) dirent
implementation from the mingw runtime, for MSVC users.
* win32/make.msc (DIRENT_CFLAGS,DIRENT_LIBS): Point to
build/win32/dirent in the GLib sources. Hmm.
(CC): Remove duplicate $(OPTIMIZE), already in CFLAGS.
2001-09-28 Tor Lillqvist <tml@iki.fi>
* win32/make.mingw
* win32/make.msc: Separate the compiler program names into
an Make macro of its own (CCOMPILER and CXXCOMPILER).
* win32/cl-wrapper.c: New file. A program that accepts Unix-like C
compiler command line arguments, and runs the Microsoft C compiler
(cl) after transforming the arguments to cl's syntax. This program
can be used when using the auto*/configure mechanism to build
software with MSVC.
2001-09-25 Tor Lillqvist <tml@iki.fi>
* win32/module.defs: Do define GLIB_VER after all. (Do use it in
(import) library names, like it is on Unix.)
* win32/make.mingw
* win32/make.msc: Some comments added. Use GLIB_VER in GLib
(import) library names.
2001-09-17 Tor Lillqvist <tml@iki.fi>
* win32/build-dll: Invocation changed. We now expect a version
info like libtool's -version-info parameter. The intention is to
produce the same name DLL as libtool would, i.e. use "current -
age" as the DLL name suffix.
* win32/compile-resource: New file, containing the part of
build-dll that compiles the resource file, if available.
* win32/lt-compile-resource: New file, invokes compile-resource,
placing the resulting .o file in the .libs subdirectory, and
handcrafts a "libtool object" for it.
* win32/Makefile.am: Distribute new files.
* win32/make.mingw: Add COMPILE_RESOURCE.
Tue Sep 4 01:46:15 2001 Owen Taylor <otaylor@redhat.com>
* win32/Makefile.am (EXTRA_DIST): Add build-dll, on
the assumption it isn't going to get distributed otherwise.
2001-09-01 Tor Lillqvist <tml@iki.fi>
* win32/build-dll: Move here from GLib. Use gcc -shared instead of
the multiple pass gcc+dlltool method. Don't include the version
number in the import library names.
* win32/make.mingw
* win32/make.msc: Correspondingly, remove the version number parts
from (some) import library names. (Just a start, more to follow.)
* win32/module.defs: In fact, no need to know the versions at all
for stuff that doesn't include it as part of the directory name.
2001-01-06 Hans Breuer <hans@breuer.org>
* win32/module.defs : renamed GTKCURRENT to GTK2 and some
version number updates
* win32/make.msc : added GTK2_CFLAGS and GTK2_LIBS, now used
by CVS HEAD Gimp. Minor updates,
2001-05-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* win32/make.mingw: Redid CFLAGS.
* win32/make.mingw (CXX): Removed PTHREAD defs. Added -O2 -Wall to
compile flags.
2001-01-06 Hans Breuer <hans@breuer.org>
* win32/make.msc win32/module.defs : added ATK,
adapted Pango version
2001-03-19 Tor Lillqvist <tml@iki.fi>
* win32/module.defs (GLIB_GENMARSHAL): Add macro for glib-genmarshal.
2001-02-17 Tor Lillqvist <tml@iki.fi>
* win32/make.{mingw,msc} (INTL_LIBS): Call the import library just
libintl, not gnu-intl, for consistency with Unix conventions. (The
DLL is still called gnu-intl.dll, using such a generic name as
just "intl.dll" would be asking for trouble.)
2001-01-28 Tor Lillqvist <tml@iki.fi>
* win32/module.defs
* win32/make.mingw
* win32/make.msc : Use libiconv 1.5.1. Use libiconv's import
library as built by its Makefile.msvc, without any version
number. Use the same convention for the GNU-style import library.
2000-12-27 Tor Lillqvist <tml@iki.fi>
* win32/make.{mingw,msc} (TIFF_LIBS): Provide separate TIFF_LZW
and TIFF_NOLZW.
2000-12-21 Tor Lillqvist <tml@iki.fi>
* win32/*: Add version number for FreeType2. We need the FT2
library built as a DLL, and append the vesion number to its name,
too.
2000-12-20 Tor Lillqvist <tml@iki.fi>
* win32/module.defs (FRIBIDI_VER): Use FriBidi 0.1.15.
2000-12-14 Tor Lillqvist <tml@iki.fi>
* win32/make.msc: Split C runtime flag (-MD or -MDd) to a separate
macro.
2000-11-15 Tor Lillqvist <tml@iki.fi>
* win32/module.defs (PANGO_VER): Update Pango version to 0.13.
2000-10-22 Tor Lillqvist <tml@iki.fi>
* win32/make.msc (PANGO_LIBS): Include version in Pango lib names.
2000-10-07 Tor Lillqvist <tml@iki.fi>
* win32/make.msc: Improve to be more useable.
2000-09-12 Tor Lillqvist <tml@iki.fi>
* win32/make.{mingw,msc}: Add PTHREAD_LIBS and PTHREAD_CFLAGS.
2000-08-24 Tor Lillqvist <tml@iki.fi>
* win32/module.defs: Add separate version number for gdk-pixbuf.
* win32/make.mingw: Add C++ defs.
2000-08-20 Tor Lillqvist <tml@iki.fi>
* win32/*: Remove FREETYPE2_20000624, not needed any
longer by gimp-freetype.
* win32/make.mingw: Add rule to produce assembler source.
* win32/make.msc: Fix syntax error. Add CFLAGS.
2000-08-05 Tor Lillqvist <tml@iki.fi>
* win32/module.defs
* win32/make.{mingw,msc}: Rename the FreeType2 snapshot from 2000-06-24
(used by gimp-freetype). Use the name "FreeType2" for the current
FreeType2.
2000-07-30 Tor Lillqvist <tml@iki.fi>
* win32/module.defs
* win32/make.mingw
* win32/make.msc: Rename XML to LIBXML. Use version 0.14 of
it. Add LIBXML_CFLAGS and _LIBS. Add GTKCURRENT referring the
current CVS GTK+ (nonworking on Win32).
2000-07-25 Tor Lillqvist <tml@iki.fi>
* win32/make.mingw (PANGO_LIBS): Typo.
2000-07-21 Tor Lillqvist <tml@iki.fi>
* win32/*: Reorder stuff to be in alphabetical order of package
names. Add GtkGLArea. Add path to OpenGL headers.
2000-07-18 Tor Lillqvist <tml@iki.fi>
* win32/module.defs (FRIBIDI_VER)
* win32/make.{mingw,msc} (FRIBIDI_LIBS): Use correct version
of FriBidi.
2000-07-15 Tor Lillqvist <tml@iki.fi>
* win32/make.mingw
* win32/make.msc
* win32/module.defs: Add Pango.
2000-07-10 Tor Lillqvist <tml@iki.fi>
* win32/module.defs:
* win32/make.msc: New files. Factor out common stuff to module.defs.
make.msc is for nmake and MSVC. Thanks to Hans Breuer.
* win32/Makefile.am: Add them to EXTRA_DIST.
* win32/make.mingw: Move part to module.defs. Ugly hack to find
module.defs.
2000-07-02 Tor Lillqvist <tml@iki.fi>
* win32/make.mingw: Addd FriBidi and libiconv. Add USRDIR for
headers and libs that are "installed".
2000-06-07 Tor Lillqvist <tml@iki.fi>
* win32/make.mingw: Clarify where this stuff should be located.
* Makefile.am
* win32/Makefile.am: New files. Only set SUBDIRS and EXTRA_DIST.
2000-05-29 Tor Lillqvist <tml@iki.fi>
* win32/make.mingw: Add gmodule directory to GLib includes. Use
freetype2 directory called just that.
2000-05-13 Tor Lillqvist <tml@iki.fi>
* README: Remove the original README text.
* win32/make.mingw: Define macros for CFLAGS and LIBS of GLib,
GTk+, intl, freetype2, zlib, libjpeg, libtiff and GIMP. Remove the
WIN32APIHEADERS, that is now taken care of in glib/build-dll.
2000-05-05 Tor Lillqvist <tml@iki.fi>
* win32/make.mingw: Add GIMP_VER. Add path to GIMP and freetype2
sources.
2000-05-04 Tor Lillqvist <tml@iki.fi>
* ChangeLog: Start ChangeLog.
* README: Change purpose of this directory.
* win32/make.mingw: New file.
* build.inf
* cvs.py
* write.py: Remove.

View File

@ -2,6 +2,5 @@ SUBDIRS = \
win32
EXTRA_DIST = \
README \
ChangeLog
README

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,837 +0,0 @@
=== ChangeLog discontinued ===
With the move to git, GLib is switching from a ChangeLog file
to relying on commit messages to provide change history. Please
see README.commits for guidance on the expected message format.
2009-03-13 Matthias Clasen <mclasen@redhat.com>
* === Released 2.20.0 ===
2009-03-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.19.10 ===
2009-03-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.19.9 ===
2009-02-17 Matthias Clasen <mclasen@redhat.com>
* === Released 2.19.8 ===
2009-02-16 Matthias Clasen <mclasen@redhat.com>
* === Released 2.19.7 ===
2009-02-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.19.6 ===
2009-01-19 Matthias Clasen <mclasen@redhat.com>
* === Released 2.19.5 ===
2009-01-05 Matthias Clasen <mclasen@redhat.com>
* === Released 2.19.4 ===
2008-12-15 Matthias Clasen <mclasen@redhat.com>
* === Released 2.19.3 ===
2008-12-01 Matthias Clasen <mclasen@redhat.com>
* === Released 2.19.2 ===
2008-12-01 Matthias Clasen <mclasen@redhat.com>
* === Released 2.19.1 ===
2008-10-16 Matthias Clasen <mclasen@redhat.com>
* === Released 2.19.0 ===
2008-09-17 Matthias Clasen <mclasen@redhat.com>
* === Released 2.18.1 ===
2008-09-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.18.0 ===
2008-08-18 Matthias Clasen <mclasen@redhat.com>
* === Released 2.17.7 ===
2008-08-04 Matthias Clasen <mclasen@redhat.com>
Bug 460920 build fix for --disable-threads
* gthread-impl.c: Implement g_thread_init_with_errorcheck_mutexes
in the !G_THREAD_ENABLED case. Pointed out by Jan Nieuwenhuizen
2008-08-04 Matthias Clasen <mclasen@redhat.com>
* === Released 2.17.6 ===
2008-08-04 Matthias Clasen <mclasen@redhat.com>
* === Released 2.17.5 ===
2008-07-27 Tor Lillqvist <tml@novell.com>
* Makefile.am (gthread-2.0.lib): Pass appropriate -machine flag to lib.exe.
2008-07-21 Matthias Clasen <mclasen2redhat.com>
* === Released 2.17.4 ===
2008-07-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.17.3 ===
2008-06-12 Matthias Clasen <mclasen@redhat.com>
* === Released 2.17.2 ===
2008-06-12 Matthias Clasen <mclasen@redhat.com>
* === Released 2.17.1 ===
2008-05-28 Michael Natterer <mitch@imendio.com>
* Makefile.am: don't define G_DISABLE_SINGLE_INCLUDES, it's in
the global CPPFLAGS now.
2008-05-27 Matthias Clasen <mclasen@redhat.com>
* === Released 2.17.0 ===
2008-05-05 Michael Natterer <mitch@imendio.com>
* Makefile.am. build with G_DISABLE_SINGLE_INCLUDES to prevent
code from being checked in that breaks the build of applications
which use G_DISABLE_SINGLE_INCLUDES.
2008-03-16 Tor Lillqvist <tml@novell.com>
* Makefile.am: Define gthread_def locally here instead of using an
Autoconf variable.
2008-03-10 Matthias Clasen <mclasen@redhat.com>
* === Released 2.16.1 ===
2008-03-10 Matthias Clasen <mclasen@redhat.com>
* === Released 2.16.0 ===
2008-02-25 Matthias Clasen <mclasen@redhat.com>
* === Released 2.15.6 ===
2008-02-11 Matthias Clasen <mclasen@redhat.com>
* === Released 2.15.5 ===
2008-01-28 Matthias Clasen <mclasen@redhat.com>
* === Released 2.15.4 ===
2008-01-27 Matthias Clasen <mclasen@redhat.com>
* gthread-posix.c:
* gthread-win32.c: Replace uses of G_GNUC_PRETTY_FUNCTION
by __FUNCTION__.
2008-01-21 Matthias Clasen <mclasen@redhat.com>
* === Released 2.15.3 ===
2008-01-14 Matthias Clasen <mclasen@redhat.com>
* === Released 2.15.2 ===
008-01-07 Matthias Clasen <mclasen@redhat.com>
* === Released 2.15.1 ===
2007-12-20 Matthias Clasen <mclasen@redhat.com>
* === Released 2.15.0 ===
2007-11-07 Matthias Clasen <mclasen@redhat.com>
* === Released 2.14.3 ===
2007-10-16 Matthias Clasen <mclasen@redhat.com>
* === Released 2.14.2 ===
2007-09-19 Matthias Clasen <mclasen@redhat.com>
* === Released 2.14.1 ===
2007-08-03 Matthias Clasen <mclasen@redhat.com>
* === Released 2.14.0 ===
2007-07-12 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.7 ===
Fri Jun 29 2007 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.6 ===
2007-06-18 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.5 ===
2007-06-05 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.4 ===
2007-06-04 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.3 ===
2007-05-22 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.2 ===
2007-05-03 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.1 ===
2007-03-16 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.0 ===
2007-01-19 Tor Lillqvist <tml@novell.com>
* Makefile.am (gthread-2.0.lib): Use $(srcdir) for builds outside
srcdir.
2007-01-16 Tor Lillqvist <tml@novell.com>
* gthread-win32.c (g_gettime_win32_impl):
GetSystemTimeAsFileTime() returns 100s of nanoseconds since 1601,
so offset to Unix epoch (1970) and multiply by 100 to get
nanoseconds which is what we want.
2006-12-28 Tor Lillqvist <tml@novell.com>
* gthread-win32.c (g_thread_impl_init): Correct link to discussion
about CRITICAL_SECTIONs vs. mutexes. Thanks to Felix Kater for
pointing this out.
2006-08-15 Matthias Clasen <mclasen@redhat.com>
* === Released 2.12.2 ===
2006-07-22 Matthias Clasen <mclasen@redhat.com>
* === Released 2.12.1 ===
2006-07-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.12.0 ===
2006-06-20 Matthias Clasen <mclasen@redhat.com>
* === Released 2.11.4 ===
2006-06-12 Matthias Clasen <mclasen@redhat.com>
* === Released 2.11.3 ===
2006-06-05 Matthias Clasen <mclasen@redhat.com>
* === Released 2.11.2 ===
2006-05-15 Matthias Clasen <mclasen@redhat.com>
* === Released 2.11.1 ===
2006-05-03 Tor Lillqvist <tml@novell.com>
* gthread-win32.c (g_thread_exit_win32_impl): Free with free() and
not g_free() what has been allocated with calloc(). (#340530, Jake
Goulding)
2006-05-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.11.0 ===
2006-03-11 Tor Lillqvist <tml@novell.com>
* gthread-win32.c: #define _WIN32_WINDOWS as 0x0401 to get
declaration for IsDebuggerPresent() when using MSVC6. (#333879,
Kazuki Iwamoto)
2006-03-07 Matthias Clasen <mclasen@redhat.com>
* === Released 2.10.1 ===
2006-03-02 Tor Lillqvist <tml@novell.com>
* gthread-win32.c (G_PRIVATE_MAX): Increase to 100. 16 was rather
low.
(g_private_new_win32_impl): Can't use g_error() here as
g_private_new() is called a few times by GLib internally before
the messaging system that g_error() requires is ready. Thanks to
Tim Janik for noticing. Just display a MessageBox() and abort()
instead.
2006-02-24 Matthias Clasen <mclasen@redhat.com>
* === Released 2.10.0 ===
2006-02-20 Tor Lillqvist <tml@novell.com>
* gthread-win32.c (g_thread_exit_win32_impl): Make the
implementation of GPrivate behave more closely as in POSIX
threads: The value associacted with a GPrivate must be set to NULL
before calling the destructor. (The destructor gets the original
value as argument.) A destructor might re-associate a non-NULL
value with some GPrivate. To deal with this, if after all
destructors have been called, there still are some non-NULL
values, the process is repeated. (#331367)
2006-02-10 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.6 ===
2006-01-27 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.5 ===
2006-01-18 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.4 ===
2006-01-16 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.3 ===
2006-01-05 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.2 ===
2005-12-09 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.1 ===
2005-12-02 Matthias Clasen <mclasen@redhat.com>
* Makefile.am: Remove gthread-solaris.c
2005-11-17 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.0 ===
2005-08-23 Matthias Clasen <mclasen@redhat.com>
* === Released 2.8.1 ===
2005-08-12 Matthias Clasen <mclasen@redhat.com>
* === Released 2.8.0 ===
2005-08-05 Matthias Clasen <mclasen@redhat.com>
* === Released 2.7.7 ===
2005-08-03 Matthias Clasen <mclasen@redhat.com>
* === Released 2.7.6 ===
2005-08-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.7.5 ===
2005-07-21 Matthias Clasen <mclasen@redhat.com>
* === Released 2.7.4 ===
2005-07-15 Matthias Clasen <mclasen@redhat.com>
* === Released 2.7.3 ===
2005-07-09 Tor Lillqvist <tml@novell.com>
* Makefile.am: Don't use the scripts in build/win32 to compile
gthread.rc into a resource object file. (This means we lose the
build number increment magic, but I doubt it was that useful
anyway.) Instead use windres directly. To pass the normal .o file
produced by windres through libtool, which wants .lo files, pass
it directly to the linker using a -Wl option.
* gthread.rc.in: Thus replace BUILDNUMBER with 0.
2005-07-08 Matthias Clasen <mclasen@redhat.com>
* === Released 2.7.2 ===
2005-06-30 Matthias Clasen <mclasen@redhat.com>
* === Released 2.7.1 ===
2005-06-26 Tor Lillqvist <tml@novell.com>
* Makefile.am: libtool installs/uninstalls the import library, no
need to do it ourselves. Do still install/uninstall the .def file,
though.
2005-06-10 Matthias Clasen <mclasen@redhat.com>
* === Released 2.7.0 ===
2005-06-09 Matthias Clasen <mclasen@redhat.com>
* gthread-posix.c (g_thread_create_posix_impl): Allow
setstacksize to fail. (#304790, Michael Banck)
2005-01-07 Matthias Clasen <mclasen@redhat.com>
* === Released 2.6.1 ===
2004-12-16 Matthias Clasen <mclasen@redhat.com>
* === Released 2.6.0 ===
2004-12-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.5.7 ===
2004-11-12 Matthias Clasen <mclasen@redhat.com>
* === Released 2.5.6 ===
2004-11-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.5.5 ===
2004-10-27 Matthias Clasen <mclasen@redhat.com>
* === Released 2.5.4 ===
2004-09-18 Matthias Clasen <mclasen@redhat.com>
* === Released 2.5.3 ===
2004-08-25 Matthias Clasen <mclasen@redhat.com>
* === Released 2.5.2 ===
2004-08-01 Matthias Clasen <mclasen@redhat.com>
* === Released 2.5.1 ===
Sun Jul 18 18:03:08 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* === Released 2.5.0 ===
2002-11-23 Tor Lillqvist <tml@iki.fi>
* gthread-win32.c (g_cond_timed_wait_win32_impl): Fix two bugs: 1)
If abs_time is NULL, should use infinite time. 2) Check for
current time already being past abs_time. (#99294, Christopher
R. Palmer, fix by Sebastian Wilhelmi)
Mon Nov 4 14:45:24 2002 Owen Taylor <otaylor@redhat.com>
* gthread-posix.c gthread-solaris.c: Include <config.h>
2002-03-10 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread-posix.c (g_thread_create_posix_impl): Do a comparison,
not an assignment, stupid! Spotted by Daniel Elstner
<daniel.elstner@gmx.net>.
2002-02-09 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread-impl.c: Only compile most of this file, if
G_THREADS_ENABLED is set.
* Fixed typo in G_THREADS_ENABLED.
2002-01-16 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread-solaris.c: Use g_free instead of free. Pointed out by
Sam O'Connor <sam@panviva.com>.
2001-10-23 Tor Lillqvist <tml@iki.fi>
* Makefile.am: (Win32): If we have built the MSVC import library,
install it. Install the gcc import library. Also support
uninstall.
2001-09-28 Tor Lillqvist <tml@iki.fi>
* gthread-win32.c: Use an extra level of indirection for GMutex.
It is now a pointer either to a pointer to a CRITICAL_SECTION
struct, or to a mutex HANDLE. This is needed in case the user
defines G_ERRORCHECK_MUTEXES. G_MUTEX_SIZE must correctly reflect
the size of *GMutex, but this used to vary depending on whether we
at run-time chose to use CRITICAL_SECTIONs or mutexes.
(g_mutex_free_win32_cs_impl, g_cond_free_win32_impl): Call
DeleteCriticalSection() when done with it.
* gthread-impl.c (g_thread_init_with_errorcheck_mutexes): Call
g_thread_impl_init() before accessing
g_thread_functions_for_glib_use_default, as the
g_thread_impl_init() function might modify it.
2001-09-26 Tor Lillqvist <tml@iki.fi>
* makefile.mingw.in: Fix couple of typos.
* gthread.def: Add g_thread_init_with_errorcheck_mutexes.
2001-09-25 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread-impl.c: Corrected the array size (cough, cough). Pointed
out by gpablo@intersystems.com.ar. Fixes #61065.
2001-09-25 Tor Lillqvist <tml@iki.fi>
* Makefile.am: Use new macros for .def file, and check for
MS_LIB_AVAILABLE, new rule to build MS import library.
* makefile.msc.in: Use same DLL and import library names as
libtool.
2001-09-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread-posix.c: Add g_thread_equal_posix_impl and add to the
function vector g_thread_functions_for_glib_use_default.
* gthread-solaris.c, gthread-win32.c: Add NULL as equal function,
as on those two platforms you don't need an equal function.
2001-09-19 Tor Lillqvist <tml@iki.fi>
* gthread.rc.in: Correct InternalName and OriginalFilename to
match what we actually produce.
2001-07-20 Hans Breuer <hans@breuer.org>
* makefile.msc.in : reflect glib move
2001-06-07 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread-win32.c: Use g_win32_error_message to beautify error
messages.
2001-05-24 Hans Breuer <hans@breuer.org>
* makefile.msc.in : pthread isn't required anymore
2001-05-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread-win32.c (g_cond_wait_internal): Also return TRUE for
late arrived signals. Thanks to Steven Brooks
<umbrook0@cs.umanitoba.ca> for pointing out.
* gthread-impl.c (g_thread_init): Move the thread implementation
initialization to before assigning GThreadFuncs, which now is just
struct assigned and not memcpy'ed. Completed check for zero
members of GThreadFuncs.
* makefile.mingw: Don't link to pthread anymore.
* gthread-win32.c: New file for native thread support for
win32. Thanks to Hans Breuer <hans@breuer.org> to got me
kickstarted.
* Makefile.am: Also distribute gthread-win32.c.
Fri May 4 04:14:45 2001 Tim Janik <timj@gtk.org>
* gthread-posix.c (g_cond_timed_wait_posix_impl): don't g_assert()
the user specified time, but g_return_val_if_fail() here.
2001-04-03 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread-posix.c: Added special case for priorities on
FreeBSD. Thanks to David Reid <dreid@jetnet.co.uk> for the info.
* gthread-impl.c: Made two macros safe with ().
2001-03-10 Tor Lillqvist <tml@iki.fi>
* Makefile.am: Use the _LIBADD dependency on libglib only on
Win32.
2001-02-21 Tor Lillqvist <tml@iki.fi>
* Makefile.am: Use libglib-1.3.la from top_builddir. Invoke
libtool with -no-undefined for Win32 and Cygwin.
* gthread-impl.c (g_thread_init): Win32 code snippet used also on
Cygwin.
2001-02-15 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread-posix.c: Removed the G_THREAD_USE_PID_SURROGATE
implementation, which is now in gthread.c.
2001-01-30 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread-impl.c (g_thread_init_with_errorcheck_mutexes): Call
g_thread_impl_init(), as g_thread_init won't call it.
* gthread-impl.c (g_mutex_free_errorcheck_impl): Fixed it for
real. Sorry for this mess. It looked like a real obvious fix, so I
didn't check. Bad boy. Added some casts to quiet the compiler.
2001-01-29 Havoc Pennington <hp@redhat.com>
* gthread-impl.c (g_mutex_free_errorcheck_impl): hack this so it
compiles, needs fixing for real.
2001-01-29 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread-impl.c (g_mutex_free_errorcheck_impl): Add new check to
errorcheck mutexes to abort, if a locked mutex is freed.
2001-01-03 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread-solaris.c, gthread-posix.c: Made g_thread_min_stack_size
static.
2000-11-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread-impl.c: Revamped errorcheck mutexes and added errorcheck
cond_wait() and cond_timed_wait() funtions. This makes he whole
thing work. Now we only show the location of the locking/unlocking
for -DG_ERRORCHECK_MUTEXES and not the name of the mutex.
2000-11-21 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread-impl.c, gthread-posix.c, gthread-solaris.c: Removed
g_thread_map_priority function in favour of the
g_thread_priority_map array. Initialize the array with
PRIORITY_{...}_VALUE, if available and interpolate beetween the
bounds if .._NORMAL_.. and .._HIGH_.. are not available.
* gthread-posix.c: If we should use the PID niceness as a
surrogate for thread priorities (G_THREAD_USE_PID_SURROGATE is
defined), then disable normal priority handling and use PIDs and
setpriority() instead. Depends on the thread to write its PID into
the place after the thread id right after thread creation.
2000-11-15 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread-posix.c: Include <sched.h> if available.
2000-11-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread-none.c: Add G_MUTEX_SIZE as needed for gthread-impl.c
2000-10-25 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* Makefile.am : Add @GLIB_DEBUG_FLAGS@ to INCLUDES for accessing
-DG_ENABLE_DEBUG as needed in gthread-posix.c.
* gthread-posix.c: Revamped error handling for native thread
function calls. Now EPERM errors are ignored for some commands and
only a warning message is output once (at first occurrence).
2000-10-15 Raja R Harinath <harinath@cs.umn.edu>
* Makefile.am (BUILT_EXTRA_DIST): New variable.
(dist-hook): Handle $(BUILT_EXTRA_DIST).
2000-09-29 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread-impl.c: Added errorcheck mutexes. New exported function
g_thread_init_with_errorcheck_mutexes, which is called instead of
g_thread_init, when compiled with -DG_ERRORCHECK_MUTEXES. New
static functions
g_mutex_(new|lock|trylock|unlock|free)_errorcheck_impl to
implement errorcheck mutexes.
* gthread-posix.impl.c, gthread-solaris-impl.c: Define the size of
a mutex.
2000-09-21 Tor Lillqvist <tml@iki.fi>
* makefile.mingw.in: Use pthreads macros from ../build.
2000-09-06 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread-posix.c, gthread-solaris.c:
s/G_MICROSEC/G_USEC_PER_SEC/ and s/G_NANOSEC/G_NSEC_PER_SEC/
2000-09-01 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread-posix.c (g_thread_create_posix_impl): Use GError to
report errors.
* gthread-solaris.c (g_thread_create_solaris_impl): Use GError to
report errors as well.
2000-05-13 Tor Lillqvist <tml@iki.fi>
* makefile.mingw.in: New file, with gthread stuff moved from
../makefile.mingw.in.
* Makefile.am: Add to EXTRA_DIST, add rule to build makefile.mingw.
2000-04-25 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread-solaris.c (g_mutex_new_solaris_impl): Changed the scope
of the initialized mutex to USYNC_THREAD. Thanks to Soeren
Sandmann <sandmann@daimi.au.dk> for pointing that out.
2000-03-20 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread-posix.c (posix_check_for_error): Forgot a '}' in a macro
for DCE-threads. Thanks to Karl Nelson <kenelson@ece.ucdavis.edu>
for pointing that out.
2000-03-17 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread-posix.c: Don't use priorities for threads, when the
minimal/maximal priorities couldn't be determined at configure
time.
* gthread-posix.c: Don't check for errors, when setting the scope
of a tread to system, as some posix implementations can't do that
and we don't want the thing to fail because of that.
2000-02-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread-posix.c, gthread-solaris.c: check for sysconf
(_SC_THREAD_STACK_MIN), which returns the minimal stack size for
new threads. Patch from Soeren Sandmann <sandmann@daimi.au.dk>.
1999-11-16 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread-posix.c, gthread-solaris.c: Changed the prototype of
thread_create and thread_self to return the system thread into
provided memory instead of a return value. This is necessary, as
HPUX has a pthread_t, that is bigger than the biggest integral
type there. Made some more functions static.
* gthread-posix.c: Small fixes for DCE threads: Detaching has to
be done after thread creation for DCE.
1999-06-21 Tor Lillqvist <tml@iki.fi>
* gthread-posix.c: Guard pthread_attr_setscope call with test
for _POSIX_THREAD_PRIORITY_SCHEDULING, which should be defined
in a <pthread.h> that supports that feature.
1999-06-17 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread-posix.c, gthread-solaris.c: Added the native
implementations for the GLib's extended thread support.
* gthread-nspr.c: Removed for good. NSPR is nothing we would want
to build upon.
* gthread.c: Renamed to gthread-impl.c to avoid confusion with
../gthread.c (Formerly known as the file called gmutex.c)
* testgthread.c: Removed. The new and much extended tests are in
../tests/thread-test.c.
* Makefile.am: Changed to reflect the changes above.
1999-03-31 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread-posix.c: Use the right default arguments for the
construction of mutexes and conds for dce threads, these are
&pthread_(cond|mutex)attr_default instead of NULL. Hint from
D. Emilio Grimaldo Tunon <emilio_tunon@nl.compuware.com>.
1999-03-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* Makefile.am (INCLUDES): Added @GTHREAD_COMPILE_IMPL_DEFINES@.
1999-03-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread-posix.c (g_private_get_posix_impl): Fixed typo for DCE
implementation.
1999-03-11 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread-posix.c: Now handle both dce and posix threads. They are
sufficently equal. Please do not commit my change to
glib-1-2/gthread/gthread-posix.c from 1999-03-03, as the current
change will take care of that too.
1999-03-03 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread-posix.c: Fixed broken mutex_trylock and slightly broken
cond_timed_wait functions.
1999-02-15 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* testgthread.c (test_mutexes): Use new signature of
g_static_mutex* functions.
1999-02-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread-posix.c (g_private_get_posix_impl): Use the
HAVE_PTHREAD_GETSPECIFIC_POSIX macro to determine, which signature
to use for pthread_getspecific.
Tue Jan 19 20:56:02 1999 Tor Lillqvist <tml@iki.fi>
* Makefile.am (EXTRA_DIST): Added gthread.def.
Sun Jan 17 10:58:19 1999 Tor Lillqvist <tml@iki.fi>
* gthread.def: New file.
1999-01-16 1999 Tor Lillqvist <tml@iki.fi>
* gthread-posix.c: Conditionalize <sys/time.h> inclusion.
1999-01-07 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* testgthread.c: conditionally compile according to the
G_THREADS_IMPL_??? macros.
(test_private_func): use rand_r instead of rand to make it
thread safe.
1998-12-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* testgthread.c (new_thread): As a joinable thread seems to be the
default on posix, leave the explicit setting out, as it causes
problems on some older platforms.
Wed Dec 16 22:21:33 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* gthread-posix.c: use g_free in mutex_free (from Tim Janik)
Thu Dec 17 03:38:57 1998 Tim Janik <timj@gtk.org>
* Makefile.am: -DG_LOG_DOMAIN="GThread", we don't need an extern
variable for that (noticed by Joel Becker <jlbec@ocala.cs.miami.edu>)
Wed Dec 16 03:16:16 1998 Tim Janik <timj@gtk.org>
* testgthread.c: s/g_thread_supported/g_thread_supported ()/
* gthread.c: s/g_thread_supported/g_threads_got_initialized/
(g_thread_init): bail out if G_THREADS_ENABLED is not defined.
1998-12-15 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* Makefile.am (EXTRA_DIST): updated.
* testgthread.c, gthread-*.c: Changed private to private_key to
avoid problems when compiling with under C++.
* gthread-none.c:
s/g_mutex_functions_for_glib_use/g_thread_functions_for_glib_use/
* ChangeLog: from now on there is an extra ChangeLog for gthread

File diff suppressed because it is too large Load Diff

View File

@ -56,7 +56,7 @@ COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS)
SOURCES =
POFILES = @POFILES@
GMOFILES = @GMOFILES@
DISTFILES = LINGUAS ChangeLog Makefile.in.in POTFILES.in $(GETTEXT_PACKAGE).pot \
DISTFILES = LINGUAS Makefile.in.in POTFILES.in $(GETTEXT_PACKAGE).pot \
$(POFILES) $(GMOFILES) $(SOURCES)
POTFILES = \