Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-07 | Use of Policy compliant relations | David Prévot | 1 | -2/+2 | |
2011-12-07 | Handle two missing translatable strings | David Prévot | 1 | -1/+1 | |
2011-12-07 | Keep previous msgids of translated messages | David Prévot | 1 | -1/+1 | |
In order to help translators on update, keeping previous msgids is really helpful, especially since the previous commit will fuzzy some of them. | |||||
2011-12-07 | Consistently avoid use of CS vocabulary | David Prévot | 1 | -12/+12 | |
Since almost all CS vocabulary was removed from manual pages as pointed in #325169, the only remaining parts seems to be in the program messages. | |||||
2011-12-07 | Merge branch 'master' into maint-2.20 | David Prévot | 7 | -41/+35 | |
Conflicts: debian/changelog | |||||
2011-12-07 | Regenerate po files. | Antti-Juhani Kaijanaho | 14 | -1572/+1819 | |
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org> | |||||
2011-12-07 | Merge branch 'translations' into maint-2.20 | Antti-Juhani Kaijanaho | 4 | -130/+2993 | |
Conflicts: debian/changelog Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org> | |||||
2011-12-07 | Open 2.20.1 | Antti-Juhani Kaijanaho | 1 | -0/+6 | |
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org> | |||||
2011-12-07 | man pages order in SEE ALSO, thanks to Chris Leick | David Prévot | 6 | -39/+33 | |
Closes: #651219 | |||||
2011-12-07 | Update German manpage addendum | David Prévot | 1 | -2/+2 | |
2011-12-07 | Merge branch 'master' of ssh://git.debian.org/git/collab-maint/dctrl-tools | Antti-Juhani Kaijanaho | 4 | -130/+2993 | |
* 'master' of ssh://git.debian.org/git/collab-maint/dctrl-tools: po4a: POT and PO manpages update 331t 3f 3u Initial German manpages translation Conflicts: debian/changelog | |||||
2011-12-07 | Open 2.21 | Antti-Juhani Kaijanaho | 1 | -0/+6 | |
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org> | |||||
2011-12-06 | po4a: POT and PO manpages update 331t 3f 3u | David Prévot | 2 | -261/+343 | |
Fix a few German strings that prevented the build. | |||||
2011-12-06 | Initial German manpages translation | David Prévot | 3 | -1/+2784 | |
Thanks to Chris Leick (closes: #651218). | |||||
2011-11-27 | Release 2.202.20 | Antti-Juhani Kaijanaho | 1 | -2/+2 | |
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org> | |||||
2011-11-27 | Fix #641255: Output even a zero count (and exit successfully) | Antti-Juhani Kaijanaho | 5 | -3/+19 | |
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org> | |||||
2011-11-13 | Partially revert fix for #525525 and add a migration path to it | Antti-Juhani Kaijanaho | 8 | -12/+40 | |
The original fix for #525525 was a cold-turkey change in behavior. This caused problems and drew objections. Here, the idea is to revert that change and add a migration path to it. An option --ensure-dctrl is added, whose states semantics is to ensure that the output format is in dctrl format. It will be ignored if -n is also given, as that deliberately asks for non-dctrl output. In practical terms, --ensure-dctrl makes the paragraph separator unconditional, as the cold turkey change (in the absence of -n). The idea is that people who prefer the new behaviour can set up shell aliases or other similar mechanisms that use --ensure-dctrl by default. Another option, --compat is added to allow people who dislike the new behaviour to make sure that they continue to receive it. A --compat option will countermand any previous --ensure-dctrl. Thus a user can put it in a shell alias, which will then continue to deliver the old semantics even after --ensure-dctrl is made default. The idea is that eventually --ensure-dctrl will become normal behaviour and the switch becomes a no-op. Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org> | |||||
2011-11-13 | tester.sh: Do not output .differr if it wasn't constructed. | Antti-Juhani Kaijanaho | 2 | -3/+6 | |
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org> | |||||
2011-11-13 | Update debian/changelog | Antti-Juhani Kaijanaho | 1 | -2/+2 | |
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org> | |||||
2011-10-22 | Fix test 0020 | Antti-Juhani Kaijanaho | 1 | -0/+1 | |
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org> | |||||
2011-10-22 | Add a failing test for grep-dctrl -w | Antti-Juhani Kaijanaho | 3 | -0/+16 | |
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org> | |||||
2011-10-22 | Add some passing tests | Antti-Juhani Kaijanaho | 24 | -0/+163 | |
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org> | |||||
2011-10-22 | Add some debugging of the lexer/parser. | Antti-Juhani Kaijanaho | 1 | -41/+57 | |
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org> | |||||
2011-10-20 | Open 2.20 | Antti-Juhani Kaijanaho | 1 | -0/+6 | |
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org> | |||||
2011-10-20 | Release 2.192.19 | Antti-Juhani Kaijanaho | 1 | -2/+2 | |
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org> | |||||
2011-10-20 | Rewrite the paragraph logic to use a tree structure. | Antti-Juhani Kaijanaho | 5 | -171/+193 | |
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org> | |||||
2011-10-19 | Move atom parsing from the lexer to the parser. | Antti-Juhani Kaijanaho | 1 | -212/+229 | |
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org> | |||||
2011-10-19 | Move atom into its own lib module. | Antti-Juhani Kaijanaho | 5 | -194/+246 | |
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org> | |||||
2011-10-19 | Clean up some cruft | Antti-Juhani Kaijanaho | 2 | -28/+2 | |
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org> | |||||
2011-07-28 | Prévot changelog entries | Antti-Juhani Kaijanaho | 1 | -3/+5 | |
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org> | |||||
2011-07-28 | (fr) Initial French manpages translation | David Prévot | 2 | -0/+2832 | |
2011-07-28 | (fr) Update French runtime translation | David Prévot | 1 | -97/+123 | |
2011-07-28 | Additional fixes to manpages | David Prévot | 5 | -189/+329 | |
2011-07-28 | #209134: Print the field name as in the paragraph, not as on command line | Antti-Juhani Kaijanaho | 4 | -4/+16 | |
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org> | |||||
2011-07-28 | Add test for #209134 | Antti-Juhani Kaijanaho | 3 | -0/+8 | |
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org> | |||||
2011-07-28 | #525525: grep-dctrl/grep-dctrl.c: Output a stanza separator unconditionally | Antti-Juhani Kaijanaho | 5 | -2/+13 | |
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org> | |||||
2011-07-28 | Add test for #525525 | Antti-Juhani Kaijanaho | 2 | -0/+32329 | |
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org> | |||||
2011-07-28 | debian/control [Standards-Version]: Updated to 3.6.2 (no changes needed). | Antti-Juhani Kaijanaho | 2 | -2/+3 | |
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org> | |||||
2011-07-28 | Add a bts close incantation to the David Prévot changelog entry | Antti-Juhani Kaijanaho | 1 | -1/+1 | |
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org> | |||||
2011-07-23 | Merge branch 'merge_2.18ubuntu1' | Antti-Juhani Kaijanaho | 4 | -15/+25 | |
* merge_2.18ubuntu1: Importing 2.18ubuntu1 Conflicts: debian/changelog | |||||
2011-07-23 | Importing 2.18ubuntu1 | Antti-Juhani Kaijanaho | 4 | -14/+21 | |
2011-03-13 | Typo fix for manpage translation handling | Antti-Juhani Kaijanaho | 1 | -1/+1 | |
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org> | |||||
2011-03-13 | Update debian/changelog per David Prévot's applied patches | Antti-Juhani Kaijanaho | 1 | -2/+5 | |
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org> | |||||
2011-03-13 | Fix example in manpage (closes: #589827) | David Prévot | 1 | -1/+2 | |
2011-03-13 | Makes manpages translatable (using po4a) | David Prévot | 6 | -5/+89 | |
2011-03-13 | Stylish fix to grep-dctrl(1) manpage | David Prévot | 1 | -113/+196 | |
2011-02-06 | Open 2.19 | Antti-Juhani Kaijanaho | 1 | -0/+6 | |
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org> | |||||
2011-02-06 | Release 2.18 to unstable2.18 | Antti-Juhani Kaijanaho | 1 | -2/+3 | |
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org> | |||||
2011-02-06 | debian/rules: Override prefix and sysconfdir even for building | Antti-Juhani Kaijanaho | 2 | -2/+8 | |
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org> | |||||
2011-02-06 | Update .gitignore | Antti-Juhani Kaijanaho | 1 | -0/+3 | |
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org> |