1999-10-12 |
Tor Lillqvist | Define the new GLIB_SIZEOF_* constants here, too. |
blob | commitdiff |
1999-10-12 |
Tim Janik | completly new implementation for printf string upper... |
blob | commitdiff | diff to current |
1999-10-05 |
Tor Lillqvist | Drop the mapping of POSIX function names to the undersc... |
blob | commitdiff | diff to current |
1999-10-04 |
Manish Singh | G_OS_FOO #defines. I *think* I got the cygwin and beos... |
blob | commitdiff | diff to current |
1999-09-21 |
Tim Janik | define NULL as (0L) if __cplusplus is defined, to avoid... |
blob | commitdiff | diff to current |
1999-09-17 |
Tim Janik | add explicit (GTrashStack*) cast for NULL pointer to... |
blob | commitdiff | diff to current |
1999-08-17 |
Tor Lillqvist | Add a cast. |
blob | commitdiff | diff to current |
1999-08-16 |
Tim Janik | removed comma |
blob | commitdiff | diff to current |
1999-08-15 |
Tim Janik | eliminate memset() call, since string.h has not neccess... |
blob | commitdiff | diff to current |
1999-08-02 |
Tor Lillqvist | glib.h gstrfuncs.c Rename g_strccpy to g_strcompress... |
blob | commitdiff | diff to current |
1999-08-01 |
Manish Singh | glib.h the #define for g_strescape interfered with... |
blob | commitdiff | diff to current |
1999-07-31 |
Tor Lillqvist | New functions. |
blob | commitdiff | diff to current |
1999-07-24 |
Tim Janik | 18:36. incorporated proposed cleanups from gtk-devel... |
blob | commitdiff | diff to current |
1999-07-12 |
Tor Lillqvist | Correct URL for mingw runtime sources. |
blob | commitdiff | diff to current |
1999-07-01 |
Sebastian Wilhelmi | Added a g_memmove replacement for platforms without... |
blob | commitdiff | diff to current |
1999-06-30 |
Sebastian Wilhelmi | Finally removed the g_random_normal and g_rand_normal... |
blob | commitdiff | diff to current |
1999-06-17 |
Sebastian Wilhelmi | Completed the thread support in GLib. Thread creation... |
blob | commitdiff | diff to current |
1999-05-29 |
Tor Lillqvist | Backslashify also '"' characters. |
blob | commitdiff | diff to current |
1999-05-12 |
Tor Lillqvist | Map fileno to _fileno for mingw32. Map fstat to _fstat. |
blob | commitdiff | diff to current |
1999-04-25 |
Tor Lillqvist | More editing. Use gcc, not ld to link. On native Win32... |
blob | commitdiff | diff to current |
1999-04-24 |
Tor Lillqvist | Support added for building using a GNU toolchain on... |
blob | commitdiff | diff to current |
1999-04-23 |
BST 1999 Tony Gale | Fix typo in g_string_ncasecmp macro (by me). Add b_stri... |
blob | commitdiff | diff to current |
1999-04-17 |
BST 1999 Tony Gale | Add new g_string functions for reading from file/socket... |
blob | commitdiff | diff to current |
1999-04-12 |
Sebastian Wilhelmi | Moved struct declaration up. Style fixes. |
blob | commitdiff | diff to current |
1999-04-09 |
Sebastian Wilhelmi | New files to implement the Mersenne Twister Pseudo... |
blob | commitdiff | diff to current |
1999-03-17 |
Tim Janik | added GLIB_CHECK_VERSION() macro similar to GTK_CHECK_V... |
blob | commitdiff | diff to current |
1999-03-15 |
Sebastian Wilhelmi | Added the macros G_(U)?INT_(8|16|32|64)_FORMAT to use... |
blob | commitdiff | diff to current |
1999-03-09 |
Jeff Garzik | Added stack, queue ADTs and related tests. |
blob | commitdiff | diff to current |
1999-02-24 |
CST 1999 Shawn T... | inserted additional note to look for ChangeLog and... |
blob | commitdiff | diff to current |
1999-02-15 |
Sebastian Wilhelmi | Changed signature of all g_static_mutex_* functions... |
blob | commitdiff | diff to current |
1999-02-15 |
Tim Janik | return guints instead of gints for g_hash_table_size and |
blob | commitdiff | diff to current |
1999-02-10 |
Sebastian Wilhelmi | s/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added... |
blob | commitdiff | diff to current |
1999-02-10 |
Tim Janik | fixed errernerous code wrt to thread specific error... |
blob | commitdiff | diff to current |
1999-01-17 |
Tim Janik | if !defined (G_LOG_DOMAIN) define G_LOG_DOMAIN as ... |
blob | commitdiff | diff to current |
1999-01-17 |
Tim Janik | added a define G_HOOK_DEFERRED_DESTROY, to substitute... |
blob | commitdiff | diff to current |
1999-01-17 |
Tim Janik | incremented version number to 1.1.13, bin age 0, interf... |
blob | commitdiff | diff to current |
1999-01-16 |
Tor Lillqvist | Merge in current Win32 version. Almost no Unix code... |
blob | commitdiff | diff to current |
1999-01-13 |
Manish Singh | don't use inline for !__GNUC__ case with g_warning... |
blob | commitdiff | diff to current |
1999-01-11 |
Jeff Garzik | alloca and vasprintf go away |
blob | commitdiff | diff to current |
1999-01-05 |
Andrew T. Veliath | fix macro to be shorthand of g_array_insert_vals. |
blob | commitdiff | diff to current |
1999-01-04 |
Tim Janik | adjusted the g_strdup_a, g_strndup_a and g_strconcat3_a... |
blob | commitdiff | diff to current |
1999-01-03 |
Jeff Garzik | Added g_alloca, g_new_a, g_new0_a macros. |
blob | commitdiff | diff to current |
1999-01-02 |
Jeff Garzik | Handle NULL strings like g_strdup. s/g_strconcat_a... |
blob | commitdiff | diff to current |
1999-01-02 |
Jeff Garzik | added g_strndup_a macro |
blob | commitdiff | diff to current |
1999-01-01 |
Jeff Garzik | Added two new alloca-based function macros, g_strdup_a... |
blob | commitdiff | diff to current |
1998-12-30 |
Raja R Harinath | Define to G[U]INT64_TO_{LE,BE}, not G[U]INT32_TO_{LE... |
blob | commitdiff | diff to current |
1998-12-21 |
Tim Janik | there was a reference count race for hooks during invoc... |
blob | commitdiff | diff to current |
1998-12-19 |
Owen Taylor | Add #defines defining scale of priorities. |
blob | commitdiff | diff to current |
1998-12-19 |
Tim Janik | fixed up sys/poll.h and sys/types.h inclusions. |
blob | commitdiff | diff to current |
1998-12-19 |
Tim Janik | fixed up gthread includes, cleaned up glibconfig.h... |
blob | commitdiff | diff to current |
1998-12-18 |
Tim Janik | new function to check whether a main loop has been... |
blob | commitdiff | diff to current |
1998-12-17 |
CST 1998 Shawn T... | giounix.c: s/g_main_poll_add/g_main_remove_add/g |
blob | commitdiff | diff to current |
1998-12-17 |
Tim Janik | if !G_THREADS_ENABLED, eat the trailing semicolon with... |
blob | commitdiff | diff to current |
1998-12-16 |
Joel Becker | changed func_data to user_data for g_scanner_scope_symb... |
blob | commitdiff | diff to current |
1998-12-16 |
Tim Janik | version bump to 1.1.8, binary age 0, interface age 0. |
blob | commitdiff | diff to current |
1998-12-15 |
Owen Taylor | Use an "inheritance" scheme for IO channel memory alloc... |
blob | commitdiff | diff to current |
1998-12-15 |
Sebastian Wilhelmi | Dont complain, if --without-threads or --with-threads... |
blob | commitdiff | diff to current |
1998-12-15 |
Owen Taylor | This commit merges the glib-threads branch into the... |
blob | commitdiff | diff to current |
1998-12-02 |
Havoc Pennington | Rely on GDate::dmy and GDate::Julian flags, rather... |
blob | commitdiff | diff to current |
1998-12-02 |
Owen Taylor | Merge main loop into head. This probably breaks Win32... |
blob | commitdiff | diff to current |
1998-12-02 |
Sebastian Wilhelmi | changed `gpointer struct_tm_p' parameter of g_date_to_s... |
blob | commitdiff | diff to current |
1998-12-02 |
Tim Janik | s/time_t/GTime/ and s/g_print/g_message/ include time.h. |
blob | commitdiff | diff to current |
1998-12-01 |
Havoc Pennington | There are outstanding issues, but they should be resolv... |
blob | commitdiff | diff to current |
1998-11-30 |
Tim Janik | added g_hook_list_marshal_check() to eventually destroy... |
blob | commitdiff | diff to current |
1998-11-26 |
Tim Janik | reverted the g_hash_table_set_key_freefunc() addition... |
blob | commitdiff | diff to current |
1998-11-25 |
PST 1998 Manish... | applied glib-tml-981120-0, change log appended below. |
blob | commitdiff | diff to current |
1998-11-24 |
EST 1998 Michael... | added GFreeFunc and g_hash_table_set_key_freefunc(... |
blob | commitdiff | diff to current |
1998-11-24 |
Tim Janik | removed the GListAllocator type and its g_*_allocator_... |
blob | commitdiff | diff to current |
1998-11-23 |
Owen Taylor | added g_array_insert_vals() to insert elements at an... |
blob | commitdiff | diff to current |
1998-11-23 |
Tim Janik | new function g_slist_copy() to duplicate a list with... |
blob | commitdiff | diff to current |
1998-11-20 |
Tim Janik | added empty default imlementation so gmodule.so compile... |
blob | commitdiff | diff to current |
1998-11-16 |
Tim Janik | fixed off-by-one error, so we don't waste a loop iterat... |
blob | commitdiff | diff to current |
1998-11-13 |
Owen Taylor | Added g_list_sort() and g_slist_sort() to merge sort... |
blob | commitdiff | diff to current |
1998-11-11 |
Manish Singh | use __extension__ for long long on gcc >= 2.8 and egcs... |
blob | commitdiff | diff to current |
1998-11-05 |
Phil Schwan | Added 'strncasecmp' to the list of functions to be... |
blob | commitdiff | diff to current |
1998-11-03 |
Sebastian Wilhelmi | new function for removing an entry from an array while... |
blob | commitdiff | diff to current |
1998-11-02 |
Manish Singh | glib.h endian macros defined using the glibconfig.h... |
blob | commitdiff | diff to current |
1998-11-01 |
Manish Singh | applied glib-tml-981101-1 patch from Tor Lillqvist... |
blob | commitdiff | diff to current |
1998-11-01 |
Raja R Harinath | Land glib-rrh-19981025-0.patch. |
blob | commitdiff | diff to current |
1998-10-31 |
Tim Janik | removed old G_ENUM(), G_FLAGS(), G_NV() and G_SV()... |
blob | commitdiff | diff to current |
1998-10-28 |
Manish Singh | G_BREAKPOINT for alpha from Robert Wilhelm <robert... |
blob | commitdiff | diff to current |
1998-10-28 |
Tim Janik | new function for file input. rewind the filedescriptor... |
blob | commitdiff | diff to current |
1998-10-27 |
Manish Singh | get rid of duplicate #g_htonl and friends in the NATIVE... |
blob | commitdiff | diff to current |
1998-10-27 |
Manish Singh | reimplemented the endian stuff, using inline asm for... |
blob | commitdiff | diff to current |
1998-10-27 |
Tor Lillqvist | removed dummy structure definitions for struct _GCache... |
blob | commitdiff | diff to current |
1998-10-25 |
Tim Janik | no more characters are available if read() returns... |
blob | commitdiff | diff to current |
1998-10-21 |
Elliot Lee | Fix new strfuncs back up (again) - No, incrementing... |
blob | commitdiff | diff to current |
1998-10-21 |
Tim Janik | API cleanups of the new g_str* functions for consistenc... |
blob | commitdiff | diff to current |
1998-10-20 |
Elliot Lee | I swear I'll get it right someday. |
blob | commitdiff | diff to current |
1998-10-20 |
Elliot Lee | s/str_concatv/strconcatv/ |
blob | commitdiff | diff to current |
1998-10-20 |
Elliot Lee | Move string join/split/free routines from libgnome... |
blob | commitdiff | diff to current |
1998-10-20 |
Manish Singh | configure.in added test for endianness |
blob | commitdiff | diff to current |
1998-10-08 |
Tim Janik | removed functions g_dataset_id_set_destroy and g_datali... |
blob | commitdiff | diff to current |
1998-10-07 |
Tim Janik | removed the #pragma } statement after extern "C" {... |
blob | commitdiff | diff to current |
1998-10-02 |
Tim Janik | properly handle the first valid hook to call, it maybe... |
blob | commitdiff | diff to current |
1998-09-30 |
Tim Janik | added ghook.c. |
blob | commitdiff | diff to current |
1998-09-25 |
Tim Janik | version bump to 1.1.4, binary age 0, interface age 0. |
blob | commitdiff | diff to current |
1998-09-21 |
Tim Janik | added g_renew() which works as g_new() for g_realloc(). GLIB_1_1_3a |
blob | commitdiff | diff to current |
1998-09-21 |
Tim Janik | NEWS file update for upcoming release of GLib + GModule... |
blob | commitdiff | diff to current |
1998-09-20 |
Manish Singh | This is Josh, commiting as Manish. This is completely... |
blob | commitdiff | diff to current |
next |