summaryrefslogtreecommitdiff
path: root/gmodule
AgeCommit message (Collapse)Author
2005-12-092.9.1upstream/GLIB_2_9_1Matthias Clasen
2005-11-28Silence compiler warnings.Matthias Clasen
2005-11-28 Matthias Clasen <mclasen@redhat.com> * gmodule.c (parse_libtool_archive): Silence compiler warnings.
2005-11-182.9.0upstream/GLIB_2_9_0Matthias Clasen
2005-08-232.8.1upstream/GLIB_2_8_1Matthias Clasen
2005-08-122.8.0upstream/GLIB_2_8_0Matthias Clasen
2005-08-052.7.7upstream/GLIB_2_7_7Matthias Clasen
2005-08-032.7.6upstream/GLIB_2_7_6Matthias Clasen
2005-08-022.7.5upstream/GLIB_2_7_5Matthias Clasen
2005-07-222.7.4upstream/GLIB_2_7_4Matthias Clasen
2005-07-152.7.3upstream/GLIB_2_7_3Matthias Clasen
2005-07-09Typo.Tor Lillqvist
2005-07-08Don't use autoconf variables for the resource object files on Win32 anyTor Lillqvist
2005-07-09 Tor Lillqvist <tml@novell.com> * configure.in: Don't use autoconf variables for the resource object files on Win32 any longer. Instead handle that in the Makefile.am files. Check for windres. * glibconfig.h.win32.in: Minor tuning to match the configure-produced glibconfig.h closely. * */Makefile.am: Don't use the scripts in build/win32 to compile the .rc file into a resource object file. (This means we loose the build number increment magic, but I doubt it was that useful anyway.) Instead use windres directly. To pass the normal .o file produced by windres through libtool, which wants .lo files, pass it directly to the linker using a -Wl option. * */*.rc.in: Thus replace BUILDNUMBER with 0.
2005-07-082.7.2upstream/GLIB_2_7_2Matthias Clasen
2005-06-302.7.1upstream/GLIB_2_7_1Matthias Clasen
2005-06-30Include stdlib.hMatthias Clasen
2005-06-30 Matthias Clasen <mclasen@redhat.com> * gmodule-ar.c: Include stdlib.h
2005-06-26libtool installs/uninstalls the import library, no need to do itTor Lillqvist
2005-06-26 Tor Lillqvist <tml@novell.com> * Makefile.am: libtool installs/uninstalls the import library, no need to do it ourselves. Do still install/uninstall the .def file, though.
2005-06-24glib/Makefile.am gmodule/Makefile.am Current GNU tools do understand theTor Lillqvist
2005-06-24 Tor Lillqvist <tml@novell.com> * glib/Makefile.am * gmodule/Makefile.am * gobject/Makefile.am: Current GNU tools do understand the PRIVATE keyword. * glib/gfileutils.c (g_mkdir_with_parents): Return error with EINVAL also for empty pathnames. (g_build_pathname_va): Fix typo.
2005-06-102.7.0upstream/GLIB_2_7_0Matthias Clasen
2005-01-11Add gmodule-export-2.0.pc to AC_CONFIG_FILES.Owen Taylor
2005-01-11 Owen Taylor <otaylor@redhat.com> * configure.in: Add gmodule-export-2.0.pc to AC_CONFIG_FILES. * glib/Makefile.am gobject/Makefile.am gthread/Makefile.am: Use grep | head -n 1 instead of grep -m 1 which doesn't work with slightly older versions of GNU grep in install-libtool-import-lib rule.
2005-01-072.6.1upstream/GLIB_2_6_1Matthias Clasen
2005-01-02It's wrong to call g_file_test() with more than one test (bothTor Lillqvist
2004-12-31 Tor Lillqvist <tml@iki.fi> * gmodule.c (g_module_open): It's wrong to call g_file_test() with more than one test (both G_FILE_TEST_EXISTS and _IS_REGULAR). (It would succeed even if the pathname existed as a nonregular file.) Just G_FILE_TEST_IS_REGULAR works fine. (#162594)
2004-12-162.6.0upstream/GLIB_2_6_0Matthias Clasen
2004-12-06Makefile.am gmodule.def Win32 DLL ABI stability cruft like in ../glib.Tor Lillqvist
2004-12-06 Tor Lillqvist <tml@iki.fi> * Makefile.am * gmodule.def * gmodule.[hc]: Win32 DLL ABI stability cruft like in ../glib.
2004-12-022.5.7Matthias Clasen
2004-11-122.5.6upstream/GLIB_2_5_6Matthias Clasen
2004-11-04Argument is in UTF-8. Use wide character Win32 API if present.Tor Lillqvist
2004-11-04 Tor Lillqvist <tml@iki.fi> * gmodule-win32.c (_g_module_open): Argument is in UTF-8. Use wide character Win32 API if present. * gmodule.c (parse_libtool_archive, g_module_open): Convert file name to UTF-8 before storing in the error message string. * gmodule.c (parse_libtool_archive): Use g_open().
2004-11-02*** empty log message ***upstream/GLIB_2_5_5Matthias Clasen
2004-10-29updated [and finally fixed my script to produce ready to go de-in(ed)Hans Breuer
2004-10-29 Hans Breuer <hans@breuer.org> * glibconfig.h */makefile.msc.in : updated [and finally fixed my script to produce ready to go de-in(ed) files, w/o autotools] * */*.rc.in : updated copyrights to 2004 * glib/gutils.c : some CSIDL_* defines lacking from older SDK; use the same fallback mecahnism as on *NIX where ever applicable
2004-10-272.5.4upstream/GTK_2_5_4Matthias Clasen
2004-09-182.5.3upstream/GLIB_2_5_3Matthias Clasen
2004-08-252.5.2upstream/GLIB_2_5_2Matthias Clasen
2004-08-012.5.1upstream/GLIB_2_5_1Matthias Clasen
2004-07-18=== Released 2.5.0 ===upstream/GLIB_2_5_0Soeren Sandmann
Sun Jul 18 19:40:30 2004 Soeren Sandmann <sandmann@daimi.au.dk> * === Released 2.5.0 === * Makefile.am (BUILT_EXTRA_DIST): move gtk-doc.make here.
2004-05-31Add gmodule-ar.c. (#85930, Tomas Ögren)Matthias Clasen
Mon May 31 00:07:12 2004 Matthias Clasen <maclas@gmx.de> * Makefile.am (EXTRA_DIST): Add gmodule-ar.c. (#85930, Tomas Ögren)
2004-05-12Make it compile on AIX. (#141159, Michael Wilson)Matthias Clasen
Tue May 11 23:23:21 2004 Matthias Clasen <maclas@gmx.de> * gmodule-ar.c (_g_module_open): Make it compile on AIX. (#141159, Michael Wilson)
2004-03-31On Cygwin, use the "cyg" prefix, and accept also the normal "lib".Tor Lillqvist
2004-03-31 Tor Lillqvist <tml@iki.fi> * gmodule-win32.c (_g_module_build_path): On Cygwin, use the "cyg" prefix, and accept also the normal "lib". (#138403, Roger Leigh)
2004-03-06Update.Tor Lillqvist
2004-03-06 Tor Lillqvist <tml@iki.fi> * README.win32: Update. * configure.in * Makefile.am * */Makefile.am: Drop the hand-written makefile.mingw(.in) files. They haven't been maintained in a long time. As several people have managed to build GLib for Win32 using the autoconfiscation mechanism, there is no real reason to even try to maintain the hand-written mingw makefiles.
2004-02-24=== Released 2.3.3 ===upstream/GLIB_2_3_3Owen Taylor
Tue Feb 24 14:09:21 2004 Owen Taylor <otaylor@redhat.com> * === Released 2.3.3 === * configure.in: Version 2.3.3, interface age 0.
2004-02-22Set the gmodule suffix to 'a' for aix and use the aix gmoduleMatthias Clasen
Sun Feb 22 02:28:43 2004 Matthias Clasen <maclas@gmx.de> * configure.in: Set the gmodule suffix to 'a' for aix and use the aix gmodule implementation. (#85930, Laurent Vivier) Bug #85930, Laurent Vivier: * gmodule-ar.c: Implementation of native module management for AIX. * gmoduleconf.h.in: * gmodule.c: Support gmodule-ar.c
2004-02-20applied patch from David Schleef <ds@schleef.org> which implements aTim Janik
Fri Feb 20 02:39:03 2004 Tim Janik <timj@gtk.org> * applied patch from David Schleef <ds@schleef.org> which implements a G_MODULE_BIND_LOCAL flag to g_module_open() to disable global symbol registration.
2003-08-13glib/Makefile.am gmodule/Makefile.am gobject/Makefile.am Use srcdir alsoTor Lillqvist
2003-08-13 Tor Lillqvist <tml@iki.fi> * glib/Makefile.am * gmodule/Makefile.am * gobject/Makefile.am * gthread/Makefile.am: Use srcdir also in references to the .def files. (#118885, Jeff Bonggren)
2003-03-04require automake 1.7. Add calls to libtoolize and gtkdocize. Clean up someJames Henstridge
2003-03-01 James Henstridge <james@daa.com.au> * autogen.sh: require automake 1.7. Add calls to libtoolize and gtkdocize. Clean up some of the error messages. * configure.in: move version declaration to the top of the file (before AC_INIT), using M4 macros. GLIB_AC_DIVERT_BEFORE_HELP() calls no longer necessary, due to use of M4 macro expansion in help messages instead. Convert AC_ARG_WITH/AC_ARG_ENABLE calls to use AC_HELP_STRING to format help strings. Use quadrigraphs to get square brackets to show correctly. Replace gtk-doc checks with a call to GTK_DOC_CHECK() macro. Use AC_CONFIG_COMMANDS([glibconfig.h], ...) to output glibconfig.h, so that "./config.status glibconfig.h" works. Add an extra AC_CONFIG_FILES call listing other files we want generated by config.status protected by an "if false" block. This way automake generates the rules needed to rebuild the files for us. Add quotes in various places. * docs/reference/*/Makefile.am: convert to use the common gtk-doc.make file. This localises the complexity to a single makefile fragment maintained with gtk-doc itself. * */Makefile.am: remove unneeded rules to build win32 files with config.status. Automake now does this for us. Replace instances of @FOO@ with $(FOO) where appropriate -- this allows automake to do a better job checking the makefile. Add some files to DISTCLEANFILES where appropriate * Makefile.am: use the DISTCHECK_CONFIGURE_FLAGS variable to ensure that --enable-gtk-doc is passed to configure during a distcheck. Remove the custom distcheck, since the standard one will now do. * gobject/Makefile.am: switch to BUILT_SOURCES, since that now works.
2003-01-04[Win32] Install also the .def files, to help users generate importTor Lillqvist
2003-01-04 Tor Lillqvist <tml@iki.fi> * {glib,gmodule,gobject,gthread}/Makefile.am: [Win32] Install also the .def files, to help users generate import libraries for other compilers. Uninstall, too. * glib-zip.in: Include .def files from above.
2003-01-04Use g_ascii_strcasecmp().Tor Lillqvist
2003-01-01 Tor Lillqvist <tml@iki.fi> * gmodule-win32.c (_g_module_build_path): Use g_ascii_strcasecmp().
2002-12-04Properly refcount the main module if it is already open. (#98648)Owen Taylor
Tue Dec 3 20:56:19 2002 Owen Taylor <otaylor@redhat.com> * gmodule.c (g_module_open): Properly refcount the main module if it is already open. (#98648)
2002-11-21Hardcode 2.0 in the names, as that is what Makefile.am does.Tor Lillqvist
2002-11-21 Tor Lillqvist <tml@iki.fi> * {glib,gmodule,gobject,gthread}/makefile.{mingw,msc}.in: Hardcode 2.0 in the names, as that is what Makefile.am does.
2002-11-21gmodule/gmodule.rc.in gobject/gobject.rc.in Hardcode 2.0 in the names, asTor Lillqvist
2002-11-21 Tor Lillqvist <tml@iki.fi> * gmodule/gmodule.rc.in * gobject/gobject.rc.in * gthread/gthread.rc.in: Hardcode 2.0 in the names, as that is what the Makefile.am does.
2002-10-15add -DG_DISABLED_DEPRECATEDManish Singh
Tue Oct 15 15:07:45 2002 Manish Singh <yosh@gimp.org> * gmodule/Makefile.am gobject/Makefile.am gthread/Makefile.am: add -DG_DISABLED_DEPRECATED * tests/gio-test.c tests/mainloop-test.c tests/string-test.c tests/testglib.c test/tree-test.c tests/unicode-collate.c tests/unicode-normalize.c: Deprecation cleanup
2002-03-05Default to --disable-gtk-doc, to avoid Jade setup hassles.Owen Taylor
Sun Mar 3 21:09:24 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Default to --disable-gtk-doc, to avoid Jade setup hassles. * autogen.sh: Add --enable-gtk-doc. * configure.in: Default to --disable-static to go along with Pango, GTK+ where we need to do that for bin-compat reasons. * Makefile.am: Add a slightly modified distcheck rule that passes --enable-gtk-doc to the configure inside. (So that 'make dist' succeeds inside.) * configure.in *.pc.in **/Makefile.am m4macros/glib-2.0.m4 tests/makefile.mingw.in: Switch everything over to glib-2.0.
2002-03-02Use G_MODULE_SUFFIX rather than a hardcoded ".so". (#72803)Owen Taylor
Sat Mar 2 14:46:17 2002 Owen Taylor <otaylor@redhat.com> * gmodule-beos.c (_g_module_build_path) * gmodule-dyld.c (_g_module_build_path) gmodule-dl.c (_g_module_build_path): Use G_MODULE_SUFFIX rather than a hardcoded ".so". (#72803)