summaryrefslogtreecommitdiff
path: root/glib.h
AgeCommit message (Expand)AuthorFilesLines
1998-10-25no more characters are available if read() returns anything less than 1,Tim Janik1-9/+9
1998-10-21Fix new strfuncs back up (again) - No, incrementing pointers in a loop isElliot Lee1-3/+5
1998-10-21API cleanups of the new g_str* functions for consistency with the existingTim Janik1-31/+36
1998-10-20I swear I'll get it right someday.Elliot Lee1-1/+2
1998-10-20s/str_concatv/strconcatv/Elliot Lee1-1/+1
1998-10-20Move string join/split/free routines from libgnome/gnome-string, rename,Elliot Lee1-0/+21
1998-10-20configure.in added test for endiannessManish Singh1-0/+48
1998-10-08removed functions g_dataset_id_set_destroy and g_datalist_id_set_destroyTim Janik1-27/+25
1998-10-07removed the #pragma } statement after extern "C" {. use (c-set-offsetTim Janik1-15/+13
1998-10-02properly handle the first valid hook to call, it maybe IN_CALL already.Tim Janik1-6/+6
1998-09-30added ghook.c.Tim Janik1-61/+180
1998-09-25version bump to 1.1.4, binary age 0, interface age 0.Tim Janik1-3/+3
1998-09-21added g_renew() which works as g_new() for g_realloc().GLIB_1_1_3aTim Janik1-9/+9
1998-09-21NEWS file update for upcoming release of GLib + GModule version 1.1.3,Tim Janik1-46/+36
1998-09-20This is Josh, commiting as Manish. This is completely new, andManish Singh1-0/+6
1998-09-19minor g_memdup() fixupsTim Janik1-18/+17
1998-09-18Added g_memdup implementationManish Singh1-0/+3
1998-09-18make the datalists a safe type (not using a generic gpointer) by expectingTim Janik1-37/+47
1998-09-17implemented g_datalist_* along the lines of g_dataset, but operates on anTim Janik1-6/+35
1998-09-11explicitely include the prototypes for inline functions to cure gccTim Janik1-14/+16
1998-09-08abandon the use of ATEXIT(), we keep the fallback macros for backwardsTim Janik1-11/+27
1998-09-07check for all three inline keywords individually.Tim Janik1-50/+80
1998-09-06provide proper ATEXIT behavior on NeXTStep by !atexitManish Singh1-1/+5
1998-09-06Define. New define. (g_bit_nth_msf): Use it. Also, add prototype.Tom Tromey1-3/+24
1998-09-05use g_mem_chunk_alloc0() to allocate the memchunk, so the correct size ofTim Janik1-1/+2
1998-09-02make data argument const.Owen Taylor1-13/+13
1998-09-02new function g_strnfill() to return a new string of specified length,Tim Janik1-1/+3
1998-09-02Mostly changes to GArray code. See ChangeLog.Manish Singh1-85/+88
1998-08-24removed this function which was not publically exported in glib.h. toTim Janik1-22/+47
1998-08-19added g_strndupManish Singh1-0/+2
1998-08-18new function g_log_set_always_fatal() to set an additional fatal_mask forTim Janik1-0/+1
1998-08-18if __STRICT_ANSI__ is defined, make `inline' a noop, since strict ANSITim Janik1-0/+12
1998-08-17made private functions static.Tim Janik1-4/+4
1998-08-17feature an extra MODULES parameter, so glib-config can be invoked with theTim Janik1-8/+8
1998-08-16version bump to 1.1.3, binary age 0, interface age 0.Tim Janik1-211/+403
1998-08-16Sun Aug 16 Elliot LeeElliot Lee1-0/+2
1998-08-11It's GTime now, and it's back!Manish Singh1-3/+0
1998-08-04version bump to 1.1.1, binary age 1, interface age 0. updates. updates.Tim Janik1-9/+23
1998-08-03change order of gpointer data; field in struct _GNode to be partly binaryTim Janik1-3/+2
1998-07-31added a GNode test.Tim Janik1-2/+109
1998-07-27#if 0'ed out the GTime definition, until it is definitively needed. #ifTim Janik1-1/+3
1998-07-26#if 0'ed out the GTime definition, until it is definitively needed.Tim Janik1-1/+4
1998-07-25DANGER WILL ROBINSON! Ok, normally I don't do things like this, but thisMark Crichton1-1/+1
1998-07-25indentation fixes.Tim Janik1-29/+29
1998-07-22new functions to make a scanner scope sensitive wrt symbol lookups.Tim Janik1-10/+31
1998-07-21typo fixed for alphas for gint64George Lebl1-1/+1
1998-07-20Add gint64/guint64 if possible (HAVE_GINT64 is defined if we have it,Elliot Lee1-0/+14
1998-07-14new fuction g_dirname() which returns a newlly allocated string.Tim Janik1-0/+1
1998-07-10While we're off changing glib.h, correct some cosmetic nits. No changedManish Singh1-11/+11
1998-07-10added a bunch of utility/wrapper functions: g_basename(), g_getcwd(),Tim Janik1-215/+233