head 1.3; access; symbols; locks; strict; comment @# @; 1.3 date 2008.06.07.21.56.03; author rse; state Exp; branches; next 1.2; commitid 27hWMj1Rkzp9546t; 1.2 date 2008.01.08.19.13.12; author rse; state Exp; branches; next 1.1; commitid Q911vFN2v2sc2EMs; 1.1 date 2007.02.02.16.33.45; author rse; state Exp; branches; next ; commitid SuLHNV6YlF665W4s; desc @@ 1.3 log @upgrading package: smalltalk 3.0.2 -> 3.0.3 @ text @Index: doc/Makefile.in --- doc/Makefile.in.orig 2008-05-14 12:04:44 +0200 +++ doc/Makefile.in 2008-05-15 13:29:33 +0200 @@@@ -747,7 +747,7 @@@@ install-data-local: install-man rm -f $(DESTDIR)$(man1dir)/gst-reload.1 - $(LN_S) $(DESTDIR)$(man1dir)/gst-load.1 $(DESTDIR)$(man1dir)/gst-reload.1 + $(LN_S) $(man1dir)/gst-load.1 $(DESTDIR)$(man1dir)/gst-reload.1 $(srcdir)/blox.texi: $(top_srcdir)/packages/blox/tk/stamp-classes $(GST_PACKAGE) $(patsubst %, %/package.xml, $(^D)) \ Index: lib-src/sincosl.c --- lib-src/sincosl.c.orig 2008-01-09 18:20:46 +0100 +++ lib-src/sincosl.c 2008-05-15 13:29:33 +0200 @@@@ -228,7 +228,7 @@@@ Computed using gmp. */ -const long double sincosl_table[] = { +static const long double sincosl_table[] = { /* x = 1.48437500000000000000000000000000000e-01L 3ffc3000000000000000000000000000 */ /* cos(x) = 0.fd2f5320e1b790209b4dda2f98f79caaa7b873aff1014b0fbc5243766d03cb006bc837c4358 */ Index: libgst/prims.def --- libgst/prims.def.orig 2008-05-14 12:02:33 +0200 +++ libgst/prims.def 2008-05-15 13:29:33 +0200 @@@@ -1929,7 +1929,11 @@@@ long double oopValue = FLOATQ_OOP_VALUE (oop1); if COMMON (oopValue >= MIN_ST_INT && oopValue <= MAX_ST_INT) { +#if defined(__FreeBSD__) + PUSH_INT (lrint ((double)truncl (oopValue))); +#else PUSH_INT (lrintl (truncl (oopValue))); +#endif PRIM_SUCCEEDED; } } Index: snprintfv/snprintfv/format.c --- snprintfv/snprintfv/format.c.orig 2008-01-09 18:20:48 +0100 +++ snprintfv/snprintfv/format.c 2008-05-15 13:29:33 +0200 @@@@ -54,7 +54,7 @@@@ # define isinfl(x) isnanl ((x) - (x)) # endif # ifndef HAVE_MODFL -static snv_long_double modfl (long double x, long double *exp); +snv_long_double modfl (long double x, long double *exp); # endif # ifndef HAVE_COPYSIGNL static snv_long_double copysignl (long double x, long double y); @@@@ -1097,7 +1097,7 @@@@ #if !defined NO_FLOAT_PRINTING && defined HAVE_LONG_DOUBLE # ifndef HAVE_MODFL -static long double modfl (long double x, long double *exp) +long double modfl (long double x, long double *exp) { /* To compute the integer part of a positive integer (in this case abs(X)), sum a big enough integer to the absolute value, so that @ 1.2 log @upgrading package: smalltalk 2.3.6 -> 3.0 @ text @d2 3 a4 3 --- doc/Makefile.in.orig 2008-01-07 16:56:52 +0100 +++ doc/Makefile.in 2008-01-08 20:11:33 +0100 @@@@ -742,7 +742,7 @@@@ d12 1 a12 1 $(GST_DOC) -p BloxTK -o $(srcdir)/blox.texi BLOX.* || \ d14 2 a15 2 --- lib-src/sincosl.c.orig 2005-06-21 16:10:43 +0200 +++ lib-src/sincosl.c 2008-01-08 20:11:33 +0100 a24 20 Index: lib-src/trigl.c --- lib-src/trigl.c.orig 2005-06-21 16:10:44 +0200 +++ lib-src/trigl.c 2008-01-08 20:11:33 +0100 @@@@ -214,7 +214,7 @@@@ } if (x >= 2.35619449019234492884698253745962716314787704953131 - && x < 2.35619449019234492884698253745962716314787704953131) + && x < 2.35619449019234492884698253745962716314787704953131) { if (x > 0) { /* 113 + 93 bit PI is ok */ @@@@ -231,6 +231,7 @@@@ y[1] = (z - y[0]) + PI_2_1t; return -1; } + } if (x + x == x || x != x) /* x is +=oo or NaN */ { d26 2 a27 2 --- libgst/prims.def.orig 2008-01-06 17:36:03 +0100 +++ libgst/prims.def 2008-01-08 20:11:33 +0100 d41 2 a42 2 --- snprintfv/snprintfv/format.c.orig 2007-08-22 13:43:55 +0200 +++ snprintfv/snprintfv/format.c 2008-01-08 20:11:33 +0100 @ 1.1 log @new package: smalltalk 2.3.2 (GNU Smalltalk) @ text @d1 12 d14 2 a15 2 --- lib-src/sincosl.c.orig 2006-02-05 19:41:29 +0100 +++ lib-src/sincosl.c 2007-02-02 16:49:57 +0100 d26 2 a27 2 --- lib-src/trigl.c.orig 2006-02-05 19:41:29 +0100 +++ lib-src/trigl.c 2007-02-02 16:49:57 +0100 d46 3 a48 3 --- libgst/prims.def.orig 2007-01-28 22:38:38 +0100 +++ libgst/prims.def 2007-02-02 17:01:55 +0100 @@@@ -1878,7 +1878,11 @@@@ d61 2 a62 2 --- snprintfv/snprintfv/format.c.orig 2006-02-05 19:41:40 +0100 +++ snprintfv/snprintfv/format.c 2007-02-02 16:49:57 +0100 @