[go: up one dir, main page]

Menu

/trunk/src/aldor Commit Log


Commit Date  
[r1813] by hemmecke

fix location of git mirror of svn repository

2014-10-15 20:45:38 Tree
[r1789] by hemmecke

use ${MKDIR_P} instead of 'mkdir -p'

2014-08-03 22:47:06 Tree
[r1692] by hemmecke

bugfix: comma --> semicolon

2014-03-19 06:57:16 Tree
[r1679] by hemmecke

sync with aldor version

2014-02-07 17:37:08 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
[r1662] by hemmecke

make clean now does not remove cliques.as

2013-10-12 20:16:13 Tree
[r1656] by whebisch

Update Aldor interface for free Aldor.

2013-09-27 19:53:51 Tree
[r1329] by hemmecke

forget about blacklisted domains

2012-02-07 20:32:50 Tree
[r1268] by hemmecke

enable Matrix over SemiRng+AbelianMonoid

2012-01-06 14:03:33 Tree
[r1264] by hemmecke

enable configuration of local aldor source files

If a checkout of trunk (revision 23) of the Aldor SVN repository is in
directory D then "configure --enable-aldor=$D" will take the necessary
sourcefiles from this directory instead of contacting the Internet.

2012-01-06 14:02:06 Tree
Older >