Powered by Apache

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

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

Request diff between arbitrary revisions


Default branch: MAIN


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

Changed a tab to two space charaters.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Dec 17 07:20:45 2012 UTC (11 years, 4 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (unified)

Asir now uses gc7.

In non-ox mode, SIGINT received during GC is recorded in a variable 'in_gc'
and int_handler() is executed after GC.

In ox mode, SIGINT received between begin_critical() and end_crtical()
is simply discarded.

All memory-allocation functions are wrapped in gc_risa.c:
Risa_GC_malloc(), Risa_GC_realloc() etc.

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

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

Revision 1.9 / (download) - annotate - [select for diffs], Fri Feb 19 06:20:13 2010 UTC (14 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.8: +1479 -885 lines
Diff to previous 1.8 (unified)

Updated ytab.[ch].

Revision 1.8 / (download) - annotate - [select for diffs], Mon Oct 3 00:57:35 2005 UTC (18 years, 7 months ago) by noro
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_2_3_12, KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.7: +1525 -1205 lines
Diff to previous 1.7 (unified)

Updated ytab.c and ytab.h, which is used by VC++.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jun 22 00:33:25 2004 UTC (19 years, 10 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.6: +1 -1 lines
Diff to previous 1.6 (unified)

Updated ytab.* for Windows.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jun 18 05:57:00 2004 UTC (19 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.5: +56 -62 lines
Diff to previous 1.5 (unified)

Implemented indirect function call for module local functions.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Mar 18 01:24:23 2004 UTC (20 years, 1 month ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b
Changes since 1.4: +1711 -1360 lines
Diff to previous 1.4 (unified)

Update ytab.c and ytab.h.

Revision 1.4 / (download) - annotate - [select for diffs], Fri May 30 06:03:30 2003 UTC (20 years, 11 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX
Changes since 1.3: +993 -859 lines
Diff to previous 1.3 (unified)

Updated ytab.* for windows.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Oct 5 08:55:47 2001 UTC (22 years, 7 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2, RELEASE_1_2_1
Changes since 1.2: +745 -742 lines
Diff to previous 1.2 (unified)

Updated grammer file for Windows.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Apr 20 08:31:07 2001 UTC (23 years ago) by noro
Branch: MAIN
Changes since 1.1: +730 -695 lines
Diff to previous 1.1 (unified)

Updated parser files for Windows.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Dec 6 01:27:16 2000 UTC (23 years, 5 months ago) by noro
Branch: MAIN

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

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>