Age | Commit message (Expand) | Author | Files | Lines |
1999-01-20 | new file | Manish Singh | 1 | -0/+10 |
1999-01-20 | jgarzik enthusiastically applies a patch | Jeff Garzik | 1 | -0/+6 |
1999-01-20 | All gtk apps were broken here on my setup. I changed the error to a | GMT 1999 Adam D. Moss | 1 | -0/+6 |
1999-01-20 | Use getpwuid_r with the right signature, if available. | Sebastian Wilhelmi | 1 | -0/+8 |
1999-01-19 | More Win32 updates. Add missing Win32 files to distributed files. | Tor Lillqvist | 1 | -0/+8 |
1999-01-19 | Moved test for localtime_r and rand_r to a place after the determination | Sebastian Wilhelmi | 1 | -0/+8 |
1999-01-19 | The "extern char* sys_siglist" declaration breaks systems with different | Josh MacDonald | 1 | -45/+53 |
1999-01-17 | Released GLib 1.1.13GLIB_1_1_13 | CST 1999 Shawn T. Amundson | 1 | -0/+8 |
1999-01-17 | updates for 1.1.13. | Tim Janik | 1 | -0/+4 |
1999-01-17 | fixed assertment vs. assertion | Tim Janik | 1 | -1/+1 |
1999-01-17 | removed assertment about rtree->root being NULL, so this function can be | Tim Janik | 1 | -0/+6 |
1999-01-17 | add packager address | Christopher Blizzard | 1 | -1/+5 |
1999-01-17 | increment version number to 1.1.13 | Christopher Blizzard | 1 | -0/+4 |
1999-01-17 | if !defined (G_LOG_DOMAIN) define G_LOG_DOMAIN as ((gchar*) 0) instead of | Tim Janik | 1 | -0/+6 |
1999-01-17 | added a define G_HOOK_DEFERRED_DESTROY, to substitute a noop | Tim Janik | 1 | -1/+21 |
1999-01-17 | Oops, ChangeLog entries too, of course. | Tor Lillqvist | 1 | -0/+5 |
1999-01-17 | incremented version number to 1.1.13, bin age 0, interface age 0. | Tim Janik | 1 | -0/+32 |
1999-01-16 | Merge in current Win32 version. Almost no Unix code touched. | Tor Lillqvist | 1 | -0/+42 |
1999-01-16 | Add support for pthreads under FreeBSD 2.2.[7|8] | Timur I. Bakeyev | 1 | -0/+4 |
1999-01-13 | don't use inline for !__GNUC__ case with g_warning, g_error, and g_message | Manish Singh | 1 | -0/+6 |
1999-01-13 | acinclude.m4 ltconfig upgrade to libtool 1.2d (with fixes for irix6 and | Manish Singh | 1 | -0/+8 |
1999-01-12 | #warning isn't portable, check for gcc | Manish Singh | 1 | -0/+4 |
1999-01-12 | Ops, forgot to save ChangeLog before commiting. | Sebastian Wilhelmi | 1 | -0/+7 |
1999-01-11 | alloca and vasprintf go away | Jeff Garzik | 1 | -0/+9 |
1999-01-11 | Find right thread system on DG/UX. Thanks to Marc J. Fraioli | Sebastian Wilhelmi | 1 | -0/+4 |
1999-01-11 | Test for localtime_r only after including the right MT enabling CFLAGS | Sebastian Wilhelmi | 1 | -0/+9 |
1999-01-09 | Make all aux functions static. | Jeff Garzik | 1 | -0/+8 |
1999-01-09 | Add checks for vasprintf, localtime_r. | Jeff Garzik | 1 | -0/+16 |
1999-01-07 | Call the source-specific free function when the hook is freed not when it | Owen Taylor | 1 | -0/+7 |
1999-01-07 | Here we must replace getpwuid by getpwuid_r, but as I do not know how for | Sebastian Wilhelmi | 1 | -0/+14 |
1999-01-06 | Eep, forgot ChangeLog for my last commit | Manish Singh | 1 | -0/+9 |
1999-01-05 | fix macro to be shorthand of g_array_insert_vals. | Andrew T. Veliath | 1 | -0/+5 |
1999-01-04 | some echos interpret \n's and some don't. Deal with accordingly. | Manish Singh | 1 | -0/+5 |
1999-01-04 | eliminated extraneous "register" qualifiers in variable declarations. | Tim Janik | 1 | -0/+9 |
1999-01-04 | adjusted the g_strdup_a, g_strndup_a and g_strconcat3_a macros so their | Tim Janik | 1 | -0/+12 |
1999-01-04 | Released GLib 1.1.12GLIB_1_1_12 | CST 1999 Shawn T. Amundson | 1 | -0/+14 |
1999-01-03 | Add tree test. | Jeff Garzik | 1 | -2/+2 |
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 |