[go: up one dir, main page]

Menu

Commit [r1667]  Maximize  Restore  History

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

hemmecke 2013-11-16

1 2 3 .. 18 > >> (Page 1 of 18)
changed /trunk/CHANGELOG.old
changed /trunk/FAQ
changed /trunk/INSTALL
changed /trunk/INSTALL.CYGWIN
changed /trunk/INSTALL.aldor
changed /trunk/Makefile.in
changed /trunk/Makenotes.tex
changed /trunk/config.lisp
changed /trunk/config/config.guess
changed /trunk/config/fricas.m4
changed /trunk/config/setup-dep.mk
changed /trunk/config/var-def.mk
changed /trunk/confignotes.tex
changed /trunk/contrib/emacs/axiom.el.pamphlet
changed /trunk/contrib/emacs/fricas-cpl.hd
changed /trunk/contrib/emacs/fricas-cpl.tl
changed /trunk/contrib/emacs/fricas.el
changed /trunk/contrib/load-fricas.lisp
changed /trunk/contrib/macos/FriCAS.c
changed /trunk/contrib/macos/Info.plist
changed /trunk/contrib/macos/README
changed /trunk/contrib/macos/mk_app
changed /trunk/contrib/texmacs/README
changed /trunk/debian/control
changed /trunk/debian/rules
1 2 3 .. 18 > >> (Page 1 of 18)