2004-12-17 16:30:19 +00:00
|
|
|
2004-12-17
|
|
|
|
|
|
|
|
The new implementation of Exec was not so stable, now it works perfectly.
|
|
|
|
|
|
|
|
New feature: A simple string tokenizer, in the regular expressions module.
|
|
|
|
|
2004-12-14 20:24:22 +00:00
|
|
|
2004-12-14
|
|
|
|
|
|
|
|
Extended Exec so, that it is possible to pass stdin to the child
|
|
|
|
process.
|
|
|
|
|
|
|
|
2004-12-10:
|
|
|
|
|
|
|
|
Added a new library for handling regular expressions (because using
|
|
|
|
boost resultet in link errors and I hate that damned "jam" bullshit).
|
|
|
|
|
|
|
|
2004-10-13:
|
|
|
|
|
2004-10-11 16:00:02 +00:00
|
|
|
StackTrace now can load not only the executable, but also shared
|
|
|
|
libraries. On Linux, if StackTrace is initialized without parameters,
|
2004-10-13 11:23:49 +00:00
|
|
|
then not only the executable is loaded, but all shared libraries with
|
|
|
|
their offset are parsed from /proc/self/maps.
|
|
|
|
|
|
|
|
- no more need for /usr/bin/ldd
|
|
|
|
- new functions mrw::readline
|