File Release Notes and Changelog
Notes:
Ficl 3.00a July 2001
- Fixed oo problems caused by my mis-merge of vcall
- tar.gz tested on sourceforge compile farm
Ficl 3.00
- Added pSys parameter to most ficlXXXX functions for multi-system support
dictLookupLoc renamed to ficlLookupLoc after addition of pSys param
ficlInitSystem returns a FICL_SYSTEM*
ficlTermSystem
ficlNewVM
ficlLookup
ficlGetDict
ficlGetEnv
ficlSetEnv
ficlSetEnvD
ficlGetLoc
ficlBuild
- Fixed off-by-one bug in ficlParsePrefix
- Ficl parse-steps now work correctly - mods to interpret()
- Made tools.c:isAFiclWord more selective
- Tweaked makefiles and code to make gcc happy under linux
- Vetted all instances of LVALUEtoCELL to make sure they're working on CELL sized operands
(for 64 bit compatibility)
- Doc updates
Changes: