include <stdlib.h> and <stddef.h> if STDC_HEADERS is defined.
[platform/upstream/glib.git] / glib.h
2000-07-26 Tim Janikinclude <stdlib.h> and <stddef.h> if STDC_HEADERS is...
2000-07-25 Tim Janikapplied patch from Darin Adler <darin@eazel.com> which...
2000-07-20 Sebastian WilhelmiMark the functions g_basename and g_dirname deprecated...
2000-07-20 Sebastian WilhelmiMark the functions g_hash_table_freeze, g_hash_table_th...
2000-07-19 Sebastian Wilhelmiglibconfig.h and glib.h now include files outside of...
2000-07-12 Havoc Pennington#include <gerror.h>
2000-07-08 Tor LillqvistRename the GUTILS_C_VAR macro to GLIB_VAR.
2000-07-03 Owen TaylorComment g_get_codeset() out of the header file temporar...
2000-06-29 Owen Taylorupdated
2000-06-24 Tim Janikdefine gstring in terms of gchar*. this typedef reflect...
2000-06-21 Owen TaylorInitial pass at adding unicode support functions. A...
2000-05-30 Owen TaylorMove the g_locale_get_codeset() up in the header file...
2000-05-29 Owen TaylorAdd function to get the codeset name for the current...
2000-05-19 Tim Janikadded argument assertments.
2000-05-13 Tor Lillqvistmakefile.mingw.in tests/makefile.mingw.in Rename makefi...
2000-05-12 Tim Janikadded gobject
2000-04-28 Sebastian WilhelmiNew File implementing an asynchronous queue to be used...
2000-04-26 Sebastian WilhelmiChanged the 'value' parameter of g_cache_remove from...
2000-04-19 Sebastian WilhelmiMade the debugging G_TRYLOCK call also work for compile...
2000-04-19 Sebastian WilhelmiChanged the win32 part of this function to be thread...
2000-04-18 Sebastian WilhelmiChanged the 'data' parameters from gpointer to gconstpo...
2000-04-18 Sebastian WilhelmiChanged comment for g_getenv to reflect, that the retur...
2000-04-17 Sebastian WilhelmiAdded g_(array|ptr_array|byte_array)_sized_new function...
2000-04-17 Sebastian WilhelmiRenamed g_queue_create to g_queue_new in conformance...
2000-03-21 Sebastian Wilhelmialways define G_GNUC_EXTENSION, even when not needed...
2000-03-17 Sebastian WilhelmiAdded the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIE...
2000-03-01 Tor LillqvistNew function that returns the message string for a...
2000-03-01 Tim Janikminor optimization.
2000-02-17 Havoc Penningtonchanged g_str_hash() to a 31 bit version based on a...
2000-02-03 Tim Janikreturn stolen data from g_datalist_id_remove_no_notify...
2000-02-02 Tor Lillqvistglib.h New functions for conversion between UTF-8 and...
2000-01-26 Tim Janiks/current_time/dispatch_time/ for the dispatch() handle...
2000-01-21 Owen TaylorAdded G_N_ELEMENTS macro to determine the number of...
1999-11-25 Sebastian WilhelmiThis of course should return TRUE in a program with...
1999-11-16 Sebastian WilhelmiRenamed GLIB_SIZEOF_PTHREAD_T to GLIB_SIZEOF_SYSTEM_THR...
1999-11-01 Tor Lillqvistglib.h Rename Win32-only functions from gwin_* to g_win...
1999-10-31 Tor LillqvistDon't crash if removing a nonexistent value.
1999-10-14 Tim Janikremoved useless g_string(x) macro that cluttered the...
1999-10-12 Tor LillqvistDefine the new GLIB_SIZEOF_* constants here, too.
1999-10-12 Tim Janikcompletly new implementation for printf string upper...
1999-10-05 Tor LillqvistDrop the mapping of POSIX function names to the undersc...
1999-10-04 Manish SinghG_OS_FOO #defines. I *think* I got the cygwin and beos...
1999-09-21 Tim Janikdefine NULL as (0L) if __cplusplus is defined, to avoid...
1999-09-17 Tim Janikadd explicit (GTrashStack*) cast for NULL pointer to...
1999-08-17 Tor LillqvistAdd a cast.
1999-08-16 Tim Janikremoved comma
1999-08-15 Tim Janikeliminate memset() call, since string.h has not neccess...
1999-08-02 Tor Lillqvistglib.h gstrfuncs.c Rename g_strccpy to g_strcompress...
1999-08-01 Manish Singhglib.h the #define for g_strescape interfered with...
1999-07-31 Tor LillqvistNew functions.
1999-07-24 Tim Janik18:36. incorporated proposed cleanups from gtk-devel...
1999-07-12 Tor LillqvistCorrect URL for mingw runtime sources.
1999-07-01 Sebastian WilhelmiAdded a g_memmove replacement for platforms without...
1999-06-30 Sebastian WilhelmiFinally removed the g_random_normal and g_rand_normal...
1999-06-17 Sebastian WilhelmiCompleted the thread support in GLib. Thread creation...
1999-05-29 Tor LillqvistBackslashify also '"' characters.
1999-05-12 Tor LillqvistMap fileno to _fileno for mingw32. Map fstat to _fstat.
1999-04-25 Tor LillqvistMore editing. Use gcc, not ld to link. On native Win32...
1999-04-24 Tor Lillqvist Support added for building using a GNU toolchain on...
1999-04-23 BST 1999 Tony GaleFix typo in g_string_ncasecmp macro (by me). Add b_stri...
1999-04-17 BST 1999 Tony GaleAdd new g_string functions for reading from file/socket...
1999-04-12 Sebastian WilhelmiMoved struct declaration up. Style fixes.
1999-04-09 Sebastian WilhelmiNew files to implement the Mersenne Twister Pseudo...
1999-03-17 Tim Janikadded GLIB_CHECK_VERSION() macro similar to GTK_CHECK_V...
1999-03-15 Sebastian WilhelmiAdded the macros G_(U)?INT_(8|16|32|64)_FORMAT to use...
1999-03-09 Jeff GarzikAdded stack, queue ADTs and related tests.
1999-02-24 CST 1999 Shawn T... inserted additional note to look for ChangeLog and...
1999-02-15 Sebastian WilhelmiChanged signature of all g_static_mutex_* functions...
1999-02-15 Tim Janikreturn guints instead of gints for g_hash_table_size and
1999-02-10 Sebastian Wilhelmis/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added...
1999-02-10 Tim Janikfixed errernerous code wrt to thread specific error...
1999-01-17 Tim Janikif !defined (G_LOG_DOMAIN) define G_LOG_DOMAIN as ...
1999-01-17 Tim Janikadded a define G_HOOK_DEFERRED_DESTROY, to substitute...
1999-01-17 Tim Janikincremented version number to 1.1.13, bin age 0, interf...
1999-01-16 Tor LillqvistMerge in current Win32 version. Almost no Unix code...
1999-01-13 Manish Singhdon't use inline for !__GNUC__ case with g_warning...
1999-01-11 Jeff Garzikalloca and vasprintf go away
1999-01-05 Andrew T. Veliathfix macro to be shorthand of g_array_insert_vals.
1999-01-04 Tim Janikadjusted the g_strdup_a, g_strndup_a and g_strconcat3_a...
1999-01-03 Jeff GarzikAdded g_alloca, g_new_a, g_new0_a macros.
1999-01-02 Jeff GarzikHandle NULL strings like g_strdup. s/g_strconcat_a...
1999-01-02 Jeff Garzikadded g_strndup_a macro
1999-01-01 Jeff GarzikAdded two new alloca-based function macros, g_strdup_a...
1998-12-30 Raja R HarinathDefine to G[U]INT64_TO_{LE,BE}, not G[U]INT32_TO_{LE...
1998-12-21 Tim Janikthere was a reference count race for hooks during invoc...
1998-12-19 Owen TaylorAdd #defines defining scale of priorities.
1998-12-19 Tim Janikfixed up sys/poll.h and sys/types.h inclusions.
1998-12-19 Tim Janikfixed up gthread includes, cleaned up glibconfig.h...
1998-12-18 Tim Janiknew function to check whether a main loop has been...
1998-12-17 CST 1998 Shawn T... giounix.c: s/g_main_poll_add/g_main_remove_add/g
1998-12-17 Tim Janikif !G_THREADS_ENABLED, eat the trailing semicolon with...
1998-12-16 Joel Beckerchanged func_data to user_data for g_scanner_scope_symb...
1998-12-16 Tim Janikversion bump to 1.1.8, binary age 0, interface age 0.
1998-12-15 Owen TaylorUse an "inheritance" scheme for IO channel memory alloc...
1998-12-15 Sebastian WilhelmiDont complain, if --without-threads or --with-threads...
1998-12-15 Owen TaylorThis commit merges the glib-threads branch into the...
1998-12-02 Havoc PenningtonRely on GDate::dmy and GDate::Julian flags, rather...
1998-12-02 Owen TaylorMerge main loop into head. This probably breaks Win32...
1998-12-02 Sebastian Wilhelmichanged `gpointer struct_tm_p' parameter of g_date_to_s...
1998-12-02 Tim Janiks/time_t/GTime/ and s/g_print/g_message/ include time.h.
next