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