[go: up one dir, main page]

Menu

/trunk/src/aldor Commit Log


Commit Date  
[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
[r1263] by hemmecke

allow ALDORSOURCE in local file system

This allows for "make ALDORSOURCE=$HOME/path/to/aldor-trunk" in order
to build libaldor.al and use the necessary .as files from the local
file system.

2012-01-06 14:01:42 Tree
[r1027] by whebisch

Change 'axiom' to 'fricas'.

2011-03-29 15:04:20 Tree
Older >