summaryrefslogtreecommitdiff
path: root/gmodule
AgeCommit message (Expand)AuthorFilesLines
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 Taylor5-19/+69
1998-11-29 Put -DFOO stuff into Makefile.am INCLUDES.Jeff Garzik1-1/+2
1998-11-25applied glib-tml-981120-0, change log appended below.PST 1998 Manish Singh1-0/+1
1998-11-20added empty default imlementation so gmodule.so compiles on systems thatTim Janik2-0/+12
1998-11-13Put -I$(top_srcdir) back into INCLUDES.Nuno Ferreira2-1/+6
1998-11-12INCLUDES is the right way to add to CFLAGS, not DEFS. Also there are bugsJeff Garzik2-2/+8
1998-10-27removed dummy structure definitions for struct _GCache, _GTree, _GTimer,Tor Lillqvist12-6/+240
1998-10-27New function that returns the message string for a Win32 error code.Tor Lillqvist1-4/+2
1998-10-27removed dummy structure definitions for struct _GCache, _GTree, _GTimer,Tor Lillqvist1-0/+45
1998-10-25Remove `#pragma }'. Likewise.Raja R Harinath3-2/+5
1998-10-21reverted part of the changes from Sebastian Wilhelmi (1998-10-20). don'tTim Janik2-3/+13
1998-09-21NEWS file update for upcoming release of GLib + GModule version 1.1.3,Tim Janik4-13/+26
1998-09-17.cvsignore updates to shutup CVSManish Singh1-0/+1
1998-09-17implemented g_datalist_* along the lines of g_dataset, but operates on anTim Janik3-7/+35
1998-09-15Update to libtool-1.2b, change library versioning scheme to dropOwen Taylor2-9/+19
1998-08-24removed this function which was not publically exported in glib.h. toTim Janik1-1/+2
1998-08-20provide no operation implementation for the underlying _g_module_*Tim Janik2-0/+28
1998-08-17indentation fix.Tim Janik1-3/+3
1998-08-17Released GLib 1.1.3GLIB_1_1_3CDT 1998 Shawn T. Amundson1-1/+3
1998-08-17changed the return type for the GModuleCheckInit function to be a string,Tim Janik4-8/+25
1998-08-16version bump to 1.1.3, binary age 0, interface age 0.Tim Janik5-5/+23
1998-08-10minor changes to internal interface.Tim Janik5-84/+134
1998-08-10minor hack to cause SUBDIRS (gmodule) to be build last. we do this byTim Janik3-6/+18
1998-08-09changelog updatesTim Janik1-0/+11
1998-08-09hm, fixup call sequences for check_init() and de_init().Tim Janik2-14/+13
1998-08-09erm, fix copyright notice.Tim Janik1-2/+2
1998-08-09fix cmopiler warnings. check (de)initialization code.Tim Janik5-19/+70
1998-08-09updatesTim Janik1-0/+2
1998-08-09do we want the .h file also? .... yes! ;)Tim Janik2-0/+81
1998-08-09initial import of gmodule.Tim Janik11-0/+1320