Age | Commit message (Expand) | Author | Files | Lines |
1998-09-02 | new function g_strnfill() to return a new string of specified length, | Tim Janik | 1 | -1/+3 |
1998-09-02 | Mostly changes to GArray code. See ChangeLog. | Manish Singh | 1 | -85/+88 |
1998-08-24 | removed this function which was not publically exported in glib.h. to | Tim Janik | 1 | -22/+47 |
1998-08-19 | added g_strndup | Manish Singh | 1 | -0/+2 |
1998-08-18 | new function g_log_set_always_fatal() to set an additional fatal_mask for | Tim Janik | 1 | -0/+1 |
1998-08-18 | if __STRICT_ANSI__ is defined, make `inline' a noop, since strict ANSI | Tim Janik | 1 | -0/+12 |
1998-08-17 | made private functions static. | Tim Janik | 1 | -4/+4 |
1998-08-17 | feature an extra MODULES parameter, so glib-config can be invoked with the | Tim Janik | 1 | -8/+8 |
1998-08-16 | version bump to 1.1.3, binary age 0, interface age 0. | Tim Janik | 1 | -211/+403 |
1998-08-16 | Sun Aug 16 Elliot Lee | Elliot Lee | 1 | -0/+2 |
1998-08-11 | It's GTime now, and it's back! | Manish Singh | 1 | -3/+0 |
1998-08-04 | version bump to 1.1.1, binary age 1, interface age 0. updates. updates. | Tim Janik | 1 | -9/+23 |
1998-08-03 | change order of gpointer data; field in struct _GNode to be partly binary | Tim Janik | 1 | -3/+2 |
1998-07-31 | added a GNode test. | Tim Janik | 1 | -2/+109 |
1998-07-27 | #if 0'ed out the GTime definition, until it is definitively needed. #if | Tim Janik | 1 | -1/+3 |
1998-07-26 | #if 0'ed out the GTime definition, until it is definitively needed. | Tim Janik | 1 | -1/+4 |
1998-07-25 | DANGER WILL ROBINSON! Ok, normally I don't do things like this, but this | Mark Crichton | 1 | -1/+1 |
1998-07-25 | indentation fixes. | Tim Janik | 1 | -29/+29 |
1998-07-22 | new functions to make a scanner scope sensitive wrt symbol lookups. | Tim Janik | 1 | -10/+31 |
1998-07-21 | typo fixed for alphas for gint64 | George Lebl | 1 | -1/+1 |
1998-07-20 | Add gint64/guint64 if possible (HAVE_GINT64 is defined if we have it, | Elliot Lee | 1 | -0/+14 |
1998-07-14 | new fuction g_dirname() which returns a newlly allocated string. | Tim Janik | 1 | -0/+1 |
1998-07-10 | While we're off changing glib.h, correct some cosmetic nits. No changed | Manish Singh | 1 | -11/+11 |
1998-07-10 | added a bunch of utility/wrapper functions: g_basename(), g_getcwd(), | Tim Janik | 1 | -215/+233 |
1998-07-09 | Renamed g_hash_table_lookup_full to g_hash_table_lookup_extended to | Lauri Alanko | 1 | -1/+1 |
1998-07-07 | Generic hash cleanup, added a function (g_hash_table_lookup_full). | Lauri Alanko | 1 | -17/+20 |
1998-07-04 | Added g_array_length | Manish Singh | 1 | -0/+2 |
1998-06-19 | removed g_dataset_try_key, g_dataset_force_id and g_dataset_retrive_key in | Tim Janik | 1 | -10/+13 |
1998-06-19 | Changed messages for g_return_[val]_if_fail to be somewhat more clear: | Owen Taylor | 1 | -34/+34 |
1998-06-12 | cleanups of the structure fields (binary incompatible). | Tim Janik | 1 | -7/+19 |
1998-06-12 | [Changes from josh to sync with his glib stuff -Yosh] | Josh MacDonald | 1 | -1/+121 |
1998-06-11 | new function g_dataset_retrive_key. adjusted prealloc sizes, to take up | Tim Janik | 1 | -0/+1 |
1998-06-10 | Added glib.h which was mistakenly in .cvsignore | Owen Taylor | 1 | -0/+1154 |