Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Ticket [c3ab006ca2]. Fixed help delivered by 'pt' application. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
99c76c42379c6acac4e251749d68a207 |
User & Date: | aku 2014-01-23 06:09:13.223 |
Context
2014-01-23
| ||
06:18 | Ticket [1b7fe4fe19]. Fixed missing class/package initialization for critcl generator. Bumped package version to 1.0.2 check-in: 235fc198f6 user: aku tags: trunk | |
06:09 | Ticket [c3ab006ca2]. Fixed help delivered by 'pt' application. check-in: 99c76c4237 user: aku tags: trunk | |
2014-01-21
| ||
19:34 | Updated embedded documentation check-in: 2b1eb9024a user: aku tags: trunk | |
Changes
Changes to apps/pt.
︙ | ︙ | |||
90 91 92 93 94 95 96 | return $res } # # ## ### ##### ######## ############# ##################### proc ::pt::app::generateHelp {} { return { | | | 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 | return $res } # # ## ### ##### ######## ############# ##################### proc ::pt::app::generateHelp {} { return { @ generate PFORMAT ?-option value...? PFILE INFORMAT GFILE Generate data in format PFORMAT and write it to PFILE. Read the grammar to be processed from GFILE (assuming the format GFORMAT). Use any options to configure the generator. The are dependent on PFORMAT. } } |
︙ | ︙ |
Changes to modules/pt/ChangeLog.
1 2 3 4 5 6 7 | 2013-12-17 Andreas Kupries <[email protected]> * pt_parse_peg.man: Added missing documentation for the PEG parser package. * pt_peg_op.man: Added missing documentation for this utility package. * pt_peg_op.tcl: Exported 'minimize'. | > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 | 2014-01-22 Andreas Kupries <aku@hephaistos> * ../../apps/pt: Ticket [c3ab006ca2]. Fixed help delivered by 'pt' application. 2013-12-17 Andreas Kupries <[email protected]> * pt_parse_peg.man: Added missing documentation for the PEG parser package. * pt_peg_op.man: Added missing documentation for this utility package. * pt_peg_op.tcl: Exported 'minimize'. |
︙ | ︙ |