aboutsummaryrefslogtreecommitdiffstats
path: root/doc/yat2m.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-9/+9
| | | | | | | | | | | | | | | | | | | The asymmetric quotes used by GNU in the past (`...') don't render nicely on modern systems. We now use two \x27 characters ('...'). The proper solution would be to use the correct Unicode symmetric quotes here. However this has the disadvantage that the system requires Unicode support. We don't want that today. If Unicode is available a generated po file can be used to output proper quotes. A simple sed script like the one used for en@quote is sufficient to change them. The changes have been done by applying sed -i "s/\`\([^'\`]*\)'/'\1'/g" to most files and fixing obvious problems by hand. The msgid strings in the po files were fixed with a similar command.
* yat2m: don't dereference pointer to freed memoryJim Meyering2012-01-161-4/+4
| | | | * doc/yat2m.c (top_parse_file): Correct macrolist-freeing loop.
* Extend yat2m to allow indented tables.Werner Koch2011-10-121-35/+68
| | | | | | Current makeinfo versions allow to indent the texinfo source. However yat2m had no support for this. With this patch it is now possible to use a simple indentation style while keeping man pages readable.
* Fix gpg-preset-passphrase bug.Werner Koch2008-09-031-2/+4
| | | | | Cleanups
* Fixed last yat2m change.Werner Koch2008-04-031-3/+5
| | | | | Add a similar change to @file and @env.
* Typo and grammer fixes by Justin Pryzby.Werner Koch2008-01-281-2/+2
|
* Documentaion updates.Werner Koch2007-08-141-1/+1
| | | | | | Support doe Dirmngr under W32. Fixed a yat2m bug.
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* First steps towards supporting W32.Werner Koch2007-06-061-1/+1
| | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
* Improved yat2m.Werner Koch2006-09-221-28/+234
| | | | | Tweaked gpg.texti to be used for gpg1 and gpg2.
* Various updatesWerner Koch2006-09-211-1/+1
|
* doc fixesWerner Koch2006-09-081-6/+10
|
* Some fixes as needed by dirmngr man pagesWerner Koch2006-09-041-9/+13
|
* added missing gpgv man pageWerner Koch2006-08-221-7/+35
|
* More man pages. Added include files for 2 common paragraphs.Werner Koch2006-08-181-5/+39
|
* include support and texi fixesWerner Koch2006-08-171-19/+37
|
* More man pages.Werner Koch2006-08-171-0/+1031