summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2001-09-10Add g_build_path(), g_build_filename(), to create separated paths,Owen Taylor1-0/+64
2001-09-04Update. Don't mention pthreads.Tor Lillqvist1-13/+7
2001-09-03Implement.Owen Taylor2-1/+221
2001-08-30After being away for about five months, I'm back working on this... ForTor Lillqvist2-10/+13
2001-08-27Updated name of error from G_CONVERT_ERROR_NOT_LOCAL_FILE toDarin Adler2-6/+57
2001-08-26New functions to convert between local pahtnames and file: uris.Alex Larsson2-1/+227
2001-08-25Implement and document g_ascii_isxxx.Alexander Larsson2-16/+192
2001-08-24Fix bad indenting. I figured I should fix this since I just pointed AlexDarin Adler1-22/+24
2001-08-24Patch from Darin Adler to restore Glib-1.2 handling of empty strings, andOwen Taylor1-11/+11
2001-08-19Added missing \ character.Darin Adler1-2/+102
2001-08-12Find test case for srcdir != builddir, miscellaneous cleanups.Owen Taylor2-17/+26
2001-08-03Modified Files: glib/ChangeLog glib/glib/giochannel.cRon Steinke1-11/+1
2001-08-03Re-checkin.Darin Adler1-32/+24
2001-08-03Improve strfunc test to test the split function in a way that demonstratesDarin Adler2-34/+89
2001-07-30Modified Files: glib/docs/reference/glib/glib-sections.txtRon Steinke1-1/+1
2001-07-21intial implementation of new API functions. Not sure if it behaves asHans Breuer1-0/+1
2001-07-20Modified Files: glib/ChangeLog glib/glib.def glib/glib/giochannel.cRon Steinke4-39/+41
2001-07-20make it compile againHans Breuer3-7/+11
2001-07-19Add missing const. (g_strsplit): Add g_return_val_if_fail for case ofDarin Adler15-0/+15
2001-07-19Add functions to insert a unichar as UTF-8, since this is reasonablyOwen Taylor1-4/+1
2001-07-11Add some generated files.Darin Adler2-0/+3
2001-07-08Reflect latest g_io_channel_new_file() API changes, useMartin Baulig2-2/+2
2001-07-07Add length arguments to g_utf8_{strup,strdown,casefold,collate_key}.Owen Taylor3-8/+8
2001-07-02Fix.Owen Taylor1-0/+1
2001-07-02Use G_N_ELEMENTS rather than a custom macro.Owen Taylor9-26/+3090
2001-06-30Make some changes to the way that GMainContext works:Owen Taylor1-1/+1
2001-06-30Patch from Darin Adler (#54166)Owen Taylor1-15/+15
2001-06-30 Jun 29 13:36:39 2001 Owen Taylor <otaylor@redhat.com>Owen Taylor2-0/+140
2001-06-26Move glib library into a subdirectory, make all GLib include files includeOwen Taylor2-2/+18
2001-06-23Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.Owen Taylor5-20/+21
2001-06-08Added new functions g_strstr_len, g_strrstr and g_strrstr_lenAlex Larsson1-1/+7
2001-05-31Fix to stupid bug in g_random_boolean, also both functions now return 1 orSebastian Wilhelmi1-0/+16
2001-05-29Add test case for the g_qsort_with_data func. It works. This fixes bugSebastian Wilhelmi3-0/+30
2001-05-29Now that we check for a C++ compiler in configure.in anyway, I added aSebastian Wilhelmi3-0/+19
2001-05-24back out change by mitch@convergence.de and apply patch in bug id #52067CEST 2001 Paolo Molaro1-0/+10
2001-05-18Renamed g_thread_create to g_thread_create_full and added macroSebastian Wilhelmi3-18/+9
2001-05-08Moved func and arg members from GRealThread to GThread, such that they canSebastian Wilhelmi2-10/+22
2001-04-20Add a check for the Darwin dynamic linker. Use AC_TRY_LINK when checkingDan Winship3-4/+6
2001-04-17Define _GNU_SOURCE for stpcpyOwen Taylor1-9/+28
2001-04-03Exit with an error message that you should use pkg-config instead.Owen Taylor1-1/+2
2001-03-29Add module-test rules.Tor Lillqvist1-2/+11
2001-03-29Updates. Add module-test rules.Tor Lillqvist1-8/+19
2001-03-26-DG_DISABLE_DEPRECATEDOwen Taylor1-3/+3
2001-03-18Don't need this after all.Tor Lillqvist1-2/+0
2001-03-18Adding but will remove immediatly; no way to cancel a cvs add?Tor Lillqvist1-0/+2
2001-03-18Add braces to silence gcc -Wall.Tor Lillqvist1-0/+7
2001-03-18Reorder headers to make FreeBSD happy.Owen Taylor1-1/+1
2001-03-12Link with the libgmodule la only on Win32.Tor Lillqvist1-2/+3
2001-03-10Use the _LIBADD dependencies on libglib only on Win32.Tor Lillqvist1-6/+7
2001-03-09Link with libglib, libgthread and libgmodule as appropriate. UseTor Lillqvist1-11/+19