X-Git-Url: http://www.entropy.ch/git/LeanCalc.git/blobdiff_plain/b06626b06874ceb58dec25471f51583488f5ea93..f5fbaceee4c5c117ef600df1362fa90333ed8bc9:/calc/calc-ml.diff diff --git a/calc/calc-ml.diff b/calc/calc-ml.diff index 1f85fac..b10b95a 100644 --- a/calc/calc-ml.diff +++ b/calc/calc-ml.diff @@ -1,7 +1,6 @@ -Only in calc-2.11.10.1-ml/: .hsrc diff -ru calc-2.11.10.1/Makefile calc-2.11.10.1-ml/Makefile ---- calc-2.11.10.1/Makefile Thu Jul 29 07:18:56 2004 -+++ calc-2.11.10.1-ml/Makefile Tue Feb 1 22:58:07 2005 +--- calc-2.11.10.1/Makefile 2004-07-29 07:18:56.000000000 +0200 ++++ calc-2.11.10.1-ml/Makefile 2006-04-21 11:02:25.000000000 +0200 @@ -670,7 +670,7 @@ # # If in doubt, use T= @@ -11,80 +10,20 @@ diff -ru calc-2.11.10.1/Makefile calc-2.11.10.1-ml/Makefile # where man pages are installed # -@@ -999,7 +999,7 @@ +@@ -999,8 +999,8 @@ CCOPT= ${DEBUG} ${NO_SHARED} CCMISC= # -CFLAGS= -DCALC_SRC ${CCWARN} ${CCOPT} ${CCMISC} -+CFLAGS= -DHAVE_SNPRINTF -DCALC_SRC ${CCWARN} ${CCOPT} ${CCMISC} - ICFLAGS= -DCALC_SRC ${CCWARN} ${CCMISC} +-ICFLAGS= -DCALC_SRC ${CCWARN} ${CCMISC} ++CFLAGS= -arch ppc -arch i386 -DHAVE_SNPRINTF -DCALC_SRC ${CCWARN} ${CCOPT} ${CCMISC} ++ICFLAGS= -arch ppc -arch i386 -DCALC_SRC ${CCWARN} ${CCMISC} # LDFLAGS= ${NO_SHARED} ${LD_NO_SHARED} -Only in calc-2.11.10.1-ml/: align32.h -Only in calc-2.11.10.1-ml/: args.h -Only in calc-2.11.10.1-ml/cal: .all -Only in calc-2.11.10.1-ml/: calc -Only in calc-2.11.10.1-ml/: calc.1 -Only in calc-2.11.10.1-ml/: calcerr.c -Only in calc-2.11.10.1-ml/: calcerr.h -Only in calc-2.11.10.1-ml/: conf.h -Only in calc-2.11.10.1-ml/cscript: .all -Only in calc-2.11.10.1-ml/cscript: 4dsphere -Only in calc-2.11.10.1-ml/cscript: fproduct -Only in calc-2.11.10.1-ml/cscript: mersenne -Only in calc-2.11.10.1-ml/cscript: piforever -Only in calc-2.11.10.1-ml/cscript: plus -Only in calc-2.11.10.1-ml/cscript: powerterm -Only in calc-2.11.10.1-ml/cscript: simple -Only in calc-2.11.10.1-ml/cscript: square -Only in calc-2.11.10.1-ml/custom: .all -Only in calc-2.11.10.1-ml/: endian_calc.h -Only in calc-2.11.10.1-ml/: fposval.h -Only in calc-2.11.10.1-ml/: have_const.h -Only in calc-2.11.10.1-ml/: have_fpos.h -Only in calc-2.11.10.1-ml/: have_fpos_pos.h -Only in calc-2.11.10.1-ml/: have_getpgid.h -Only in calc-2.11.10.1-ml/: have_getprid.h -Only in calc-2.11.10.1-ml/: have_getsid.h -Only in calc-2.11.10.1-ml/: have_gettime.h -Only in calc-2.11.10.1-ml/: have_malloc.h -Only in calc-2.11.10.1-ml/: have_memmv.h -Only in calc-2.11.10.1-ml/: have_newstr.h -Only in calc-2.11.10.1-ml/: have_offscl.h -Only in calc-2.11.10.1-ml/: have_posscl.h -Only in calc-2.11.10.1-ml/: have_rusage.h -Only in calc-2.11.10.1-ml/: have_stdlib.h -Only in calc-2.11.10.1-ml/: have_strdup.h -Only in calc-2.11.10.1-ml/: have_string.h -Only in calc-2.11.10.1-ml/: have_times.h -Only in calc-2.11.10.1-ml/: have_uid_t.h -Only in calc-2.11.10.1-ml/: have_unistd.h -Only in calc-2.11.10.1-ml/: have_unused.h -Only in calc-2.11.10.1-ml/: have_urandom.h -Only in calc-2.11.10.1-ml/: have_ustat.h -Only in calc-2.11.10.1-ml/help: .all -Only in calc-2.11.10.1-ml/help: binding -Only in calc-2.11.10.1-ml/help: bindings -Only in calc-2.11.10.1-ml/help: bug -Only in calc-2.11.10.1-ml/help: bugs -Only in calc-2.11.10.1-ml/help: builtin -Only in calc-2.11.10.1-ml/help: calc -Only in calc-2.11.10.1-ml/help: change -Only in calc-2.11.10.1-ml/help: changes -Only in calc-2.11.10.1-ml/help: copy -Only in calc-2.11.10.1-ml/help: cscript -Only in calc-2.11.10.1-ml/help: custom_cal -Only in calc-2.11.10.1-ml/help: errorcode -Only in calc-2.11.10.1-ml/help: errorcodes -Only in calc-2.11.10.1-ml/help: full -Only in calc-2.11.10.1-ml/help: libcalc -Only in calc-2.11.10.1-ml/help: new_custom -Only in calc-2.11.10.1-ml/help: resource -Only in calc-2.11.10.1-ml/help: type -Only in calc-2.11.10.1-ml/: longbits.h + ILDFLAGS= diff -ru calc-2.11.10.1/math_error.c calc-2.11.10.1-ml/math_error.c ---- calc-2.11.10.1/math_error.c Sat Mar 17 22:55:52 2001 -+++ calc-2.11.10.1-ml/math_error.c Tue Feb 1 23:18:28 2005 +--- calc-2.11.10.1/math_error.c 2001-03-17 22:55:52.000000000 +0100 ++++ calc-2.11.10.1-ml/math_error.c 2006-04-21 11:01:54.000000000 +0200 @@ -76,7 +76,7 @@ */ jmp_buf calc_jmp_buf; @@ -95,8 +34,8 @@ diff -ru calc-2.11.10.1/math_error.c calc-2.11.10.1-ml/math_error.c /* diff -ru calc-2.11.10.1/math_error.h calc-2.11.10.1-ml/math_error.h ---- calc-2.11.10.1/math_error.h Fri Jun 8 23:00:58 2001 -+++ calc-2.11.10.1-ml/math_error.h Tue Feb 1 23:18:43 2005 +--- calc-2.11.10.1/math_error.h 2001-06-08 23:00:58.000000000 +0200 ++++ calc-2.11.10.1-ml/math_error.h 2006-04-21 11:01:54.000000000 +0200 @@ -43,6 +43,8 @@ /* * Global data definitions. @@ -106,13 +45,9 @@ diff -ru calc-2.11.10.1/math_error.h calc-2.11.10.1-ml/math_error.h extern DLL jmp_buf jmpbuf; /* for errors */ -Only in calc-2.11.10.1-ml/sample: .all -Only in calc-2.11.10.1-ml/sample: many_random -Only in calc-2.11.10.1-ml/sample: test_random -Only in calc-2.11.10.1-ml/: terminal.h diff -ru calc-2.11.10.1/token.c calc-2.11.10.1-ml/token.c ---- calc-2.11.10.1/token.c Sat Mar 17 22:55:52 2001 -+++ calc-2.11.10.1-ml/token.c Tue Feb 1 23:19:13 2005 +--- calc-2.11.10.1/token.c 2001-03-17 22:55:52.000000000 +0100 ++++ calc-2.11.10.1-ml/token.c 2006-04-21 11:01:54.000000000 +0200 @@ -702,6 +702,8 @@ }