| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve chance to generate unique names with less effort a bit. | Tor Lillqvist | 2000-11-11 | 1 | -0/+11 |
* | New function, suggested by Havoc earlier this month. (g_mkstemp): Use only | Tor Lillqvist | 2000-11-10 | 1 | -0/+72 |
* | Introduced new function type GEqualFunc to return TRUE for equal params. | Sebastian Wilhelmi | 2000-10-30 | 1 | -4/+4 |
* | for non-i386 and non-alpha, or non gcc, implement BREAKPOINT() as raise (5 | Tim Janik | 2000-09-07 | 1 | -0/+7 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | added g_strlcat() and g_strlcpy() wrappers, supplied by David Wheeler | Tim Janik | 2000-07-26 | 1 | -1/+59 |
* | Mark the functions g_basename and g_dirname deprecated. They will issue an | Sebastian Wilhelmi | 2000-07-20 | 1 | -2/+2 |
* | updated | Owen Taylor | 2000-06-29 | 1 | -1/+30 |
* | minor optimization. | Tim Janik | 2000-03-01 | 1 | -2/+13 |
* | changed g_str_hash() to a 31 bit version based on a submission by Karl | Havoc Pennington | 2000-02-17 | 1 | -0/+59 |
* | glib.h Rename Win32-only functions from gwin_* to g_win32_* to match the | Tor Lillqvist | 1999-11-01 | 1 | -1/+1 |
* | Don't crash if removing a nonexistent value. | Tor Lillqvist | 1999-10-31 | 1 | -0/+5 |
* | G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, but | Manish Singh | 1999-10-04 | 1 | -2/+2 |
* | Support added for building using a GNU toolchain on Win32, | Tor Lillqvist | 1999-04-24 | 1 | -2/+2 |
* | inserted additional note to look for ChangeLog and AUTHORS file for a log | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+8 |
* | - Fixed bug that overwrote nodes in hash buckets instead of adding them to | Jeff Garzik | 1999-01-24 | 1 | -1/+1 |
* | cleaned up the errno mess for GETPWUID. we especially don't want to | Tim Janik | 1999-01-23 | 1 | -0/+4 |
* | acinclude.m4 ltconfig upgrade to libtool 1.2d (with fixes for irix6 and | Manish Singh | 1999-01-13 | 1 | -6/+0 |
* | alloca and vasprintf go away | Jeff Garzik | 1999-01-11 | 1 | -52/+0 |
* | Make all aux functions static. | Jeff Garzik | 1999-01-09 | 1 | -10/+10 |
* | Added g_alloca, g_new_a, g_new0_a macros. | Jeff Garzik | 1999-01-03 | 1 | -0/+34 |
* | Added g_strdup_printf check | Jeff Garzik | 1999-01-02 | 1 | -0/+8 |
* | Handle NULL strings like g_strdup. s/g_strconcat_a/g_strconcat3_a/ to | Jeff Garzik | 1999-01-02 | 1 | -1/+28 |
* | made the alloca tests follow the testglib style | Manish Singh | 1999-01-02 | 1 | -5/+7 |
* | added g_strndup_a macro | Jeff Garzik | 1999-01-02 | 1 | -2/+24 |
* | Added g_list_sort() and g_slist_sort() to merge sort GLists and GSLists. | Owen Taylor | 1998-11-13 | 1 | -0/+40 |
* | use __extension__ for long long on gcc >= 2.8 and egcs, and provide a | Manish Singh | 1998-11-11 | 1 | -1/+2 |
* | applied glib-tml-981101-1 patch from Tor Lillqvist (ChangeLog entry | Manish Singh | 1998-11-01 | 1 | -4/+4 |
* | reimplemented the endian stuff, using inline asm for x86. #define g_htonl | Manish Singh | 1998-10-27 | 1 | -0/+18 |
* | removed dummy structure definitions for struct _GCache, _GTree, _GTimer, | Tor Lillqvist | 1998-10-27 | 1 | -2/+51 |
* | This is Josh, commiting as Manish. This is completely new, and | Manish Singh | 1998-09-20 | 1 | -0/+37 |
* | check for all three inline keywords individually. | Tim Janik | 1998-09-07 | 1 | -1/+1 |
* | Mostly changes to GArray code. See ChangeLog. | Manish Singh | 1998-09-02 | 1 | -17/+17 |
* | version bump to 1.1.3, binary age 0, interface age 0. | Tim Janik | 1998-08-16 | 1 | -1/+7 |
* | fix 64-bitness in g_prints, sizeof doesn't seem to return int so I cast it | George Lebl | 1998-08-05 | 1 | -4/+4 |
* | version bump to 1.1.1, binary age 1, interface age 0. updates. updates. | Tim Janik | 1998-08-04 | 1 | -9/+29 |
* | added a GNode test. | Tim Janik | 1998-07-31 | 1 | -1/+157 |
* | new fuction g_dirname() which returns a newlly allocated string. | Tim Janik | 1998-07-14 | 1 | -0/+37 |
* | Use GINT_TO_POINTER casts to remove compiler warnings. | Federico Mena Quintero | 1998-06-18 | 1 | -3/+3 |
* | [Changes from josh to sync with his glib stuff -Yosh] | Josh MacDonald | 1998-06-12 | 1 | -0/+109 |
* | Initial revision | Owen Taylor | 1998-06-10 | 1 | -0/+401 |