summaryrefslogtreecommitdiff
path: root/gmodule/gmodule-win32.c
AgeCommit message (Expand)Author
2013-05-21Use 'dumb quotes' rather than `really dumb quotes'Dan Winship
2010-09-02Recuce DLL hijack risk on WindowsTor Lillqvist
2008-09-26Improve error reporting: When g_module_open() fails, include the name ofTor Lillqvist
2007-11-08Make header include order consistent (#71704, Diego Escalante Urrelo)Matthias Clasen
2006-08-29Remove support for Windows 9x/ME, as will be done also in Pango and GTK+.Tor Lillqvist
2004-11-04Argument is in UTF-8. Use wide character Win32 API if present.Tor Lillqvist
2004-03-31On Cygwin, use the "cyg" prefix, and accept also the normal "lib".Tor Lillqvist
2004-02-20applied patch from David Schleef <ds@schleef.org> which implements aTim Janik
2003-01-04Use g_ascii_strcasecmp().Tor Lillqvist
2001-11-24*/.cvsignore: Add various Win32 related file types.Tor Lillqvist
2001-10-09More Unix compatibility: Add "lib" prefix in case the module name doesn'tTor Lillqvist
2001-03-14From Edward M. Lee <tailbert@yahoo.com>:Tor Lillqvist
2001-03-09Use G_BEGIN_DECLS and G_END_DECLS. Define G_MODULE_EXPORT correctly onTor Lillqvist
2000-07-26applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik
2000-07-18Don't #include <tlhelp32.h> when compiling with gcc, as it isn't provided.Tor Lillqvist
2000-05-01Add new functions. Add new object files. Add threadpool-test. No need toTor Lillqvist
2000-03-22In the "null" module case _g_module_symbol should still first search the mainTor Lillqvist
2000-03-22When looking for symbols in the "main" module we must search both the mainTor Lillqvist
2000-03-01New function that returns the message string for a Win32 error code.Tor Lillqvist
2000-03-01do not return NULL symbols.Tim Janik
1999-12-16Use FormatMessage to translate system error codes into textual messages.Tor Lillqvist
1999-02-24inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson
1999-01-16Merge in current Win32 version. Almost no Unix code touched.Tor Lillqvist
1998-12-15This commit merges the glib-threads branch into the mainOwen Taylor
1998-10-27removed dummy structure definitions for struct _GCache, _GTree, _GTimer,Tor Lillqvist