[go: up one dir, main page]

Menu

/trunk/src/graph 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
[r1717] by whebisch

Rename Axiom to FriCAS in HyperDoc and graphic files.

2014-04-04 19:21:16 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
[r1628] by whebisch

Makefile cleanup.

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

Turn on outline after graphic reset.

2013-06-20 23:14:31 Tree
[r1560] by whebisch

Fix another problem with r1557.

2013-06-11 21:49:58 Tree
[r1559] by whebisch

Fix problem with last commit.

2013-06-11 11:03:31 Tree
[r1557] by whebisch

Use safer alternative to 'sprintf'.

2013-06-07 15:56:29 Tree
[r1503] by whebisch

More renames of 'Axiom' to 'FriCAS'.

2012-12-29 23:57:30 Tree
Older >