summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlain Magloire <alainm@rcsm.ee.mcgill.ca>1999-03-18 00:57:45 +0000
committerAlain Magloire <alainm@rcsm.ee.mcgill.ca>1999-03-18 00:57:45 +0000
commitd8ec10f016b1ee998dd4765b01142a6ed46a4e3f (patch)
tree34cd1dd9688c46e3b593eebe3349ac4f638e59eb /ChangeLog
parent48866f4a1e98b4ba9f797a14232e0a873e2dade3 (diff)
downloadgrep-d8ec10f016b1ee998dd4765b01142a6ed46a4e3f.tar.gz
add GREP_OPTIONS.
add GREP_OPTIONS. add GREP_OPTIONS. * NEWS: Add GREP_OPTIONS. * doc/grep.texi: Document GREP_OPTIONS, and the other environment variables. Fix doc for [:blank:], [:cntrl:], [:punct:]. * src/grep.c (prepend_args, prepend_default_options): New functions. (main): Use them to implement GREP_OPTIONS. * src/system.h (getenv): New decl.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7bff0e6c..1ac3bd9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+1999-03-17 Paul Eggert
+
+ * NEWS: Add GREP_OPTIONS.
+
+ * doc/grep.texi: Document GREP_OPTIONS, and the other
+ environment variables. Fix doc for [:blank:], [:cntrl:], [:punct:].
+
+ * src/grep.c (prepend_args, prepend_default_options): New functions.
+ (main): Use them to implement GREP_OPTIONS.
+ * src/system.h (getenv): New decl.
+
1999-03-16 Volker Borchert
* configure.in: Use case case ... esac for checking Visual C++.