Age | Commit message (Expand) | Author | Files | Lines |
2000-11-02 | Added documentation for asynchronous queues. | Sebastian Wilhelmi | 1 | -0/+2 |
2000-11-02 | Changed unportable __FUNCTION__ to the verbatim function name. | Sebastian Wilhelmi | 1 | -1/+4 |
2000-11-02 | Include sys/select.h (some platforms need it for select). | Sebastian Wilhelmi | 1 | -0/+5 |
2000-10-30 | gutils.c gutils.h gfileutils.c Actually, g_mkstemp() is better suited in | Tor Lillqvist | 1 | -1/+8 |
2000-10-30 | Check for mkstemp. | Tor Lillqvist | 1 | -0/+11 |
2000-10-30 | Introduced new function type GEqualFunc to return TRUE for equal params. | Sebastian Wilhelmi | 1 | -0/+15 |
2000-10-27 | Add gmarkup. | Tor Lillqvist | 1 | -0/+8 |
2000-10-27 | New module to parse a simple markup language | Havoc Pennington | 1 | -0/+13 |
2000-10-26 | Cosmetics. | Tor Lillqvist | 1 | -0/+4 |
2000-10-26 | When the string is ended by a delimiter, return an extra empty string just | Sebastian Wilhelmi | 1 | -0/+7 |
2000-10-25 | added newly added gobject/ headers. | Tim Janik | 1 | -0/+6 |
2000-10-23 | Use one = instead of two, which is plainly wrong. | Sebastian Wilhelmi | 1 | -0/+4 |
2000-10-19 | Pass -DGSPAWN_HELPER when building it. Link with user32.lib. | Tor Lillqvist | 1 | -0/+17 |
2000-10-19 | Change ERROR_OTHER to ERROR_FAILED, add some dummy marking with _(). | Owen Taylor | 1 | -0/+9 |
2000-10-16 | Remove alloca stuff from here. galloca.h takes care of it, correctly. | Tor Lillqvist | 1 | -0/+3 |
2000-10-16 | Add gspawn-win32.c to EXTRA_DIST. | Tor Lillqvist | 1 | -0/+2 |
2000-10-16 | Some more debugging output. (g_io_channel_win32_poll): Remove unused vars. | Tor Lillqvist | 1 | -0/+39 |
2000-10-16 | gmodule: New variable. (dist-hook): Handle $(BUILT_EXTRA_DIST). | Raja R Harinath | 1 | -128/+152 |
2000-10-13 | Added inline documentation. | Sebastian Wilhelmi | 1 | -0/+2 |
2000-10-13 | Readded GFreeFunc, g_node_insert_after and g_find_program_in_path resp., | Sebastian Wilhelmi | 1 | -0/+6 |
2000-10-12 | Adapted accordingly to header separation and GLIB_HAVE_ALLOCA_H renaming. | Sebastian Wilhelmi | 1 | -0/+3 |
2000-10-12 | Added the new headers to glibinclude_HEADERS. | Sebastian Wilhelmi | 1 | -1/+5 |
2000-10-12 | Split glib.h into many header files mostly according to the resp. | Sebastian Wilhelmi | 1 | -0/+18 |
2000-10-12 | Removed cruft from old threading code. | Sebastian Wilhelmi | 1 | -1/+3 |
2000-10-12 | define GLIB_HAVE_ALLOCA_H instead of including alloca.h in glibconfig.h, | Sebastian Wilhelmi | 1 | -0/+5 |
2000-10-09 | Work with beta autoconf 2.50. | Raja R Harinath | 1 | -0/+13 |
2000-10-09 | Use this to specify that 'configure' depends on acglib.m4. | Raja R Harinath | 1 | -1/+6 |
2000-10-09 | Add new files. | Havoc Pennington | 1 | -0/+24 |
2000-10-06 | Fix the Win32-only code to use current API, | Tor Lillqvist | 1 | -0/+3 |
2000-10-06 | Revamp to be like makefile.mingw.in, make the MSVC build actually work | Tor Lillqvist | 1 | -0/+28 |
2000-10-05 | Changed alloca stuff a bit: when we have a working alloca.h, we're not | Sebastian Wilhelmi | 1 | -0/+6 |
2000-10-04 | Reverted my last commit: | Martin Baulig | 1 | -6/+0 |
2000-09-30 | Put the pkg-config scripts back to the correct pkg-config syntax | Martin Baulig | 1 | -7/+0 |
2000-09-29 | Added function to keep symetry with g_node_insert_before. 2000-09-29 | Jonathan Blandford | 1 | -0/+5 |
2000-09-29 | New automake conditional. Only compile the gthread subdirectory if we | Martin Baulig | 1 | -0/+6 |
2000-09-29 | Set this to `$(libexecdir)/pkgconfig'; this is the directory where | Martin Baulig | 1 | -0/+7 |
2000-09-29 | Several minor ANSI C fixes. | Martin Baulig | 1 | -0/+23 |
2000-09-29 | Added errorcheck mutexes. These are activated through the preprocessor | Sebastian Wilhelmi | 1 | -0/+10 |
2000-09-29 | fix indentation (GConvertError): generic error is conventionally called | Havoc Pennington | 1 | -0/+9 |
2000-09-28 | Adjusted the test for an unimplemented getpwuid_r. Info from Michael | Sebastian Wilhelmi | 1 | -0/+4 |
2000-09-28 | Moved determination of G_THREAD_FLAGS before G_THREAD_LIBS. Check for | Sebastian Wilhelmi | 1 | -0/+14 |
2000-09-28 | Some platforms support 64 bit 'long long', but you can not printf or scanf | Sebastian Wilhelmi | 1 | -0/+5 |
2000-09-28 | max_len can't be initialized statically as it might call a function. So do | Sebastian Wilhelmi | 1 | -0/+5 |
2000-09-26 | Add G_GNUC_PURE macro (but don't use it anywhere).GNOME_PRINT_0_24 | Elliot Lee | 1 | -0/+3 |
2000-09-25 | Add a few missing G_GNUC_CONST's. | Elliot Lee | 1 | -0/+3 |
2000-09-21 | Add gconvert.o. Use libiconv. | Tor Lillqvist | 1 | -0/+8 |
2000-09-21 | The last released automake (1.4) still requires AM_PROG_LIBTOOL instead of | Sebastian Wilhelmi | 1 | -0/+6 |
2000-09-19 | Test for the existence of getcwd, and use it only when found. | Sebastian Wilhelmi | 1 | -0/+8 |
2000-09-18 | Implement g_ucs4_to_utf8 which was in | Owen Taylor | 1 | -2/+11 |
2000-09-17 | Sun Sep 17 2000 Elliot Lee <sopwith@redhat.com> Define g_alloca() as an | Elliot Lee | 1 | -0/+4 |