DO IF, LOOP cleanup.
authorBen Pfaff <blp@gnu.org>
Thu, 3 Nov 2005 06:21:46 +0000 (06:21 +0000)
committerBen Pfaff <blp@gnu.org>
Thu, 3 Nov 2005 06:21:46 +0000 (06:21 +0000)
commitad01fea350354a7df11790a561e935a8bffd3636
tree6bc8dbcf7d7006c05529f1c320906a71ba474f0f
parent5815daa55ab097fed75048e5800ff26b01a7adec
DO IF, LOOP cleanup.

New pool functions.

Clean up transformations, by getting rid of `struct trns_header',
replacing it by `struct transformation' that has a void * `private'
member.  Updated all uses of transformations to match, which was a lot
of code.

Miscellaneous other fixes, cleanups.
34 files changed:
src/ChangeLog
src/Makefile.am
src/autorecode.c
src/compute.c
src/count.c
src/ctl-stack.c [new file with mode: 0644]
src/ctl-stack.h [new file with mode: 0644]
src/data-list.c
src/data-list.h
src/descript.c
src/dfm-read.c
src/do-if.c
src/do-ifP.h [deleted file]
src/expressions/parse.c
src/expressions/public.h
src/file-handle-def.c
src/file-handle.q
src/file-type.c
src/get.c
src/glob.c
src/inpt-pgm.c
src/loop.c
src/pool.c
src/pool.h
src/print.c
src/recode.c
src/sample.c
src/sel-if.c
src/temporary.c
src/var.h
src/vfm.c
src/weight.c
tests/ChangeLog
tests/command/loop.sh