Age | Commit message (Expand) | Author | Files | Lines |
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 |
2001-03-09 | Cygwin support contributed by Stefan Ondrejicka <ondrej@idata.sk>. | Tor Lillqvist | 1 | -3/+14 |
2001-03-01 | Implement on Win32. Append the executable file name suffixes from PATHEXT | Tor Lillqvist | 1 | -1/+1 |
2001-03-01 | Remove test for initial double backslash (UNC path), this will of course | Tor Lillqvist | 1 | -0/+4 |
2001-02-21 | Match also UNC paths on Win32. | Tor Lillqvist | 4 | -0/+14 |
2001-02-17 | include string.h | Havoc Pennington | 1 | -1/+1 |
2001-02-13 | Added functions g_static_rec_mutex_init, g_static_rec_mutex_free, | Sebastian Wilhelmi | 1 | -9/+56 |
2001-02-06 | .cvsignore updates | Sebastian Wilhelmi | 1 | -0/+1 |
2001-02-03 | Change order of libs, put progs_LDADD last. Needed for cygwin, says | Tor Lillqvist | 1 | -2/+2 |
2001-01-25 | makefile.mingw.in Protect the rule to rebuild makefile.mingw if | Tor Lillqvist | 1 | -0/+2 |
2001-01-25 | Socket support rewritten. It was utterly broken, and untested in fact. We | Tor Lillqvist | 2 | -13/+115 |
2001-01-17 | Add doc comments. (g_win32_get_package_installation_directory): Add one | Tor Lillqvist | 1 | -3/+15 |
2001-01-16 | Define ENABLE_NLS and GETTEXT_PACKAGE. | Tor Lillqvist | 1 | -0/+5 |
2001-01-06 | Get len using strlen() if arg is negative in the Win32 code, too. | Tor Lillqvist | 4 | -7/+25 |
2001-01-05 | move $enable_debug down below checks for GCC to avoid setting CFLAGS | Owen Taylor | 4 | -3/+713 |
2001-01-05 | Add test for g_path_skip_root(). | Tor Lillqvist | 1 | -7/+50 |
2001-01-04 | -I$(top_srcdir)/gmodule, fix from Michael Meeks | Havoc Pennington | 1 | -1/+1 |
2000-12-24 | New gcompat.h header file as recommended by Havoc. | Ali Abdin | 2 | -94/+94 |
2000-12-22 | Determine the suffix of the shared librarries for this system. This is | Sebastian Wilhelmi | 5 | -0/+354 |
2000-12-08 | Rearrange into other veriables, and include run-markup-tests.sh. | Raja R Harinath | 2 | -9/+16 |
2000-12-08 | move markup-test to noinst_PROGRAMS; it isn't a proper test, the proper | Havoc Pennington | 1 | -3/+2 |
2000-12-07 | Add a bunch of unrefs. | Owen Taylor | 1 | -0/+4 |
2000-12-07 | add g_strdupv test | Havoc Pennington | 1 | -2/+12 |
2000-12-05 | Major change in API for creating sources to handle multiple main loops | Owen Taylor | 5 | -0/+844 |
2000-12-01 | Include make.msc from GLib's build subdir. | Tor Lillqvist | 1 | -1/+1 |
2000-11-28 | Fix warnings. | Elliot Lee | 1 | -1/+0 |
2000-11-17 | Released 1.3.2GLIB_1_3_2 | Owen Taylor | 1 | -4/+8 |
2000-11-11 | Improve chance to generate unique names with less effort a bit. | Tor Lillqvist | 1 | -0/+11 |
2000-11-10 | New function, suggested by Havoc earlier this month. (g_mkstemp): Use only | Tor Lillqvist | 1 | -0/+72 |
2000-10-30 | Introduced new function type GEqualFunc to return TRUE for equal params. | Sebastian Wilhelmi | 2 | -12/+10 |
2000-10-27 | Add gmarkup. | Tor Lillqvist | 2 | -6/+6 |
2000-10-27 | .cvsignore updates | Sebastian Wilhelmi | 1 | -0/+1 |
2000-10-27 | New module to parse a simple markup language | Havoc Pennington | 39 | -0/+375 |
2000-10-16 | Some more debugging output. (g_io_channel_win32_poll): Remove unused vars. | Tor Lillqvist | 3 | -0/+32 |
2000-10-16 | gmodule: New variable. (dist-hook): Handle $(BUILT_EXTRA_DIST). | Raja R Harinath | 1 | -2/+10 |
2000-10-12 | .cvsignore updates | Sebastian Wilhelmi | 1 | -0/+2 |
2000-10-09 | Add new files. | Havoc Pennington | 3 | -1/+293 |
2000-10-06 | Fix the Win32-only code to use current API, | Tor Lillqvist | 2 | -1/+5 |
2000-10-06 | Revamp to be like makefile.mingw.in, make the MSVC build actually work | Tor Lillqvist | 1 | -21/+14 |
2000-09-28 | .cvsignore updates | Sebastian Wilhelmi | 1 | -0/+2 |