2010-05-30 20:59:41 by Aleksey Cheusov | Files touched by this commit (3) |
Log message:
embed path to pkg_info to scripts at compile time
|
2010-05-30 20:40:04 by Aleksey Cheusov | Files touched by this commit (4) |
Log message:
pkg_grep_summary:
- new search strategy "kw"
New tool pkg_bin_summary
version -> 0.41rc1
|
2010-05-30 20:21:26 by Aleksey Cheusov | Files touched by this commit (4) |
Log message:
pkg_grep_summary:
- new search strategy "kw" (or "keywords") for matching \
all words
within query.
|
2010-05-30 18:50:28 by Aleksey Cheusov | Files touched by this commit (3) |
Log message:
Tests for pkg_bin_summary. Fix.
|
2010-05-30 18:07:13 by Aleksey Cheusov | Files touched by this commit (7) | |
Log message:
New variable to use in awk_condition: fields.
It works when field to match is `.' .
Man page update, tests.
|
2010-05-30 17:20:34 by Aleksey Cheusov | Files touched by this commit (1) | |
Log message:
update: new tools appeared since last update
|
2010-05-30 16:58:33 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
New art. field: REQUIREDBY
|
2010-05-30 15:36:06 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
New artificial field: ASSIGNMENTS
|
2010-05-30 14:53:28 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
initial version for pkg_bin_summary
|
2010-05-30 01:43:01 by Aleksey Cheusov | Files touched by this commit (3) | |
Log message:
Update to 0.40.0
pkg_grep_summary:
- new option -t that implements the following search strategies:
empty (synonym to -e), exact (synonym to -s), prefix, suffix,
substring, first, last, word, re (synonym to -m),
strfile (synonym to -S) and awk (synonym to non-option mode).
- new option -T that displays all available search strategies.
- new option -i for ignoring the case while matching
- update of manual page
- FIXED: Multiline fields don't like my optimization.
Disabling optimization for them
- minor optimization
|