From d129e4e5b452ba9887c65d8ecd43eb77aa9a9ace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Tue, 14 Dec 2004 20:24:22 +0000 Subject: [PATCH] added regexp and Exec with stdin --- NEWS | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c515d88..86b463d 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,19 @@ +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: + StackTrace now can load not only the executable, but also shared libraries. On Linux, if StackTrace is initialized without parameters, then not only the executable is loaded, but all shared libraries with their offset are parsed from /proc/self/maps. -2004-10-13: - no more need for /usr/bin/ldd - new functions mrw::readline \ No newline at end of file