summaryrefslogtreecommitdiff
path: root/glib.h
AgeCommit message (Expand)AuthorFilesLines
1998-11-03new function for removing an entry from an array while preserving theSebastian Wilhelmi1-27/+42
1998-11-02glib.h endian macros defined using the glibconfig.h mechanism nowManish Singh1-103/+25
1998-11-01applied glib-tml-981101-1 patch from Tor Lillqvist (ChangeLog entryManish Singh1-3/+3
1998-11-01Land glib-rrh-19981025-0.patch.Raja R Harinath1-138/+37
1998-10-31removed old G_ENUM(), G_FLAGS(), G_NV() and G_SV() macros. added macrosTim Janik1-14/+12
1998-10-28G_BREAKPOINT for alpha from Robert Wilhelm <robert@physiol.med.tu-muenchen.de>Manish Singh1-1/+3
1998-10-28new function for file input. rewind the filedescriptor to the currentTim Janik1-0/+1
1998-10-27get rid of duplicate #g_htonl and friends in the NATIVE_WIN32 partManish Singh1-16/+0
1998-10-27reimplemented the endian stuff, using inline asm for x86. #define g_htonlManish Singh1-50/+218
1998-10-27removed dummy structure definitions for struct _GCache, _GTree, _GTimer,Tor Lillqvist1-23/+190
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