summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
AgeCommit message (Expand)Author
1998-11-01Land glib-rrh-19981025-0.patch.Raja R Harinath
1998-10-31removed old G_ENUM(), G_FLAGS(), G_NV() and G_SV() macros. added macrosTim Janik
1998-10-28G_BREAKPOINT for alpha from Robert Wilhelm <robert@physiol.med.tu-muenchen.de>Manish Singh
1998-10-28new function for file input. rewind the filedescriptor to the currentTim Janik
1998-10-27get rid of duplicate #g_htonl and friends in the NATIVE_WIN32 partManish Singh
1998-10-27win32 patch from Tor Lillqvist (glib-tml-981027-0), fixes some minorManish Singh
1998-10-27reimplemented the endian stuff, using inline asm for x86. #define g_htonlManish Singh
1998-10-27removed dummy structure definitions for struct _GCache, _GTree, _GTimer,Tor Lillqvist
1998-10-25Released GLib 1.1.4upstream/GLIB_1_1_4CST 1998 Shawn T. Amundson
1998-10-25no more characters are available if read() returns anything less than 1,Tim Janik
1998-10-25small fix to g_node_children_foreach to make it work right. From Paco MoyaManish Singh
1998-10-21reverted part of the changes from Sebastian Wilhelmi (1998-10-20). don'tTim Janik
1998-10-21API cleanups of the new g_str* functions for consistency with the existingTim Janik
1998-10-20Move string join/split/free routines from libgnome/gnome-string, rename,Elliot Lee
1998-10-20made the check for needed underscore in module's func-names work onSebastian Wilhelmi
1998-10-20configure.in added test for endiannessManish Singh
1998-10-08removed functions g_dataset_id_set_destroy and g_datalist_id_set_destroyTim Janik
1998-10-07removed the #pragma } statement after extern "C" {. use (c-set-offsetTim Janik
1998-10-06fixed memory offsett when ENABLE_MEM_CHECK is defined andTim Janik
1998-10-02properly handle the first valid hook to call, it maybe IN_CALL already.Tim Janik
1998-09-30added ghook.c.Tim Janik
1998-09-25version bump to 1.1.4, binary age 0, interface age 0.Tim Janik
1998-09-22Released GLib 1.1.3upstream/GLIB_VERSION_1_1_3CDT 1998 Shawn T. Amundson
1998-09-21added g_renew() which works as g_new() for g_realloc().upstream/GLIB_1_1_3aTim Janik
1998-09-21NEWS file update for upcoming release of GLib + GModule version 1.1.3,Tim Janik
1998-09-20Patch to libtool-1.2b to make --disable-staticOwen Taylor
1998-09-20This is Josh, commiting as Manish. This is completely new, andManish Singh
1998-09-18Added g_memdup implementationManish Singh
1998-09-18make the datalists a safe type (not using a generic gpointer) by expectingTim Janik
1998-09-18check for key_compare_func != NULL (reported by Michal Kara).Tim Janik
1998-09-18removed from repositoryManish Singh
1998-09-17implemented g_datalist_* along the lines of g_dataset, but operates on anTim Janik
1998-09-15Update to libtool-1.2b, change library versioning scheme to dropOwen Taylor
1998-09-11explicitely include the prototypes for inline functions to cure gccTim Janik
1998-09-09added -posix check for NeXTStepManish Singh
1998-09-08abandon the use of ATEXIT(), we keep the fallback macros for backwardsTim Janik
1998-09-08comment the -std1 check and save LIBS properlyManish Singh
1998-09-07check for all three inline keywords individually.Tim Janik
1998-09-07configure.in: added -std1 check for ANSI compliance (from gtk)Manish Singh
1998-09-06provide proper ATEXIT behavior on NeXTStep by !atexitManish Singh
1998-09-06Define. New define. (g_bit_nth_msf): Use it. Also, add prototype.Tom Tromey
1998-09-05use g_mem_chunk_alloc0() to allocate the memchunk, so the correct size ofTim Janik
1998-09-02make data argument const.Owen Taylor
1998-09-02new function g_strnfill() to return a new string of specified length,Tim Janik
1998-09-02Mostly changes to GArray code. See ChangeLog.Manish Singh
1998-08-24removed this function which was not publically exported in glib.h. toTim Janik
1998-08-19gmem.c: add ability to exclude memory chunks from memory profilingElliot Lee
1998-08-19added g_strndupManish Singh
1998-08-18new function g_log_set_always_fatal() to set an additional fatal_mask forTim Janik
1998-08-18if __STRICT_ANSI__ is defined, make `inline' a noop, since strict ANSITim Janik