Age | Commit message (Collapse) | Author | Files | Lines | ||||||
---|---|---|---|---|---|---|---|---|---|---|
2004-01-09 | [lcd4linux @ 2004-01-09 04:16:06 by reinelt] | reinelt | 28 | -193/+332 | ||||||
added 'section' argument to cfg_get(), but NULLed it on all calls by now. | ||||||||||
2004-01-08 | [lcd4linux @ 2004-01-08 06:00:28 by reinelt] | reinelt | 1 | -8/+14 | ||||||
allowed '.' in key names allowed empty group keys (not only "group anything {", but "anything {") | ||||||||||
2004-01-08 | [lcd4linux @ 2004-01-08 05:28:12 by reinelt] | reinelt | 3 | -42/+198 | ||||||
Luk Claes added to AUTHORS cfg: group handling ('{}') added | ||||||||||
2004-01-07 | [lcd4linux @ 2004-01-07 10:15:41 by reinelt] | reinelt | 4 | -184/+436 | ||||||
small glitch in evaluator fixed made config table sorted and access with bsearch(), which should be much faster | ||||||||||
2004-01-06 | [lcd4linux @ 2004-01-06 23:01:37 by reinelt] | reinelt | 3 | -4/+7 | ||||||
more copyright issues | ||||||||||
2004-01-06 | [lcd4linux @ 2004-01-06 22:33:13 by reinelt] | reinelt | 14 | -472/ | first try to integrate the Evaluator into a display driver (MatrixOrbital here) small warning in processor.c fixed (thanks to Zachary Giles) workaround for udelay() on alpha (no msr.h avaliable) (thanks to Zachary Giles) | |||||
2003-10-11 | [lcd4linux @ 2003-10-11 06:01:52 by reinelt] | reinelt | 10 | -119/+205 | ||||||
renamed expression.{c,h} to client.{c,h} added config file client new functions 'AddNumericVariable()' and 'AddStringVariable()' new parameter '-i' for interactive mode | ||||||||||
2003-10-08 | [lcd4linux @ 2003-10-08 14:21:10 by reinelt] | reinelt | 2 | -2/+73 | ||||||
Changelog; small type in parport.c | ||||||||||
2003-10-08 | [lcd4linux @ 2003-10-08 13:39:53 by andy-b] | andy-b | 1 | -27/+71 | ||||||
Cleaned up code in MilfordInstruments.c, and added descriptions for other display sizes (untested) | ||||||||||
2003-10-08 | [lcd4linux @ 2003-10-08 06:48:47 by nicowallmeier] | nicowallmeier | 1 | -2/+10 | ||||||
special handling for 16x4 displays | ||||||||||
2003-10-08 | [lcd4linux @ 2003-10-08 06:45:00 by nicowallmeier] | nicowallmeier | 1 | -3/+6 | ||||||
Support of two displays of the same size | ||||||||||
2003-10-07 | [lcd4linux @ 2003-10-07 04:12:38 by reinelt] | reinelt | 4 | -782/+858 | ||||||
AM_PROG_LIBTOOL removed | ||||||||||
2003-10-06 | [lcd4linux @ 2003-10-06 05:51:15 by reinelt] | reinelt | 1 | -1/+25 | ||||||
functions: min(), max() | ||||||||||
2003-10-06 | [lcd4linux @ 2003-10-06 05:47:27 by reinelt] | reinelt | 2 | -19/+37 | ||||||
operators: ==, \!=, <=, >= | ||||||||||
2003-10-06 | [lcd4linux @ 2003-10-06 04:34:06 by reinelt] | reinelt | 4 | -0/+1034 | ||||||
expression evaluator added | ||||||||||
2003-10-06 | [lcd4linux @ 2003-10-06 04:33:06 by reinelt] | reinelt | 2 | -0/+6967 | ||||||
files 'libtool' and 'bootstrap' added | ||||||||||
2003-10-06 | [lcd4linux @ 2003-10-06 04:30:43 by reinelt] | reinelt | 4 | -53/+40 | ||||||
libtool stuff again... | ||||||||||
2003-10-05 | [lcd4linux @ 2003-10-05 17:58:50 by reinelt] | reinelt | 65 | -273/+607 | ||||||
libtool junk; copyright messages cleaned up | ||||||||||
2003-10-04 | [lcd4linux @ 2003-10-04 07:54:17 by reinelt] | reinelt | 7 | -1217/+23170 | ||||||
autoconf/automake/libtool fixes from Ronald Landheer-Cieslak | ||||||||||
2003-10-03 | [lcd4linux @ 2003-10-03 03:53:12 by reinelt] | reinelt | 1 | -2/+12 | ||||||
compile error in parport fixed (thanks to Andrew from FilmCan) | ||||||||||
2003-10-03 | [lcd4linux @ 2003-10-03 03:51:14 by reinelt] | reinelt | 2 | -46/+92 | ||||||
start support for new MatrixOrbital MX2 displays | ||||||||||
2003-09-29 | [lcd4linux @ 2003-09-29 06:58:36 by reinelt] | reinelt | 7 | -15/+381 | ||||||
new driver for Milford Instruments MI420 by Andy Baxter |