glib.h New functions for conversion between UTF-8 and the encoding
[platform/upstream/glib.git] / glib / glib.h
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.
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
next