include <stdlib.h> and <stddef.h> if STDC_HEADERS is defined.
[platform/upstream/glib.git] / glib.h
1998-12-01 Havoc PenningtonThere are outstanding issues, but they should be resolv...
1998-11-30 Tim Janikadded g_hook_list_marshal_check() to eventually destroy...
1998-11-26 Tim Janikreverted the g_hash_table_set_key_freefunc() addition...
1998-11-25 PST 1998 Manish... applied glib-tml-981120-0, change log appended below.
1998-11-24 EST 1998 Michael... added GFreeFunc and g_hash_table_set_key_freefunc(...
1998-11-24 Tim Janikremoved the GListAllocator type and its g_*_allocator_...
1998-11-23 Owen Tayloradded g_array_insert_vals() to insert elements at an...
1998-11-23 Tim Janiknew function g_slist_copy() to duplicate a list with...
1998-11-20 Tim Janikadded empty default imlementation so gmodule.so compile...
1998-11-16 Tim Janikfixed off-by-one error, so we don't waste a loop iterat...
1998-11-13 Owen TaylorAdded g_list_sort() and g_slist_sort() to merge sort...
1998-11-11 Manish Singhuse __extension__ for long long on gcc >= 2.8 and egcs...
1998-11-05 Phil SchwanAdded 'strncasecmp' to the list of functions to be...
1998-11-03 Sebastian Wilhelminew function for removing an entry from an array while...
1998-11-02 Manish Singhglib.h endian macros defined using the glibconfig.h...
1998-11-01 Manish Singhapplied glib-tml-981101-1 patch from Tor Lillqvist...
1998-11-01 Raja R HarinathLand glib-rrh-19981025-0.patch.
1998-10-31 Tim Janikremoved old G_ENUM(), G_FLAGS(), G_NV() and G_SV()...
1998-10-28 Manish SinghG_BREAKPOINT for alpha from Robert Wilhelm <robert...
1998-10-28 Tim Janiknew function for file input. rewind the filedescriptor...
1998-10-27 Manish Singhget rid of duplicate #g_htonl and friends in the NATIVE...
1998-10-27 Manish Singhreimplemented the endian stuff, using inline asm for...
1998-10-27 Tor Lillqvistremoved dummy structure definitions for struct _GCache...
1998-10-25 Tim Janikno more characters are available if read() returns...
1998-10-21 Elliot LeeFix new strfuncs back up (again) - No, incrementing...
1998-10-21 Tim JanikAPI cleanups of the new g_str* functions for consistenc...
1998-10-20 Elliot LeeI swear I'll get it right someday.
1998-10-20 Elliot Lees/str_concatv/strconcatv/
1998-10-20 Elliot LeeMove string join/split/free routines from libgnome...
1998-10-20 Manish Singhconfigure.in added test for endianness
1998-10-08 Tim Janikremoved functions g_dataset_id_set_destroy and g_datali...
1998-10-07 Tim Janikremoved the #pragma } statement after extern "C" {...
1998-10-02 Tim Janikproperly handle the first valid hook to call, it maybe...
1998-09-30 Tim Janikadded ghook.c.
1998-09-25 Tim Janikversion bump to 1.1.4, binary age 0, interface age 0.
1998-09-21 Tim Janikadded g_renew() which works as g_new() for g_realloc(). GLIB_1_1_3a
1998-09-21 Tim JanikNEWS file update for upcoming release of GLib + GModule...
1998-09-20 Manish SinghThis is Josh, commiting as Manish. This is completely...
1998-09-19 Tim Janikminor g_memdup() fixups
1998-09-18 Manish SinghAdded g_memdup implementation
1998-09-18 Tim Janikmake the datalists a safe type (not using a generic...
1998-09-17 Tim Janikimplemented g_datalist_* along the lines of g_dataset...
1998-09-11 Tim Janikexplicitely include the prototypes for inline functions...
1998-09-08 Tim Janikabandon the use of ATEXIT(), we keep the fallback macro...
1998-09-07 Tim Janikcheck for all three inline keywords individually.
1998-09-06 Manish Singhprovide proper ATEXIT behavior on NeXTStep by !atexit
1998-09-06 Tom TromeyDefine. New define. (g_bit_nth_msf): Use it. Also,...
1998-09-05 Tim Janikuse g_mem_chunk_alloc0() to allocate the memchunk,...
1998-09-02 Owen Taylormake data argument const.
1998-09-02 Tim Janiknew function g_strnfill() to return a new string of...
1998-09-02 Manish SinghMostly changes to GArray code. See ChangeLog.
1998-08-24 Tim Janikremoved this function which was not publically exported...
1998-08-19 Manish Singhadded g_strndup
1998-08-18 Tim Janiknew function g_log_set_always_fatal() to set an additio...
1998-08-18 Tim Janikif __STRICT_ANSI__ is defined, make `inline' a noop...
1998-08-17 Tim Janikmade private functions static.
1998-08-17 Tim Janikfeature an extra MODULES parameter, so glib-config...
1998-08-16 Tim Janikversion bump to 1.1.3, binary age 0, interface age 0.
1998-08-16 Elliot LeeSun Aug 16 Elliot Lee
1998-08-11 Manish SinghIt's GTime now, and it's back!
1998-08-04 Tim Janikversion bump to 1.1.1, binary age 1, interface age...
1998-08-03 Tim Janikchange order of gpointer data; field in struct _GNode...
1998-07-31 Tim Janikadded a GNode test.
1998-07-27 Tim Janik#if 0'ed out the GTime definition, until it is definiti...
1998-07-26 Tim Janik#if 0'ed out the GTime definition, until it is definiti...
1998-07-25 Mark CrichtonDANGER WILL ROBINSON! Ok, normally I don't do things...
1998-07-25 Tim Janikindentation fixes.
1998-07-22 Tim Janiknew functions to make a scanner scope sensitive wrt...
1998-07-21 George Lebltypo fixed for alphas for gint64
1998-07-20 Elliot LeeAdd gint64/guint64 if possible (HAVE_GINT64 is defined...
1998-07-14 Tim Janiknew fuction g_dirname() which returns a newlly allocate...
1998-07-10 Manish SinghWhile we're off changing glib.h, correct some cosmetic...
1998-07-10 Tim Janikadded a bunch of utility/wrapper functions: g_basename...
1998-07-09 Lauri AlankoRenamed g_hash_table_lookup_full to g_hash_table_lookup...
1998-07-07 Lauri AlankoGeneric hash cleanup, added a function (g_hash_table_lo...
1998-07-04 Manish SinghAdded g_array_length
1998-06-19 Tim Janikremoved g_dataset_try_key, g_dataset_force_id and g_dat...
1998-06-19 Owen TaylorChanged messages for g_return_[val]_if_fail to be somew...
1998-06-12 Tim Janikcleanups of the structure fields (binary incompatible).
1998-06-12 Josh MacDonald[Changes from josh to sync with his glib stuff -Yosh]
1998-06-11 Tim Janiknew function g_dataset_retrive_key. adjusted prealloc...
1998-06-10 Owen TaylorAdded glib.h which was mistakenly in .cvsignore