2002-Aug-01 12:18 |
1.4
|
Check-in
[2457]:
cleanups By rse.
(diff)
|
2002-Jul-29 19:43 |
1.3
|
Check-in
[2422]:
octal integers are now possible By rse.
(diff)
|
2002-Jul-25 12:14 |
1.2
|
Check-in
[2349]:
Fix a big security hole: the l2_spec() is a varargs function which gets
a format string and variable arguments. In case only a fixed string is
used we have to use "%s" as the format string or else "%x" in the string
is treated like a formatter (and hence cause a segfault or whatever
else if it tries to fetch args from the stack). This especially also no
longer requires the formatters to be written %%X... By rse.
(diff)
|
2002-Jul-24 09:57 |
1.1
|
Check-in
[2332]:
change prefix from l2. to fsl. By thl.
|