[go: up one dir, main page]

Menu

/trunk/src/lisp Commit Log


Commit Date  
[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
[r1643] by whebisch

Fix problem with gcl-2.6.9 and up.

2013-09-11 17:19:34 Tree
[r1636] by whebisch

Compile Clozure CL GMP support only on AMD64.

2013-08-22 01:02:11 Tree
[r1628] by whebisch

Makefile cleanup.

2013-08-14 16:04:08 Tree
[r1627] by whebisch

With ECL by default use safety 0.

2013-08-14 12:25:53 Tree
[r1626] by whebisch

Add primitive for DoubleFloat abs.

2013-08-14 11:38:52 Tree
[r1622] by whebisch

Misc cleanups.

2013-08-13 00:36:55 Tree
Older >