• Home
  • Raw
  • Download

Lines Matching refs:in

15 * added a new extension `z` to clear pattern space even in the presence
18 * a preexisting GNU gettext installation is needed in order to compile
21 * new option --follow-symlinks, available when editing a file in-place.
22 This option may not be available on some systems (in this case, the
25 symbolic links at all, since in this case a no-op is effectively
28 * hold-space is reset between different files in -i and -s modes.
33 in the `s' command, address kinds `FIRST~STEP' and `ADDR1,+N' and `ADDR1,~N',
38 * fixed bug in 'i\' giving a segmentation violation if given alone.
42 * much faster in UTF-8 locales
79 * fixed `make check' in non-English locales.
87 * fix bug in 'y' command in multi-byte character sets
89 * fix severe bug in parsing of ranges with an embedded open bracket
96 * preserve permissions of in-place edited files
100 * do not interpret - as stdin when running in in-place editing mode
107 * // matches the last regular expression even in POSIXLY_CORRECT mode.
114 actually has undefined behavior in this case, and the new implementation
124 * escapes are accepted in the y command (for example: y/o/\n/ transforms
129 * `L' command is deprecated and will be removed in sed 4.2.
139 * multibyte characters are taken in consideration to compute the
155 * the special address 0 can only be used in 0,/RE/ or 0~STEP addresses;
166 how to simplify the parser in this respect, and/or gain more coherent
173 * 0 address behaves correctly in single-file (-i and -s) mode.
181 * the `N' command's feature that is detailed in the BUGS file was disabled
182 by the first change below in sed 4.0.8. The behavior has now been
204 * fixed bug in s///Np: was printing even if less than N matches were
208 there were not enough matches in pattern space
233 * `a', `i', `l', `L', `r' accept two addresses except in POSIXLY_CORRECT
234 mode. Only `q' and `Q' do not accept two addresses in standard (GNU) mode.
314 * Switched to obstacks in the parser -- less memory-related bugs
317 * New option -i, to support in-place editing a la Perl. Usually one
322 bugs in systems with CRLF termination. The current solution is
339 * Check for invalid backreferences in the RHS of the `s' command
342 * Support for \[lLuUE] in the RHS of the `s' command like in Perl.
371 matching (Perl-style); in addresses, only `M' works.
385 pessimistic in assuming that .90 won't give me enough breathing room.)
389 code in the sed/ tree, and now use the re_search_2() interface to the GNU
391 NUL character. Had the glibc folk fix a bug in lib/regex.c where
405 (in both halves):
446 * Added support for pseudo-address "0" as the first address in an
455 * Made NUL characters in regexps work "correctly" --- i.e., a NUL
456 in a RE matches a NUL; it does not prematurely terminate the RE.
457 (This only works in -f scripts, as the POSIX.1 exec*() interface
459 to see up to the first NUL in any -e scriptlet.)
471 * Fixed a bug in the parsing of character classes (e.g., /[[:space:]]/).
472 Corrected an omission in djgpp/Makefile.am and an improper dependency
473 in testsuite/Makefile.am.
488 indicate that the regexp should be matched in a case-insensitive
498 * Overall performance has been improved in the following sense: Sed 3.0
501 amounts of memory. These problems have been fixed and in such cases,