Age | Commit message (Expand) | Author | Files | Lines |
1999-01-03 | add array-test.c | Jeff Garzik | 1 | -0/+12 |
1999-01-03 | Added 'make check' tests, based on testglib code. | Jeff Garzik | 1 | -0/+5 |
1999-01-03 | Added g_alloca, g_new_a, g_new0_a macros. | Jeff Garzik | 1 | -0/+5 |
1999-01-02 | Added g_strdup_printf check | Jeff Garzik | 1 | -0/+4 |
1999-01-02 | Handle NULL strings like g_strdup. s/g_strconcat_a/g_strconcat3_a/ to | Jeff Garzik | 1 | -0/+11 |
1999-01-02 | made the alloca tests follow the testglib style | Manish Singh | 1 | -0/+6 |
1999-01-02 | added g_strndup_a macro | Jeff Garzik | 1 | -0/+8 |
1999-01-02 | avoid unneccessary extra hook referencing (the explicit hook referencing | Tim Janik | 1 | -0/+18 |
1999-01-01 | Added two new alloca-based function macros, g_strdup_a and g_strconcat_a. | Jeff Garzik | 1 | -0/+8 |
1998-12-31 | Released GLib 1.1.11GLIB_1_1_11 | CST 1998 Shawn T. Amundson | 1 | -2/+10 |
1998-12-30 | Define to G[U]INT64_TO_{LE,BE}, not G[U]INT32_TO_{LE,BE}. | Raja R Harinath | 1 | -0/+5 |
1998-12-26 | acglib.m4 provide defaults for POLL sysdefs, simple enums don't work with | Manish Singh | 1 | -0/+7 |
1998-12-24 | Released GLib 1.1.10GLIB_1_1_10 | CST 1998 Shawn T. Amundson | 1 | -0/+10 |
1998-12-23 | don't cast to timeval since timeval is for some reason not always a struct | George Lebl | 1 | -0/+5 |
1998-12-22 | fixed buglet that could cause bogus warnings. | Tim Janik | 1 | -0/+5 |
1998-12-21 | there was a reference count race for hooks during invocation loops. since | Tim Janik | 1 | -0/+13 |
1998-12-21 | default initialize source_timeout with -1 so we have a sane timeout value | Tim Janik | 1 | -0/+5 |
1998-12-19 | Add #defines defining scale of priorities. | Owen Taylor | 1 | -0/+5 |
1998-12-19 | Allocate space for pollfd's _after_ adding poll wake-up-pipe record. | Owen Taylor | 1 | -0/+9 |
1998-12-19 | fixed a minor bug that would let configures bail out if the MODULES | Tim Janik | 1 | -0/+10 |
1998-12-19 | fixed up sys/poll.h and sys/types.h inclusions. | Tim Janik | 1 | -0/+4 |
1998-12-19 | fixed up gthread includes, cleaned up glibconfig.h a little bit. | Tim Janik | 1 | -0/+4 |
1998-12-18 | Dec 18 12:51:39 1998 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 1 | -0/+5 |
1998-12-18 | Changed the last pthread_cond_init to pthread_attr_init. | Sebastian Wilhelmi | 1 | -0/+5 |
1998-12-18 | new function to check whether a main loop has been quitted. (g_main_new): | Tim Janik | 1 | -0/+25 |
1998-12-17 | Fixed size in g_memmove, reported by Alexander Larsson | Sebastian Wilhelmi | 1 | -0/+7 |
1998-12-17 | Released GLib 1.1.9GLIB_1_1_9 | CST 1998 Shawn T. Amundson | 1 | -0/+11 |
1998-12-17 | giounix.c: s/g_main_poll_add/g_main_remove_add/g | CST 1998 Shawn T. Amundson | 1 | -0/+8 |
1998-12-17 | check for pthread_attr_init in all cases, du4 needs this since most of the | Manish Singh | 1 | -0/+5 |
1998-12-17 | if !G_THREADS_ENABLED, eat the trailing semicolon with a bogus function | Tim Janik | 1 | -0/+7 |
1998-12-16 | Released GLib 1.1.8 (CVS tag is GLIB_1_1_8a)GLIB_1_1_8a | PST 1998 Shawn T. Amundson | 1 | -2/+4 |
1998-12-16 | Fixed small bug. | Sebastian Wilhelmi | 1 | -0/+4 |
1998-12-16 | changed func_data to user_data for g_scanner_scope_symbol_foreach() | Joel Becker | 1 | -0/+6 |
1998-12-16 | Fixed stupid bug, that made g_static_mutex_lock(*mutex) not work as | Sebastian Wilhelmi | 1 | -0/+3 |
1998-12-16 | Updated to reflect the existence of gthread. | Sebastian Wilhelmi | 1 | -0/+10 |
1998-12-16 | version bump to 1.1.8, binary age 0, interface age 0. | Tim Janik | 1 | -0/+36 |
1998-12-16 | Released GLib 1.1.8GLIB_1_1_8 | CST 1998 Shawn T. Amundson | 1 | -0/+11 |
1998-12-16 | fixed error for AIX thread detection | Joel Becker | 1 | -0/+6 |
1998-12-16 | fixed library and flag ordering for --libs | Tim Janik | 1 | -0/+5 |
1998-12-15 | Use an "inheritance" scheme for IO channel memory allocation.h | Owen Taylor | 1 | -0/+5 |
1998-12-15 | Solaris has a broken strftime that produced garbage output for the test | Havoc Pennington | 1 | -0/+7 |
1998-12-15 | Dont complain, if --without-threads or --with-threads=none is supplied; | Sebastian Wilhelmi | 1 | -0/+11 |
1998-12-15 | Bugfixes to autoconf thread lib detection | Jeff Garzik | 1 | -1/+2 |
1998-12-15 | Fixed --with-threads, small 64-bit prob | Jeff Garzik | 1 | -0/+6 |
1998-12-15 | Make sure all calls to g_node_validate_allocator are within | Owen Taylor | 1 | -0/+12 |
1998-12-15 | This commit merges the glib-threads branch into the main | Owen Taylor | 1 | -0/+84 |
1998-12-13 | always define G_HAVE_INLINE if __cplusplus is defined, reported by Wan-Teh | Tim Janik | 1 | -0/+5 |
1998-12-11 | Released GLib 1.1.7GLIB_1_1_7 | CST 1998 Shawn T. Amundson | 1 | -0/+11 |
1998-12-10 | removed redefinition of G_COMPILED_WITH_DEBUGGING from glibconfig.h | Joel Becker | 1 | -0/+6 |
1998-12-09 | Released GLib 1.1.6GLIB_1_1_6 | CST 1998 Shawn T. Amundson | 1 | -0/+6 |