| File | Last Change |
|---|---|
../
|
|
cal/
|
|
CMakeLists.txt
|
1.9 (3 months ago) by greg: chore: Added version string to all CMakeLists.txt files |
Rmakefile
|
1.12 (2 years ago) by greg: chore: Made support for $(INSTALL) more universal between rmake directories |
calc.c
|
1.11 (4 months ago) by greg: refactor: Put some declarations into "paths.h" and included in "platform.h" |
cnt.c
|
1.9 (8 months ago) by greg: perf(cnt): Added flockfile(stdout) call to reduce i/o locking overhead |
ev.c
|
1.8 (2 years ago) by greg: fix: compile error fixes related to redeclaration of eputs() and wputs() |
histo.c
|
1.6 (2 years ago) by greg: fix(histo): Include lowest value in range |
lam.c
|
1.28 (7 months ago) by greg: perf(rlam): Increased maximum input line width to 1 MByte |
rcalc.c
|
1.39 (20 months ago) by greg: perf: Added array index optimization to calcomp routines |
rsplit.c
|
1.17 (16 months ago) by greg: perf(rsplit): truly minor optimization (possible struct size reduction) |
tabfunc.c
|
1.11 (20 months ago) by greg: fix(tabfunc): Better float format error detection |
total.c
|
1.16 (3 years ago) by greg: fix(total): Improved option error checking |
SConscript
|
1.8 (7 years ago) by schorsch: Updating to SCons 3.x, adding support for Python 3 |
neat.c
|
1.4 (21 years ago) by schorsch: Reduced compile warnings. |