gimp/libgimpbase
Sven Neumann 39e866d9c0 Added support for binary relocation by means of binreloc, largely based on
2005-11-06  Sven Neumann  <sven@gimp.org>

	Added support for binary relocation by means of binreloc, largely
	based on a patch by Hongli Lai:

	* m4macros/Makefile.am
	* m4macros/binreloc.m4: new file providing a macro to check for
	binreloc support.

	* acinclude.m4
	* configure.in: use the macro.

	* libgimpbase/Makefile.am
	* libgimpbase/gimpreloc.[ch]: new files providing binreloc support
	on Linux.

	* libgimpbase/gimpenv.[ch]: use binreloc, provide a function to
	initialize the environment machinery.

	* libgimpbase/gimpbase.def: updated.

	* app/Makefile.am: fiddle with the LDFLAGS for binreloc.

	* app/main.c (main): gimp_env_init(FALSE).

	* libgimp/gimp.c (gimp_main): gimp_env_init(TRUE).
2005-11-06 01:06:41 +00:00
..
.cvsignore
Makefile.am Added support for binary relocation by means of binreloc, largely based on 2005-11-06 01:06:41 +00:00
gimpbase-private.c
gimpbase-private.h
gimpbase.def Added support for binary relocation by means of binreloc, largely based on 2005-11-06 01:06:41 +00:00
gimpbase.h
gimpbaseenums.c app/core/core-enums.[ch] moved GimpGridStyle enum to libgimpbase. 2005-09-30 16:35:04 +00:00
gimpbaseenums.h app/core/core-enums.[ch] moved GimpGridStyle enum to libgimpbase. 2005-09-30 16:35:04 +00:00
gimpbasetypes.c
gimpbasetypes.h
gimpchecks.c
gimpchecks.h
gimpcpuaccel.c
gimpcpuaccel.h
gimpdatafiles.c
gimpdatafiles.h
gimpenv.c Added support for binary relocation by means of binreloc, largely based on 2005-11-06 01:06:41 +00:00
gimpenv.h Added support for binary relocation by means of binreloc, largely based on 2005-11-06 01:06:41 +00:00
gimplimits.h
gimpmemsize.c use dngettext() for plural form. 2005-11-02 15:19:15 +00:00
gimpmemsize.h
gimpparasite.c
gimpparasite.h
gimpparasiteio.c
gimpparasiteio.h
gimpprotocol.c
gimpprotocol.h
gimpreloc.c Added support for binary relocation by means of binreloc, largely based on 2005-11-06 01:06:41 +00:00
gimpreloc.h Added support for binary relocation by means of binreloc, largely based on 2005-11-06 01:06:41 +00:00
gimpsignal.c
gimpsignal.h
gimpunit.c
gimpunit.h
gimputils.c gimp_canonicalize_identifier() is new API, mark it as such. 2005-10-05 23:49:17 +00:00
gimputils.h
gimpwin32-io.h
gimpwire.c
gimpwire.h
makefile.msc