[go: up one dir, main page]

Menu

/trunk/src/lisp Commit Log


Commit Date  
[r2167] by whebisch

Fix build with sbcl-1.3.13

2017-01-24 19:29:31 Tree
[r2103] by whebisch

Fix compare for DirectProduct(dim:NNI, PositiveInteger)

2016-09-07 13:54:06 Tree
[r2064] by whebisch

Remove a few $Lisp calls

2016-08-13 17:40:59 Tree
[r2058] by whebisch

Fix build with new ECL

2016-08-11 23:59:47 Tree
[r1990] by whebisch

Remove problematic optimization

2016-05-24 12:09:20 Tree
[r1835] by whebisch

Allow use of GMP for more targets

2014-12-19 01:23:35 Tree
[r1748] by whebisch

Nicer error messages.

2014-05-02 21:39:29 Tree
[r1671] by whebisch

Add 'qsetfirst!' and 'qsetrest!'

2013-11-22 00:40:34 Tree
[r1667] by hemmecke

remove trailing whitespace, trailing empty lines, expand tabs

remove trailing whitespace
find . -type f -a ! -regex '\./\.git/.*' -a ! -name '*.ps' -a ! -name '*.daase' -a ! -name '*.icns' -exec sed -i 's/[ \t]*$//' {} \;

remove trailing empty lines
find . -type f -a ! -regex '\./\.git/.*' -a ! -name '*.ps' -a ! -name '*.daase' -a ! -name '*.icns' -exec sed -i -e :a -e '/^\n*$/{$d;N;};/\n$/ba' {} \;

expand tabs to spaces
for f in $(grep -lR ' ' *|grep -v Make|grep -v config|fgrep -v '.as'|grep -v '.ht$'|grep -v 'diff$'|grep -v 'icns$'|grep -v rules|grep -v ChangeLog); do expand $f > $f.x; mv $f.x $f; done

2013-11-16 19:31:39 Tree
[r1648] by whebisch

Allow floating point optimizations for Clozure CL 1.8 and up.

2013-09-17 21:20:12 Tree
Older >