summaryrefslogtreecommitdiff
path: root/testglib.c
AgeCommit message (Expand)AuthorFilesLines
1999-04-24 Support added for building using a GNU toolchain on Win32,Tor Lillqvist1-2/+2
1999-02-24inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson1-0/+8
1999-01-24- Fixed bug that overwrote nodes in hash buckets instead of adding them toJeff Garzik1-1/+1
1999-01-23cleaned up the errno mess for GETPWUID. we especially don't want toTim Janik1-0/+4
1999-01-13acinclude.m4 ltconfig upgrade to libtool 1.2d (with fixes for irix6 andManish Singh1-6/+0
1999-01-11alloca and vasprintf go awayJeff Garzik1-52/+0
1999-01-09Make all aux functions static.Jeff Garzik1-10/+10
1999-01-03Added g_alloca, g_new_a, g_new0_a macros.Jeff Garzik1-0/+34
1999-01-02Added g_strdup_printf checkJeff Garzik1-0/+8
1999-01-02Handle NULL strings like g_strdup. s/g_strconcat_a/g_strconcat3_a/ toJeff Garzik1-1/+28
1999-01-02made the alloca tests follow the testglib styleManish Singh1-5/+7
1999-01-02added g_strndup_a macroJeff Garzik1-2/+24
1998-11-13Added g_list_sort() and g_slist_sort() to merge sort GLists and GSLists.Owen Taylor1-0/+40
1998-11-11use __extension__ for long long on gcc >= 2.8 and egcs, and provide aManish Singh1-1/+2
1998-11-01applied glib-tml-981101-1 patch from Tor Lillqvist (ChangeLog entryManish Singh1-4/+4
1998-10-27reimplemented the endian stuff, using inline asm for x86. #define g_htonlManish Singh1-0/+18
1998-10-27removed dummy structure definitions for struct _GCache, _GTree, _GTimer,Tor Lillqvist1-2/+51
1998-09-20This is Josh, commiting as Manish. This is completely new, andManish Singh1-0/+37
1998-09-07check for all three inline keywords individually.Tim Janik1-1/+1
1998-09-02Mostly changes to GArray code. See ChangeLog.Manish Singh1-17/+17
1998-08-16version bump to 1.1.3, binary age 0, interface age 0.Tim Janik1-1/+7
1998-08-05fix 64-bitness in g_prints, sizeof doesn't seem to return int so I cast itGeorge Lebl1-4/+4
1998-08-04version bump to 1.1.1, binary age 1, interface age 0. updates. updates.Tim Janik1-9/+29
1998-07-31added a GNode test.Tim Janik1-1/+157
1998-07-14new fuction g_dirname() which returns a newlly allocated string.Tim Janik1-0/+37
1998-06-18Use GINT_TO_POINTER casts to remove compiler warnings.Federico Mena Quintero1-3/+3
1998-06-12[Changes from josh to sync with his glib stuff -Yosh]Josh MacDonald1-0/+109
1998-06-10Initial revisionOwen Taylor1-0/+401