Age | Commit message (Collapse) | Author | Files | Lines |
|
CodingStyle added and applied
|
|
added (C) to all copyright statements
|
|
Cwlinux fixes (invalidation of user-defined chars)
|
|
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
|
|
'const'ified the whole source
|
|
big patch from Martin:
- reuse filehandles
- memory leaks fixed
- earlier busy-flag checking with HD44780
- reuse memory for strings in RESULT and hash
- netdev_fast to wavid time-consuming regex
|
|
Complete rewrite of the evaluator to get rid of the code
from mark Morley (because of license issues).
The new Evaluator does a pre-compile of expressions, and
stores them in trees. Therefore it should be reasonable faster...
|
|
changes (cosmetics?) to the big patch from Martin
hash patch un-applied
|
|
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
|
|
T6963 driver nearly finished
framework for graphic displays done
i2c_sensors patch from Xavier
some more old generation files removed
|
|
icon visibility patch #2 from Xavier
|
|
icon visibility patch from Xavier
|
|
HD44780 patch from Martin Hejl
dmalloc integrated
|
|
every .c file includes "config.h" now
|
|
icons finished!
|
|
icon widget added (not finished yet!)
|