[go: up one dir, main page]

Menu

/trunk/src/sman Commit Log


Commit Date  
[r2602] by hemmecke

rename axiom to fricas in code and documentation

AXIOM env variable --> FRICAS
AXIOMEDITOR --> FRICASEDITOR
AXIOMsys --> FRICASsys
axiom-wiki --> fricas-wiki
axiom --> fricas in message file s2-us.msgs
axiom-xl --> aldor
A# --> Aldor

The following changes require a newer Aldor compiler.
At least 13e5b90eecc79ec6704efb333c4c100187520e80 from 30-Jul-2019.
Before that the name libfricas was not treated correctly by Aldor.
libaxiom.al --> libfricas.al
axiom.as --> fricas.as

2019-11-18 20:22:47 Tree
[r2520] by oldk1331

Remove duplicated argument in src/sman/Makefile.in

2018-11-21 05:25:56 Tree
[r2080] by whebisch

Spelling fixes

2016-08-29 13:08:39 Tree
[r1930] by whebisch

Fix some warnings

2015-08-07 14:43:42 Tree
[r1906] by whebisch

Clean up C code

2015-05-13 00:56:07 Tree
[r1810] by whebisch

Remove unused noweb stuff.

2014-10-11 19:38: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
[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
Older >