summaryrefslogtreecommitdiff
path: root/gmodule/gmodule.c
AgeCommit message (Expand)AuthorFilesLines
2000-07-26applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik1-4/+4
2000-03-01New function that returns the message string for a Win32 error code.Tor Lillqvist1-11/+0
2000-03-01do not return NULL symbols.Tim Janik1-7/+14
2000-01-13[FIXME: On NetBSD, dlsym() doesn't set errno != 0 when the system cannot beMartin Baulig1-1/+2
1999-07-2418:36. incorporated proposed cleanups from gtk-devel-list.Tim Janik1-8/+10
1999-05-08Port to BeOS by myself and Richard Offer.CDT 1999 Shawn T. Amundson1-0/+2
1999-05-06New files, used to generate corresponding non-.in files when making aTor Lillqvist1-11/+0
1999-04-07Add G_MODULE_IMPL_OS2Asbjørn Pettersen1-0/+2
1999-02-24inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson1-0/+7
1999-02-10be more descriptive on unsupported systems.Tim Janik1-1/+2
1999-02-10s/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added G_LOCK_EXTERN macroSebastian Wilhelmi1-1/+1
1999-02-10fixed errernerous code wrt to thread specific error string allocationTim Janik1-10/+3
1998-12-16version bump to 1.1.8, binary age 0, interface age 0.Tim Janik1-11/+11
1998-12-15This commit merges the glib-threads branch into the mainOwen Taylor1-19/+49
1998-11-20added empty default imlementation so gmodule.so compiles on systems thatTim Janik1-0/+6
1998-10-27removed dummy structure definitions for struct _GCache, _GTree, _GTimer,Tor Lillqvist1-0/+23
1998-10-21reverted part of the changes from Sebastian Wilhelmi (1998-10-20). don'tTim Janik1-3/+7
1998-09-21NEWS file update for upcoming release of GLib + GModule version 1.1.3,Tim Janik1-10/+10
1998-09-17implemented g_datalist_* along the lines of g_dataset, but operates on anTim Janik1-6/+23
1998-08-20provide no operation implementation for the underlying _g_module_*Tim Janik1-0/+22
1998-08-17changed the return type for the GModuleCheckInit function to be a string,Tim Janik1-2/+11
1998-08-16version bump to 1.1.3, binary age 0, interface age 0.Tim Janik1-1/+2
1998-08-10minor changes to internal interface.Tim Janik1-41/+42
1998-08-10minor hack to cause SUBDIRS (gmodule) to be build last. we do this byTim Janik1-2/+2
1998-08-09hm, fixup call sequences for check_init() and de_init().Tim Janik1-13/+12
1998-08-09erm, fix copyright notice.Tim Janik1-2/+2
1998-08-09fix cmopiler warnings. check (de)initialization code.Tim Janik1-8/+41
1998-08-09initial import of gmodule.Tim Janik1-0/+270