Opened 22 years ago

Closed 18 years ago

#446 closed defect (fixed)

sed-4.1.5

Reported by: highos@… Owned by: lfs-book@…
Priority: normal Milestone: 6.2
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description (last modified by Jeremy Huntwork)

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 timothy@…, 22 years ago

dependson: 30

comment:2 by timothy@…, 22 years ago

Resolution: fixed
Status: newclosed

comment:3 by highos@…, 21 years ago

Resolution: fixed
Status: closedreopened
Summary: sed-4.0sed-4.0.1

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."

comment:4 by highos@…, 21 years ago

Summary: sed-4.0.1sed-4.0.2

Version increment (4.0.2)

comment:5 by highos@…, 21 years ago

Summary: sed-4.0.2sed-4.0.3

Version increment (4.0.3)

comment:6 by highos@…, 21 years ago

Summary: sed-4.0.3sed-4.0.4

Version increment (4.0.4)

comment:7 by timothy@…, 21 years ago

Resolution: fixed
Status: reopenedclosed

comment:8 by billyoc@…, 21 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 highos@…, 21 years ago

Resolution: fixed
Status: closedreopened
Summary: sed-4.0.4sed-4.0.5

Version increment (4.0.5);

Billy should keep an eye on the summary!

comment:10 by timothy@…, 21 years ago

Resolution: fixed
Status: reopenedclosed

comment:11 by highos@…, 21 years ago

Resolution: fixed
Status: closedreopened
Summary: sed-4.0.5sed-4.0.6

Version increment (4.0.6)

comment:12 by highos@…, 21 years ago

Summary: sed-4.0.6sed-4.0.7

Version increment (4.0.7)

comment:13 by gerard@…, 21 years ago

Priority: highhighest

comment:14 by gerard@…, 21 years ago

Status: reopenedassigned

comment:15 by gerard@…, 21 years ago

Resolution: fixed
Status: assignedclosed

comment:16 by greg@…, 21 years ago

Priority: highestlow
Resolution: fixed
Status: closedreopened
Summary: sed-4.0.7sed-4.0.8

Version increment (4.0.8)

comment:17 by greg@…, 20 years ago

Resolution: fixed
Status: reopenedclosed

comment:18 by gerard@…, 20 years ago

dependson: 30

comment:19 by Matthew Burgess, 20 years ago

Priority: lowlowest
Resolution: fixed
Status: closedreopened
Summary: sed-4.0.8sed-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 greg@…, 20 years ago

Resolution: fixed
Status: reopenedclosed

comment:21 by Matthew Burgess, 20 years ago

Resolution: fixed
Status: closedreopened
Summary: sed-4.0.9sed-4.1

Version increment (4.1)

comment:22 by Matthew Burgess, 20 years ago

Resolution: fixed
Status: reopenedclosed

comment:23 by Matthew Burgess, 20 years ago

Resolution: fixed
Status: closedreopened
Summary: sed-4.1sed-4.1.1

Version increment (4.1.1) - no longer need the permissions patch!

comment:24 by Matthew Burgess, 20 years ago

Resolution: fixed
Status: reopenedclosed

comment:25 by jim@…, 20 years ago

Resolution: fixed
Status: closedreopened

Version increment (4.1.2)

comment:26 by jim@…, 20 years ago

Summary: sed-4.1.1sed-4.1.2

comment:27 by jeremy@…, 20 years ago

upgraded to 4.1.2 in unstable

comment:28 by Matthew Burgess, 20 years ago

Version: CVSTESTING

comment:29 by Matthew Burgess, 20 years ago

Resolution: fixed
Status: reopenedclosed

comment:30 by Matthew Burgess, 19 years ago

Priority: lowestnormal
Resolution: fixed
Status: closedreopened
Summary: sed-4.1.2sed-4.1.3
Version: TESTINGSVN

Version increment (4.1.3) - see NEWS for details.

comment:31 by Matthew Burgess, 19 years ago

Resolution: fixed
Status: reopenedclosed

comment:32 by Matthew Burgess, 19 years ago

Resolution: fixed
Status: closedreopened
Summary: sed-4.1.3sed-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 Matthew Burgess, 19 years ago

Resolution: fixed
Status: reopenedclosed

comment:34 by Matthew Burgess, 18 years ago

Resolution: fixed
Status: closedreopened
Summary: sed-4.1.4sed-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 Jeremy Huntwork, 18 years ago

Description: modified (diff)
Milestone: 6.2

comment:36 by Matthew Burgess, 18 years ago

Resolution: fixed
Status: reopenedclosed

Fixed in r7381

Note: See TracTickets for help on using tickets.