gimp/libgimpmath
Tor Lillqvist cd31cdd7eb Update.
2003-09-01  Tor Lillqvist  <tml@iki.fi>

	* README.win32: Update.

	* app/composite/gimp-composite-mmx.c: For some reason the gcc&gas
	combination used on Win32 wants identifiers prefixed with
	underscores in the asm sequences.

	* plug-ins/common/ps.c (ps_open): [Win32] Don't write the gs
	executable name into the indirect command line file. Do write the
	quoted form of the filename to it.
	(my_shell_quote): New funcion. Use instead of g_shell_quote() on
	Windows, as g_shell_quote() always uses single quotes, which don't
	mean anything to the Windows shell (or C runtime startup
	code). (This might be argued to be a bug in GLib, maybe
	g_shell_quote should behave differently accoring to platform.)

	* etc/gimprc.win32: Remove, generate with gimpconfig-dump.

	* */makefile.mingw.in: Remove, unmaintained.
2003-09-01 00:13:08 +00:00
..
.cvsignore libgimpmath/Makefile.am libgimpmath/gimpmath.h libgimpmath/gimpmd5.[ch] 2002-02-11 22:48:54 +00:00
Makefile.am Always provide interlibrary dependencies, not just on Win32. 2003-05-23 17:28:07 +00:00
gimpmath.def libgimpcolor/gimpcolor.def Updates. 2003-07-20 22:25:55 +00:00
gimpmath.h configure.in app/core/gimpbrushpipe.c app/gui/about-dialog.c 2002-11-20 09:27:48 +00:00
gimpmathtypes.h include <libgimpmath/gimpmathtypes.h>. 2003-07-07 16:22:45 +00:00
gimpmatrix.c added gimp_matrix2_mult(). 2003-07-07 18:36:00 +00:00
gimpmatrix.h added gimp_matrix2_mult(). 2003-07-07 18:36:00 +00:00
gimpmd5.c Added some checks and allow -1 as buffer_size. 2002-02-11 22:58:44 +00:00
gimpmd5.h libgimpmath/Makefile.am libgimpmath/gimpmath.h libgimpmath/gimpmd5.[ch] 2002-02-11 22:48:54 +00:00
gimpvector.c added const qualifiers. 2003-07-07 14:20:39 +00:00
gimpvector.h added const qualifiers. 2003-07-07 14:20:39 +00:00
makefile.msc from now on use make.msc from $(TOP)/glib/build/win32; all occurences of 2002-02-17 15:55:54 +00:00
test-md5.c libgimpmath/Makefile.am libgimpmath/gimpmath.h libgimpmath/gimpmd5.[ch] 2002-02-11 22:48:54 +00:00