summaryrefslogtreecommitdiff
path: root/gmodule/gmodule-win32.c
Commit message (Expand)AuthorAgeFilesLines
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Use 'dumb quotes' rather than `really dumb quotes'Dan Winship2013-05-211-1/+1
* Recuce DLL hijack risk on WindowsTor Lillqvist2010-09-021-78/+4
* Improve error reporting: When g_module_open() fails, include the name ofTor Lillqvist2008-09-261-6/+20
* Make header include order consistent (#71704, Diego Escalante Urrelo)Matthias Clasen2007-11-081-0/+1
* Remove support for Windows 9x/ME, as will be done also in Pango and GTK+.Tor Lillqvist2006-08-291-13/+4
* Argument is in UTF-8. Use wide character Win32 API if present.Tor Lillqvist2004-11-041-1/+14
* On Cygwin, use the "cyg" prefix, and accept also the normal "lib".Tor Lillqvist2004-03-311-0/+14
* applied patch from David Schleef <ds@schleef.org> which implements aTim Janik2004-02-201-1/+2
* Use g_ascii_strcasecmp().Tor Lillqvist2003-01-041-2/+2
* */.cvsignore: Add various Win32 related file types.Tor Lillqvist2001-11-241-26/+0
* More Unix compatibility: Add "lib" prefix in case the module name doesn'tTor Lillqvist2001-10-091-3/+8
* From Edward M. Lee <tailbert@yahoo.com>:Tor Lillqvist2001-03-141-2/+2
* Use G_BEGIN_DECLS and G_END_DECLS. Define G_MODULE_EXPORT correctly onTor Lillqvist2001-03-091-0/+10
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Don't #include <tlhelp32.h> when compiling with gcc, as it isn't provided.Tor Lillqvist2000-07-181-2/+29
* Add new functions. Add new object files. Add threadpool-test. No need toTor Lillqvist2000-05-011-1/+0
* In the "null" module case _g_module_symbol should still first search the mainTor Lillqvist2000-03-221-1/+4
* When looking for symbols in the "main" module we must search both the mainTor Lillqvist2000-03-221-10/+125
* New function that returns the message string for a Win32 error code.Tor Lillqvist2000-03-011-25/+14
* do not return NULL symbols.Tim Janik2000-03-011-20/+23
* Use FormatMessage to translate system error codes into textual messages.Tor Lillqvist1999-12-161-4/+8
* inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson1999-02-241-0/+7
* Merge in current Win32 version. Almost no Unix code touched.Tor Lillqvist1999-01-161-2/+10
* This commit merges the glib-threads branch into the mainOwen Taylor1998-12-151-0/+5
* removed dummy structure definitions for struct _GCache, _GTree, _GTimer,Tor Lillqvist1998-10-271-0/+93