1998-12-17 |
Tim Janik | if !G_THREADS_ENABLED, eat the trailing semicolon with...
|
commit | commitdiff | tree |
1998-12-17 |
Tim Janik | -DG_LOG_DOMAIN="GThread", we don't need an extern variable...
|
commit | commitdiff | tree |
1998-12-16 |
Tim Janik | version bump to 1.1.8, binary age 0, interface age 0.
|
commit | commitdiff | tree |
1998-12-16 |
Tim Janik | fixed library and flag ordering for --libs
|
commit | commitdiff | tree |
1998-12-13 |
Tim Janik | always define G_HAVE_INLINE if __cplusplus is defined...
|
commit | commitdiff | tree |
1998-12-02 |
Tim Janik | s/time_t/GTime/ and s/g_print/g_message/ include time.h.
|
commit | commitdiff | tree |
1998-11-30 |
Tim Janik | added g_hook_list_marshal_check() to eventually destroy...
|
commit | commitdiff | tree |
1998-11-28 |
Tim Janik | implemented incremental freezing facility.
|
commit | commitdiff | tree |
1998-11-26 |
Tim Janik | reverted the g_hash_table_set_key_freefunc() addition...
|
commit | commitdiff | tree |
1998-11-24 |
Tim Janik | removed the GListAllocator type and its g_*_allocator_...
|
commit | commitdiff | tree |
1998-11-23 |
Tim Janik | new function g_slist_copy() to duplicate a list with...
|
commit | commitdiff | tree |
1998-11-20 |
Tim Janik | added empty default imlementation so gmodule.so compiles...
|
commit | commitdiff | tree |
1998-11-16 |
Tim Janik | fixed off-by-one error, so we don't waste a loop iteration...
|
commit | commitdiff | tree |
1998-10-31 |
Tim Janik | removed old G_ENUM(), G_FLAGS(), G_NV() and G_SV()...
|
commit | commitdiff | tree |
1998-10-28 |
Tim Janik | new function for file input. rewind the filedescriptor...
|
commit | commitdiff | tree |
1998-10-27 |
Tim Janik | oops, this one was private ;)
|
commit | commitdiff | tree |
1998-10-27 |
Tor Lillqvist | removed dummy structure definitions for struct _GCache...
|
commit | commitdiff | tree |
1998-10-27 |
Tor Lillqvist | removed dummy structure definitions for struct _GCache...
|
commit | commitdiff | tree |
1998-10-25 |
Tim Janik | no more characters are available if read() returns...
|
commit | commitdiff | tree |
1998-10-21 |
Tim Janik | reverted part of the changes from Sebastian Wilhelmi...
|
commit | commitdiff | tree |
1998-10-21 |
Tim Janik | API cleanups of the new g_str* functions for consistency...
|
commit | commitdiff | tree |
1998-10-08 |
Tim Janik | removed functions g_dataset_id_set_destroy and g_datalist_id...
|
commit | commitdiff | tree |
1998-10-07 |
Tim Janik | removed the #pragma } statement after extern "C" {...
|
commit | commitdiff | tree |
1998-10-06 |
Tim Janik | fixed memory offsett when ENABLE_MEM_CHECK is defined and
|
commit | commitdiff | tree |
1998-10-02 |
Tim Janik | properly handle the first valid hook to call, it maybe...
|
commit | commitdiff | tree |
1998-09-30 |
Tim Janik | added ghook.c.
|
commit | commitdiff | tree |
1998-09-25 |
Tim Janik | version bump to 1.1.4, binary age 0, interface age 0.
|
commit | commitdiff | tree |
1998-09-21 |
Tim Janik | added g_renew() which works as g_new() for g_realloc().
|
commit | commitdiff | tree |
1998-09-21 |
Tim Janik | NEWS file update for upcoming release of GLib + GModule...
|
commit | commitdiff | tree |
1998-09-19 |
Tim Janik | minor g_memdup() fixups
|
commit | commitdiff | tree |
1998-09-18 |
Tim Janik | make the datalists a safe type (not using a generic...
|
commit | commitdiff | tree |
1998-09-18 |
Tim Janik | check for key_compare_func != NULL (reported by Michal...
|
commit | commitdiff | tree |
1998-09-17 |
Tim Janik | implemented g_datalist_* along the lines of g_dataset...
|
commit | commitdiff | tree |
1998-09-11 |
Tim Janik | explicitely include the prototypes for inline functions...
|
commit | commitdiff | tree |
1998-09-08 |
Tim Janik | minor fixup
|
commit | commitdiff | tree |
1998-09-08 |
Tim Janik | abandon the use of ATEXIT(), we keep the fallback macros...
|
commit | commitdiff | tree |
1998-09-07 |
Tim Janik | check for all three inline keywords individually.
|
commit | commitdiff | tree |
1998-09-05 |
Tim Janik | use g_mem_chunk_alloc0() to allocate the memchunk,...
|
commit | commitdiff | tree |
1998-09-02 |
Tim Janik | new function g_strnfill() to return a new string of...
|
commit | commitdiff | tree |
1998-08-24 |
Tim Janik | removed this function which was not publically exported...
|
commit | commitdiff | tree |
1998-08-20 |
Tim Janik | provide no operation implementation for the underlying...
|
commit | commitdiff | tree |
1998-08-18 |
Tim Janik | new function g_log_set_always_fatal() to set an additional...
|
commit | commitdiff | tree |
1998-08-18 |
Tim Janik | if __STRICT_ANSI__ is defined, make `inline' a noop...
|
commit | commitdiff | tree |
1998-08-17 |
Tim Janik | made private functions static.
|
commit | commitdiff | tree |
1998-08-17 |
Tim Janik | indentation fix.
|
commit | commitdiff | tree |
1998-08-17 |
Tim Janik | changed the return type for the GModuleCheckInit function...
|
commit | commitdiff | tree |
1998-08-17 |
Tim Janik | feature an extra MODULES parameter, so glib-config...
|
commit | commitdiff | tree |
1998-08-16 |
Tim Janik | version bump to 1.1.3, binary age 0, interface age 0.
|
commit | commitdiff | tree |
1998-08-10 |
Tim Janik | minor changes to internal interface.
|
commit | commitdiff | tree |
1998-08-10 |
Tim Janik | minor hack to cause SUBDIRS (gmodule) to be build last...
|
commit | commitdiff | tree |
1998-08-09 |
Tim Janik | changelog updates
|
commit | commitdiff | tree |
1998-08-09 |
Tim Janik | hm, fixup call sequences for check_init() and de_init().
|
commit | commitdiff | tree |
1998-08-09 |
Tim Janik | erm, fix copyright notice.
|
commit | commitdiff | tree |
1998-08-09 |
Tim Janik | fix cmopiler warnings. check (de)initialization code.
|
commit | commitdiff | tree |
1998-08-09 |
Tim Janik | updates
|
commit | commitdiff | tree |
1998-08-09 |
Tim Janik | do we want the .h file also? .... yes! ;)
|
commit | commitdiff | tree |
1998-08-09 |
Tim Janik | initial import of gmodule.
|
commit | commitdiff | tree |
1998-08-04 |
Tim Janik | version bump to 1.1.1, binary age 1, interface age...
|
commit | commitdiff | tree |
1998-08-03 |
Tim Janik | change order of gpointer data; field in struct _GNode...
|
commit | commitdiff | tree |
1998-07-31 |
Tim Janik | added a GNode test.
|
commit | commitdiff | tree |
1998-07-27 |
Tim Janik | include glib.spec
|
commit | commitdiff | tree |
1998-07-27 |
Tim Janik | news update
|
commit | commitdiff | tree |
1998-07-27 |
Tim Janik | #if 0'ed out the GTime definition, until it is definitively...
|
commit | commitdiff | tree |
1998-07-26 |
Tim Janik | #if 0'ed out the GTime definition, until it is definitively...
|
commit | commitdiff | tree |
1998-07-25 |
Tim Janik | indentation fixes.
|
commit | commitdiff | tree |
1998-07-22 |
Tim Janik | new functions to make a scanner scope sensitive wrt...
|
commit | commitdiff | tree |
1998-07-15 |
Tim Janik | feature TMPDIR env variable.
|
commit | commitdiff | tree |
1998-07-14 |
Tim Janik | new fuction g_dirname() which returns a newlly allocated...
|
commit | commitdiff | tree |
1998-07-11 |
Tim Janik | typo fixups
|
commit | commitdiff | tree |
1998-07-10 |
Tim Janik | new file.
|
commit | commitdiff | tree |
1998-07-10 |
Tim Janik | added a bunch of utility/wrapper functions: g_basename...
|
commit | commitdiff | tree |
1998-06-30 |
Tim Janik | take symbol_2_token into account. react on valid/invalid...
|
commit | commitdiff | tree |
1998-06-19 |
Tim Janik | removed g_dataset_try_key, g_dataset_force_id and g_dataset_...
|
commit | commitdiff | tree |
1998-06-12 |
Tim Janik | cleanups of the structure fields (binary incompatible).
|
commit | commitdiff | tree |
1998-06-11 |
Tim Janik | new function g_dataset_retrive_key. adjusted prealloc...
|
commit | commitdiff | tree |
|