Age | Commit message (Expand) | Author | Files | Lines |
2001-09-10 | Add g_build_path(), g_build_filename(), to create separated paths, | Owen Taylor | 1 | -0/+64 |
2001-09-04 | Update. Don't mention pthreads. | Tor Lillqvist | 1 | -13/+7 |
2001-09-03 | Implement. | Owen Taylor | 2 | -1/+221 |
2001-08-30 | After being away for about five months, I'm back working on this... For | Tor Lillqvist | 2 | -10/+13 |
2001-08-27 | Updated name of error from G_CONVERT_ERROR_NOT_LOCAL_FILE to | Darin Adler | 2 | -6/+57 |
2001-08-26 | New functions to convert between local pahtnames and file: uris. | Alex Larsson | 2 | -1/+227 |
2001-08-25 | Implement and document g_ascii_isxxx. | Alexander Larsson | 2 | -16/+192 |
2001-08-24 | Fix bad indenting. I figured I should fix this since I just pointed Alex | Darin Adler | 1 | -22/+24 |
2001-08-24 | Patch from Darin Adler to restore Glib-1.2 handling of empty strings, and | Owen Taylor | 1 | -11/+11 |
2001-08-19 | Added missing \ character. | Darin Adler | 1 | -2/+102 |
2001-08-12 | Find test case for srcdir != builddir, miscellaneous cleanups. | Owen Taylor | 2 | -17/+26 |
2001-08-03 | Modified Files: glib/ChangeLog glib/glib/giochannel.c | Ron Steinke | 1 | -11/+1 |
2001-08-03 | Re-checkin. | Darin Adler | 1 | -32/+24 |
2001-08-03 | Improve strfunc test to test the split function in a way that demonstrates | Darin Adler | 2 | -34/+89 |
2001-07-30 | Modified Files: glib/docs/reference/glib/glib-sections.txt | Ron Steinke | 1 | -1/+1 |
2001-07-21 | intial implementation of new API functions. Not sure if it behaves as | Hans Breuer | 1 | -0/+1 |
2001-07-20 | Modified Files: glib/ChangeLog glib/glib.def glib/glib/giochannel.c | Ron Steinke | 4 | -39/+41 |
2001-07-20 | make it compile again | Hans Breuer | 3 | -7/+11 |
2001-07-19 | Add missing const. (g_strsplit): Add g_return_val_if_fail for case of | Darin Adler | 15 | -0/+15 |
2001-07-19 | Add functions to insert a unichar as UTF-8, since this is reasonably | Owen Taylor | 1 | -4/+1 |
2001-07-11 | Add some generated files. | Darin Adler | 2 | -0/+3 |
2001-07-08 | Reflect latest g_io_channel_new_file() API changes, use | Martin Baulig | 2 | -2/+2 |
2001-07-07 | Add length arguments to g_utf8_{strup,strdown,casefold,collate_key}. | Owen Taylor | 3 | -8/+8 |
2001-07-02 | Fix. | Owen Taylor | 1 | -0/+1 |
2001-07-02 | Use G_N_ELEMENTS rather than a custom macro. | Owen Taylor | 9 | -26/+3090 |
2001-06-30 | Make some changes to the way that GMainContext works: | Owen Taylor | 1 | -1/+1 |
2001-06-30 | Patch from Darin Adler (#54166) | Owen Taylor | 1 | -15/+15 |
2001-06-30 | Jun 29 13:36:39 2001 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2 | -0/+140 |
2001-06-26 | Move glib library into a subdirectory, make all GLib include files include | Owen Taylor | 2 | -2/+18 |
2001-06-23 | Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane. | Owen Taylor | 5 | -20/+21 |
2001-06-08 | Added new functions g_strstr_len, g_strrstr and g_strrstr_len | Alex Larsson | 1 | -1/+7 |
2001-05-31 | Fix to stupid bug in g_random_boolean, also both functions now return 1 or | Sebastian Wilhelmi | 1 | -0/+16 |
2001-05-29 | Add test case for the g_qsort_with_data func. It works. This fixes bug | Sebastian Wilhelmi | 3 | -0/+30 |
2001-05-29 | Now that we check for a C++ compiler in configure.in anyway, I added a | Sebastian Wilhelmi | 3 | -0/+19 |
2001-05-24 | back out change by mitch@convergence.de and apply patch in bug id #52067 | CEST 2001 Paolo Molaro | 1 | -0/+10 |
2001-05-18 | Renamed g_thread_create to g_thread_create_full and added macro | Sebastian Wilhelmi | 3 | -18/+9 |
2001-05-08 | Moved func and arg members from GRealThread to GThread, such that they can | Sebastian Wilhelmi | 2 | -10/+22 |
2001-04-20 | Add a check for the Darwin dynamic linker. Use AC_TRY_LINK when checking | Dan Winship | 3 | -4/+6 |
2001-04-17 | Define _GNU_SOURCE for stpcpy | Owen Taylor | 1 | -9/+28 |
2001-04-03 | Exit with an error message that you should use pkg-config instead. | Owen Taylor | 1 | -1/+2 |
2001-03-29 | Add module-test rules. | Tor Lillqvist | 1 | -2/+11 |
2001-03-29 | Updates. Add module-test rules. | Tor Lillqvist | 1 | -8/+19 |
2001-03-26 | -DG_DISABLE_DEPRECATED | Owen Taylor | 1 | -3/+3 |
2001-03-18 | Don't need this after all. | Tor Lillqvist | 1 | -2/+0 |
2001-03-18 | Adding but will remove immediatly; no way to cancel a cvs add? | Tor Lillqvist | 1 | -0/+2 |
2001-03-18 | Add braces to silence gcc -Wall. | Tor Lillqvist | 1 | -0/+7 |
2001-03-18 | Reorder headers to make FreeBSD happy. | Owen Taylor | 1 | -1/+1 |
2001-03-12 | Link with the libgmodule la only on Win32. | Tor Lillqvist | 1 | -2/+3 |
2001-03-10 | Use the _LIBADD dependencies on libglib only on Win32. | Tor Lillqvist | 1 | -6/+7 |
2001-03-09 | Link with libglib, libgthread and libgmodule as appropriate. Use | Tor Lillqvist | 1 | -11/+19 |