[go: up one dir, main page]

Menu

/trunk/src/include Commit Log


Commit Date  
[r2585] by oldk1331

Minor cleanups

2019-07-20 23:32:21 Tree
[r2513] by oldk1331

Remove unused C function

2018-10-26 10:41:21 Tree
[r2365] by whebisch

Eliminate 'register' keyword

2018-02-25 17:31: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
[r1558] by whebisch

Correct a typo.

2013-06-07 18:18:20 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
[r1473] by whebisch

Rename C config header.

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

Shorten startup/shutdown delays.

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