X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog.pre-2-4;h=37ab6920c4f056324321baa0d5fd307abd06b59f;hb=6cc6a59d38d48f6ea7b3367f362f2c4531eeaf92;hp=7d132c38cbfe6818e7ec9ce6de4ec9eeead59d4e;hpb=a2b269bae3315a2ea772b741fb62f683c1db5770;p=platform%2Fupstream%2Fglib.git diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 7d132c3..37ab692 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,237 @@ +2001-01-06 Hans Breuer + + * glib.def : don't try to export g_strcpy, it is g_stpcpy; + updated and added some tweaking for functions which got + renamed recently, to avoid the update hassle if it can + simply be done compatible. Should vanish if there is a + stable version for win32. + +Fri May 4 11:49:18 2001 Owen Taylor + + * Released 1.3.5 + + * NEWS: Updated + + * configure.in (GLIB_MICRO_VERSION): Up version to 1.3.5, + interface/binary age 0. + +2001-05-04 Sven Neumann + + * ghash.c: fixed a typo in a comment. + + * gtree.[ch]: added new functions g_tree_new_full(), g_tree_replace(), + g_tree_steal() and g_tree_foreach() to adapt GTree to the GHashTable + API. Moved comments into the C file. + + * docs/reference/glib/glib-sections.txt + * docs/reference/glib/tmpl/glib-unused.sgml + * docs/reference/glib/tmpl/hash_tables.sgml + * docs/reference/glib/tmpl/linked_lists_double.sgml + * docs/reference/glib/tmpl/linked_lists_single.sgml + * docs/reference/glib/tmpl/macros_misc.sgml + * docs/reference/glib/tmpl/trees-binary.sgml: updated documentation + +Thu May 3 06:38:28 2001 Owen Taylor + + * g[s]list.c (g_[s]list_foreach) docs/Changes-2.0.txt: Make + foreach() safe against removal of the _current_ element. While + this could break some code, the new behavior is consistent with + the rest of GLib/GTK+ and probably is what people expect in most + cases. (Suggested by Paul Kuykendall, #50071) + +Wed May 2 11:10:22 2001 Owen Taylor + + * gutf8.c (g_utf8_to_ucs4_fast): Fix read past end of the string. + (#50404, fix from Jonas Borgström) + +Sun Apr 29 00:37:34 2001 Tim Janik + + * ghook.[hc]: made hook ids a gulong. + +2001-04-20 Dan Winship + + * configure.in: Add a check for the Darwin dynamic linker. Use + AC_TRY_LINK when checking for "nonposix getpwuid_r" so it notices + "no getpwuid_r" correctly. + + * testglib.c (main): Make template[] bigger to prevent an overrun. + Remove an unused variable. Initialize error to NULL. + + * tests/gio-test.c (main): Add a cast to prevent a warning when + size_t is a long. + + * tests/type-test.c (main): Add an #ifdef to prevent a warning + when G_HAVE_GINT64 is defined and G_GINT64_FORMAT isn't. + +2001-04-19 Sebastian Wilhelmi + + * ghash.c, ghash.h: Remove definition of g_hash_table_freeze and + g_hash_table_thaw. Instead added G_DISABLE_DEPRECATED-guarded + macros to ghash.h to go along the lines of the standard. + + * gscanner.c, gscanner.h: Dito for g_scanner_freeze_symbol_table + and g_scanner_thaw_symbol_table. + + * gutils.c, gutils.h: Dito for g_dirname. g_basename is still + defined in gutils.c, but declared ing gutils.h only + G_DISABLE_DEPRECATED-guarded. + + * configure.in: Removed bashism in test for the pkg-config + version. + + * configure.in: Rewrote test for multithread flag. Now uses + localtime_r, which hopefully has a consistent prototype across + different platforms. Also it uses a clever double EGREP trick + instead of compiling, which could give false positives. Thanks to + Dan Winship for the hint. + +Wed Apr 18 17:35:38 2001 Owen Taylor + + * gutils.c (_glib_gettext): Add missing static pointed + out by Michael Meeks. + +Wed Apr 18 09:37:07 2001 Owen Taylor + + * MAINTAINERS: Removed. Keeping README, README.cvs-commits + HACKING, and AUTHORS up to date is plenty without extra + random files that someone thought a module should have. + (Actually, I believe this was used for debbugs in the past.) + +Tue Apr 17 11:47:07 2001 Owen Taylor + + * Released 1.3.4 + + * NEWS: Updated + +Tue Apr 17 10:43:36 2001 Owen Taylor + + * gstrfuncs.c: Define _GNU_SOURCE for stpcpy + + * tests/mainloop-test.c (main): Wait for all threads + to start before beginning tests. + +2001-04-17 Sebastian Wilhelmi + + * gthreadpool.c (g_thread_pool_thread_proxy): Until now every + thread pool always had at least one tread waiting to avoid + switching overhead in case a new task would be added soon after + one finished. This however means a big waste of threads, if many + mostly inactive thread pools are involved. Now such a waiting + thread will only wait for half a second (This value is of course + very randomly picked) and go to the global threadpool afterwards. + +Mon Apr 16 12:04:52 2001 Owen Taylor + + * configure.in: Remove warnings about conflicts with the + stable version. + + * glib-2.0.m4: Fix some of the error text to be halfway + up to date. + + * README.in INSTALL.in: Add these to generate README, INSTAL + (as in the stable branch). Update. + + * HACKING: Update. + +2001-04-16 Havoc Pennington + + * gqsort.c: docs + + * gfileutils.c: docs + + * gwin32.c: docs fixes + + * gconvert.c: docs + + * guniprop.c: docs + + * gutf8.c: docs + +2001-04-16 Havoc Pennington + + * glib-2.0.m4: put AC_PATH_PROG(pkg-config) before "Checking for + glib" so the output looks right + +2001-03-23 Havoc Pennington + + * gutils.c (g_parse_debug_string): make GDebugKeys argument + const + +2001-04-14 Hans Breuer + + * glib.def : + * makefile.msc.in : updated + + * gpattern.c : include "gutils.h" to resolve the inline hassle + +2001-04-11 Alexander Larsson + + * glib-2.0.m4: Pass pkg-config options + before the other args so it works even if + POSIXLY_CORRECT is set. + +Mon Apr 9 18:57:44 2001 Tim Janik + + * configure.in: increment version to 1.3.4 (binary 0, interface 0). + +2001-04-05 Christian Rose + + * configure.in: Added sv to ALL_LINGUAS. + +Wed Apr 4 09:18:55 2001 Tim Janik + + * Released GLib-1.3.3. + +Tue Apr 3 20:22:59 2001 Tim Janik + + * NEWS: updates. + + * NEWS.pre-1-3: take over old news. + +Tue Apr 3 12:38:16 2001 Owen Taylor + + * glib-config-2.0.in: Exit with an error message that you + should use pkg-config instead. + + * configure.in (PACKAGE): Require pkg-config. + + * tests/Makefile.am (EXTRA_DIST): Add utf8.txt. + + * configure.in (GLIB_MICRO_VERSION): Up MICRO to 3, + leave interface/binary at 0. + +Tue Apr 3 13:46:22 2001 Tim Janik + + * glist.[hc]: added g_list_nth_prev() which walks ->prev instead + of ->next. + + * gpattern.[hc]: added shell-style pattern matching code from beast, + derived from the gtk_pattern_*() code, but with a couple of bug fixes + and a number of optimizations. + +2001-04-03 Sebastian Wilhelmi + + * gthreadpool.c: Added documentation. + + * gthreadpool.c: The global thread pool now also is seperated for + bound and unbound threads. Only threads with standard stack size + go to the global pool. g_thread_pool_new now protects the global + setup of inform_mutex etc. with a lock. Fixed some typos. Unlock + the queue after g_thread_pool_wakeup_and_stop_all in the proxy. + +2001-04-02 Sebastian Wilhelmi + + * gmain.c: Use the new GRealThread member "context" instead of a + GStaticPrivate to store the thread specific main loop context. + + * gthread.c: Added "context" member to GRealThread and updated + g_thread_create, g_thread_self and g_thread_cleanup accordingly. + + * gthread.c, gthread.h: Removed the functions + g_static_private_(get|set)_for_thread and adapted + g_static_private_(get|set) and g_static_private_free + accordingly. This fixes Bug #51435. + 2001-03-30 Sven Neumann * ghash.[ch]