summaryrefslogtreecommitdiff
path: root/tests/testglib.c
Commit message (Expand)AuthorAgeFilesLines
* glib/gfileutils.c glib/gfileutils.h glib/glib.symbols Rename g_makepath()Tor Lillqvist2005-06-221-19/+19
* New function. Creates a directory including intermediate parentTor Lillqvist2005-06-221-1/+117
* New function. Returns the machine's name, or one of its names. DocumentTor Lillqvist2005-06-221-0/+1
* Minor printout change, now identical as in glib-2-6 branch.Tor Lillqvist2005-03-201-2/+2
* Print more detailled output from the timer tests. Don't print homeTor Lillqvist2005-03-201-5/+11
* Add a function to return a list of applicable locale names. (#95587,Matthias Clasen2004-09-071-0/+2
* Test the new XDG basedir functions.Tor Lillqvist2004-08-261-1/+16
* Trivial warning fix.Matthias Clasen2004-04-221-1/+1
* Add testcases for g_message() involving non-printable and unsafeMatthias Clasen2004-04-221-0/+2
* applied patch from #131937 with slight renames. providesTim Janik2004-02-201-1/+18
* Add g_timer_continue(). (#98536, Tim-Philipp Müller)Owen Taylor2004-01-221-1/+51
* Added G_GSIZE_FORMAT and friends.Manish Singh2003-11-201-5/+5
* === Released 2.3.0 ===Owen Taylor2003-10-231-3/+4
* Use hardcoded name for DLL, as there is no reliable way to determine it atTor Lillqvist2003-09-291-8/+3
* Fix #117925 (Dov Grobgeld):Tor Lillqvist2003-08-161-6/+32
* pull in trio if host printf doesn't have a known way of printing 64-bitManish Singh2002-12-121-6/+0
* add -DG_DISABLED_DEPRECATEDManish Singh2002-10-151-14/+14
* Remove warning about g_print, etc, encoding.Owen Taylor2002-03-281-1/+3
* Add missing g_pattern_match_simple and g_pattern_spec_equal.Tor Lillqvist2001-10-281-1/+1
* cast the string size to gulong and use %lu for printing to avoid 64bitGeorge Lebl2001-09-291-1/+1
* Accept also forward slashes. (But still don't accept them in the otherTor Lillqvist2001-09-201-7/+10
* add simple test for g_path_get_basename().Tim Janik2001-09-181-0/+9
* Add missing const. (g_strsplit): Add g_return_val_if_fail for case ofDarin Adler2001-07-191-0/+1
* Add some generated files.Darin Adler2001-07-111-0/+2
* Patch from Darin Adler (#54166)Owen Taylor2001-06-301-15/+15
* Add a check for the Darwin dynamic linker. Use AC_TRY_LINK when checkingDan Winship2001-04-201-2/+2
* 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