Feed items
Added .iseq-incr macro to iterate with an increment parameter. Added .mult....
Commit by leighsmith :: r195 /trunk/ (5 files): (link) Added .iseq-incr macro to iterate with an increment parameter. Added .mult. Addedloading of nlisp-gsll-compat source. Added routines to improve array printing.
Corrected let* typo.
Commit by leighsmith :: r194 /trunk/nlisp-gnuplot.lisp: (link) Corrected let* typo.
Made plotting more robust when the gsl viewer closes. Exported .vectorp and...
Commit by leighsmith :: r193 /trunk/ (7 files): (link) Made plotting more robust when the gsl viewer closes. Exported .vectorp and plottingfunctions close-window and close-windows. Added nlisp-gsll-compat.lisp building intoASDF. Now handles making zero element arrays intelligently.
Added gsll dependency.
Commit by leighsmith :: r192 /trunk/nlisp.asd: (link) Added gsll dependency.
Reversed the addition of a linefeed, since this is inconsistent depending on the...
Commit by leighsmith :: r191 /trunk/nlisp-class.lisp: (link) Reversed the addition of a linefeed, since this is inconsistent depending on the value of*print-truncated-array-limit* and contradicts the print-object semantic, by assuming theoutput device is a line based printer.
Added ~% to properly end a format statement
Commit by mirkov :: r190 /trunk/nlisp-class.lisp: (link) Added ~% to properly end a format statement
Corrected issue when plotting multiple different sized vectors with a default x...
Commit by leighsmith :: r189 /trunk/nlisp-gnuplot.lisp: (link) Corrected issue when plotting multiple different sized vectors with a default x axis.
Fixed bugs related to nlisp-unit-test loading
Commit by mirkov :: r188 /trunk/nlisp.asd: (link) Fixed bugs related to nlisp-unit-test loading
Added nlisp-gsll-unit-tests.lisp file to the dependency tree.Reformatted svn...
Commit by mirkov :: r187 /trunk/nlisp.asd: (link) Added nlisp-gsll-unit-tests.lisp file to the dependency tree.Reformatted
svn commit nlisp.asd -m
New file that contains tests for the nlisp-gsll compatibility functions. Added...
Commit by mirkov :: r186 /trunk/nlisp-gsll-unit-tests.lisp: (link) New file that contains tests for the nlisp-gsll compatibility functions. Added tests for conversion between nlis and gsll in both directions
