From: Michael Meskes <meskes@topsystem.de>
Marc G. Fournier <scrappy@hub.org>
From: Michael Meskes <meskes@topsystem.de> + Thu Apr 23 09:27:16 CEST 1998 + + - Also allow call in whenever statement with the same functionality + as do. + + Thu Apr 23 12:29:28 CEST 1998 + + - Also rewrote variable declaration part. It is now possible to + declare more than one variable per line. + - Set version to 2.1.0 + + Fri Apr 24 13:50:15 CEST 1998 + + - Fixed some bugs. + - Set version to 2.1.1
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +16 −0 |
| src/interfaces/ecpg/lib/Makefile.in | modified | +10 −6 |
| src/interfaces/ecpg/preproc/ecpg.c | modified | +2 −5 |
| src/interfaces/ecpg/preproc/ecpg_keywords.c | modified | +1 −0 |
| src/interfaces/ecpg/preproc/extern.h | modified | +13 −2 |
| src/interfaces/ecpg/preproc/Makefile | modified | +2 −2 |
| src/interfaces/ecpg/preproc/pgc.l | modified | +30 −8 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +248 −233 |
| src/interfaces/ecpg/preproc/type.c | modified | +11 −3 |
| src/interfaces/ecpg/preproc/type.h | modified | +6 −0 |
| src/interfaces/ecpg/test/perftest.pgc | modified | +2 −0 |
| src/interfaces/ecpg/test/test2.pgc | modified | +2 −2 |
| src/interfaces/ecpg/TODO | modified | +4 −3 |