summaryrefslogtreecommitdiff
path: root/testglib.c
Commit message (Expand)AuthorAgeFilesLines
* Cygwin support contributed by Stefan Ondrejicka <ondrej@idata.sk>.Tor Lillqvist2001-03-091-3/+14
* Implement on Win32. Append the executable file name suffixes from PATHEXTTor Lillqvist2001-03-011-1/+1
* Remove test for initial double backslash (UNC path), this will of courseTor Lillqvist2001-03-011-0/+4
* Match also UNC paths on Win32.Tor Lillqvist2001-02-211-0/+4
* include string.hHavoc Pennington2001-02-171-1/+1
* Add doc comments. (g_win32_get_package_installation_directory): Add oneTor Lillqvist2001-01-171-3/+15
* Define ENABLE_NLS and GETTEXT_PACKAGE.Tor Lillqvist2001-01-161-0/+5
* Add test for g_path_skip_root().Tor Lillqvist2001-01-051-7/+50
* Improve chance to generate unique names with less effort a bit.Tor Lillqvist2000-11-111-0/+11
* New function, suggested by Havoc earlier this month. (g_mkstemp): Use onlyTor Lillqvist2000-11-101-0/+72
* Introduced new function type GEqualFunc to return TRUE for equal params.Sebastian Wilhelmi2000-10-301-4/+4
* for non-i386 and non-alpha, or non gcc, implement BREAKPOINT() as raise (5Tim Janik2000-09-071-0/+7
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* added g_strlcat() and g_strlcpy() wrappers, supplied by David WheelerTim Janik2000-07-261-1/+59
* Mark the functions g_basename and g_dirname deprecated. They will issue anSebastian Wilhelmi2000-07-201-2/+2
* updatedOwen Taylor2000-06-291-1/+30
* minor optimization.Tim Janik2000-03-011-2/+13
* changed g_str_hash() to a 31 bit version based on a submission by KarlHavoc Pennington2000-02-171-0/+59
* glib.h Rename Win32-only functions from gwin_* to g_win32_* to match theTor Lillqvist1999-11-011-1/+1
* Don't crash if removing a nonexistent value.Tor Lillqvist1999-10-311-0/+5
* G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, butManish Singh1999-10-041-2/+2
* Support added for building using a GNU toolchain on Win32,Tor Lillqvist1999-04-241-2/+2
* inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson1999-02-241-0/+8
* - Fixed bug that overwrote nodes in hash buckets instead of adding them toJeff Garzik1999-01-241-1/+1
* cleaned up the errno mess for GETPWUID. we especially don't want toTim Janik1999-01-231-0/+4
* acinclude.m4 ltconfig upgrade to libtool 1.2d (with fixes for irix6 andManish Singh1999-01-131-6/+0
* alloca and vasprintf go awayJeff Garzik1999-01-111-52/+0
* Make all aux functions static.Jeff Garzik1999-01-091-10/+10
* Added g_alloca, g_new_a, g_new0_a macros.Jeff Garzik1999-01-031-0/+34
* Added g_strdup_printf checkJeff Garzik1999-01-021-0/+8
* Handle NULL strings like g_strdup. s/g_strconcat_a/g_strconcat3_a/ toJeff Garzik1999-01-021-1/+28
* made the alloca tests follow the testglib styleManish Singh1999-01-021-5/+7
* added g_strndup_a macroJeff Garzik1999-01-021-2/+24
* Added g_list_sort() and g_slist_sort() to merge sort GLists and GSLists.Owen Taylor1998-11-131-0/+40
* use __extension__ for long long on gcc >= 2.8 and egcs, and provide aManish Singh1998-11-111-1/+2
* applied glib-tml-981101-1 patch from Tor Lillqvist (ChangeLog entryManish Singh1998-11-011-4/+4
* reimplemented the endian stuff, using inline asm for x86. #define g_htonlManish Singh1998-10-271-0/+18
* removed dummy structure definitions for struct _GCache, _GTree, _GTimer,Tor Lillqvist1998-10-271-2/+51
* This is Josh, commiting as Manish. This is completely new, andManish Singh1998-09-201-0/+37
* check for all three inline keywords individually.Tim Janik1998-09-071-1/+1
* Mostly changes to GArray code. See ChangeLog.Manish Singh1998-09-021-17/+17
* version bump to 1.1.3, binary age 0, interface age 0.Tim Janik1998-08-161-1/+7
* fix 64-bitness in g_prints, sizeof doesn't seem to return int so I cast itGeorge Lebl1998-08-051-4/+4
* version bump to 1.1.1, binary age 1, interface age 0. updates. updates.Tim Janik1998-08-041-9/+29
* added a GNode test.Tim Janik1998-07-311-1/+157
* new fuction g_dirname() which returns a newlly allocated string.Tim Janik1998-07-141-0/+37
* Use GINT_TO_POINTER casts to remove compiler warnings.Federico Mena Quintero1998-06-181-3/+3
* [Changes from josh to sync with his glib stuff -Yosh]Josh MacDonald1998-06-121-0/+109
* Initial revisionOwen Taylor1998-06-101-0/+401