| Commit message (Expand) | Author | Age | Files | Lines |
* | Mostly changes to GArray code. See ChangeLog. | Manish Singh | 1998-09-02 | 18 | -602/+876 |
* | removed this function which was not publically exported in glib.h. to | Tim Janik | 1998-08-24 | 29 | -860/+1377 |
* | provide no operation implementation for the underlying _g_module_* | Tim Janik | 1998-08-20 | 2 | -0/+28 |
* | gmem.c: add ability to exclude memory chunks from memory profiling | Elliot Lee | 1998-08-19 | 10 | -44/+174 |
* | added g_strndup | Manish Singh | 1998-08-19 | 12 | -0/+76 |
* | new function g_log_set_always_fatal() to set an additional fatal_mask for | Tim Janik | 1998-08-18 | 18 | -462/+648 |
* | if __STRICT_ANSI__ is defined, make `inline' a noop, since strict ANSI | Tim Janik | 1998-08-18 | 10 | -0/+64 |
* | made private functions static. | Tim Janik | 1998-08-17 | 14 | -40/+86 |
* | indentation fix. | Tim Janik | 1998-08-17 | 1 | -3/+3 |
* | release delayed | Shawn Amundson | 1998-08-17 | 8 | -16/+0 |
* | Released GLib 1.1.3GLIB_1_1_3 | CDT 1998 Shawn T. Amundson | 1998-08-17 | 10 | -2/+68 |
* | changed the return type for the GModuleCheckInit function to be a string, | Tim Janik | 1998-08-17 | 4 | -8/+25 |
* | feature an extra MODULES parameter, so glib-config can be invoked with the | Tim Janik | 1998-08-17 | 13 | -24/+125 |
* | version bump to 1.1.3, binary age 0, interface age 0. | Tim Janik | 1998-08-16 | 37 | -661/+2427 |
* | Sun Aug 16 Elliot Lee | Elliot Lee | 1998-08-16 | 10 | -0/+36 |
* | It's GTime now, and it's back! | Manish Singh | 1998-08-11 | 10 | -6/+32 |
* | minor changes to internal interface. | Tim Janik | 1998-08-10 | 5 | -84/+134 |
* | minor hack to cause SUBDIRS (gmodule) to be build last. we do this by | Tim Janik | 1998-08-10 | 13 | -6/+64 |
* | changelog updates | Tim Janik | 1998-08-09 | 9 | -0/+59 |
* | hm, fixup call sequences for check_init() and de_init(). | Tim Janik | 1998-08-09 | 2 | -14/+13 |
* | erm, fix copyright notice. | Tim Janik | 1998-08-09 | 1 | -2/+2 |
* | fix cmopiler warnings. check (de)initialization code. | Tim Janik | 1998-08-09 | 5 | -19/+70 |
* | updates | Tim Janik | 1998-08-09 | 1 | -0/+2 |
* | do we want the .h file also? .... yes! ;) | Tim Janik | 1998-08-09 | 2 | -0/+81 |
* | initial import of gmodule. | Tim Janik | 1998-08-09 | 15 | -13/+1464 |
* | Fixed some minor comment typos and added myself to AUTHORS in gtk+. | Raph Levien | 1998-08-06 | 1 | -1/+1 |
* | Released GLib 1.1.2GLIB_1_1_2 | PDT 1998 Shawn T. Amundson | 1998-08-05 | 13 | -7/+44 |
* | fix 64-bitness in g_prints, sizeof doesn't seem to return int so I cast it | George Lebl | 1998-08-05 | 10 | -8/+56 |
* | Released GLib 1.1.1GLIB_1_1_1 | PDT 1998 Shawn T. Amundson | 1998-08-05 | 10 | -1/+37 |
* | version bump to 1.1.1, binary age 1, interface age 0. updates. updates. | Tim Janik | 1998-08-04 | 22 | -70/+848 |
* | change order of gpointer data; field in struct _GNode to be partly binary | Tim Janik | 1998-08-03 | 12 | -10/+56 |
* | garray.c (g_ptr_array_remove_index): bugfix: index check for array has | Sebastian Wilhelmi | 1998-08-03 | 10 | -2/+42 |
* | added a GNode test. | Tim Janik | 1998-07-31 | 18 | -6/+2428 |
* | Released GLib 1.1.0GLIB_1_1_0 | CDT 1998 Shawn T. Amundson | 1998-07-27 | 10 | -0/+168 |
* | include glib.spec | Tim Janik | 1998-07-27 | 2 | -2/+4 |
* | news update | Tim Janik | 1998-07-27 | 1 | -0/+19 |
* | #if 0'ed out the GTime definition, until it is definitively needed. #if | Tim Janik | 1998-07-27 | 10 | -10/+22 |
* | #if 0'ed out the GTime definition, until it is definitively needed. | Tim Janik | 1998-07-26 | 10 | -2/+48 |
* | DANGER WILL ROBINSON! Ok, normally I don't do things like this, but this | Mark Crichton | 1998-07-25 | 10 | -2/+50 |
* | indentation fixes. | Tim Janik | 1998-07-25 | 10 | -562/+640 |
* | new functions to make a scanner scope sensitive wrt symbol lookups. | Tim Janik | 1998-07-22 | 13 | -277/+617 |
* | typo fixed for alphas for gint64 | George Lebl | 1998-07-21 | 10 | -2/+34 |
* | Add gint64/guint64 if possible (HAVE_GINT64 is defined if we have it, | Elliot Lee | 1998-07-20 | 4 | -0/+32 |
* | feature TMPDIR env variable. | Tim Janik | 1998-07-15 | 2 | -2/+6 |
* | new fuction g_dirname() which returns a newlly allocated string. | Tim Janik | 1998-07-14 | 14 | -0/+168 |
* | typo fixups | Tim Janik | 1998-07-11 | 10 | -10/+10 |
* | While we're off changing glib.h, correct some cosmetic nits. No changed | Manish Singh | 1998-07-10 | 2 | -22/+22 |
* | new file. | Tim Janik | 1998-07-10 | 2 | -0/+1534 |
* | added a bunch of utility/wrapper functions: g_basename(), g_getcwd(), | Tim Janik | 1998-07-10 | 14 | -1946/+864 |
* | Renamed g_hash_table_lookup_full to g_hash_table_lookup_extended to | Lauri Alanko | 1998-07-09 | 12 | -10/+58 |