>>>>> "Paul" == Paul Steckler <steck@ccs.neu.edu> writes:
>> CIG is not used any longer in scsh 0.6.X.
Paul> Nonetheless, a grep for "automatically generated" yields:
Paul> db.c:** automatically generated by a hacked version of cig 3.0.
Paul> dbm.c:** automatically generated by cig.
Paul> ndbm.c:** automatically generated by cig.
Paul> rdelim.c:** automatically generated by a hacked version of cig
Paul> 3.0.
Paul> select.c:** automatically generated by a hacked version of cig 3.0.
The database code is currently not loaded into scsh. I don't know if
it is considerd to be part of scsh. Delimited strings are implemented
in Scheme meanwhile so the C code is obsolete and should be
removed. Select is dereleased at the moment and will probably come
back with an implemenation on top of the VM's select so the C code is
obsolete too.
--
Martin
|