summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2001-08-19Added missing \ character.Darin Adler
2001-08-12Find test case for srcdir != builddir, miscellaneous cleanups.Owen Taylor
2001-08-03Modified Files: glib/ChangeLog glib/glib/giochannel.cRon Steinke
2001-08-03Re-checkin.Darin Adler
2001-08-03Improve strfunc test to test the split function in a way that demonstratesDarin Adler
2001-07-30Modified Files: glib/docs/reference/glib/glib-sections.txtRon Steinke
2001-07-21intial implementation of new API functions. Not sure if it behaves asHans Breuer
2001-07-20Modified Files: glib/ChangeLog glib/glib.def glib/glib/giochannel.cRon Steinke
2001-07-20make it compile againHans Breuer
2001-07-19Add missing const. (g_strsplit): Add g_return_val_if_fail for case ofDarin Adler
2001-07-19Add functions to insert a unichar as UTF-8, since this is reasonablyOwen Taylor
2001-07-11Add some generated files.Darin Adler
2001-07-08Reflect latest g_io_channel_new_file() API changes, useMartin Baulig
2001-07-07Add length arguments to g_utf8_{strup,strdown,casefold,collate_key}.Owen Taylor
2001-07-02Fix.Owen Taylor
2001-07-02Use G_N_ELEMENTS rather than a custom macro.Owen Taylor
2001-06-30Make some changes to the way that GMainContext works:Owen Taylor
2001-06-30Patch from Darin Adler (#54166)Owen Taylor
2001-06-30 Jun 29 13:36:39 2001 Owen Taylor <otaylor@redhat.com>Owen Taylor
2001-06-26Move glib library into a subdirectory, make all GLib include files includeOwen Taylor
2001-06-23Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.Owen Taylor
2001-06-08Added new functions g_strstr_len, g_strrstr and g_strrstr_lenAlex Larsson
2001-05-31Fix to stupid bug in g_random_boolean, also both functions now return 1 orSebastian Wilhelmi
2001-05-29Add test case for the g_qsort_with_data func. It works. This fixes bugSebastian Wilhelmi
2001-05-29Now that we check for a C++ compiler in configure.in anyway, I added aSebastian Wilhelmi
2001-05-24back out change by mitch@convergence.de and apply patch in bug id #52067CEST 2001 Paolo Molaro
2001-05-18Renamed g_thread_create to g_thread_create_full and added macroSebastian Wilhelmi
2001-05-08Moved func and arg members from GRealThread to GThread, such that they canSebastian Wilhelmi
2001-04-20Add a check for the Darwin dynamic linker. Use AC_TRY_LINK when checkingDan Winship
2001-04-17Define _GNU_SOURCE for stpcpyOwen Taylor
2001-04-03Exit with an error message that you should use pkg-config instead.Owen Taylor
2001-03-29Add module-test rules.Tor Lillqvist
2001-03-29Updates. Add module-test rules.Tor Lillqvist
2001-03-26-DG_DISABLE_DEPRECATEDOwen Taylor
2001-03-18Don't need this after all.Tor Lillqvist
2001-03-18Adding but will remove immediatly; no way to cancel a cvs add?Tor Lillqvist
2001-03-18Add braces to silence gcc -Wall.Tor Lillqvist
2001-03-18Reorder headers to make FreeBSD happy.Owen Taylor
2001-03-12Link with the libgmodule la only on Win32.Tor Lillqvist
2001-03-10Use the _LIBADD dependencies on libglib only on Win32.Tor Lillqvist
2001-03-09Link with libglib, libgthread and libgmodule as appropriate. UseTor Lillqvist
2001-03-09Cygwin support contributed by Stefan Ondrejicka <ondrej@idata.sk>.Tor Lillqvist
2001-03-01Implement on Win32. Append the executable file name suffixes from PATHEXTTor Lillqvist
2001-03-01Remove test for initial double backslash (UNC path), this will of courseTor Lillqvist
2001-02-21Match also UNC paths on Win32.Tor Lillqvist
2001-02-17include string.hHavoc Pennington
2001-02-13Added functions g_static_rec_mutex_init, g_static_rec_mutex_free,Sebastian Wilhelmi
2001-02-06.cvsignore updatesSebastian Wilhelmi
2001-02-03Change order of libs, put progs_LDADD last. Needed for cygwin, saysTor Lillqvist
2001-01-25makefile.mingw.in Protect the rule to rebuild makefile.mingw ifTor Lillqvist