[go: up one dir, main page]

Menu

/trunk/src/graph 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
[r2372] by whebisch

Fix 'write' to Postscript file

2018-03-05 16:20:56 Tree
[r1973] by whebisch

Cleanup C files

2016-02-22 22:11:54 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
[r1717] by whebisch

Rename Axiom to FriCAS in HyperDoc and graphic files.

2014-04-04 19:21:16 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
[r1567] by whebisch

Turn on outline after graphic reset.

2013-06-20 23:14:31 Tree
Older >