2003-Feb-14 22:17 |
1.31
|
Check-in
[3257]:
final polishing for release 1.0.0 By rse.
(diff)
|
2002-Mar-07 15:59 |
1.30
|
Check-in
[1969]:
remember issue By rse.
(diff)
|
2002-Mar-07 13:19 |
1.29
|
Check-in
[1965]:
Yeah, reduce the TODO list to zero items\! By rse.
(diff)
|
2002-Mar-07 13:11 |
1.28
|
Check-in
[1964]:
New API functions var_format and var_formatv which provide a convinience
interface to printf-style expansion and variable expansion. var_format
is like a combination of snprintf(3) and var_expand().
Example: Assume the variable value context gives "bar" for ${ARRAY[7]},
then the call..
var_format(var, &tmp, 1, "foo${ARRAY[%d]}quux", 7);o
..results in tmp containing the malloc(3)'ed string "foobarquux".
Thanks to Thomas L. for providing the hint to this functionality. By rse.
(diff)
|
2002-Mar-07 10:42 |
1.27
|
Check-in
[1960]:
problems seems to be beeing solved implicitly by recent fixes ;) By rse.
(diff)
|
2002-Mar-07 10:14 |
1.26
|
Check-in
[1959]:
Major bugfixing and enhancing of search & replace operation:
- finally fix ${name:s/$/foo/} type substitutions (zero-length matching!)
- add s/.../.../mg matching support (Perl-style multiline)
- make non-multiline matching the default By rse.
(diff)
|
2002-Mar-06 16:30 |
1.25
|
Check-in
[1957]:
remember great idea By rse.
(diff)
|
2002-Mar-06 11:25 |
1.24
|
Check-in
[1951]:
Welcome to the wonderful world of TODO lists:
One point solved, two new discovered... shit! :-( By rse.
(diff)
|
2002-Mar-06 11:19 |
1.23
|
Check-in
[1950]:
now solved, too. By rse.
(diff)
|
2002-Mar-04 13:01 |
1.22
|
Check-in
[1940]:
Fix regex problem by no longer allowing variables in the pattern part of
s/pattern/subst/. Because it is far more common that one needs '$' there
instead of a variable. By rse.
(diff)
|
2002-Mar-04 12:54 |
1.21
|
Check-in
[1939]:
already done By rse.
(diff)
|
2002-Mar-04 12:53 |
1.20
|
Check-in
[1938]:
Add new important feature: user-supplied post-operation functions.
This allows one to configure a var_cb_operation_t callback in
the var_t context and allow it to implement functions triggered
by ${name:%func[(arg)]}. This is especially intended for
application-specific encoding and post-adjustment functions. By rse.
(diff)
|
2002-Feb-28 13:10 |
1.19
|
Check-in
[1917]:
merge old internal_expand() into new var_expand() By rse.
(diff)
|
2002-Feb-28 12:54 |
1.18
|
Check-in
[1915]:
Start internal code and logic cleanups:
- move the name class table generation from var_expand()
to var_config() by moving the table into var_t.
- move inital parts of internal_expand to var_expand(). By rse.
(diff)
|
2002-Feb-28 12:40 |
1.17
|
Check-in
[1914]:
more docs, less TODO By rse.
(diff)
|
2002-Feb-28 12:15 |
1.16
|
Check-in
[1913]:
one more By rse.
(diff)
|
2002-Feb-28 12:08 |
1.15
|
Check-in
[1911]:
another bug By rse.
(diff)
|
2002-Feb-28 09:48 |
1.14
|
Check-in
[1909]:
URL fixing and additional documents By rse.
(diff)
|
2002-Feb-28 09:08 |
1.13
|
Check-in
[1908]:
HEADS UPS: Mega-commit, revamping the whole library!
- completely new API
- completely new manual page By rse.
(diff)
|
2002-Feb-27 12:56 |
1.12
|
Check-in
[1905]:
remember an issue By rse.
(diff)
|
2002-Feb-27 12:55 |
1.11
|
Check-in
[1904]:
fix offset documentation By rse.
(diff)
|
2002-Feb-27 12:36 |
1.10
|
Check-in
[1903]:
update TODO By rse.
(diff)
|
2002-Jan-04 23:31 |
1.9
|
Check-in
[1508]:
remember By rse.
(diff)
|
2001-Dec-16 19:13 |
1.8
|
Check-in
[1436]:
test commit for new repository By rse.
(diff)
|
2001-Dec-13 10:20 |
1.7
|
Check-in
[1422]:
clarifications By thl.
(diff)
|
2001-Nov-20 16:33 |
1.6
|
Check-in
[1382]:
Neues, fettes, geplantes Feature. By simons.
(diff)
|
2001-Nov-14 13:59 |
1.5
|
Check-in
[1336]:
remember my stuff here (added strerror issue, too) By rse.
(diff)
|
2001-Nov-13 15:43 |
1.4
|
Check-in
[1319]:
Unescaping and submatching are implemented and hence removed from the
TODO file. By simons.
(diff)
|
2001-Nov-13 13:49 |
1.3
|
Check-in
[1310]:
Moved the grammar from this file to the man page. By simons.
(diff)
|
2001-Nov-13 13:18 |
1.2
|
Check-in
[1302]:
Removed the items that are fully implemented from the TODO file. By simons.
(diff)
|
2001-Nov-09 18:01 |
1.1
|
Check-in
[1289]:
Initial revision By rse.
|
2001-Nov-09 18:01 |
1.1.1.1
|
Check-in
[1288]:
import first cut of OSSP var By rse.
|