Removed POSIX_*. Defined G_THREAD_SOURCE to "gthread-win32.c".
[platform/upstream/glib.git] / ChangeLog.pre-2-6
2001-05-22 Sebastian WilhelmiRemoved POSIX_*. Defined G_THREAD_SOURCE to "gthread...
2001-05-22 Sebastian Wilhelmig_thread_create renamed to g_thread_create_full.
2001-05-22 Andy Lanoixno message
2001-05-20 Owen TaylorFix some problems in writing out varargs tests in confi...
2001-05-18 Owen TaylorUse compile checks for ISO C99 and GNU extension vararg...
2001-05-18 Michael Nattererdon't g_strdup()/g_free() all parsed attributes and...
2001-05-18 Sebastian WilhelmiRenamed g_thread_create to g_thread_create_full and...
2001-05-18 Sebastian WilhelmiFixed mutex deadlock.
2001-05-17 Sebastian WilhelmiAdd gpattern.o to objects.
2001-05-16 Owen TaylorAdd inter-library dependencies.
2001-05-15 Havoc Penningtonm4macros/Makefile
2001-05-15 Havoc Penningtonfix docs; they said we validated the UTF-8, but we...
2001-05-14 Owen TaylorAvoid using stderr to be as robust as possible in out...
2001-05-11 Tim Janikmake these safe against removal of the current element.
2001-05-11 Havoc Penningtonchange env variable to G_MESSAGES_PREFIXED, suggested...
2001-05-10 Tim Janikuse g_str_hash() algorithm to generate hashes.
2001-05-09 Havoc PenningtonGet rid of --enable-msg-prefix
2001-05-09 Sebastian WilhelmiRenamed 'value' and 'arg' to 'data' and 'thread_func...
2001-05-08 Tim Janikremoved #include <unistd.h> sneaked in by sopwith in...
2001-05-08 Sebastian WilhelmiUpdated.
2001-05-08 Sebastian WilhelmiMoved func and arg members from GRealThread to GThread...
2001-05-06 Hans Breuerdon't try to export g_strcpy, it is g_stpcpy; updated...
2001-05-04 Owen TaylorReleased 1.3.5 GLIB_1_3_5
2001-05-04 Sven Neumannfixed a typo in a comment.
2001-05-03 Owen TaylorMake foreach() safe against removal of the _current_...
2001-05-02 Owen TaylorFix read past end of the string. (#50404, fix from...
2001-04-29 Tim Janikmade hook ids a gulong.
2001-04-20 Dan WinshipAdd a check for the Darwin dynamic linker. Use AC_TRY_L...
2001-04-19 Sebastian WilhelmiRemove definition of g_hash_table_freeze and g_hash_tab...
2001-04-19 Sebastian WilhelmiRemoved bashism in test for the pkg-config version.
2001-04-18 Owen TaylorAdd missing static pointed out by Michael Meeks.
2001-04-18 Owen TaylorRemoved. Keeping README, README.cvs-commits HACKING...
2001-04-17 Owen TaylorReleased 1.3.4 GLIB_1_3_4
2001-04-17 Owen TaylorDefine _GNU_SOURCE for stpcpy
2001-04-17 Sebastian WilhelmiUntil now every thread pool always had at least one...
2001-04-17 Owen TaylorRemove warnings about conflicts with the stable version. GLIB_1_3_3
2001-04-16 Havoc Penningtondocs
2001-04-16 Havoc Penningtonput AC_PATH_PROG(pkg-config) before "Checking for glib...
2001-04-16 Havoc Penningtonmake GDebugKeys argument const
2001-04-13 Hans Breuerupdated
2001-04-11 Alexander LarssonPass pkg-config options before the other args so it...
2001-04-09 Tim Janikincrement version to 1.3.4 (binary 0, interface 0).
2001-04-05 Christian RoseAdded Swedish translation.
2001-04-04 Tim JanikReleased GLib-1.3.3.
2001-04-03 Tim Janikupdates.
2001-04-03 Owen TaylorExit with an error message that you should use pkg...
2001-04-03 Tim Janikadded g_list_nth_prev() which walks ->prev instead...
2001-04-03 Sebastian WilhelmiOps, ChangeLog was incomplete.
2001-04-03 Sebastian WilhelmiAdded documentation.
2001-04-02 Sebastian WilhelmiUse the new GRealThread member "context" instead of...
2001-03-30 Sven Neumannghash.[ch] added new functions g_hash_table_new_full,
2001-03-29 Tor LillqvistAdd module-test rules.
2001-03-29 Tor LillqvistUpdates. Add module-test rules.
2001-03-26 Owen Taylor-DG_DISABLE_DEPRECATED
2001-03-26 Owen Taylor*** empty log message ***
2001-03-20 Havoc Penningtonrewrite, based on bug #52328 from Anders
2001-03-20 Havoc Penningtonadded this function
2001-03-18 Tor LillqvistAdd braces to silence gcc -Wall.
2001-03-18 Tim Janikremoved archaic gpointer derived_data; relict and added...
2001-03-18 Owen TaylorReorder headers to make FreeBSD happy.
2001-03-14 Tor LillqvistFrom Edward M. Lee <tailbert@yahoo.com>:
2001-03-14 Tim Janikmade config arg to g_scanner_new() const.
2001-03-12 Tor LillqvistLink with the libgmodule la only on Win32.
2001-03-10 Tor LillqvistDefine G_PLATFORM_WIN32 here, too.
2001-03-10 Tor LillqvistUse the _LIBADD dependencies on libglib only on Win32.
2001-03-09 Tor LillqvistUpdate with some information about using configure...
2001-03-09 Tor LillqvistCygwin support contributed by Stefan Ondrejicka <ondrej...
2001-03-09 Hans Breuerupdated
2001-03-08 Tor Lillqvistglib.def gobject/gobject.def Update.
2001-03-08 Sven Neumannadded new function g_tree_lookup_extended().
2001-03-08 Tim Janikdestruction cleanup. there's one ->finalize_hook member...
2001-03-08 Sebastian WilhelmiFix typo and thus bug #51862.
2001-03-07 Tim Janikchanged prototype of g_boxed_type_register_static(...
2001-03-07 Christian MeyerAdded 'de' in configure.in to ALL_LINGUAS
2001-03-02 Christophe MerletAdded French translation.
2001-03-01 Tor LillqvistUse MAXPATHLEN, not PATH_MAX which isn't defined with...
2001-03-01 Tor LillqvistImplement on Win32. Append the executable file name...
2001-03-01 Tor LillqvistRemove test for initial double backslash (UNC path...
2001-02-26 Sebastian WilhelmiMake max_unused_threads work for -1 as well.
2001-02-23 Sebastian WilhelmiChange the order to match the order in g_thread_create().
2001-02-22 Owen TaylorAdd missing implementation ofsource->priority, g_source...
2001-02-21 Tor LillqvistMatch also UNC paths on Win32.
2001-02-19 Hans Breuerupdated for win32 msvc build
2001-02-19 Tim Janikmy name is glib-config-2.0! don't exit with errorcode...
2001-02-17 Havoc Penningtoninclude string.h
2001-02-17 Tim Janikadd check for broken RTLD_GLOBAL (on OSF1 V5.0).
2001-02-15 Sebastian WilhelmiReverted the changes necessary to enlarge the system...
2001-02-13 Havoc Penningtondon't overwrite errors
2001-02-13 Sebastian WilhelmiAdded functions g_static_rec_mutex_init, g_static_rec_m...
2001-02-12 Owen TaylorAdd check for gtk-doc version. GLIB_1_2_9PRE1
2001-02-10 Tor Lillqvistgtypes.h Move GLIB_VAR definition from gutils.h to...
2001-02-10 Tor LillqvistDon't store address of local variable in hashtable.
2001-02-08 Fatih DemirAdded tr to ALL_LINGUAS.
2001-02-04 Tor LillqvistUse "nn" for Nynorsk, as nn.po files are appearing...
2001-02-04 Tim Janiks/glib_trap_/g_trap_/. add comments on g_trap_instance_...
2001-02-03 Tor LillqvistChange order of libs, put progs_LDADD last. Needed...
2001-02-01 Tor Lillqvistgiochannel.h giowin32.c Stylistic cleanups. Use G_STRLO...
2001-02-01 Sebastian WilhelmiAdded g_static_mutex_init to allow initialization of...
2001-01-31 Owen TaylorFix problem with --disable-nls.
2001-01-30 Sebastian WilhelmiCall g_thread_impl_init(), as g_thread_init won't call it.
next