summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
1998-09-02new function g_strnfill() to return a new string of specified length,Tim Janik12-12/+102
1998-09-02Mostly changes to GArray code. See ChangeLog.Manish Singh18-602/+876
1998-08-24removed this function which was not publically exported in glib.h. toTim Janik29-860/+1377
1998-08-20provide no operation implementation for the underlying _g_module_*Tim Janik2-0/+28
1998-08-19gmem.c: add ability to exclude memory chunks from memory profilingElliot Lee10-44/+174
1998-08-19added g_strndupManish Singh12-0/+76
1998-08-18new function g_log_set_always_fatal() to set an additional fatal_mask forTim Janik18-462/+648
1998-08-18if __STRICT_ANSI__ is defined, make `inline' a noop, since strict ANSITim Janik10-0/+64
1998-08-17made private functions static.Tim Janik14-40/+86
1998-08-17indentation fix.Tim Janik1-3/+3
1998-08-17release delayedShawn Amundson8-16/+0
1998-08-17Released GLib 1.1.3GLIB_1_1_3CDT 1998 Shawn T. Amundson10-2/+68
1998-08-17changed the return type for the GModuleCheckInit function to be a string,Tim Janik4-8/+25
1998-08-17feature an extra MODULES parameter, so glib-config can be invoked with theTim Janik13-24/+125
1998-08-16version bump to 1.1.3, binary age 0, interface age 0.Tim Janik37-661/+2427
1998-08-16Sun Aug 16 Elliot LeeElliot Lee10-0/+36
1998-08-11It's GTime now, and it's back!Manish Singh10-6/+32
1998-08-10minor changes to internal interface.Tim Janik5-84/+134
1998-08-10minor hack to cause SUBDIRS (gmodule) to be build last. we do this byTim Janik13-6/+64
1998-08-09changelog updatesTim Janik9-0/+59
1998-08-09hm, fixup call sequences for check_init() and de_init().Tim Janik2-14/+13
1998-08-09erm, fix copyright notice.Tim Janik1-2/+2
1998-08-09fix cmopiler warnings. check (de)initialization code.Tim Janik5-19/+70
1998-08-09updatesTim Janik1-0/+2
1998-08-09do we want the .h file also? .... yes! ;)Tim Janik2-0/+81
1998-08-09initial import of gmodule.Tim Janik15-13/+1464
1998-08-06Fixed some minor comment typos and added myself to AUTHORS in gtk+.Raph Levien1-1/+1
1998-08-05Released GLib 1.1.2GLIB_1_1_2PDT 1998 Shawn T. Amundson13-7/+44
1998-08-05fix 64-bitness in g_prints, sizeof doesn't seem to return int so I cast itGeorge Lebl10-8/+56
1998-08-05Released GLib 1.1.1GLIB_1_1_1PDT 1998 Shawn T. Amundson10-1/+37
1998-08-04version bump to 1.1.1, binary age 1, interface age 0. updates. updates.Tim Janik22-70/+848
1998-08-03change order of gpointer data; field in struct _GNode to be partly binaryTim Janik12-10/+56
1998-08-03garray.c (g_ptr_array_remove_index): bugfix: index check for array hasSebastian Wilhelmi10-2/+42
1998-07-31added a GNode test.Tim Janik18-6/+2428
1998-07-27Released GLib 1.1.0GLIB_1_1_0CDT 1998 Shawn T. Amundson10-0/+168
1998-07-27include glib.specTim Janik2-2/+4
1998-07-27news updateTim Janik1-0/+19
1998-07-27#if 0'ed out the GTime definition, until it is definitively needed. #ifTim Janik10-10/+22
1998-07-26#if 0'ed out the GTime definition, until it is definitively needed.Tim Janik10-2/+48
1998-07-25DANGER WILL ROBINSON! Ok, normally I don't do things like this, but thisMark Crichton10-2/+50
1998-07-25indentation fixes.Tim Janik10-562/+640
1998-07-22new functions to make a scanner scope sensitive wrt symbol lookups.Tim Janik13-277/+617
1998-07-21typo fixed for alphas for gint64George Lebl10-2/+34
1998-07-20Add gint64/guint64 if possible (HAVE_GINT64 is defined if we have it,Elliot Lee4-0/+32
1998-07-15feature TMPDIR env variable.Tim Janik2-2/+6
1998-07-14new fuction g_dirname() which returns a newlly allocated string.Tim Janik14-0/+168
1998-07-11typo fixupsTim Janik10-10/+10
1998-07-10While we're off changing glib.h, correct some cosmetic nits. No changedManish Singh2-22/+22
1998-07-10new file.Tim Janik2-0/+1534
1998-07-10added a bunch of utility/wrapper functions: g_basename(), g_getcwd(),Tim Janik14-1946/+864