Opened 22 years ago
Closed 19 years ago
#446 closed defect (fixed)
sed-4.1.5
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 6.2 |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description (last modified by )
Could not find a bug assigned to sed, created a new one;
"This release has been merged with super-sed and supports all of its features, except for Perl regular expressions. This includes in-place editing, new sed commands, better documentation, and support for changing the case of the characters with the `s' command. The performance and correctness of the regular expression matcher have also been improved."
Change History (36)
comment:1 by , 22 years ago
dependson: | → 30 |
---|
comment:2 by , 22 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 22 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Summary: | sed-4.0 → sed-4.0.1 |
comment:7 by , 22 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:8 by , 22 years ago
Version increment. This release fixes a few portability bugs and improves the quality of the documentation. "a", "i", "l", "L", and "=" now accept address ranges.
comment:9 by , 22 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Summary: | sed-4.0.4 → sed-4.0.5 |
Version increment (4.0.5);
Billy should keep an eye on the summary!
comment:10 by , 22 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:11 by , 22 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Summary: | sed-4.0.5 → sed-4.0.6 |
Version increment (4.0.6)
comment:13 by , 22 years ago
Priority: | high → highest |
---|
comment:14 by , 22 years ago
Status: | reopened → assigned |
---|
comment:15 by , 22 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:16 by , 21 years ago
Priority: | highest → low |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
Summary: | sed-4.0.7 → sed-4.0.8 |
Version increment (4.0.8)
comment:17 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:18 by , 21 years ago
dependson: | 30 |
---|
comment:19 by , 21 years ago
Priority: | low → lowest |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
Summary: | sed-4.0.8 → sed-4.0.9 |
Version increment (4.0.9):
--- Sed 4.0.9
- 0 address behaves correctly in single-file (-i and -s) mode.
- documentation improvements.
- tested with many hosts and compilers.
- updated regex matcher from upstream, with many bugfixes and speedups.
- the `N' command's feature that is detailed in the BUGS file was disabled by the first change below in sed 4.0.8. The behavior has now been restored, and is only enabled if POSIXLY_CORRECT behavior is not requested.
---
comment:20 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:21 by , 20 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Summary: | sed-4.0.9 → sed-4.1 |
Version increment (4.1)
comment:22 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:23 by , 20 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Summary: | sed-4.1 → sed-4.1.1 |
Version increment (4.1.1) - no longer need the permissions patch!
comment:24 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:26 by , 20 years ago
Summary: | sed-4.1.1 → sed-4.1.2 |
---|
comment:28 by , 20 years ago
Version: | CVS → TESTING |
---|
comment:29 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:30 by , 20 years ago
Priority: | lowest → normal |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
Summary: | sed-4.1.2 → sed-4.1.3 |
Version: | TESTING → SVN |
Version increment (4.1.3) - see NEWS for details.
comment:31 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:32 by , 20 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Summary: | sed-4.1.3 → sed-4.1.4 |
Version increment (4.1.4):
- \B correctly means "not on a word boundary" rather than "inside a word"
- bugfixes for platform without internationalization
- more thorough testing framework for tarballs (`make full-distcheck')
comment:33 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:34 by , 19 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Summary: | sed-4.1.4 → sed-4.1.5 |
Version increment (4.1.5):
- fix parsing of a negative character class not including a closed bracket, like []] or []a-z].
- fix parsing of [ inside an y command, like y/[/A/.
- output the result of commands a, r, R when a q command is found.
comment:35 by , 19 years ago
Description: | modified (diff) |
---|---|
Milestone: | → 6.2 |
Version increment (4.0.1);
"This release includes translations for over 20 languages, and cleans up the binary and documentation files from references to super-sed."