[go: up one dir, main page]

Menu

/trunk/src/algebra Commit Log


Commit Date  
[r1685] by whebisch

Implement missing function in wtpol.spad.

2014-03-08 00:23:22 Tree
[r1682] by whebisch

Dechunkify a few files.

2014-03-01 01:01:12 Tree
[r1681] by whebisch

Update references and documentation.

2014-03-01 00:36:47 Tree
[r1677] by whebisch

Make sure formal derivatives are commutative.

2014-01-23 15:52:31 Tree
[r1676] by hemmecke

fix comparison of arguments

2014-01-21 20:09:11 Tree
[r1674] by whebisch

Rename 'setelt' to 'setelt!'

2013-11-24 04:30:32 Tree
[r1671] by whebisch

Add 'qsetfirst!' and 'qsetrest!'

2013-11-22 00:40:34 Tree
[r1670] by whebisch

Implement missing functions in Dequeue.

2013-11-20 02:47:09 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
[r1666] by whebisch

Fix ArrayStack.

2013-11-16 02:51:23 Tree
Older >