]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Clear the RE_NO_EMPTY_RANGES re syntax option, as this is a less intrusive
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 12 Apr 2006 07:37:11 +0000 (07:37 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 12 Apr 2006 07:37:11 +0000 (07:37 +0000)
commit7e17831f0a03acc9a92dcc73ed525ab2e61e706f
treeafe5aa997246596869303358d119fe7a9d040f29
parent79b051c610335a6a5c450ab941e51457e70e9d79
Clear the RE_NO_EMPTY_RANGES re syntax option, as this is a less intrusive
change from the old (Emacs) behavior, and POSIX allows us to treat [z-a]
as an empty range.
src/csplit.c
src/expr.c
src/nl.c