[go: up one dir, main page]

Menu

/trunk/src/sman Commit Log


Commit Date  
[r1810] by whebisch

Remove unused noweb stuff.

2014-10-11 19:38:46 Tree
[r1743] by whebisch

Silence some warnings.

2014-05-01 15:22:43 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
[r1503] by whebisch

More renames of 'Axiom' to 'FriCAS'.

2012-12-29 23:57:30 Tree
[r1473] by whebisch

Rename C config header.

2012-10-18 10:51:58 Tree
[r1027] by whebisch

Change 'axiom' to 'fricas'.

2011-03-29 15:04:20 Tree
[r984] by whebisch

Support '-eval' command line argument.

2011-02-06 20:38:30 Tree
[r911] by whebisch

Don't spread textual substitutions all over the text.

2010-09-23 16:12:30 Tree
[r883] by whebisch

Delete obsolete log files.

2010-06-23 16:44:56 Tree
[r861] by whebisch

Shorten startup/shutdown delays.

2010-04-07 00:18:06 Tree
Older >