Powered by Apache

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.54 / (download) - annotate - [select for diffs], Sun Sep 9 08:13:42 2018 UTC (5 years, 7 months ago) by ohara
Branch: MAIN
CVS Tags: HEAD
Changes since 1.53: +3 -1 lines
Diff to previous 1.53 (unified)

At Visual Studio 2015, the definition of the FILE structure had been fully rewritten.

Revision 1.53 / (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.52: +515 -515 lines
Diff to previous 1.52 (unified)

Changed a tab to two space charaters.

Revision 1.52 / (download) - annotate - [select for diffs], Tue Mar 28 03:26:33 2017 UTC (7 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.51: +2 -1 lines
Diff to previous 1.51 (unified)

Fixed a bug in yylex(). The debugger now correctly handles short helps
with several newlines.

Revision 1.51 / (download) - annotate - [select for diffs], Wed Aug 24 08:21:03 2016 UTC (7 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.50: +2 -12 lines
Diff to previous 1.50 (unified)

replaced checking recv_intr by check_intr().

Revision 1.50 / (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.49: +4 -7 lines
Diff to previous 1.49 (unified)

Removed unneeded 'defined(__MINGW64__)'.

Revision 1.49 / (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.48: +4 -1 lines
Diff to previous 1.48 (unified)

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

Revision 1.48 / (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.47: +4 -4 lines
Diff to previous 1.47 (unified)

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

Revision 1.47 / (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.46: +1 -6 lines
Diff to previous 1.46 (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.46 / (download) - annotate - [select for diffs], Tue Aug 3 04:34:44 2010 UTC (13 years, 9 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.45: +7 -4 lines
Diff to previous 1.45 (unified)

Modified cppname_init() so that it first searches OpenXM_HOME/bin/ox_cpp.
Modified afternl() so that it accepts #line nn as well as # nn for outputs
of cpp.

Revision 1.45 / (download) - annotate - [select for diffs], Fri Apr 16 07:13:42 2010 UTC (14 years ago) by noro
Branch: MAIN
Changes since 1.44: +5 -4 lines
Diff to previous 1.44 (unified)

*** empty log message ***

Revision 1.44 / (download) - annotate - [select for diffs], Mon Aug 6 08:15:26 2007 UTC (16 years, 9 months ago) by saito
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_2_3_12, DEB_REL_1_2_3-9
Changes since 1.43: +4 -1 lines
Diff to previous 1.43 (unified)

add readline/readline.h
and gc6.8 new patch (for athron 64, FreeBSD, gc4.2)
if you want to use gc6.8-risa.diff,
then please edit GC_PATCH from gc6.5-risa.diff to gc6.8-risa.diff

Revision 1.43 / (download) - annotate - [select for diffs], Sun Feb 18 05:36:28 2007 UTC (17 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (unified)

Fixed for MacOS X.  This work is temporary.
Risa/Asir cannot be built on MacOS X 10.4 (i386).

TODO: Upgrade gc6.5 to 6.8.

Revision 1.42 / (download) - annotate - [select for diffs], Fri Sep 29 08:58:22 2006 UTC (17 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.41: +8 -8 lines
Diff to previous 1.41 (unified)

Changed numbers in error packet to USINT.

Revision 1.41 / (download) - annotate - [select for diffs], Sun Mar 5 08:21:59 2006 UTC (18 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.40: +12 -4 lines
Diff to previous 1.40 (unified)

Fixed the format of the error packect returned on a syntax error.

Revision 1.40 / (download) - annotate - [select for diffs], Sun Mar 5 08:02:12 2006 UTC (18 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.39: +22 -1 lines
Diff to previous 1.39 (unified)

The line number of syntax error in executeString is returned as an
error packet.

Revision 1.39 / (download) - annotate - [select for diffs], Sun Mar 5 07:11:52 2006 UTC (18 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.38: +2 -1 lines
Diff to previous 1.38 (unified)

The line number executeString argument is correctly counted after comments.

Revision 1.38 / (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.37: +4 -6 lines
Diff to previous 1.37 (unified)

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

Revision 1.37 / (download) - annotate - [select for diffs], Sat Dec 10 14:14:16 2005 UTC (18 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.36: +6 -2 lines
Diff to previous 1.36 (unified)

Implementing matching functions in C.

Revision 1.36 / (download) - annotate - [select for diffs], Wed Oct 26 07:33:03 2005 UTC (18 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.35: +3 -3 lines
Diff to previous 1.35 (unified)

Added a new category of programming variables for representing patterns:
_X, _Y etc.

Revision 1.35 / (download) - annotate - [select for diffs], Wed Oct 19 04:51:15 2005 UTC (18 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (unified)

quit handler is now called when  a windows session terminated from menu.
Japanese characters in a file are properly handled (I hope).

Revision 1.34 / (download) - annotate - [select for diffs], Fri Dec 17 03:09:08 2004 UTC (19 years, 4 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.33: +1 -3 lines
Diff to previous 1.33 (unified)

Added functions:
add_handler("intr" or "quit",func) put func on the top of the callback list.
clear_handler("intr" or "quit") clear the callback list.
list_handler("intr" or "quit")  ["fname1","fname2",...].

Revision 1.33 / (download) - annotate - [select for diffs], Fri Apr 30 08:25:38 2004 UTC (20 years ago) by noro
Branch: MAIN
Changes since 1.32: +3 -1 lines
Diff to previous 1.32 (unified)

"\r" is handled as 0xd.

Revision 1.32 / (download) - annotate - [select for diffs], Fri Mar 26 08:25:37 2004 UTC (20 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.31: +4 -2 lines
Diff to previous 1.31 (unified)

Improved sprinttb().

Revision 1.31 / (download) - annotate - [select for diffs], Thu Mar 4 07:11:01 2004 UTC (20 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.30: +8 -7 lines
Diff to previous 1.30 (unified)

ox_asir displays an error location.

Revision 1.30 / (download) - annotate - [select for diffs], Mon Mar 1 02:03:28 2004 UTC (20 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.29: +7 -2 lines
Diff to previous 1.29 (unified)

Fixed a bug in asir_popString.
An error object is pushed when a parse error occurs.

Revision 1.29 / (download) - annotate - [select for diffs], Wed Feb 4 07:42:07 2004 UTC (20 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.28: +10 -1 lines
Diff to previous 1.28 (unified)

Added a new data type "Symbol".

Revision 1.28 / (download) - annotate - [select for diffs], Sun Jan 25 11:54:10 2004 UTC (20 years, 3 months ago) by ohara
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (unified)

Add directives for Interix3

Revision 1.27 / (download) - annotate - [select for diffs], Thu Nov 27 02:34:11 2003 UTC (20 years, 5 months ago) by ohara
Branch: MAIN
Changes since 1.26: +20 -2 lines
Diff to previous 1.26 (unified)

Asir allows \t and octal sequences in quoted strings.

Revision 1.26 / (download) - annotate - [select for diffs], Thu Aug 21 08:05:02 2003 UTC (20 years, 8 months ago) by saito
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (unified)

correct for gcc3.3.2 on FreeBSD.

Revision 1.25 / (download) - annotate - [select for diffs], Fri May 30 00:47:24 2003 UTC (20 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.24: +21 -4 lines
Diff to previous 1.24 (unified)

Global functions can be overriden in modules.
::fname() can be used to call a global function.

Revision 1.24 / (download) - annotate - [select for diffs], Wed May 14 06:20:12 2003 UTC (20 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (unified)

'module' has been added experimentally.

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

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

Revision 1.22 / (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.21: +5 -5 lines
Diff to previous 1.21 (unified)

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

Revision 1.21 / (download) - annotate - [select for diffs], Mon Sep 9 23:52:45 2002 UTC (21 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.20: +5 -5 lines
Diff to previous 1.20 (unified)

Fixed some bugs in the function for reading numbers.

Revision 1.20 / (download) - annotate - [select for diffs], Mon Sep 9 12:23:51 2002 UTC (21 years, 8 months ago) by kondoh
Branch: MAIN
Changes since 1.19: +19 -5 lines
Diff to previous 1.19 (unified)



fix to accept a floatingpoing number such as 1e-23.

Revision 1.19 / (download) - annotate - [select for diffs], Fri Dec 21 08:23:15 2001 UTC (22 years, 4 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (unified)

Ported to CYGWIN. (IPC has not yet been available.)

Revision 1.18 / (download) - annotate - [select for diffs], Tue Oct 9 01:36:24 2001 UTC (22 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.17: +17 -31 lines
Diff to previous 1.17 (unified)

Conversion to ANSI style (not completed yet).

Revision 1.17 / (download) - annotate - [select for diffs], Mon Sep 3 07:01:10 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.16: +3 -1 lines
Diff to previous 1.16 (unified)

Added a new data type for finite field : GFSN (finite extension of
a small finite field)

setmod_ff(P,N,M)  (P^N < 2^20, N*M < 2^31) : generates GF((P^N)^M)
which is realized as a quotient ring of GF(P^N)[t].

Revision 1.16 / (download) - annotate - [select for diffs], Fri Jun 15 07:56:06 2001 UTC (22 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (unified)

AIX support (32bit version)

Revision 1.15 / (download) - annotate - [select for diffs], Mon Jun 4 02:49:48 2001 UTC (22 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.14: +3 -1 lines
Diff to previous 1.14 (unified)

Modifications to support Mac OS X.
Note: /usr/bin/cpp of Mac OS X seems to be broken. I had to add

-D__ppc__ -D__NATURAL_ALIGNMENT__ -D__MACH__ -D__BIG_ENDIAN__ -D__APPLE__

as OPTS. Without these options imake does not work properly.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Mar 8 07:49:13 2001 UTC (23 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (unified)

Fixed a bug in al.c (QE).
Added a builtin function put_byte().
yylex() now skips CTRL(M).
Modified version(). It returns the information of distribution.
Added copyright notices.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Dec 26 05:17:47 2000 UTC (23 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.12: +13 -27 lines
Diff to previous 1.12 (unified)

Several bugs concerned with readline are now being fixed.

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

Add to Fep function.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Dec 18 01:28:27 2000 UTC (23 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.10: +14 -1 lines
Diff to previous 1.10 (unified)

Modification for Windows version to handle Ctrl-C.

Revision 1.10 / (download) - annotate - [select for diffs], Wed Dec 6 01:27:16 2000 UTC (23 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.9: +8 -4 lines
Diff to previous 1.9 (unified)

Added parser files for Windows version. (On Windows, y.tab.* cannot be generated
from parse.y.)

Revision 1.9 / (download) - annotate - [select for diffs], Tue Dec 5 01:51:35 2000 UTC (23 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.8: +6 -2 lines
Diff to previous 1.8 (unified)

Added EOF check during pasing.

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

Removed ugly '#if defined(THINK_C)'.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Dec 1 04:34:01 2000 UTC (23 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.6: +2 -3 lines
Diff to previous 1.6 (unified)

purge_stdin() now works correctly on Windows.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Nov 13 01:48:13 2000 UTC (23 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.5: +18 -1 lines
Diff to previous 1.5 (unified)

get_line() now reads a line from stdin if no arguments are supplied.
Added purge_stdin() for clearing the input buffer before calling get_line().

Revision 1.5 / (download) - annotate - [select for diffs], Tue Aug 22 05:04:27 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:47 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], Tue Jul 25 01:15:07 2000 UTC (23 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.2: +4 -2 lines
Diff to previous 1.2 (unified)

Fixed a bug which causes SEGV after loading a file in ox_asir.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Feb 7 03:14:40 2000 UTC (24 years, 3 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_1_2
Changes since 1.1: +98 -35 lines
Diff to previous 1.1 (unified)

Added a switch "fortran_output" in ctrl().
If it is equal to 1, polynomials are displayed in fortran style
(x^2 -> x**2 etc.).
Numbers and keywords of arbitrary length can be accepted by the parser.

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>