Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc



Module Name:    basesrc
Committed By:   kleink
Date:           Fri Sep  3 22:07:07 UTC 1999

Modified Files:
        basesrc/usr.bin/less/less: command.c help.c less.1 search.c

Log Message:
Change the behaviour when in `more' mode (less invoked as more):
* Treat search patterns as BREs only, per 1003.2 and XCU5.
* Do not perform any special treatment when an unqoted * or @ is given as
  the first character of the search pattern.
Addresses PR bin/8269 by Chris Demetriou.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 basesrc/usr.bin/less/less/command.c
cvs rdiff -r1.1.1.4 -r1.2 basesrc/usr.bin/less/less/help.c
cvs rdiff -r1.8 -r1.9 basesrc/usr.bin/less/less/less.1
cvs rdiff -r1.3 -r1.4 basesrc/usr.bin/less/less/search.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index