summaryrefslogtreecommitdiff
path: root/tests/testglib.c
AgeCommit message (Expand)AuthorFilesLines
2002-03-28Remove warning about g_print, etc, encoding.Owen Taylor1-1/+3
2001-10-28Add missing g_pattern_match_simple and g_pattern_spec_equal.Tor Lillqvist1-1/+1
2001-09-29cast the string size to gulong and use %lu for printing to avoid 64bitGeorge Lebl1-1/+1
2001-09-20Accept also forward slashes. (But still don't accept them in the otherTor Lillqvist1-7/+10
2001-09-18add simple test for g_path_get_basename().Tim Janik1-0/+9
2001-07-19Add missing const. (g_strsplit): Add g_return_val_if_fail for case ofDarin Adler1-0/+1
2001-07-11Add some generated files.Darin Adler1-0/+2
2001-06-30Patch from Darin Adler (#54166)Owen Taylor1-15/+15
2001-04-20Add a check for the Darwin dynamic linker. Use AC_TRY_LINK when checkingDan Winship1-2/+2
2001-03-09Cygwin support contributed by Stefan Ondrejicka <ondrej@idata.sk>.Tor Lillqvist1-3/+14
2001-03-01Implement on Win32. Append the executable file name suffixes from PATHEXTTor Lillqvist1-1/+1
2001-03-01Remove test for initial double backslash (UNC path), this will of courseTor Lillqvist1-0/+4
2001-02-21Match also UNC paths on Win32.Tor Lillqvist1-0/+4
2001-02-17include string.hHavoc Pennington1-1/+1
2001-01-17Add doc comments. (g_win32_get_package_installation_directory): Add oneTor Lillqvist1-3/+15
2001-01-16Define ENABLE_NLS and GETTEXT_PACKAGE.Tor Lillqvist1-0/+5
2001-01-05Add test for g_path_skip_root().Tor Lillqvist1-7/+50
2000-11-11Improve chance to generate unique names with less effort a bit.Tor Lillqvist1-0/+11
2000-11-10New function, suggested by Havoc earlier this month. (g_mkstemp): Use onlyTor Lillqvist1-0/+72
2000-10-30Introduced new function type GEqualFunc to return TRUE for equal params.Sebastian Wilhelmi1-4/+4
2000-09-07for non-i386 and non-alpha, or non gcc, implement BREAKPOINT() as raise (5Tim Janik1-0/+7
2000-07-26applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik1-4/+4
2000-07-26added g_strlcat() and g_strlcpy() wrappers, supplied by David WheelerTim Janik1-1/+59
2000-07-20Mark the functions g_basename and g_dirname deprecated. They will issue anSebastian Wilhelmi1-2/+2
2000-06-29updatedOwen Taylor1-1/+30
2000-03-01minor optimization.Tim Janik1-2/+13
2000-02-17changed g_str_hash() to a 31 bit version based on a submission by KarlHavoc Pennington1-0/+59
1999-11-01glib.h Rename Win32-only functions from gwin_* to g_win32_* to match theTor Lillqvist1-1/+1
1999-10-31Don't crash if removing a nonexistent value.Tor Lillqvist1-0/+5
1999-10-04G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, butManish Singh1-2/+2
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