2000-01-26 |
Tim Janik | s/current_time/dispatch_time/ for the dispatch() handlers...
|
commit | commitdiff | tree |
2000-01-09 |
Tim Janik | correctly fetch the current locale, fix from owen.
|
commit | commitdiff | tree |
1999-10-17 |
Sebastian Wilhelmi | remove g_dataset_global_lock around destroy() notification...
|
commit | commitdiff | tree |
1999-10-14 |
Tim Janik | removed useless g_string(x) macro that cluttered the...
|
commit | commitdiff | tree |
1999-10-12 |
Tim Janik | completly new implementation for printf string upper...
|
commit | commitdiff | tree |
1999-09-21 |
Tim Janik | define NULL as (0L) if __cplusplus is defined, to avoid...
|
commit | commitdiff | tree |
1999-09-17 |
Tim Janik | applied patch from Soeren Sandmann <sandmann@daimi...
|
commit | commitdiff | tree |
1999-09-17 |
Tim Janik | add explicit (GTrashStack*) cast for NULL pointer to...
|
commit | commitdiff | tree |
1999-09-13 |
Tim Janik | in case we have to abort the program, debugging is...
|
commit | commitdiff | tree |
1999-08-26 |
Tim Janik | added --export-dynamic so we can load dynmic modules...
|
commit | commitdiff | tree |
1999-08-16 |
Tim Janik | removed comma
|
commit | commitdiff | tree |
1999-08-15 |
Tim Janik | eliminate memset() call, since string.h has not neccessarily...
|
commit | commitdiff | tree |
1999-07-24 |
Tim Janik | 18:36. incorporated proposed cleanups from gtk-devel...
|
commit | commitdiff | tree |
1999-03-17 |
Tim Janik | added GLIB_CHECK_VERSION() macro similar to GTK_CHECK_VERSION().
|
commit | commitdiff | tree |
1999-03-17 |
Sebastian Wilhelmi | Sun Mar 14 17:50:35 1999 Tim Janik <timj@gtk.org>
|
commit | commitdiff | tree |
1999-02-27 |
Tim Janik | moved old ChangeLog to ChangeLog.pre-1-2, and started...
|
commit | commitdiff | tree |
1999-02-18 |
Tim Janik | plugged a memory leak, reported by Koen D'Hondt <ripley...
|
commit | commitdiff | tree |
1999-02-15 |
Tim Janik | default to yes for development trees.
|
commit | commitdiff | tree |
1999-02-15 |
Tim Janik | return guints instead of gints for g_hash_table_size and
|
commit | commitdiff | tree |
1999-02-10 |
Tim Janik | be more descriptive on unsupported systems.
|
commit | commitdiff | tree |
1999-02-10 |
Tim Janik | fixed errernerous code wrt to thread specific error...
|
commit | commitdiff | tree |
1999-01-27 |
Tim Janik | applied patch from Andrej Borsenkow <borsenkow.msk...
|
commit | commitdiff | tree |
1999-01-24 |
Tim Janik | reverted raja's changes, since they leaked a struct...
|
commit | commitdiff | tree |
1999-01-23 |
Tim Janik | cleaned up the errno mess for GETPWUID. we especially...
|
commit | commitdiff | tree |
1999-01-17 |
Tim Janik | updates for 1.1.13.
|
commit | commitdiff | tree |
1999-01-17 |
Tim Janik | fixed assertment vs. assertion
|
commit | commitdiff | tree |
1999-01-17 |
Tim Janik | removed assertment about rtree->root being NULL, so...
|
commit | commitdiff | tree |
1999-01-17 |
Tim Janik | if !defined (G_LOG_DOMAIN) define G_LOG_DOMAIN as ...
|
commit | commitdiff | tree |
1999-01-17 |
Tim Janik | added a define G_HOOK_DEFERRED_DESTROY, to substitute...
|
commit | commitdiff | tree |
1999-01-17 |
Tim Janik | fix yet another small glitch
|
commit | commitdiff | tree |
1999-01-17 |
Tim Janik | reentrancy fixups
|
commit | commitdiff | tree |
1999-01-17 |
Tim Janik | incremented version number to 1.1.13, bin age 0, interface...
|
commit | commitdiff | tree |
1999-01-13 |
Tim Janik | small fix so it compiles for me
|
commit | commitdiff | tree |
1999-01-04 |
Tim Janik | eliminated extraneous "register" qualifiers in variable...
|
commit | commitdiff | tree |
1999-01-04 |
Tim Janik | adjusted the g_strdup_a, g_strndup_a and g_strconcat3_a...
|
commit | commitdiff | tree |
1999-01-02 |
Tim Janik | avoid unneccessary extra hook referencing (the explicit...
|
commit | commitdiff | tree |
1998-12-22 |
Tim Janik | fixed buglet that could cause bogus warnings.
|
commit | commitdiff | tree |
1998-12-21 |
Tim Janik | there was a reference count race for hooks during invocation...
|
commit | commitdiff | tree |
1998-12-21 |
Tim Janik | default initialize source_timeout with -1 so we have...
|
commit | commitdiff | tree |
1998-12-19 |
Tim Janik | fixed a minor bug that would let configures bail out...
|
commit | commitdiff | tree |
1998-12-19 |
Tim Janik | add glibconfig-sysdefs.h to .cvsignore
|
commit | commitdiff | tree |
1998-12-19 |
Tim Janik | fixed up sys/poll.h and sys/types.h inclusions.
|
commit | commitdiff | tree |
1998-12-19 |
Tim Janik | fixed up gthread includes, cleaned up glibconfig.h...
|
commit | commitdiff | tree |
1998-12-18 |
Tim Janik | new function to check whether a main loop has been...
|
commit | commitdiff | tree |
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 |
next |