Age | Commit message (Expand) | Author | Files | Lines |
1999-01-03 | Added g_alloca, g_new_a, g_new0_a macros. | Jeff Garzik | 1 | -0/+10 |
1999-01-02 | Handle NULL strings like g_strdup. s/g_strconcat_a/g_strconcat3_a/ to | Jeff Garzik | 1 | -15/+21 |
1999-01-02 | added g_strndup_a macro | Jeff Garzik | 1 | -0/+11 |
1999-01-01 | Added two new alloca-based function macros, g_strdup_a and g_strconcat_a. | Jeff Garzik | 1 | -0/+31 |
1998-12-30 | Define to G[U]INT64_TO_{LE,BE}, not G[U]INT32_TO_{LE,BE}. | Raja R Harinath | 1 | -4/+4 |
1998-12-21 | there was a reference count race for hooks during invocation loops. since | Tim Janik | 1 | -1/+6 |
1998-12-19 | Add #defines defining scale of priorities. | Owen Taylor | 1 | -0/+8 |
1998-12-19 | fixed up sys/poll.h and sys/types.h inclusions. | Tim Janik | 1 | -25/+6 |
1998-12-19 | fixed up gthread includes, cleaned up glibconfig.h a little bit. | Tim Janik | 1 | -14/+8 |
1998-12-18 | new function to check whether a main loop has been quitted. (g_main_new): | Tim Janik | 1 | -3/+4 |
1998-12-17 | giounix.c: s/g_main_poll_add/g_main_remove_add/g | CST 1998 Shawn T. Amundson | 1 | -2/+2 |
1998-12-17 | if !G_THREADS_ENABLED, eat the trailing semicolon with a bogus function | Tim Janik | 1 | -3/+3 |
1998-12-16 | changed func_data to user_data for g_scanner_scope_symbol_foreach() | Joel Becker | 1 | -1/+1 |
1998-12-16 | version bump to 1.1.8, binary age 0, interface age 0. | Tim Janik | 1 | -314/+299 |
1998-12-15 | Use an "inheritance" scheme for IO channel memory allocation.h | Owen Taylor | 1 | -7/+9 |
1998-12-15 | Dont complain, if --without-threads or --with-threads=none is supplied; | Sebastian Wilhelmi | 1 | -9/+9 |
1998-12-15 | This commit merges the glib-threads branch into the main | Owen Taylor | 1 | -0/+134 |
1998-12-02 | Rely on GDate::dmy and GDate::Julian flags, rather than re-checking the | Havoc Pennington | 1 | -13/+13 |
1998-12-02 | Merge main loop into head. This probably breaks Win32, until | Owen Taylor | 1 | -1/+204 |
1998-12-02 | changed `gpointer struct_tm_p' parameter of g_date_to_struct_tm back to | Sebastian Wilhelmi | 1 | -1/+3 |
1998-12-02 | s/time_t/GTime/ and s/g_print/g_message/ include time.h. | Tim Janik | 1 | -4/+2 |
1998-12-01 | There are outstanding issues, but they should be resolvable in-place. If | Havoc Pennington | 1 | -0/+205 |
1998-11-30 | added g_hook_list_marshal_check() to eventually destroy hooks after they | Tim Janik | 1 | -0/+6 |
1998-11-26 | reverted the g_hash_table_set_key_freefunc() addition, since it's to | Tim Janik | 1 | -2/+0 |
1998-11-25 | applied glib-tml-981120-0, change log appended below. | PST 1998 Manish Singh | 1 | -30/+3 |
1998-11-24 | added GFreeFunc and g_hash_table_set_key_freefunc() prototype. added | EST 1998 Michael K. Johnson | 1 | -0/+3 |
1998-11-24 | removed the GListAllocator type and its g_*_allocator_*() function | Tim Janik | 1 | -9/+17 |
1998-11-23 | added g_array_insert_vals() to insert elements at an arbitrary index, and | Owen Taylor | 1 | -0/+5 |
1998-11-23 | new function g_slist_copy() to duplicate a list with all its data | Tim Janik | 1 | -0/+2 |
1998-11-20 | added empty default imlementation so gmodule.so compiles on systems that | Tim Janik | 1 | -1/+1 |
1998-11-16 | fixed off-by-one error, so we don't waste a loop iteration if (-1) was | Tim Janik | 1 | -1/+1 |
1998-11-13 | Added g_list_sort() and g_slist_sort() to merge sort GLists and GSLists. | Owen Taylor | 1 | -0/+4 |
1998-11-11 | use __extension__ for long long on gcc >= 2.8 and egcs, and provide a | Manish Singh | 1 | -35/+62 |
1998-11-05 | Added 'strncasecmp' to the list of functions to be searched for. Added a | Phil Schwan | 1 | -0/+3 |
1998-11-03 | new function for removing an entry from an array while preserving the | Sebastian Wilhelmi | 1 | -27/+42 |
1998-11-02 | glib.h endian macros defined using the glibconfig.h mechanism now | Manish Singh | 1 | -103/+25 |
1998-11-01 | applied glib-tml-981101-1 patch from Tor Lillqvist (ChangeLog entry | Manish Singh | 1 | -3/+3 |
1998-11-01 | Land glib-rrh-19981025-0.patch. | Raja R Harinath | 1 | -138/+37 |
1998-10-31 | removed old G_ENUM(), G_FLAGS(), G_NV() and G_SV() macros. added macros | Tim Janik | 1 | -14/+12 |
1998-10-28 | G_BREAKPOINT for alpha from Robert Wilhelm <robert@physiol.med.tu-muenchen.de> | Manish Singh | 1 | -1/+3 |
1998-10-28 | new function for file input. rewind the filedescriptor to the current | Tim Janik | 1 | -0/+1 |
1998-10-27 | get rid of duplicate #g_htonl and friends in the NATIVE_WIN32 part | Manish Singh | 1 | -16/+0 |
1998-10-27 | reimplemented the endian stuff, using inline asm for x86. #define g_htonl | Manish Singh | 1 | -50/+218 |
1998-10-27 | removed dummy structure definitions for struct _GCache, _GTree, _GTimer, | Tor Lillqvist | 1 | -23/+190 |
1998-10-25 | no more characters are available if read() returns anything less than 1, | Tim Janik | 1 | -9/+9 |
1998-10-21 | Fix new strfuncs back up (again) - No, incrementing pointers in a loop is | Elliot Lee | 1 | -3/+5 |
1998-10-21 | API cleanups of the new g_str* functions for consistency with the existing | Tim Janik | 1 | -31/+36 |
1998-10-20 | I swear I'll get it right someday. | Elliot Lee | 1 | -1/+2 |
1998-10-20 | s/str_concatv/strconcatv/ | Elliot Lee | 1 | -1/+1 |
1998-10-20 | Move string join/split/free routines from libgnome/gnome-string, rename, | Elliot Lee | 1 | -0/+21 |