[go: up one dir, main page]

Menu

/trunk/src/boot Commit Log


Commit Date  
[r2434] by whebisch

Regularize names

2018-05-12 13:49:40 Tree
[r1816] by whebisch

Misc cleanups

2014-10-16 21:08:38 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
[r1612] by whebisch

Delete unused file.

2013-08-05 00:57:01 Tree
[r1607] by whebisch

Misc cleanups.

2013-07-25 21:21:12 Tree
[r1602] by whebisch

Remove AX_FLAGS.

2013-07-24 18:16:58 Tree
[r1593] by whebisch

Makefile cleanups.

2013-07-12 18:42:07 Tree
[r1532] by cahirwpz

Add debug information for the compilers.

2013-05-03 09:55:20 Tree
[r1517] by whebisch

Update compiled boot files.

2013-04-05 03:30:05 Tree
Older >