Age | Commit message (Expand) | Author | Files | Lines |
2000-07-18 | Don't #include <tlhelp32.h> when compiling with gcc, as it isn't provided. | Tor Lillqvist | 2 | -2/+35 |
2000-07-14 | Include the "build" module in GLib, too, to make it more self-contained. | Tor Lillqvist | 1 | -1/+1 |
2000-07-14 | Move glib-config to glib-config-2.0 move glib.m4 to glib-2.0.m4 | Owen Taylor | 1 | -10/+10 |
2000-05-13 | makefile.mingw.in tests/makefile.mingw.in Rename makefile.cygwin(.in) to | Tor Lillqvist | 3 | -0/+70 |
2000-05-01 | Add new functions. Add new object files. Add threadpool-test. No need to | Tor Lillqvist | 2 | -1/+4 |
2000-03-24 | .cvsignore adaptation | Sebastian Wilhelmi | 1 | -0/+1 |
2000-03-24 | Added various win32 related *.in files to EXTRA_DIST to let 'make | Sebastian Wilhelmi | 1 | -2/+3 |
2000-03-22 | In the "null" module case _g_module_symbol should still first search the main | Tor Lillqvist | 2 | -1/+7 |
2000-03-22 | When looking for symbols in the "main" module we must search both the main | Tor Lillqvist | 2 | -10/+141 |
2000-03-01 | New function that returns the message string for a Win32 error code. | Tor Lillqvist | 2 | -3/+18 |
2000-03-01 | minor optimization. | Tim Janik | 2 | -6/+28 |
2000-03-01 | do not return NULL symbols. | Tim Janik | 5 | -90/+158 |
2000-03-01 | New function that returns the message string for a Win32 error code. | Tor Lillqvist | 4 | -56/+14 |
2000-03-01 | do not return NULL symbols. | Tim Janik | 4 | -28/+58 |
2000-02-07 | Move to corresponding subdirectories. | Tor Lillqvist | 2 | -1/+35 |
2000-01-13 | [FIXME: On NetBSD, dlsym() doesn't set errno != 0 when the system cannot be | Martin Baulig | 2 | -1/+7 |
1999-12-16 | Use FormatMessage to translate system error codes into textual messages. | Tor Lillqvist | 1 | -4/+8 |
1999-10-31 | Don't crash if removing a nonexistent value. | Tor Lillqvist | 2 | -6/+1 |
1999-10-04 | Don't define WIN32 and NATIVE_WIN32. | Tor Lillqvist | 2 | -1/+6 |
1999-10-04 | G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, but | Manish Singh | 3 | -6/+11 |
1999-08-26 | added --export-dynamic so we can load dynmic modules, (required, according | Tim Janik | 1 | -1/+2 |
1999-07-24 | 18:36. incorporated proposed cleanups from gtk-devel-list. | Tim Janik | 3 | -10/+21 |
1999-05-12 | Another small fix. | CDT 1999 Shawn T. Amundson | 1 | -2/+2 |
1999-05-08 | Better testing reveals better methods. Fixes for BeOS. | CDT 1999 Shawn T. Amundson | 1 | -1/+1 |
1999-05-08 | Port to BeOS by myself and Richard Offer. | CDT 1999 Shawn T. Amundson | 4 | -2/+179 |
1999-05-06 | New files, used to generate corresponding non-.in files when making a | Tor Lillqvist | 2 | -11/+4 |
1999-05-01 | libtool 1.3 upgrade | Manish Singh | 2 | -2/+6 |
1999-04-24 | Support added for building using a GNU toolchain on Win32, | Tor Lillqvist | 2 | -20/+0 |
1999-04-19 | add gmodule-os2.c | Asbjørn Pettersen | 2 | -0/+5 |
1999-04-07 | Add G_MODULE_IMPL_OS2 | Asbjørn Pettersen | 4 | -0/+153 |
1999-02-24 | inserted additional note to look for ChangeLog and AUTHORS file for a log | CST 1999 Shawn T. Amundson | 8 | -0/+60 |
1999-02-10 | be more descriptive on unsupported systems. | Tim Janik | 2 | -1/+6 |
1999-02-10 | s/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added G_LOCK_EXTERN macro | Sebastian Wilhelmi | 1 | -1/+1 |
1999-02-10 | fixed errernerous code wrt to thread specific error string allocation | Tim Janik | 2 | -10/+8 |
1999-01-28 | Xsed isn't valid here, don't use it | Manish Singh | 1 | -3/+11 |
1999-01-22 | move gmodule changelog entry to gmodule changelog | Jeff Garzik | 1 | -0/+5 |
1999-01-21 | Add braces to eliminate an ambiguous else warning. | EST 1999 Jeff Garzik | 1 | -2/+2 |
1999-01-20 | new file | Manish Singh | 1 | -11/+3 |
1999-01-16 | Merge in current Win32 version. Almost no Unix code touched. | Tor Lillqvist | 4 | -7/+33 |
1999-01-05 | Shut up cvs | Manish Singh | 1 | -0/+1 |
1998-12-16 | version bump to 1.1.8, binary age 0, interface age 0. | Tim Janik | 1 | -11/+11 |
1998-12-15 | This commit merges the glib-threads branch into the main | Owen Taylor | 5 | -19/+69 |
1998-11-29 | Put -DFOO stuff into Makefile.am INCLUDES. | Jeff Garzik | 1 | -1/+2 |
1998-11-25 | applied glib-tml-981120-0, change log appended below. | PST 1998 Manish Singh | 1 | -0/+1 |
1998-11-20 | added empty default imlementation so gmodule.so compiles on systems that | Tim Janik | 2 | -0/+12 |
1998-11-13 | Put -I$(top_srcdir) back into INCLUDES. | Nuno Ferreira | 2 | -1/+6 |
1998-11-12 | INCLUDES is the right way to add to CFLAGS, not DEFS. Also there are bugs | Jeff Garzik | 2 | -2/+8 |
1998-10-27 | removed dummy structure definitions for struct _GCache, _GTree, _GTimer, | Tor Lillqvist | 12 | -6/+240 |
1998-10-27 | New function that returns the message string for a Win32 error code. | Tor Lillqvist | 1 | -4/+2 |
1998-10-27 | removed dummy structure definitions for struct _GCache, _GTree, _GTimer, | Tor Lillqvist | 1 | -0/+45 |