Age | Commit message (Expand) | Author | Files | Lines |
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 |
1998-12-08 | fixes to #undef HAVE_POLL case | Manish Singh | 1 | -0/+4 |
1998-12-02 | If Julian is valid, we have to update the dmy representation before | Havoc Pennington | 1 | -0/+8 |
1998-12-02 | Two new files. This is kind of ugly code, but I want to go ahead and make | Havoc Pennington | 1 | -0/+9 |
1998-12-02 | Oops, I copied this into the log message but didn't commit the file. | Havoc Pennington | 1 | -0/+9 |
1998-12-02 | Merge main loop into head. This probably breaks Win32, until | Owen Taylor | 1 | -0/+11 |
1998-12-02 | changed `gpointer struct_tm_p' parameter of g_date_to_struct_tm back to | Sebastian Wilhelmi | 1 | -0/+8 |
1998-12-02 | NEWS: README: glib.spec: docs/glib-config.1: Incremented versions to | CST 1998 Shawn T. Amundson | 1 | -0/+8 |
1998-12-02 | s/time_t/GTime/ and s/g_print/g_message/ include time.h. | Tim Janik | 1 | -0/+12 |
1998-12-01 | There are outstanding issues, but they should be resolvable in-place. If | Havoc Pennington | 1 | -0/+6 |
1998-11-30 | added g_hook_list_marshal_check() to eventually destroy hooks after they | Tim Janik | 1 | -0/+6 |
1998-11-29 | Put -DFOO stuff into Makefile.am INCLUDES. | Jeff Garzik | 1 | -0/+5 |
1998-11-29 | put debug -DFOO stuff into CPPFLAGS, not CFLAGS, so CFLAGS can be | Manish Singh | 1 | -0/+5 |
1998-11-28 | implemented incremental freezing facility. | Tim Janik | 1 | -0/+4 |
1998-11-26 | reverted the g_hash_table_set_key_freefunc() addition, since it's to | Tim Janik | 1 | -0/+7 |
1998-11-25 | applied glib-tml-981120-0, change log appended below. | PST 1998 Manish Singh | 1 | -0/+26 |
1998-11-24 | added GFreeFunc and g_hash_table_set_key_freefunc() prototype. added | EST 1998 Michael K. Johnson | 1 | -0/+12 |
1998-11-24 | removed the GListAllocator type and its g_*_allocator_*() function | Tim Janik | 1 | -0/+18 |
1998-11-23 | added g_array_insert_vals() to insert elements at an arbitrary index, and | Owen Taylor | 1 | -0/+6 |
1998-11-23 | new function g_slist_copy() to duplicate a list with all its data | Tim Janik | 1 | -0/+8 |
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/+11 |
1998-11-19 | Fix for g_datalist_id_set_full() use (error is deeper down, some internal | Elliot Lee | 1 | -0/+8 |
1998-11-16 | fixed off-by-one error, so we don't waste a loop iteration if (-1) was | Tim Janik | 1 | -0/+6 |
1998-11-13 | Added g_list_sort() and g_slist_sort() to merge sort GLists and GSLists. | Owen Taylor | 1 | -1/+10 |
1998-11-12 | INCLUDES is the right way to add to CFLAGS, not DEFS. Also there are bugs | Jeff Garzik | 1 | -0/+7 |
1998-11-11 | Batch of new documentation that should be easier to maintain and extend. | EST 1998 Gregory McLean | 1 | -0/+8 |
1998-11-11 | use __extension__ for long long on gcc >= 2.8 and egcs, and provide a | Manish Singh | 1 | -0/+14 |
1998-11-05 | Added 'strncasecmp' to the list of functions to be searched for. Added a | Phil Schwan | 1 | -0/+8 |
1998-11-04 | config.h.win32 (new file) glibconfig.h.win32 glib.def applied | Manish Singh | 1 | -1/+8 |
1998-11-03 | new function for removing an entry from an array while preserving the | Sebastian Wilhelmi | 1 | -0/+16 |
1998-11-02 | glib.h endian macros defined using the glibconfig.h mechanism now | Manish Singh | 1 | -0/+8 |
1998-11-01 | applied glib-tml-981101-1 patch from Tor Lillqvist (ChangeLog entry | Manish Singh | 1 | -0/+27 |