Age | Commit message (Collapse) | Author | Files | Lines |
|
added (C) to all copyright statements
|
|
uh-oh... the last CVS log message messed up things a lot...
|
|
added '-W' to CFLAGS
changed all C++ comments to C ones ('//' => '/* */')
cleaned up a lot of signed/unsigned mistakes
|
|
made README.Plugins and plugin_sample up to date.
|
|
big patch from Martin Hejl:
- use qprintf() where appropriate
- save CPU cycles on gettimeofday()
- add quit() functions to free allocated memory
- fixed lots of memory leaks
|
|
HD44780 patch from Martin Hejl
dmalloc integrated
|
|
every .c file includes "config.h" now
|
|
new util 'hash' for associative arrays
new plugin 'cpuinfo'
|
|
Evaluator: functions with variable argument lists
Evaluator: plugin_sample.c and README.Plugins added
|