Age | Commit message (Expand) | Author | Files | Lines |
2001-11-14 | Add back mainloop-test here, too. | Tor Lillqvist | 1 | -2/+0 |
2001-11-03 | On Win32, create separate .exp file for module-test.o and link with that. | Tor Lillqvist | 1 | -1/+6 |
2001-11-02 | Recurse with may_block = FALSE, so we don't get into the pathology where | Owen Taylor | 1 | -1/+2 |
2001-10-25 | Version 1.3.10, interface age, binary age = 0. | Owen Taylor | 1 | -2/+3 |
2001-10-24 | Add g_strtod & co. | Alex Larsson | 1 | -0/+2 |
2001-10-13 | make struct _GPatternSpec and GMatchType private. (g_pattern_equal): new | Tim Janik | 1 | -1/+2 |
2001-09-03 | Implement. | Owen Taylor | 1 | -1/+2 |
2001-08-26 | New functions to convert between local pahtnames and file: uris. | Alex Larsson | 1 | -1/+3 |
2001-08-12 | Find test case for srcdir != builddir, miscellaneous cleanups. | Owen Taylor | 1 | -6/+11 |
2001-07-02 | Use G_N_ELEMENTS rather than a custom macro. | Owen Taylor | 1 | -26/+30 |
2001-06-30 | Jun 29 13:36:39 2001 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 1 | -0/+2 |
2001-06-26 | Move glib library into a subdirectory, make all GLib include files include | Owen Taylor | 1 | -2/+13 |
2001-05-29 | Add test case for the g_qsort_with_data func. It works. This fixes bug | Sebastian Wilhelmi | 1 | -0/+2 |
2001-05-29 | Now that we check for a C++ compiler in configure.in anyway, I added a | Sebastian Wilhelmi | 1 | -0/+9 |
2001-04-03 | Exit with an error message that you should use pkg-config instead. | Owen Taylor | 1 | -1/+2 |
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-02-03 | Change order of libs, put progs_LDADD last. Needed for cygwin, says | Tor Lillqvist | 1 | -2/+2 |
2001-01-05 | move $enable_debug down below checks for GCC to avoid setting CFLAGS | Owen Taylor | 1 | -1/+3 |
2001-01-04 | -I$(top_srcdir)/gmodule, fix from Michael Meeks | Havoc Pennington | 1 | -1/+1 |
2000-12-22 | Determine the suffix of the shared librarries for this system. This is | Sebastian Wilhelmi | 1 | -0/+18 |
2000-12-08 | Rearrange into other veriables, and include run-markup-tests.sh. | Raja R Harinath | 1 | -6/+13 |
2000-12-08 | move markup-test to noinst_PROGRAMS; it isn't a proper test, the proper | Havoc Pennington | 1 | -3/+2 |
2000-12-05 | Major change in API for creating sources to handle multiple main loops | Owen Taylor | 1 | -0/+2 |
2000-11-17 | Released 1.3.2GLIB_1_3_2 | Owen Taylor | 1 | -4/+8 |
2000-10-27 | New module to parse a simple markup language | Havoc Pennington | 1 | -0/+2 |
2000-10-16 | gmodule: New variable. (dist-hook): Handle $(BUILT_EXTRA_DIST). | Raja R Harinath | 1 | -2/+10 |
2000-10-09 | Add new files. | Havoc Pennington | 1 | -1/+7 |
2000-07-29 | Finally, a new and improved IO Channel and condition watch implementation | Tor Lillqvist | 1 | -0/+2 |
2000-07-14 | Move glib-config to glib-config-2.0 move glib.m4 to glib-2.0.m4 | Owen Taylor | 1 | -18/+19 |
2000-05-30 | Implement on Win32. | Tor Lillqvist | 1 | -3/+3 |
2000-04-28 | New File implementing an asynchronous queue to be used for asynchronous | Sebastian Wilhelmi | 1 | -0/+3 |
2000-03-24 | Added various win32 related *.in files to EXTRA_DIST to let 'make | Sebastian Wilhelmi | 1 | -4/+3 |
1999-07-24 | 18:36. incorporated proposed cleanups from gtk-devel-list. | Tim Janik | 1 | -2/+3 |
1999-06-18 | Re-order tests in alpha order. | Jeff Garzik | 1 | -6/+7 |
1999-06-17 | Completed the thread support in GLib. Thread creation, prioritizing | Sebastian Wilhelmi | 1 | -1/+4 |
1999-05-08 | Correct rules for making the win32-related files that are made from | Tor Lillqvist | 1 | -2/+2 |
1999-05-06 | New files, used to generate corresponding non-.in files when making a | Tor Lillqvist | 1 | -0/+9 |
1999-04-09 | New files to implement the Mersenne Twister Pseudo Random Number | Sebastian Wilhelmi | 1 | -0/+2 |
1999-03-14 | Commented out debugging output. | Jeff Garzik | 1 | -1/+3 |
1999-03-09 | Added stack, queue ADTs and related tests. | Jeff Garzik | 1 | -0/+4 |
1999-01-21 | Add braces to eliminate an ambiguous else warning. | EST 1999 Jeff Garzik | 1 | -0/+2 |
1999-01-11 | alloca and vasprintf go away | Jeff Garzik | 1 | -2/+0 |
1999-01-09 | Make all aux functions static. | Jeff Garzik | 1 | -1/+5 |
1999-01-04 | Released GLib 1.1.12GLIB_1_1_12 | CST 1999 Shawn T. Amundson | 1 | -10/+10 |
1999-01-03 | Add tree test. | Jeff Garzik | 1 | -1/+3 |
1999-01-03 | add array-test.c | Jeff Garzik | 1 | -0/+2 |
1999-01-03 | Added 'make check' tests, based on testglib code. | Jeff Garzik | 1 | -0/+22 |