summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Add g_strtod & co.Alex Larsson2001-10-242-0/+55
* make struct _GPatternSpec and GMatchType private. (g_pattern_equal): newTim Janik2001-10-133-1/+228
* Convert G_CONVERT_ERROR_NOT_ABSOLUTE_FILE_URI andAlex Larsson2001-10-011-9/+9
* cast the string size to gulong and use %lu for printing to avoid 64bitGeorge Lebl2001-09-291-1/+1
* fix typo (#if->#ifdef) so it compiles again.Manish Singh2001-09-271-0/+1
* Retract my change earlier today. Don't preset autoconf variables in a tryTor Lillqvist2001-09-261-1/+1
* More Win32 automake macros. For .def files: GLIB_DEF, GMODULE_DEF,Tor Lillqvist2001-09-252-23/+9
* 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
* Change so that it works on platforms where isalpha is a macro only,Darin Adler2001-09-172-78/+31
* Add g_build_path(), g_build_filename(), to create separated paths,Owen Taylor2001-09-101-0/+64
* Update. Don't mention pthreads.Tor Lillqvist2001-09-041-13/+7
* Implement.Owen Taylor2001-09-032-1/+221
* After being away for about five months, I'm back working on this... ForTor Lillqvist2001-08-302-10/+13
* Updated name of error from G_CONVERT_ERROR_NOT_LOCAL_FILE toDarin Adler2001-08-272-6/+57
* New functions to convert between local pahtnames and file: uris.Alex Larsson2001-08-262-1/+227
* Implement and document g_ascii_isxxx.Alexander Larsson2001-08-252-16/+192
* Fix bad indenting. I figured I should fix this since I just pointed AlexDarin Adler2001-08-241-22/+24
* Patch from Darin Adler to restore Glib-1.2 handling of empty strings, andOwen Taylor2001-08-241-11/+11
* Added missing \ character.Darin Adler2001-08-191-2/+102
* Find test case for srcdir != builddir, miscellaneous cleanups.Owen Taylor2001-08-122-17/+26
* Modified Files: glib/ChangeLog glib/glib/giochannel.cRon Steinke2001-08-031-11/+1
* Re-checkin.Darin Adler2001-08-031-32/+24
* Improve strfunc test to test the split function in a way that demonstratesDarin Adler2001-08-032-34/+89
* Modified Files: glib/docs/reference/glib/glib-sections.txtRon Steinke2001-07-301-1/+1
* intial implementation of new API functions. Not sure if it behaves asHans Breuer2001-07-211-0/+1
* Modified Files: glib/ChangeLog glib/glib.def glib/glib/giochannel.cRon Steinke2001-07-204-39/+41
* make it compile againHans Breuer2001-07-203-7/+11
* Add missing const. (g_strsplit): Add g_return_val_if_fail for case ofDarin Adler2001-07-1915-0/+15
* Add functions to insert a unichar as UTF-8, since this is reasonablyOwen Taylor2001-07-191-4/+1
* Add some generated files.Darin Adler2001-07-112-0/+3
* Reflect latest g_io_channel_new_file() API changes, useMartin Baulig2001-07-082-2/+2
* Add length arguments to g_utf8_{strup,strdown,casefold,collate_key}.Owen Taylor2001-07-073-8/+8
* Fix.Owen Taylor2001-07-021-0/+1
* Use G_N_ELEMENTS rather than a custom macro.Owen Taylor2001-07-029-26/+3090
* Make some changes to the way that GMainContext works:Owen Taylor2001-06-301-1/+1
* Patch from Darin Adler (#54166)Owen Taylor2001-06-301-15/+15
* Jun 29 13:36:39 2001 Owen Taylor <otaylor@redhat.com>Owen Taylor2001-06-302-0/+140
* Move glib library into a subdirectory, make all GLib include files includeOwen Taylor2001-06-262-2/+18
* Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.Owen Taylor2001-06-235-20/+21
* Added new functions g_strstr_len, g_strrstr and g_strrstr_lenAlex Larsson2001-06-081-1/+7
* Fix to stupid bug in g_random_boolean, also both functions now return 1 orSebastian Wilhelmi2001-05-311-0/+16
* Add test case for the g_qsort_with_data func. It works. This fixes bugSebastian Wilhelmi2001-05-293-0/+30
* Now that we check for a C++ compiler in configure.in anyway, I added aSebastian Wilhelmi2001-05-293-0/+19
* back out change by mitch@convergence.de and apply patch in bug id #52067CEST 2001 Paolo Molaro2001-05-241-0/+10
* Renamed g_thread_create to g_thread_create_full and added macroSebastian Wilhelmi2001-05-183-18/+9
* Moved func and arg members from GRealThread to GThread, such that they canSebastian Wilhelmi2001-05-082-10/+22
* Add a check for the Darwin dynamic linker. Use AC_TRY_LINK when checkingDan Winship2001-04-203-4/+6
* Define _GNU_SOURCE for stpcpyOwen Taylor2001-04-171-9/+28
* Exit with an error message that you should use pkg-config instead.Owen Taylor2001-04-031-1/+2