summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2000-07-29Finally, a new and improved IO Channel and condition watch implementationTor Lillqvist
2000-07-26applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik
2000-07-26added g_strlcat() and g_strlcpy() wrappers, supplied by David WheelerTim Janik
2000-07-20Mark the functions g_basename and g_dirname deprecated. They will issue anSebastian Wilhelmi
2000-07-14Include the "build" module in GLib, too, to make it more self-contained.Tor Lillqvist
2000-07-14Move glib-config to glib-config-2.0 move glib.m4 to glib-2.0.m4Owen Taylor
2000-06-29updatedOwen Taylor
2000-05-30Implement on Win32.Tor Lillqvist
2000-05-19fixed SIZEOF_LONG==4 assumption with ENABLE_MEM_CHECK, from Art HaasTim Janik
2000-05-13makefile.mingw.in tests/makefile.mingw.in Rename makefile.cygwin(.in) toTor Lillqvist
2000-05-04makefile.cygwin.in Include the common makefile snippet fromTor Lillqvist
2000-05-01Add new functions. Add new object files. Add threadpool-test. No need toTor Lillqvist
2000-04-28New File implementing an asynchronous queue to be used for asynchronousSebastian Wilhelmi
2000-04-19Made the debugging G_TRYLOCK call also work for compilers with funntSebastian Wilhelmi
2000-04-17Renamed g_queue_create to g_queue_new in conformance to all other GLibSebastian Wilhelmi
2000-03-24.cvsignore adaptationSebastian Wilhelmi
2000-03-24Added various win32 related *.in files to EXTRA_DIST to let 'makeSebastian Wilhelmi
2000-03-17Added the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIES warning messages.Sebastian Wilhelmi
2000-03-01minor optimization.Tim Janik
2000-02-17changed g_str_hash() to a 31 bit version based on a submission by KarlHavoc Pennington
1999-11-16updated .cvsignoreSebastian Wilhelmi
1999-11-01glib.h Rename Win32-only functions from gwin_* to g_win32_* to match theTor Lillqvist
1999-10-31Don't crash if removing a nonexistent value.Tor Lillqvist
1999-10-05Use G_OS_WIN32.Tor Lillqvist
1999-10-04G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, butManish Singh
1999-08-02glib.h gstrfuncs.c Rename g_strccpy to g_strcompress and g_strecpy toTor Lillqvist
1999-07-31New functions.Tor Lillqvist
1999-07-2418:36. incorporated proposed cleanups from gtk-devel-list.Tim Janik
1999-07-21 Win32: With the latest gcc (2.95, pre-release), we can have binaryTor Lillqvist
1999-07-12Correct URL for mingw runtime sources.Tor Lillqvist
1999-06-20Update the pthreads snapshot version we want. Advice how to hand-expandTor Lillqvist
1999-06-18Re-order tests in alpha order.Jeff Garzik
1999-06-17small tests/.cvsignore commitSebastian Wilhelmi
1999-06-17Completed the thread support in GLib. Thread creation, prioritizingSebastian Wilhelmi
1999-05-08Correct rules for making the win32-related files that are made fromTor Lillqvist
1999-05-06New files, used to generate corresponding non-.in files when making aTor Lillqvist
1999-04-25Minor details fixed.Tor Lillqvist
1999-04-24 Support added for building using a GNU toolchain on Win32,Tor Lillqvist
1999-04-13Mention the tests directory.Tor Lillqvist
1999-04-12Moved struct declaration up. Style fixes.Sebastian Wilhelmi
1999-04-11be quiet cvsJeff Garzik
1999-04-09New files to implement the Mersenne Twister Pseudo Random NumberSebastian Wilhelmi
1999-03-16Added a test for the G_(U)?INT(16|32|64)_FORMAT andSebastian Wilhelmi
1999-03-14Commented out debugging output.Jeff Garzik
1999-03-09Added stack, queue ADTs and related tests.Jeff Garzik
1999-02-24inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson
1999-01-24- Revert previous "fix" (which really just did things a different way). -EST 1999 Jeff Garzik
1999-01-24- Fixed bug that overwrote nodes in hash buckets instead of adding them toJeff Garzik
1999-01-23cleaned up the errno mess for GETPWUID. we especially don't want toTim Janik
1999-01-21Add braces to eliminate an ambiguous else warning.EST 1999 Jeff Garzik