Powered by Apache

CVS log for OpenXM_contrib2/asir2000/parse/debug.c

[BACK] Up to [local] / OpenXM_contrib2 / asir2000 / parse

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.26 / (download) - annotate - [select for diffs], Sun Oct 4 03:14:09 2020 UTC (3 years, 7 months ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.25: +5 -1 lines
Diff to previous 1.25 (unified)

Added function prototypes.

Revision 1.25 / (download) - annotate - [select for diffs], Thu Mar 29 01:32:54 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.24: +679 -679 lines
Diff to previous 1.24 (unified)

Changed a tab to two space charaters.

Revision 1.24 / (download) - annotate - [select for diffs], Fri Aug 14 13:51:56 2015 UTC (8 years, 8 months ago) by fujimoto
Branch: MAIN
Changes since 1.23: +10 -34 lines
Diff to previous 1.23 (unified)

Removed unneeded 'defined(__MINGW64__)'.

Revision 1.23 / (download) - annotate - [select for diffs], Sat Aug 8 14:19:42 2015 UTC (8 years, 8 months ago) by fujimoto
Branch: MAIN
Changes since 1.22: +25 -1 lines
Diff to previous 1.22 (unified)

Added fflush(stderr) after fprintf(stderr,  ) for mingw32/mingw64.

Revision 1.22 / (download) - annotate - [select for diffs], Thu Aug 6 10:01:53 2015 UTC (8 years, 9 months ago) by fujimoto
Branch: MAIN
Changes since 1.21: +10 -10 lines
Diff to previous 1.21 (unified)

Added defined(__MINGW32__) and defined(__MINGW64__) for mingw32/mingw64.

Revision 1.21 / (download) - annotate - [select for diffs], Tue Aug 4 06:20:45 2015 UTC (8 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.20: +1 -18 lines
Diff to previous 1.20 (unified)

PARI is now being replaced by MPFR (GNU multiprecision floating-point reliable library).
1. eval() now calls functions in libmpfr.a.
2. PARI will be wrapped as an ox server 'ox_pari' (not yet).
Warning: Asir will not be built with interval arithmetics for a while.

Revision 1.20 / (download) - annotate - [select for diffs], Thu Jun 16 08:17:15 2011 UTC (12 years, 10 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.19: +3 -3 lines
Diff to previous 1.19 (unified)

0's in the arguments of mknode, mksnode and mkfnode have been changed to
NULLP (=(void *)0).

Revision 1.19 / (download) - annotate - [select for diffs], Tue Dec 5 01:47:08 2006 UTC (17 years, 5 months ago) by noro
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_2_3_12, DEB_REL_1_2_3-9
Changes since 1.18: +6 -6 lines
Diff to previous 1.18 (unified)

Some bug fixes for wfep.

Revision 1.18 / (download) - annotate - [select for diffs], Tue Feb 28 08:36:39 2006 UTC (18 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.17: +7 -4 lines
Diff to previous 1.17 (unified)

The specification of an error packet is as follows:
body=[packet_number,-1,error_message,where]
where=[["toplevel",line_number],[file_name,function_name,line_number],...]

Revision 1.17 / (download) - annotate - [select for diffs], Sat Feb 25 06:33:31 2006 UTC (18 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.16: +7 -1 lines
Diff to previous 1.16 (unified)

Fixing the error processing.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Feb 8 02:11:19 2006 UTC (18 years, 3 months ago) by noro
Branch: MAIN
CVS Tags: KNOPPIX_2006
Changes since 1.15: +35 -1 lines
Diff to previous 1.15 (unified)

Corrected the behavior of load operation.
(CAUTION: may contain critical bugs.)

Revision 1.15 / (download) - annotate - [select for diffs], Wed May 14 07:08:48 2003 UTC (20 years, 11 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.14: +11 -8 lines
Diff to previous 1.14 (unified)

Module support in debug mode, some bug fixes.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Mar 7 06:39:59 2003 UTC (21 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (unified)

All the modifications wrt switches were reverted.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Mar 7 03:12:31 2003 UTC (21 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.12: +5 -5 lines
Diff to previous 1.12 (unified)

Correcting switches (defined(MPI)->MPI etc.)
Note that there still exist several inconsistencies.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Feb 14 22:29:18 2003 UTC (21 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.11: +10 -10 lines
Diff to previous 1.11 (unified)

Changing some MACROs and preprocessor directives:
for example, #if PARI was replaced by #if defined(PARI).

Revision 1.11 / (download) - annotate - [select for diffs], Tue Dec 25 02:39:06 2001 UTC (22 years, 4 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.10: +4 -4 lines
Diff to previous 1.10 (unified)

Modifications to support cygwin.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Oct 9 01:36:23 2001 UTC (22 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.9: +21 -60 lines
Diff to previous 1.9 (unified)

Conversion to ANSI style (not completed yet).

Revision 1.9 / (download) - annotate - [select for diffs], Fri Oct 5 03:21:27 2001 UTC (22 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.8: +3 -1 lines
Diff to previous 1.8 (unified)

I'm trying to fix the problem of ssh X11 forwarding.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Aug 20 09:03:27 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.7: +3 -7 lines
Diff to previous 1.7 (unified)

1. load_exec(FileName) : load and execute FileName. It can be used for
   demand loading.
   Caution : load_exec() cannot be nested. load() should be used within
   a load_exec() execution.
   XXX : there is a bug on printing of evaluted value containing load_exec().
2. Arithimetics of quoted objects has been implemented.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Dec 22 10:03:31 2000 UTC (23 years, 4 months ago) by saito
Branch: MAIN
Changes since 1.6: +13 -4 lines
Diff to previous 1.6 (unified)

Add to interval number function.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Dec 5 01:24:56 2000 UTC (23 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.5: +3 -19 lines
Diff to previous 1.5 (unified)

Removed ugly '#if defined(THINK_C)'.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Aug 22 05:04:26 2000 UTC (23 years, 8 months ago) by noro
Branch: MAIN
CVS Tags: maekawa-ipv6, STABLE_1_1_3, RELEASE_1_1_3
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (unified)

Sorry, the email address in the license agreement was incorrect.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Aug 21 08:31:46 2000 UTC (23 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.3: +49 -1 lines
Diff to previous 1.3 (unified)

Added copyright notice and license agreement. It is mandatory to distribute
Risa/Asir source codes freely.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Jul 13 05:09:03 2000 UTC (23 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (unified)

I'm sorry. I have to commit too many modifications at once.

Major modifications are for optimization of modular groebner base computation.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Feb 8 04:47:12 2000 UTC (24 years, 3 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_1_2
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 (unified)

Cleaned up source files for creating libasir*.a with various
configurations.

Added new targets in src/asir2000/Makefile

install-lib-with-pari : libasir_pari.a -> OpenXM/lib
install-lib-small : libasir.a -> OpenXM/lib
install : asir libasir_pari_X.a libasir_gc.a -> OpenXM/lib

libasir_pari_X.a requires libpari.a and X11 libraries.
libasir_pari.a requires libpari.a.
libasir.a requires nothing.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Dec 3 07:39:12 1999 UTC (24 years, 5 months ago) by noro
Branch: NORO
CVS Tags: RELEASE_20000124, ASIR2000
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

Imported asir2000 as OpenXM_contrib2/asir2000.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Dec 3 07:39:12 1999 UTC (24 years, 5 months ago) by noro
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>