aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorEinhard Leichtfuß <alguien@respiranto.de>2018-12-25 19:43:45 +0100
committerEinhard Leichtfuß <alguien@respiranto.de>2018-12-25 19:55:10 +0100
commit6b7f9285c430ae198b1190a6454b503da716fa6f (patch)
tree4b46f3c7e2fb02a8b68780b4f91c94191ac30369 /CHANGELOG
parent822c9773316ffff0ec8f1c791af3fd50433ee9b0 (diff)
Use arrays for the program variables
Also, - Fix --search-by-data with $output_program != cat. `- Required a the introduction of $tmp_dir. - Correct some bad explanation in ctct_config(5). - Correctly initialize $user_config_file in the script.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a9b6d65..967666e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -19,6 +19,8 @@ General:
`- E.g., if $datadir/a+b exists, it will no longer be listed or matched.
- Make --search-by-data more efficient.
`- Call grep on all files at once.
+- Use arrays for the program variables.
+ `- This allows for example (sed -E 's/\s+/ /') as output_program.
Manual: