summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Mostly changes to GArray code. See ChangeLog.Manish Singh1998-09-0218-602/+876
* removed this function which was not publically exported in glib.h. toTim Janik1998-08-2429-860/+1377
* provide no operation implementation for the underlying _g_module_*Tim Janik1998-08-202-0/+28
* gmem.c: add ability to exclude memory chunks from memory profilingElliot Lee1998-08-1910-44/+174
* added g_strndupManish Singh1998-08-1912-0/+76
* new function g_log_set_always_fatal() to set an additional fatal_mask forTim Janik1998-08-1818-462/+648
* if __STRICT_ANSI__ is defined, make `inline' a noop, since strict ANSITim Janik1998-08-1810-0/+64
* made private functions static.Tim Janik1998-08-1714-40/+86
* indentation fix.Tim Janik1998-08-171-3/+3
* release delayedShawn Amundson1998-08-178-16/+0
* Released GLib 1.1.3GLIB_1_1_3CDT 1998 Shawn T. Amundson1998-08-1710-2/+68
* changed the return type for the GModuleCheckInit function to be a string,Tim Janik1998-08-174-8/+25
* feature an extra MODULES parameter, so glib-config can be invoked with theTim Janik1998-08-1713-24/+125
* version bump to 1.1.3, binary age 0, interface age 0.Tim Janik1998-08-1637-661/+2427
* Sun Aug 16 Elliot LeeElliot Lee1998-08-1610-0/+36
* It's GTime now, and it's back!Manish Singh1998-08-1110-6/+32
* minor changes to internal interface.Tim Janik1998-08-105-84/+134
* minor hack to cause SUBDIRS (gmodule) to be build last. we do this byTim Janik1998-08-1013-6/+64
* changelog updatesTim Janik1998-08-099-0/+59
* hm, fixup call sequences for check_init() and de_init().Tim Janik1998-08-092-14/+13
* erm, fix copyright notice.Tim Janik1998-08-091-2/+2
* fix cmopiler warnings. check (de)initialization code.Tim Janik1998-08-095-19/+70
* updatesTim Janik1998-08-091-0/+2
* do we want the .h file also? .... yes! ;)Tim Janik1998-08-092-0/+81
* initial import of gmodule.Tim Janik1998-08-0915-13/+1464
* Fixed some minor comment typos and added myself to AUTHORS in gtk+.Raph Levien1998-08-061-1/+1
* Released GLib 1.1.2GLIB_1_1_2PDT 1998 Shawn T. Amundson1998-08-0513-7/+44
* fix 64-bitness in g_prints, sizeof doesn't seem to return int so I cast itGeorge Lebl1998-08-0510-8/+56
* Released GLib 1.1.1GLIB_1_1_1PDT 1998 Shawn T. Amundson1998-08-0510-1/+37
* version bump to 1.1.1, binary age 1, interface age 0. updates. updates.Tim Janik1998-08-0422-70/+848
* change order of gpointer data; field in struct _GNode to be partly binaryTim Janik1998-08-0312-10/+56
* garray.c (g_ptr_array_remove_index): bugfix: index check for array hasSebastian Wilhelmi1998-08-0310-2/+42
* added a GNode test.Tim Janik1998-07-3118-6/+2428
* Released GLib 1.1.0GLIB_1_1_0CDT 1998 Shawn T. Amundson1998-07-2710-0/+168
* include glib.specTim Janik1998-07-272-2/+4
* news updateTim Janik1998-07-271-0/+19
* #if 0'ed out the GTime definition, until it is definitively needed. #ifTim Janik1998-07-2710-10/+22
* #if 0'ed out the GTime definition, until it is definitively needed.Tim Janik1998-07-2610-2/+48
* DANGER WILL ROBINSON! Ok, normally I don't do things like this, but thisMark Crichton1998-07-2510-2/+50
* indentation fixes.Tim Janik1998-07-2510-562/+640
* new functions to make a scanner scope sensitive wrt symbol lookups.Tim Janik1998-07-2213-277/+617
* typo fixed for alphas for gint64George Lebl1998-07-2110-2/+34
* Add gint64/guint64 if possible (HAVE_GINT64 is defined if we have it,Elliot Lee1998-07-204-0/+32
* feature TMPDIR env variable.Tim Janik1998-07-152-2/+6
* new fuction g_dirname() which returns a newlly allocated string.Tim Janik1998-07-1414-0/+168
* typo fixupsTim Janik1998-07-1110-10/+10
* While we're off changing glib.h, correct some cosmetic nits. No changedManish Singh1998-07-102-22/+22
* new file.Tim Janik1998-07-102-0/+1534
* added a bunch of utility/wrapper functions: g_basename(), g_getcwd(),Tim Janik1998-07-1014-1946/+864
* Renamed g_hash_table_lookup_full to g_hash_table_lookup_extended toLauri Alanko1998-07-0912-10/+58