From: Michael Meskes <Michael_Meskes@topmail.de>
Marc G. Fournier <scrappy@hub.org>
From: Michael Meskes <Michael_Meskes@topmail.de> + + Son Feb 21 14:10:47 CET 1999 + + - Fixed variable detection in libecpg. + + Mon Feb 22 19:47:45 CET 1999 + + - Added 'at <db_connection>' option to all commands it is apllicable + to. Due to changing the API of some libecpg functions this + requires me to increase the major version number. + - Synced pgc.l with scan.l. + - Added support for unions. + - Set library version to 3.0.0 + - Set ecpg version to 3.0.0
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ChangeLog | modified | +14 −0 |
| src/interfaces/ecpg/include/ecpglib.h | modified | +2 −2 |
| src/interfaces/ecpg/include/ecpgtype.h | modified | +2 −2 |
| src/interfaces/ecpg/lib/ecpglib.c | modified | +97 −36 |
| src/interfaces/ecpg/lib/Makefile.in | modified | +3 −3 |
| src/interfaces/ecpg/preproc/c_keywords.c | modified | +1 −0 |
| src/interfaces/ecpg/preproc/ecpg.c | modified | +1 −0 |
| src/interfaces/ecpg/preproc/ecpg_keywords.c | modified | +1 −0 |
| src/interfaces/ecpg/preproc/extern.h | modified | +1 −1 |
| src/interfaces/ecpg/preproc/Makefile | modified | +2 −2 |
| src/interfaces/ecpg/preproc/pgc.l | modified | +2 −16 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +57 −15 |
| src/interfaces/ecpg/preproc/type.c | modified | +12 −4 |
| src/interfaces/ecpg/preproc/type.h | modified | +1 −0 |
| src/interfaces/ecpg/test/Makefile | modified | +1 −1 |
| src/interfaces/ecpg/test/test1.pgc | modified | +25 −7 |
| src/interfaces/ecpg/test/test2.pgc | modified | +16 −7 |
| src/interfaces/ecpg/TODO | modified | +2 −2 |