home *** CD-ROM | disk | FTP | other *** search
- added: (sys:link 'oldname 'newname) that what the ln program does.
-
- changed: the order of arguments to the vset functions is now:
- (vset 'vector 'index 'value).
-
- [This shouldn't affect anyone since vectors haven't been officially
- released yet and won't be until I make one more major modification]
-
- setf now knows about vectors. You can say
- (setf (vref 'vector 'index) 'value)
- and not have to worry about the order of arguments to vset.
-
-
-
-