]> granicus.if.org Git - postgresql/commit
From: Michael Meskes <Michael_Meskes@topmail.de>
authorMarc G. Fournier <scrappy@hub.org>
Sun, 28 Feb 1999 07:25:34 +0000 (07:25 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Sun, 28 Feb 1999 07:25:34 +0000 (07:25 +0000)
commitd077c6149269701d0831634e8800b53c528d13ac
treeffca34f22c5fec39ebcd11c671003e9b11a4f103
parent51f0f6ddc8359d088a6d4892eec0ce90b485b501
From: Michael Meskes <Michael_Meskes@topmail.de>

+
+ Tue Feb 23 17:32:25 CET 1999
+
+       - Other than a struct a union itself cannot be specified as variable.
+
+ Fri Feb 26 07:18:25 CET 1999
+
+       - Synced preproc.y with gram.y.
+
+ Sat Feb 27 20:30:03 CET 1999
+
+       - Added automatic allocating for NULL pointers.
12 files changed:
src/interfaces/ecpg/ChangeLog
src/interfaces/ecpg/TODO
src/interfaces/ecpg/include/ecpgtype.h
src/interfaces/ecpg/lib/ecpglib.c
src/interfaces/ecpg/preproc/Makefile
src/interfaces/ecpg/preproc/pgc.c [new file with mode: 0644]
src/interfaces/ecpg/preproc/preproc.c [new file with mode: 0644]
src/interfaces/ecpg/preproc/preproc.h [new file with mode: 0644]
src/interfaces/ecpg/preproc/preproc.y
src/interfaces/ecpg/preproc/type.c
src/interfaces/ecpg/preproc/type.h
src/interfaces/ecpg/test/test2.pgc