1999-01-23 |
Tim Janik | cleaned up the errno mess for GETPWUID. we especially... |
tree | commitdiff |
1999-01-21 |
Sebastian Wilhelmi | Changed error handling again, as the error is not alway... |
tree | commitdiff |
1999-01-21 |
Tor Lillqvist | Include signal.h only when the signal names will be... |
tree | commitdiff |
1999-01-21 |
EST 1999 Mandrake | made some adjustments for automake 1.4 and autoconf... |
tree | commitdiff |
1999-01-20 |
Manish Singh | new file |
tree | commitdiff |
1999-01-20 |
Jeff Garzik | jgarzik enthusiastically applies a patch |
tree | commitdiff |
1999-01-20 |
GMT 1999 Adam D... | All gtk apps were broken here on my setup. I changed... |
tree | commitdiff |
1999-01-20 |
Sebastian Wilhelmi | Use getpwuid_r with the right signature, if available. |
tree | commitdiff |
1999-01-19 |
Tor Lillqvist | More Win32 updates. Add missing Win32 files to distribu... |
tree | commitdiff |
1999-01-19 |
Josh MacDonald | The "extern char* sys_siglist" declaration breaks syste... |
tree | commitdiff |
1999-01-17 |
Tim Janik | removed assertment about rtree->root being NULL, so... |
tree | commitdiff |
1999-01-17 |
Tim Janik | if !defined (G_LOG_DOMAIN) define G_LOG_DOMAIN as ... |
tree | commitdiff |
1999-01-17 |
Tim Janik | added a define G_HOOK_DEFERRED_DESTROY, to substitute... |
tree | commitdiff |
1999-01-17 |
Tim Janik | fix yet another small glitch |
tree | commitdiff |
1999-01-17 |
Tim Janik | reentrancy fixups |
tree | commitdiff |
1999-01-17 |
Tim Janik | incremented version number to 1.1.13, bin age 0, interf... |
tree | commitdiff |
1999-01-16 |
Tor Lillqvist | Merge in current Win32 version. Almost no Unix code... |
tree | commitdiff |
1999-01-13 |
Manish Singh | don't use inline for !__GNUC__ case with g_warning... |
tree | commitdiff |
1999-01-12 |
Manish Singh | #warning isn't portable, check for gcc |
tree | commitdiff |
1999-01-12 |
Sebastian Wilhelmi | Include config.h to get HAVE_LOCALTIME_R macro. |
tree | commitdiff |
1999-01-11 |
Jeff Garzik | alloca and vasprintf go away |
tree | commitdiff |
1999-01-11 |
Sebastian Wilhelmi | Test for localtime_r only after including the right... |
tree | commitdiff |
1999-01-09 |
Jeff Garzik | Add checks for vasprintf, localtime_r. |
tree | commitdiff |
1999-01-07 |
Owen Taylor | Call the source-specific free function when the hook... |
tree | commitdiff |
1999-01-07 |
Sebastian Wilhelmi | Here we must replace getpwuid by getpwuid_r, but as... |
tree | commitdiff |
1999-01-05 |
Andrew T. Veliath | fix macro to be shorthand of g_array_insert_vals. |
tree | commitdiff |
1999-01-04 |
Tim Janik | eliminated extraneous "register" qualifiers in variable... |
tree | commitdiff |
1999-01-04 |
Tim Janik | adjusted the g_strdup_a, g_strndup_a and g_strconcat3_a... |
tree | commitdiff |
1999-01-03 |
Jeff Garzik | Added 'make check' tests, based on testglib code. |
tree | commitdiff |
1999-01-03 |
Jeff Garzik | Added g_alloca, g_new_a, g_new0_a macros. |
tree | commitdiff |
1999-01-02 |
Jeff Garzik | Handle NULL strings like g_strdup. s/g_strconcat_a... |
tree | commitdiff |
1999-01-02 |
Manish Singh | made the alloca tests follow the testglib style |
tree | commitdiff |
1999-01-02 |
Jeff Garzik | added g_strndup_a macro |
tree | commitdiff |
1999-01-02 |
Tim Janik | avoid unneccessary extra hook referencing (the explicit... |
tree | commitdiff |
1999-01-01 |
Jeff Garzik | Added two new alloca-based function macros, g_strdup_a... |
tree | commitdiff |
1998-12-30 |
Raja R Harinath | Define to G[U]INT64_TO_{LE,BE}, not G[U]INT32_TO_{LE... |
tree | commitdiff |
1998-12-23 |
George Lebl | don't cast to timeval since timeval is for some reason... |
tree | commitdiff |
1998-12-22 |
Tim Janik | fixed buglet that could cause bogus warnings. |
tree | commitdiff |
1998-12-21 |
Tim Janik | there was a reference count race for hooks during invoc... |
tree | commitdiff |
1998-12-21 |
Tim Janik | default initialize source_timeout with -1 so we have... |
tree | commitdiff |
1998-12-19 |
Owen Taylor | Add #defines defining scale of priorities. |
tree | commitdiff |
1998-12-19 |
Owen Taylor | Allocate space for pollfd's _after_ adding poll wake... |
tree | commitdiff |
1998-12-19 |
Tim Janik | fixed up sys/poll.h and sys/types.h inclusions. |
tree | commitdiff |
1998-12-19 |
Tim Janik | fixed up gthread includes, cleaned up glibconfig.h... |
tree | commitdiff |
1998-12-18 |
Owen Taylor | Dec 18 12:51:39 1998 Owen Taylor <otaylor@redhat... |
tree | commitdiff |
1998-12-18 |
Tim Janik | new function to check whether a main loop has been... |
tree | commitdiff |
1998-12-17 |
Sebastian Wilhelmi | Fixed size in g_memmove, reported by Alexander Larsson |
tree | commitdiff |
1998-12-17 |
CST 1998 Shawn T... | giounix.c: s/g_main_poll_add/g_main_remove_add/g |
tree | commitdiff |
1998-12-17 |
Tim Janik | if !G_THREADS_ENABLED, eat the trailing semicolon with... |
tree | commitdiff |
1998-12-16 |
Sebastian Wilhelmi | Fixed small bug. |
tree | commitdiff |
1998-12-16 |
Joel Becker | changed func_data to user_data for g_scanner_scope_symb... |
tree | commitdiff |
1998-12-16 |
Sebastian Wilhelmi | Updated to reflect the existence of gthread. |
tree | commitdiff |
1998-12-16 |
Tim Janik | version bump to 1.1.8, binary age 0, interface age 0. |
tree | commitdiff |
1998-12-15 |
Owen Taylor | Use an "inheritance" scheme for IO channel memory alloc... |
tree | commitdiff |
1998-12-15 |
Havoc Pennington | Solaris has a broken strftime that produced garbage... |
tree | commitdiff |
1998-12-15 |
Sebastian Wilhelmi | Dont complain, if --without-threads or --with-threads... |
tree | commitdiff |
1998-12-15 |
Owen Taylor | Make sure all calls to g_node_validate_allocator are... |
tree | commitdiff |
1998-12-15 |
Owen Taylor | This commit merges the glib-threads branch into the... |
tree | commitdiff |
1998-12-08 |
Manish Singh | fixes to #undef HAVE_POLL case |
tree | commitdiff |
1998-12-02 |
Havoc Pennington | If Julian is valid, we have to update the dmy represent... |
tree | commitdiff |
1998-12-02 |
Havoc Pennington | Forgot this, last ChangeLog covers it (added testgdate... |
tree | commitdiff |
1998-12-02 |
Havoc Pennington | Rely on GDate::dmy and GDate::Julian flags, rather... |
tree | commitdiff |
1998-12-02 |
Owen Taylor | Merge main loop into head. This probably breaks Win32... |
tree | commitdiff |
1998-12-02 |
Sebastian Wilhelmi | changed `gpointer struct_tm_p' parameter of g_date_to_s... |
tree | commitdiff |
1998-12-02 |
Tim Janik | s/time_t/GTime/ and s/g_print/g_message/ include time.h. |
tree | commitdiff |
1998-12-01 |
Havoc Pennington | There are outstanding issues, but they should be resolv... |
tree | commitdiff |
1998-11-30 |
Tim Janik | added g_hook_list_marshal_check() to eventually destroy... |
tree | commitdiff |
1998-11-29 |
Jeff Garzik | Put -DFOO stuff into Makefile.am INCLUDES. |
tree | commitdiff |
1998-11-28 |
Tim Janik | implemented incremental freezing facility. |
tree | commitdiff |
1998-11-26 |
Tim Janik | reverted the g_hash_table_set_key_freefunc() addition... |
tree | commitdiff |
1998-11-25 |
PST 1998 Manish... | applied glib-tml-981120-0, change log appended below. |
tree | commitdiff |
1998-11-24 |
EST 1998 Michael... | added GFreeFunc and g_hash_table_set_key_freefunc(... |
tree | commitdiff |
1998-11-24 |
Tim Janik | removed the GListAllocator type and its g_*_allocator_... |
tree | commitdiff |
1998-11-23 |
Owen Taylor | added g_array_insert_vals() to insert elements at an... |
tree | commitdiff |
1998-11-23 |
Tim Janik | new function g_slist_copy() to duplicate a list with... |
tree | commitdiff |
1998-11-20 |
Tim Janik | added empty default imlementation so gmodule.so compile... |
tree | commitdiff |
1998-11-19 |
Elliot Lee | Fix for g_datalist_id_set_full() use (error is deeper... |
tree | commitdiff |
1998-11-16 |
Tim Janik | fixed off-by-one error, so we don't waste a loop iterat... |
tree | commitdiff |
1998-11-13 |
Owen Taylor | Added g_list_sort() and g_slist_sort() to merge sort... |
tree | commitdiff |
1998-11-12 |
Jeff Garzik | INCLUDES is the right way to add to CFLAGS, not DEFS... |
tree | commitdiff |
1998-11-11 |
Manish Singh | use __extension__ for long long on gcc >= 2.8 and egcs... |
tree | commitdiff |
1998-11-05 |
Phil Schwan | Added 'strncasecmp' to the list of functions to be... |
tree | commitdiff |
1998-11-04 |
Manish Singh | config.h.win32 (new file) glibconfig.h.win32 glib.def... |
tree | commitdiff |
1998-11-03 |
Sebastian Wilhelmi | new function for removing an entry from an array while... |
tree | commitdiff |
1998-11-02 |
Manish Singh | glib.h endian macros defined using the glibconfig.h... |
tree | commitdiff |
1998-11-01 |
Manish Singh | applied glib-tml-981101-1 patch from Tor Lillqvist... |
tree | commitdiff |
1998-11-01 |
Raja R Harinath | Land glib-rrh-19981025-0.patch. |
tree | commitdiff |
1998-10-31 |
Tim Janik | removed old G_ENUM(), G_FLAGS(), G_NV() and G_SV()... |
tree | commitdiff |
1998-10-28 |
Manish Singh | G_BREAKPOINT for alpha from Robert Wilhelm <robert... |
tree | commitdiff |
1998-10-28 |
Tim Janik | new function for file input. rewind the filedescriptor... |
tree | commitdiff |
1998-10-27 |
Manish Singh | get rid of duplicate #g_htonl and friends in the NATIVE... |
tree | commitdiff |
1998-10-27 |
Manish Singh | win32 patch from Tor Lillqvist (glib-tml-981027-0)... |
tree | commitdiff |
1998-10-27 |
Manish Singh | reimplemented the endian stuff, using inline asm for... |
tree | commitdiff |
1998-10-27 |
Tor Lillqvist | removed dummy structure definitions for struct _GCache... |
tree | commitdiff |
1998-10-25 |
CST 1998 Shawn T... | Released GLib 1.1.4 GLIB_1_1_4 |
tree | commitdiff |
1998-10-25 |
Tim Janik | no more characters are available if read() returns... |
tree | commitdiff |
1998-10-25 |
Manish Singh | small fix to g_node_children_foreach to make it work... |
tree | commitdiff |
1998-10-21 |
Elliot Lee | Fix new strfuncs back up (again) - No, incrementing... |
tree | commitdiff |
1998-10-21 |
Tim Janik | API cleanups of the new g_str* functions for consistenc... |
tree | commitdiff |
1998-10-20 |
Elliot Lee | I swear I'll get it right someday. |
tree | commitdiff |
next |