Commit Graph

  • 616c485dc7 updates for 1.1.13. Tim Janik 1999-01-17 23:08:36 +00:00
  • 82801232db fixed assertment vs. assertion Tim Janik 1999-01-17 19:13:47 +00:00
  • 6db5c264f9 removed assertment about rtree->root being NULL, so this function can be Tim Janik 1999-01-17 16:56:28 +00:00
  • 48763aea23 add packager address Christopher Blizzard 1999-01-17 16:24:11 +00:00
  • 2c119ccad8 increment version number to 1.1.13 Christopher Blizzard 1999-01-17 15:57:35 +00:00
  • 8ad2623ded if !defined (G_LOG_DOMAIN) define G_LOG_DOMAIN as ((gchar*) 0) instead of Tim Janik 1999-01-17 15:21:28 +00:00
  • 5c2fb3762f added a define G_HOOK_DEFERRED_DESTROY, to substitute a noop Tim Janik 1999-01-17 14:52:20 +00:00
  • 04d3d1b219 Oops, ChangeLog entries too, of course. Tor Lillqvist 1999-01-17 11:20:31 +00:00
  • 3e9ad980bb Added missing gthread/gthread.def file. Incremented version numbers in the *.h.win32 files. Tor Lillqvist 1999-01-17 11:11:39 +00:00
  • 5f52b321cc fix yet another small glitch Tim Janik 1999-01-17 05:05:08 +00:00
  • 37f659ec11 reentrancy fixups Tim Janik 1999-01-17 05:03:18 +00:00
  • 08425ac4c2 incremented version number to 1.1.13, bin age 0, interface age 0. Tim Janik 1999-01-17 04:49:43 +00:00
  • f477518c3a Merge in current Win32 version. Almost no Unix code touched. Tor Lillqvist 1999-01-16 23:46:42 +00:00
  • 883776f035 Add support for pthreads under FreeBSD 2.2.[7|8] Timur I. Bakeyev 1999-01-16 22:45:18 +00:00
  • b9dd5bc19c don't use inline for !__GNUC__ case with g_warning, g_error, and g_message Manish Singh 1999-01-13 19:30:15 +00:00
  • 0d01699467 small fix so it compiles for me Tim Janik 1999-01-13 12:39:20 +00:00
  • 0414c4c699 These go along with the last commit Manish Singh 1999-01-13 06:52:01 +00:00
  • 5afc0d6cf4 acinclude.m4 ltconfig upgrade to libtool 1.2d (with fixes for irix6 and Manish Singh 1999-01-13 06:47:03 +00:00
  • bf5993b9bb #warning isn't portable, check for gcc Manish Singh 1999-01-12 17:58:26 +00:00
  • 3ed6ad5a17 Ops, forgot to save ChangeLog before commiting. Sebastian Wilhelmi 1999-01-12 14:24:17 +00:00
  • 90546ebdc1 Include config.h to get HAVE_LOCALTIME_R macro. Sebastian Wilhelmi 1999-01-12 09:32:31 +00:00
  • b4c62873da alloca and vasprintf go away Jeff Garzik 1999-01-11 20:24:28 +00:00
  • 3afce8ea0a Find right thread system on DG/UX. Thanks to Marc J. Fraioli Sebastian Wilhelmi 1999-01-11 17:12:18 +00:00
  • e5e86f8c6c Test for localtime_r only after including the right MT enabling CFLAGS Sebastian Wilhelmi 1999-01-11 14:41:07 +00:00
  • f4a2520f38 add support for freebsd (-lc_r for thread foo) and make sure testgthread.c compiles on platforms with rand_r. Chris Toshok 1999-01-11 10:05:33 +00:00
  • 5eeca0d62d Make all aux functions static. Jeff Garzik 1999-01-09 20:10:45 +00:00
  • 2a6789be13 Add checks for vasprintf, localtime_r. Jeff Garzik 1999-01-09 19:14:16 +00:00
  • dc60286631 Call the source-specific free function when the hook is freed not when it Owen Taylor 1999-01-07 20:12:19 +00:00
  • 81f8d0bb10 Here we must replace getpwuid by getpwuid_r, but as I do not know how for Sebastian Wilhelmi 1999-01-07 16:17:42 +00:00
  • 9200f44462 Eep, forgot ChangeLog for my last commit Manish Singh 1999-01-06 20:19:49 +00:00
  • 228a8ffd85 ditch whitespace before GLIB_SYSDEFS #includes, the # needs to be in Manish Singh 1999-01-05 20:29:49 +00:00
  • 6476df5865 Shut up cvs Manish Singh 1999-01-05 20:28:45 +00:00
  • aaf8f430e0 fix macro to be shorthand of g_array_insert_vals. Andrew T. Veliath 1999-01-05 00:33:10 +00:00
  • 6927b5b477 some echos interpret \n's and some don't. Deal with accordingly. Manish Singh 1999-01-04 23:37:40 +00:00
  • 250d1a07bb eliminated extraneous "register" qualifiers in variable declarations. Tim Janik 1999-01-04 20:09:59 +00:00
  • 72b139a74d adjusted the g_strdup_a, g_strndup_a and g_strconcat3_a macros so their Tim Janik 1999-01-04 13:49:05 +00:00
  • 887c4449d9 Released GLib 1.1.12 GLIB_1_1_12 CST 1999 Shawn T. Amundson 1999-01-04 10:07:44 +00:00
  • e5795df8fd Add tree test. Jeff Garzik 1999-01-03 07:37:47 +00:00
  • 4b72e45233 add array-test.c Jeff Garzik 1999-01-03 06:44:45 +00:00
  • 0b74f03e70 Added 'make check' tests, based on testglib code. Jeff Garzik 1999-01-03 03:42:59 +00:00
  • 81224ac5ac Added g_alloca, g_new_a, g_new0_a macros. Jeff Garzik 1999-01-03 00:53:58 +00:00
  • ab114d33f7 Added g_strdup_printf check Jeff Garzik 1999-01-02 21:45:39 +00:00
  • bbbfe78d70 Handle NULL strings like g_strdup. s/g_strconcat_a/g_strconcat3_a/ to Jeff Garzik 1999-01-02 03:05:36 +00:00
  • 3de4d2b781 made the alloca tests follow the testglib style Manish Singh 1999-01-02 02:40:39 +00:00
  • 58aaa9d32b added g_strndup_a macro Jeff Garzik 1999-01-02 01:51:08 +00:00
  • 00e064d2af avoid unneccessary extra hook referencing (the explicit hook referencing Tim Janik 1999-01-02 01:32:37 +00:00
  • 0e2f565f14 Added two new alloca-based function macros, g_strdup_a and g_strconcat_a. Jeff Garzik 1999-01-01 23:35:26 +00:00
  • b16bea1a87 When testing to see if glib exists, set LIBS="$GLIB_LIBS $LIBS" NOT Elliot Lee 1998-12-31 20:58:03 +00:00
  • c3dc4fafbf Released GLib 1.1.11 GLIB_1_1_11 CST 1998 Shawn T. Amundson 1998-12-31 02:21:53 +00:00
  • 3558437281 Define to G[U]INT64_TO_{LE,BE}, not G[U]INT32_TO_{LE,BE}. Raja R Harinath 1998-12-30 22:53:37 +00:00
  • 6e7e2575d7 acglib.m4 provide defaults for POLL sysdefs, simple enums don't work with Manish Singh 1998-12-26 03:58:06 +00:00
  • b13a3368b3 Released GLib 1.1.10 GLIB_1_1_10 CST 1998 Shawn T. Amundson 1998-12-24 14:55:56 +00:00
  • 4277349743 don't cast to timeval since timeval is for some reason not always a struct George Lebl 1998-12-23 12:18:36 +00:00
  • c250dff3f6 Now passes 'make distcheck'. GLIB_GNOME_0_99_1 FOR_GNOME_0_99_1 Elliot Lee 1998-12-22 22:16:16 +00:00
  • 27adb362e5 Work with builddir != srcdir Elliot Lee 1998-12-22 22:10:42 +00:00
  • fc323595ff fixed buglet that could cause bogus warnings. Tim Janik 1998-12-22 10:09:28 +00:00
  • 097c9b1798 there was a reference count race for hooks during invocation loops. since Tim Janik 1998-12-21 21:43:00 +00:00
  • 85755f7e77 default initialize source_timeout with -1 so we have a sane timeout value Tim Janik 1998-12-21 03:28:25 +00:00
  • 7f237f6fcd Add #defines defining scale of priorities. Owen Taylor 1998-12-19 22:21:39 +00:00
  • bb19315fbd Allocate space for pollfd's _after_ adding poll wake-up-pipe record. Owen Taylor 1998-12-19 22:11:49 +00:00
  • ce257b8137 fixed a minor bug that would let configures bail out if the MODULES Tim Janik 1998-12-19 06:24:26 +00:00
  • 5f67addc14 add glibconfig-sysdefs.h to .cvsignore Tim Janik 1998-12-19 05:15:58 +00:00
  • e0153773a6 fixed up sys/poll.h and sys/types.h inclusions. Tim Janik 1998-12-19 03:44:30 +00:00
  • c0c488e4ba fixed up gthread includes, cleaned up glibconfig.h a little bit. Tim Janik 1998-12-19 02:13:34 +00:00
  • 2623d2831a Dec 18 12:51:39 1998 Owen Taylor <otaylor@redhat.com> Owen Taylor 1998-12-18 17:52:18 +00:00
  • ab4b645486 Changed the last pthread_cond_init to pthread_attr_init. Sebastian Wilhelmi 1998-12-18 09:20:52 +00:00
  • 8be41eae4d new function to check whether a main loop has been quitted. (g_main_new): Tim Janik 1998-12-18 02:23:33 +00:00
  • c3c1b2edc0 Fixed size in g_memmove, reported by Alexander Larsson Sebastian Wilhelmi 1998-12-17 08:02:38 +00:00
  • d9fca59e2a Released GLib 1.1.9 GLIB_1_1_9 CST 1998 Shawn T. Amundson 1998-12-17 05:16:29 +00:00
  • 77ccad4d2f giounix.c: s/g_main_poll_add/g_main_remove_add/g CST 1998 Shawn T. Amundson 1998-12-17 04:36:04 +00:00
  • 6166dd889d check for pthread_attr_init in all cases, du4 needs this since most of the other functions are just #defines Manish Singh 1998-12-17 04:08:33 +00:00
  • a62ebb0e75 if !G_THREADS_ENABLED, eat the trailing semicolon with a bogus function Tim Janik 1998-12-17 04:06:27 +00:00
  • 2f1f82f60f -DG_LOG_DOMAIN="GThread", we don't need an extern variable for that Tim Janik 1998-12-17 02:42:57 +00:00
  • 5f26d8d9a2 Released GLib 1.1.8 (CVS tag is GLIB_1_1_8a) GLIB_1_1_8a PST 1998 Shawn T. Amundson 1998-12-16 15:51:40 +00:00
  • 3e01bbaafb Fixed small bug. Sebastian Wilhelmi 1998-12-16 14:57:42 +00:00
  • 053793d72a changed func_data to user_data for g_scanner_scope_symbol_foreach() Joel Becker 1998-12-16 14:41:18 +00:00
  • c9cc6c858e Fixed stupid bug, that made g_static_mutex_lock(*mutex) not work as Sebastian Wilhelmi 1998-12-16 10:32:12 +00:00
  • 2e57a36438 Updated to reflect the existence of gthread. Sebastian Wilhelmi 1998-12-16 09:34:30 +00:00
  • b2e318ff3e version bump to 1.1.8, binary age 0, interface age 0. Tim Janik 1998-12-16 05:38:35 +00:00
  • 06600bd0e6 Released GLib 1.1.8 GLIB_1_1_8 CST 1998 Shawn T. Amundson 1998-12-16 05:18:43 +00:00
  • 6800c30c14 Overview of Changes in GLib 1.1.8: * Added threading support - The ability to specify a set of functions to be used for locking at runtime. - Default implementations of locking functions for pthreads, Solaris threads, and (experimentally) NSPR. - All static variables should now properly locked. - Enhancements to the generic main-loop mechanism to be thread-safe. (It is used for the main-loop in GTK+ as of GTK+-1.1.8) * Portability fixes. Owen Taylor 1998-12-16 05:09:17 +00:00
  • 541f70beff fixed error for AIX thread detection Joel Becker 1998-12-16 03:32:14 +00:00
  • 2315f93ecb fixed library and flag ordering for --libs Tim Janik 1998-12-16 01:29:18 +00:00
  • 05d49ddbd3 Use an "inheritance" scheme for IO channel memory allocation.h Owen Taylor 1998-12-15 22:30:15 +00:00
  • 5ccc68d010 -fstack-check generates non-working code for at least a few compilers Elliot Lee 1998-12-15 21:16:24 +00:00
  • e02079098f Solaris has a broken strftime that produced garbage output for the test Havoc Pennington 1998-12-15 18:50:53 +00:00
  • 94c6a33ade This is no valid shell syntax: Martin Baulig 1998-12-15 18:23:20 +00:00
  • d98c425676 Dont complain, if --without-threads or --with-threads=none is supplied; Sebastian Wilhelmi 1998-12-15 17:50:47 +00:00
  • 2c30e8620f updated. Sebastian Wilhelmi 1998-12-15 17:49:30 +00:00
  • 961205a025 Bugfixes to autoconf thread lib detection Jeff Garzik 1998-12-15 17:18:39 +00:00
  • fc29b682e3 s/g_mutex_functions_for_glib_use/g_thread_functions_for_glib_use/ Sebastian Wilhelmi 1998-12-15 16:47:31 +00:00
  • 5c31783df2 Fixed --with-threads, small 64-bit prob Jeff Garzik 1998-12-15 15:47:13 +00:00
  • dcd0c664b7 Make sure all calls to g_node_validate_allocator are within Owen Taylor 1998-12-15 15:40:01 +00:00
  • 931ea95265 This commit merges the glib-threads branch into the main branch. See the ChangeLog for details of the changes. Owen Taylor 1998-12-15 05:28:02 +00:00
  • c8ba100dab always define G_HAVE_INLINE if __cplusplus is defined, reported by Wan-Teh Tim Janik 1998-12-13 00:09:27 +00:00
  • ff713e59ed forgot to add gthread/gthread-nspr.c glib-threads Sebastian Wilhelmi 1998-12-11 14:41:31 +00:00
  • 7589569f13 Added new default thread implementation on top of the mozilla nspr Sebastian Wilhelmi 1998-12-11 14:38:11 +00:00
  • 1f199b4e7b Released GLib 1.1.7 GLIB_1_1_7 CST 1998 Shawn T. Amundson 1998-12-11 06:10:08 +00:00
  • 502084745c Now abort, if a mutex/cond/private is allocated before the thread system Sebastian Wilhelmi 1998-12-10 09:12:57 +00:00
  • c3ba51da2c Made it MT safe, the g_module_error() is now thread specific. Sebastian Wilhelmi 1998-12-10 08:10:55 +00:00