summaryrefslogtreecommitdiff
path: root/glib.h
AgeCommit message (Expand)AuthorFilesLines
1999-01-03Added g_alloca, g_new_a, g_new0_a macros.Jeff Garzik1-0/+10
1999-01-02Handle NULL strings like g_strdup. s/g_strconcat_a/g_strconcat3_a/ toJeff Garzik1-15/+21
1999-01-02added g_strndup_a macroJeff Garzik1-0/+11
1999-01-01Added two new alloca-based function macros, g_strdup_a and g_strconcat_a.Jeff Garzik1-0/+31
1998-12-30Define to G[U]INT64_TO_{LE,BE}, not G[U]INT32_TO_{LE,BE}.Raja R Harinath1-4/+4
1998-12-21there was a reference count race for hooks during invocation loops. sinceTim Janik1-1/+6
1998-12-19Add #defines defining scale of priorities.Owen Taylor1-0/+8
1998-12-19fixed up sys/poll.h and sys/types.h inclusions.Tim Janik1-25/+6
1998-12-19fixed up gthread includes, cleaned up glibconfig.h a little bit.Tim Janik1-14/+8
1998-12-18new function to check whether a main loop has been quitted. (g_main_new):Tim Janik1-3/+4
1998-12-17giounix.c: s/g_main_poll_add/g_main_remove_add/gCST 1998 Shawn T. Amundson1-2/+2
1998-12-17if !G_THREADS_ENABLED, eat the trailing semicolon with a bogus functionTim Janik1-3/+3
1998-12-16changed func_data to user_data for g_scanner_scope_symbol_foreach()Joel Becker1-1/+1
1998-12-16version bump to 1.1.8, binary age 0, interface age 0.Tim Janik1-314/+299
1998-12-15Use an "inheritance" scheme for IO channel memory allocation.hOwen Taylor1-7/+9
1998-12-15Dont complain, if --without-threads or --with-threads=none is supplied;Sebastian Wilhelmi1-9/+9
1998-12-15This commit merges the glib-threads branch into the mainOwen Taylor1-0/+134
1998-12-02Rely on GDate::dmy and GDate::Julian flags, rather than re-checking theHavoc Pennington1-13/+13
1998-12-02Merge main loop into head. This probably breaks Win32, untilOwen Taylor1-1/+204
1998-12-02changed `gpointer struct_tm_p' parameter of g_date_to_struct_tm back toSebastian Wilhelmi1-1/+3
1998-12-02s/time_t/GTime/ and s/g_print/g_message/ include time.h.Tim Janik1-4/+2
1998-12-01There are outstanding issues, but they should be resolvable in-place. IfHavoc Pennington1-0/+205
1998-11-30added g_hook_list_marshal_check() to eventually destroy hooks after theyTim Janik1-0/+6
1998-11-26reverted the g_hash_table_set_key_freefunc() addition, since it's toTim Janik1-2/+0
1998-11-25applied glib-tml-981120-0, change log appended below.PST 1998 Manish Singh1-30/+3
1998-11-24added GFreeFunc and g_hash_table_set_key_freefunc() prototype. addedEST 1998 Michael K. Johnson1-0/+3
1998-11-24removed the GListAllocator type and its g_*_allocator_*() functionTim Janik1-9/+17
1998-11-23added g_array_insert_vals() to insert elements at an arbitrary index, andOwen Taylor1-0/+5
1998-11-23new function g_slist_copy() to duplicate a list with all its dataTim Janik1-0/+2
1998-11-20added empty default imlementation so gmodule.so compiles on systems thatTim Janik1-1/+1
1998-11-16fixed off-by-one error, so we don't waste a loop iteration if (-1) wasTim Janik1-1/+1
1998-11-13Added g_list_sort() and g_slist_sort() to merge sort GLists and GSLists.Owen Taylor1-0/+4
1998-11-11use __extension__ for long long on gcc >= 2.8 and egcs, and provide aManish Singh1-35/+62
1998-11-05Added 'strncasecmp' to the list of functions to be searched for. Added aPhil Schwan1-0/+3
1998-11-03new function for removing an entry from an array while preserving theSebastian Wilhelmi1-27/+42
1998-11-02glib.h endian macros defined using the glibconfig.h mechanism nowManish Singh1-103/+25
1998-11-01applied glib-tml-981101-1 patch from Tor Lillqvist (ChangeLog entryManish Singh1-3/+3
1998-11-01Land glib-rrh-19981025-0.patch.Raja R Harinath1-138/+37
1998-10-31removed old G_ENUM(), G_FLAGS(), G_NV() and G_SV() macros. added macrosTim Janik1-14/+12
1998-10-28G_BREAKPOINT for alpha from Robert Wilhelm <robert@physiol.med.tu-muenchen.de>Manish Singh1-1/+3
1998-10-28new function for file input. rewind the filedescriptor to the currentTim Janik1-0/+1
1998-10-27get rid of duplicate #g_htonl and friends in the NATIVE_WIN32 partManish Singh1-16/+0
1998-10-27reimplemented the endian stuff, using inline asm for x86. #define g_htonlManish Singh1-50/+218
1998-10-27removed dummy structure definitions for struct _GCache, _GTree, _GTimer,Tor Lillqvist1-23/+190
1998-10-25no more characters are available if read() returns anything less than 1,Tim Janik1-9/+9
1998-10-21Fix new strfuncs back up (again) - No, incrementing pointers in a loop isElliot Lee1-3/+5
1998-10-21API cleanups of the new g_str* functions for consistency with the existingTim Janik1-31/+36
1998-10-20I swear I'll get it right someday.Elliot Lee1-1/+2
1998-10-20s/str_concatv/strconcatv/Elliot Lee1-1/+1
1998-10-20Move string join/split/free routines from libgnome/gnome-string, rename,Elliot Lee1-0/+21