[go: up one dir, main page]

Menu

/trunk/doc Commit Log


Commit Date  
[r1801] by whebisch

Remove traces of noweb from build machinery

2014-09-10 15:39:59 Tree
[r1681] by whebisch

Update references and documentation.

2014-03-01 00:36:47 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
[r1621] by whebisch

Clean up obsolete/excessive comments.

2013-08-12 00:39:28 Tree
[r1603] by whebisch

Documentation fix.

2013-07-24 19:05:39 Tree
[r1587] by hemmecke

make dist and use pregenerated files

2013-07-09 20:53:13 Tree
[r1504] by whebisch

Documentation fixes.

2013-01-20 20:57:19 Tree
[r1476] by whebisch

Correct documentation.

2012-10-23 21:37:29 Tree
[r1474] by whebisch

Update documentation.

2012-10-18 22:17:35 Tree
[r1093] by whebisch

Spelling corrections.

2011-06-28 15:12:12 Tree
Older >