summaryrefslogtreecommitdiff
path: root/gmodule/gmodule.c
Commit message (Expand)AuthorAgeFilesLines
* tree: Fix various typos and outdated terminologyPhilip Withnall2020-06-121-2/+2
* gmodule: change _g_module_close to only take a handle.Patrick Welche2019-12-121-6/+4
* gmodule: fix typo in doc commentDavid Lechner2019-10-051-1/+1
* gmodule: remove macOS dyld implementationTom Schoonjans2019-09-071-2/+0
* gmodule: Use RTLD_DEFAULT if defined __BIONIC__Justin Kim2017-10-061-0/+4
* gmodule/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* gmodule: Remove old win32 codepage ABI compat codeChristoph Reiter2017-04-061-85/+47
* gmodule: Add the visibility attribute to G_MODULE_EXPORT on gccPhilip Withnall2017-03-231-3/+9
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-2/+2
* docs: let go of *Matthias Clasen2014-02-141-2/+2
* Eradicate links and xrefsMatthias Clasen2014-02-081-2/+2
* Docs: replace <literal> by `Matthias Clasen2014-02-061-2/+2
* Don't use <filename> in docsMatthias Clasen2014-02-051-6/+5
* Drop use of the command tagMatthias Clasen2014-02-011-2/+1
* Annotate all examples with their languageMatthias Clasen2014-02-011-1/+1
* GModule: Move docs away from markupMatthias Clasen2014-02-011-13/+9
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Docs: don't use the structname tagMatthias Clasen2014-01-311-1/+1
* Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIXDan Winship2013-11-201-1/+1
* Remove alleged support for last-millennium UnixesDan Winship2013-11-201-8/+4
* gmodule: Two minor g-i annotations fixesRico Tzschichholz2013-09-131-2/+2
* Use 'dumb quotes' rather than `really dumb quotes'Dan Winship2013-05-211-1/+1
* Fix GModule documentation a bitMatthias Clasen2012-07-131-3/+13
* Add missing allow-none annotations for function parameters.Robert Ancell2012-03-311-1/+1
* documentation fixesStef Walter2011-12-131-0/+1
* Fix doc formattingMatthias Clasen2011-11-171-1/+0
* Move GModule docs inlineMatthias Clasen2011-11-141-9/+249
* locks: drop _INIT macrosRyan Lortie2011-10-021-1/+1
* Replace static privates by privatesMatthias Clasen2011-10-021-3/+3
* Port internal GStaticRecMutex users to GRecMutexRyan Lortie2011-09-211-10/+10
* Spelling fixesMatthias Clasen2011-08-291-1/+1
* Remove a redundant NULL checkMatthias Clasen2011-06-141-3/+2
* Remove all uses of G_CONST_RETURNRyan Lortie2011-06-091-3/+3
* Revert "Remove all uses of G_CONST_RETURN"Emmanuele Bassi2011-03-151-3/+3
* Remove all uses of G_CONST_RETURNRyan Lortie2011-03-151-3/+3
* Fix an include order problemMatthias Clasen2009-03-021-1/+1
* New file.Tor Lillqvist2008-07-271-6/+6
* Makefile.am. build with G_DISABLE_SINGLE_INCLUDES to prevent code fromMichael Natterer2008-05-051-1/+2
* Don't fail to load modules with suffix .la. (#480122, Andrey Tsyvarev)Matthias Clasen2007-12-231-2/+5
* Include glibconfig.h before checking G_OS_WIN32.Matthias Clasen2007-11-091-1/+2
* Make header include order consistent (#71704, Diego Escalante Urrelo)Matthias Clasen2007-11-081-4/+4
* Include the module file name to the error message given when moduleMatthias Clasen2007-07-091-1/+4
* fix include orderMatthias Clasen2006-12-311-3/+3
* Clean up includes.Matthias Clasen2006-12-281-13/+13
* Handle valid symbols that are NULL correctly. (#385388, Felix Kater)Matthias Clasen2006-12-131-1/+1
* applied patch from Christian Persch to support G_DEBUG flagsTim Janik2006-09-111-0/+36
* Silence compiler warnings.Matthias Clasen2005-11-281-3/+3
* It's wrong to call g_file_test() with more than one test (bothTor Lillqvist2005-01-021-3/+3
* Makefile.am gmodule.def Win32 DLL ABI stability cruft like in ../glib.Tor Lillqvist2004-12-061-1/+48
* Argument is in UTF-8. Use wide character Win32 API if present.Tor Lillqvist2004-11-041-4/+13