Age | Commit message (Expand) | Author | Files | Lines |
1999-01-26 | don't use backquotes in warning text | Manish Singh | 1 | -2/+2 |
1999-01-26 | Removed the #warning about MT unsafety without localtime_r. | Sebastian Wilhelmi | 1 | -0/+6 |
1999-01-25 | Fixed a broken #define for G_THREADS_IMPL_$g_threads_impl_def | Raph Levien | 1 | -1/+1 |
1999-01-25 | NO_SYS_SIGLIST_DECL change. | Timur Bakeyev | 1 | -1/+1 |
1999-01-25 | Do not use the thread libs, when searching for some functions, as this | Sebastian Wilhelmi | 1 | -1/+3 |
1999-01-24 | Moved the warning about MT and no getpwuid_r from gutils.c to configure | Manish Singh | 1 | -0/+10 |
1999-01-21 | Use AC_PREREQ not AC_REQUIRE for autoconf version test. | EST 1999 Jeff Garzik | 1 | -1/+1 |
1999-01-21 | made some adjustments for automake 1.4 and autoconf 2.13 (per suggestions | EST 1999 Mandrake | 1 | -0/+3 |
1999-01-20 | Use getpwuid_r with the right signature, if available. | Sebastian Wilhelmi | 1 | -0/+15 |
1999-01-19 | Moved test for localtime_r and rand_r to a place after the determination | Sebastian Wilhelmi | 1 | -1/+10 |
1999-01-19 | The "extern char* sys_siglist" declaration breaks systems with different | Josh MacDonald | 1 | -25/+35 |
1999-01-17 | incremented version number to 1.1.13, bin age 0, interface age 0. | Tim Janik | 1 | -1/+1 |
1999-01-16 | Add support for pthreads under FreeBSD 2.2.[7|8] | Timur I. Bakeyev | 1 | -21/+27 |
1999-01-12 | Include config.h to get HAVE_LOCALTIME_R macro. | Sebastian Wilhelmi | 1 | -3/+1 |
1999-01-11 | alloca and vasprintf go away | Jeff Garzik | 1 | -48/+1 |
1999-01-11 | Find right thread system on DG/UX. Thanks to Marc J. Fraioli | Sebastian Wilhelmi | 1 | -17/+13 |
1999-01-11 | Test for localtime_r only after including the right MT enabling CFLAGS | Sebastian Wilhelmi | 1 | -1/+3 |
1999-01-11 | add support for freebsd (-lc_r for thread foo) and make sure testgthread.c co... | Chris Toshok | 1 | -1/+8 |
1999-01-09 | Add checks for vasprintf, localtime_r. | Jeff Garzik | 1 | -1/+1 |
1999-01-07 | Here we must replace getpwuid by getpwuid_r, but as I do not know how for | Sebastian Wilhelmi | 1 | -15/+10 |
1999-01-05 | ditch whitespace before GLIB_SYSDEFS #includes, the # needs to be in | Manish Singh | 1 | -2/+3 |
1999-01-04 | Released GLib 1.1.12GLIB_1_1_12 | CST 1999 Shawn T. Amundson | 1 | -1/+1 |
1999-01-03 | Added 'make check' tests, based on testglib code. | Jeff Garzik | 1 | -0/+1 |
1999-01-01 | Added two new alloca-based function macros, g_strdup_a and g_strconcat_a. | Jeff Garzik | 1 | -0/+47 |
1998-12-31 | Released GLib 1.1.11GLIB_1_1_11 | CST 1998 Shawn T. Amundson | 1 | -1/+1 |
1998-12-26 | acglib.m4 provide defaults for POLL sysdefs, simple enums don't work with | Manish Singh | 1 | -1/+1 |
1998-12-24 | Released GLib 1.1.10GLIB_1_1_10 | CST 1998 Shawn T. Amundson | 1 | -1/+1 |
1998-12-19 | fixed up sys/poll.h and sys/types.h inclusions. | Tim Janik | 1 | -6/+26 |
1998-12-19 | fixed up gthread includes, cleaned up glibconfig.h a little bit. | Tim Janik | 1 | -131/+159 |
1998-12-18 | Changed the last pthread_cond_init to pthread_attr_init. | Sebastian Wilhelmi | 1 | -4/+1 |
1998-12-17 | Released GLib 1.1.9GLIB_1_1_9 | CST 1998 Shawn T. Amundson | 1 | -1/+1 |
1998-12-17 | check for pthread_attr_init in all cases, du4 needs this since most of the | Manish Singh | 1 | -4/+4 |
1998-12-16 | Fixed stupid bug, that made g_static_mutex_lock(*mutex) not work as | Sebastian Wilhelmi | 1 | -2/+2 |
1998-12-16 | version bump to 1.1.8, binary age 0, interface age 0. | Tim Janik | 1 | -4/+19 |
1998-12-16 | Released GLib 1.1.8GLIB_1_1_8 | CST 1998 Shawn T. Amundson | 1 | -3/+3 |
1998-12-16 | fixed error for AIX thread detection | Joel Becker | 1 | -2/+1 |
1998-12-15 | -fstack-check generates non-working code for at least a few compilers | Elliot Lee | 1 | -11/+11 |
1998-12-15 | Dont complain, if --without-threads or --with-threads=none is supplied; | Sebastian Wilhelmi | 1 | -2/+7 |
1998-12-15 | Bugfixes to autoconf thread lib detection | Jeff Garzik | 1 | -25/+50 |
1998-12-15 | Fixed --with-threads, small 64-bit prob | Jeff Garzik | 1 | -3/+5 |
1998-12-15 | This commit merges the glib-threads branch into the main | Owen Taylor | 1 | -0/+206 |
1998-12-13 | always define G_HAVE_INLINE if __cplusplus is defined, reported by Wan-Teh | Tim Janik | 1 | -0/+4 |
1998-12-11 | Released GLib 1.1.7GLIB_1_1_7 | CST 1998 Shawn T. Amundson | 1 | -3/+3 |
1998-12-10 | removed redefinition of G_COMPILED_WITH_DEBUGGING from glibconfig.h | Joel Becker | 1 | -2/+1 |
1998-12-05 | When creating glibconfig.h, we need to include <sys/types.h> beforePRE_CLEANUP | Martin Baulig | 1 | -0/+1 |
1998-12-02 | Merge main loop into head. This probably breaks Win32, until | Owen Taylor | 1 | -1/+9 |
1998-12-02 | s/time_t/GTime/ and s/g_print/g_message/ include time.h. | Tim Janik | 1 | -1/+1 |
1998-11-29 | Put -DFOO stuff into Makefile.am INCLUDES. | Jeff Garzik | 1 | -2/+3 |
1998-11-29 | put debug -DFOO stuff into CPPFLAGS, not CFLAGS, so CFLAGS can be | Manish Singh | 1 | -2/+2 |
1998-11-23 | NEWS: README: configure.in: glib.spec: Updated to version 1.1.5GLIB_1_1_5 | CST 1998 Shawn T. Amundson | 1 | -1/+1 |