Opened 10 months ago
Closed 10 months ago
#19713 closed enhancement (fixed)
ed-1.20.2
Reported by: | Douglas R. Reno | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 12.2 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New point version
Change History (3)
comment:1 by , 10 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 10 months ago
comment:3 by , 10 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at commits
9c3f73ff29 Update to libaom-3.9.0. 2293f271b3 Update to ed-1.20.2. c56086942c Update to libgpg-error-1.49.
Note:
See TracTickets
for help on using tickets.
Changes in version 1.20.2:
A bug has been fixed that made global commands like 'g/x/s/x/x', with the last delimiter omitted, print every substituted line twice. (Bug introduced in 1.18.).
New command-line options '+line', '+/RE', and '+?RE' have been implemented to set the current line to the line number specified or to the first or last line matching the regular expression 'RE'.
File names containing control characters 1 to 31 are now rejected unless they are allowed with the command-line option '--unsafe-names'.
File names containing control characters 1 to 31 are now printed using octal escape sequences.
Ed now rejects file names ending with a slash.
Intervening commands that don't set the modified flag no longer make a second 'e' or 'q' command fail with a 'buffer modified' warning.
Tilde expansion is now performed on file names supplied to commands; if a file name starts with '~/', the tilde (~) is expanded to the contents of the variable HOME.
Ed now warns the first time that a command modifies a buffer loaded from a read-only file.
It has been documented that 'e' creates an empty buffer if file does not exist.
It has been documented that 'f' sets the default filename, whether or not its argument names an existing file.
The description of the exit status has been improved in '--help' and in the manual.
The variable MAKEINFO has been added to configure and Makefile.in.
It has been documented in INSTALL that when choosing a C standard, the POSIX features need to be enabled explicitly: