summaryrefslogtreecommitdiff
path: root/gmodule/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2002-03-02Use G_MODULE_SUFFIX rather than a hardcoded ".so". (#72803)Owen Taylor1-0/+6
2002-02-17Fix typo when checking if file + module_suffix exists. (MiroslawOwen Taylor1-0/+6
2001-11-24*/.cvsignore: Add various Win32 related file types.Tor Lillqvist1-0/+9
2001-11-22Version 11, interface, binary age 0.Owen Taylor1-0/+6
2001-11-18fix leak.Michael Meeks1-0/+4
2001-10-31Add gmodule-dyld.cDan Winship1-0/+4
2001-10-22If we have built the MSVC import library, install it. Install the gccTor Lillqvist1-0/+6
2001-10-09More Unix compatibility: Add "lib" prefix in case the module name doesn'tTor Lillqvist1-0/+9
2001-10-03s/retrive/retrieve/jacob berkman1-0/+5
2001-09-25More Win32 automake macros. For .def files: GLIB_DEF, GMODULE_DEF,Tor Lillqvist1-0/+7
2001-09-19Correct InternalName and OriginalFilename to match what we actuallyTor Lillqvist1-0/+5
2001-09-17glib/gmain.c Mark the _funcs tables for export.Tor Lillqvist1-0/+6
2001-07-20reflect glib moveHans Breuer1-0/+4
2001-06-23Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.Owen Taylor1-0/+6
2001-05-29Do not g_strdup, as promised in the function name.Sebastian Wilhelmi1-0/+5
2001-05-29erk, strconcat needs NULL as last arg. make sure we pass module name withTim Janik1-0/+5
2001-05-28as a last resort, if we can't access() the module, leave it up to theTim Janik1-0/+7
2001-05-27unlock context when bailing out with a warning. (g_main_context_check):Tim Janik1-0/+7
2001-04-20gmodule implementation for Darwin/Mac OS XDan Winship1-0/+9
2001-03-14From Edward M. Lee <tailbert@yahoo.com>:Tor Lillqvist1-0/+7
2001-03-12Link with the libgmodule la only on Win32.Tor Lillqvist1-0/+5
2001-03-10Use the _LIBADD dependencies on libglib only on Win32.Tor Lillqvist1-0/+5
2001-03-09Use G_BEGIN_DECLS and G_END_DECLS. Define G_MODULE_EXPORT correctly onTor Lillqvist1-0/+12
2001-03-07Set G_LOG_DOMAIN to \"GModule\" instead of g_log_domain_gmodule.Sebastian Wilhelmi1-0/+7
2001-02-17include string.hHavoc Pennington1-0/+7
2001-02-17add check for broken RTLD_GLOBAL (on OSF1 V5.0).Tim Janik1-0/+4
2001-01-27Need <io.h> for open() and close().Tor Lillqvist1-0/+4
2000-12-22Determine the suffix of the shared librarries for this system. This isSebastian Wilhelmi1-0/+20
2000-10-16gmodule: New variable. (dist-hook): Handle $(BUILT_EXTRA_DIST).Raja R Harinath1-35/+39
2000-09-28Moved declaration of g_log_domain_gmodule up before the inclusion ofSebastian Wilhelmi1-0/+5
2000-07-22Fix resource handling, the resource file got left out from the DLL afterTor Lillqvist1-0/+5
2000-07-20Mark the functions g_basename and g_dirname deprecated. They will issue anSebastian Wilhelmi1-0/+5
2000-07-19glibconfig.h and glib.h now include files outside of the extern "C" block.Sebastian Wilhelmi1-0/+6
2000-07-18Don't #include <tlhelp32.h> when compiling with gcc, as it isn't provided.Tor Lillqvist1-0/+6
2000-05-13makefile.mingw.in tests/makefile.mingw.in Rename makefile.cygwin(.in) toTor Lillqvist1-0/+7
2000-05-01Add new functions. Add new object files. Add threadpool-test. No need toTor Lillqvist1-0/+4
2000-03-22In the "null" module case _g_module_symbol should still first search the mainTor Lillqvist1-0/+3
2000-03-22When looking for symbols in the "main" module we must search both the mainTor Lillqvist1-0/+16
2000-03-01New function that returns the message string for a Win32 error code.Tor Lillqvist1-0/+15
2000-03-01minor optimization.Tim Janik1-0/+5
2000-03-01do not return NULL symbols.Tim Janik1-0/+24
2000-01-13[FIXME: On NetBSD, dlsym() doesn't set errno != 0 when the system cannot beMartin Baulig1-0/+5
1999-10-31Don't crash if removing a nonexistent value.Tor Lillqvist1-5/+0
1999-10-04Don't define WIN32 and NATIVE_WIN32.Tor Lillqvist1-0/+5
1999-10-04G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, butManish Singh1-0/+5
1999-07-2418:36. incorporated proposed cleanups from gtk-devel-list.Tim Janik1-0/+9
1999-05-06New files, used to generate corresponding non-.in files when making aTor Lillqvist1-0/+4
1999-05-01libtool 1.3 upgradeManish Singh1-0/+4
1999-04-19add gmodule-os2.cAsbjørn Pettersen1-0/+4
1999-04-07Add G_MODULE_IMPL_OS2Asbjørn Pettersen1-0/+6