+ Sat Feb 21 19:10:55 CET 1998
Marc G. Fournier <scrappy@hub.org>
+ Sat Feb 21 19:10:55 CET 1998 + + - use char[] as string not as array of bytes that is integers + + Sun Feb 22 16:37:36 CET 1998 + + - use long for all size variables + - added execute immediate statement + + Sun Feb 22 20:41:32 CET 1998 + + - use varcharsize = 1 for all simple types, 0 means pointer, > 1 + means array if type is char resp. unsigned char + + Thu Feb 24 12:26:12 CET 1998 + + - allow 'go to' in whenever statement as well as 'goto' + - new argument 'stop' for whenever statement From: Michael Meskes <meskes@topsystem.de>
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +18 −0 |
| src/interfaces/ecpg/lib/ecpglib.c | modified | +48 −23 |
| src/interfaces/ecpg/Makefile | modified | +1 −2 |
| src/interfaces/ecpg/preproc/Makefile | modified | +4 −4 |
| src/interfaces/ecpg/preproc/pgc.l | modified | +5 −0 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +93 −40 |
| src/interfaces/ecpg/preproc/type.c | modified | +37 −29 |
| src/interfaces/ecpg/preproc/type.h | modified | +6 −5 |
| src/interfaces/ecpg/test/test2.pgc | modified | +19 −0 |
| src/interfaces/ecpg/TODO | modified | +16 −2 |