diff options
author | Mark Whitley <markw@lineo.com> | 2000-11-03 19:47:00 +0000 |
---|---|---|
committer | Mark Whitley <markw@lineo.com> | 2000-11-03 19:47:00 +0000 |
commit | 2dc192fd991ff24a2e1e469b988391d7830ad4b6 (patch) | |
tree | f093280113a03e33ad105928373a4bb2546f0d2c /Config.h.Hurd | |
parent | a75466e9819a7172ba48b06958a868022f4510a9 (diff) | |
download | busybox-w32-2dc192fd991ff24a2e1e469b988391d7830ad4b6.tar.gz busybox-w32-2dc192fd991ff24a2e1e469b988391d7830ad4b6.tar.bz2 busybox-w32-2dc192fd991ff24a2e1e469b988391d7830ad4b6.zip |
Re-worked the support for s///p, fixed a backref limit buglet, and cleaned up
a few other ugly places (do_subst_command got a much-needed overhaul). Also
took out BB_FEATURE_SED_PATTERN_SPACE from Config.h[.Hurd] as the 'p' is now a
standard feature (adds almost no bloat).
Diffstat (limited to 'Config.h.Hurd')
-rw-r--r-- | Config.h.Hurd | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Config.h.Hurd b/Config.h.Hurd index 79fdff6ad..9238761a2 100644 --- a/Config.h.Hurd +++ b/Config.h.Hurd | |||
@@ -218,9 +218,6 @@ | |||
218 | // Enable support for "--exclude" for excluding files | 218 | // Enable support for "--exclude" for excluding files |
219 | #define BB_FEATURE_TAR_EXCLUDE | 219 | #define BB_FEATURE_TAR_EXCLUDE |
220 | // | 220 | // |
221 | // Enable support for s///p pattern matching | ||
222 | #define BB_FEATURE_SED_PATTERN_SPACE | ||
223 | // | ||
224 | //// Enable reverse sort | 221 | //// Enable reverse sort |
225 | #define BB_FEATURE_SORT_REVERSE | 222 | #define BB_FEATURE_SORT_REVERSE |
226 | // | 223 | // |