| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add g_strtod & co. | Alex Larsson | 2001-10-24 | 2 | -0/+55 |
* | make struct _GPatternSpec and GMatchType private. (g_pattern_equal): new | Tim Janik | 2001-10-13 | 3 | -1/+228 |
* | Convert G_CONVERT_ERROR_NOT_ABSOLUTE_FILE_URI and | Alex Larsson | 2001-10-01 | 1 | -9/+9 |
* | cast the string size to gulong and use %lu for printing to avoid 64bit | George Lebl | 2001-09-29 | 1 | -1/+1 |
* | fix typo (#if->#ifdef) so it compiles again. | Manish Singh | 2001-09-27 | 1 | -0/+1 |
* | Retract my change earlier today. Don't preset autoconf variables in a try | Tor Lillqvist | 2001-09-26 | 1 | -1/+1 |
* | More Win32 automake macros. For .def files: GLIB_DEF, GMODULE_DEF, | Tor Lillqvist | 2001-09-25 | 2 | -23/+9 |
* | Accept also forward slashes. (But still don't accept them in the other | Tor Lillqvist | 2001-09-20 | 1 | -7/+10 |
* | add simple test for g_path_get_basename(). | Tim Janik | 2001-09-18 | 1 | -0/+9 |
* | Change so that it works on platforms where isalpha is a macro only, | Darin Adler | 2001-09-17 | 2 | -78/+31 |
* | Add g_build_path(), g_build_filename(), to create separated paths, | Owen Taylor | 2001-09-10 | 1 | -0/+64 |
* | Update. Don't mention pthreads. | Tor Lillqvist | 2001-09-04 | 1 | -13/+7 |
* | Implement. | Owen Taylor | 2001-09-03 | 2 | -1/+221 |
* | After being away for about five months, I'm back working on this... For | Tor Lillqvist | 2001-08-30 | 2 | -10/+13 |
* | Updated name of error from G_CONVERT_ERROR_NOT_LOCAL_FILE to | Darin Adler | 2001-08-27 | 2 | -6/+57 |
* | New functions to convert between local pahtnames and file: uris. | Alex Larsson | 2001-08-26 | 2 | -1/+227 |
* | Implement and document g_ascii_isxxx. | Alexander Larsson | 2001-08-25 | 2 | -16/+192 |
* | Fix bad indenting. I figured I should fix this since I just pointed Alex | Darin Adler | 2001-08-24 | 1 | -22/+24 |
* | Patch from Darin Adler to restore Glib-1.2 handling of empty strings, and | Owen Taylor | 2001-08-24 | 1 | -11/+11 |
* | Added missing \ character. | Darin Adler | 2001-08-19 | 1 | -2/+102 |
* | Find test case for srcdir != builddir, miscellaneous cleanups. | Owen Taylor | 2001-08-12 | 2 | -17/+26 |
* | Modified Files: glib/ChangeLog glib/glib/giochannel.c | Ron Steinke | 2001-08-03 | 1 | -11/+1 |
* | Re-checkin. | Darin Adler | 2001-08-03 | 1 | -32/+24 |
* | Improve strfunc test to test the split function in a way that demonstrates | Darin Adler | 2001-08-03 | 2 | -34/+89 |
* | Modified Files: glib/docs/reference/glib/glib-sections.txt | Ron Steinke | 2001-07-30 | 1 | -1/+1 |
* | intial implementation of new API functions. Not sure if it behaves as | Hans Breuer | 2001-07-21 | 1 | -0/+1 |
* | Modified Files: glib/ChangeLog glib/glib.def glib/glib/giochannel.c | Ron Steinke | 2001-07-20 | 4 | -39/+41 |
* | make it compile again | Hans Breuer | 2001-07-20 | 3 | -7/+11 |
* | Add missing const. (g_strsplit): Add g_return_val_if_fail for case of | Darin Adler | 2001-07-19 | 15 | -0/+15 |
* | Add functions to insert a unichar as UTF-8, since this is reasonably | Owen Taylor | 2001-07-19 | 1 | -4/+1 |
* | Add some generated files. | Darin Adler | 2001-07-11 | 2 | -0/+3 |
* | Reflect latest g_io_channel_new_file() API changes, use | Martin Baulig | 2001-07-08 | 2 | -2/+2 |
* | Add length arguments to g_utf8_{strup,strdown,casefold,collate_key}. | Owen Taylor | 2001-07-07 | 3 | -8/+8 |
* | Fix. | Owen Taylor | 2001-07-02 | 1 | -0/+1 |
* | Use G_N_ELEMENTS rather than a custom macro. | Owen Taylor | 2001-07-02 | 9 | -26/+3090 |
* | Make some changes to the way that GMainContext works: | Owen Taylor | 2001-06-30 | 1 | -1/+1 |
* | Patch from Darin Adler (#54166) | Owen Taylor | 2001-06-30 | 1 | -15/+15 |
* | Jun 29 13:36:39 2001 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2001-06-30 | 2 | -0/+140 |
* | Move glib library into a subdirectory, make all GLib include files include | Owen Taylor | 2001-06-26 | 2 | -2/+18 |
* | Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane. | Owen Taylor | 2001-06-23 | 5 | -20/+21 |
* | Added new functions g_strstr_len, g_strrstr and g_strrstr_len | Alex Larsson | 2001-06-08 | 1 | -1/+7 |
* | Fix to stupid bug in g_random_boolean, also both functions now return 1 or | Sebastian Wilhelmi | 2001-05-31 | 1 | -0/+16 |
* | Add test case for the g_qsort_with_data func. It works. This fixes bug | Sebastian Wilhelmi | 2001-05-29 | 3 | -0/+30 |
* | Now that we check for a C++ compiler in configure.in anyway, I added a | Sebastian Wilhelmi | 2001-05-29 | 3 | -0/+19 |
* | back out change by mitch@convergence.de and apply patch in bug id #52067 | CEST 2001 Paolo Molaro | 2001-05-24 | 1 | -0/+10 |
* | Renamed g_thread_create to g_thread_create_full and added macro | Sebastian Wilhelmi | 2001-05-18 | 3 | -18/+9 |
* | Moved func and arg members from GRealThread to GThread, such that they can | Sebastian Wilhelmi | 2001-05-08 | 2 | -10/+22 |
* | Add a check for the Darwin dynamic linker. Use AC_TRY_LINK when checking | Dan Winship | 2001-04-20 | 3 | -4/+6 |
* | Define _GNU_SOURCE for stpcpy | Owen Taylor | 2001-04-17 | 1 | -9/+28 |
* | Exit with an error message that you should use pkg-config instead. | Owen Taylor | 2001-04-03 | 1 | -1/+2 |