Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | fixed a regexp which was to restrictive. |
---|---|
Timelines: | family | ancestors | descendants | both | grep |
Files: | files | file ages | folders |
SHA1: |
2a35346a35b094789af7cfa445463913 |
User & Date: | j 2019-07-18 20:09:32 |
Context
2019-07-21
| ||
10:15 | added new `setmtime' option to list of options known by the `up' interceptor. think: could this separate handling of options be avoided? check-in: 917d7d9d56 user: j tags: grep | |
2019-07-18
| ||
20:09 | fixed a regexp which was to restrictive. check-in: 2a35346a35 user: j tags: grep | |
2019-07-11
| ||
17:13 | beautify the output somewhat. use alternating colors to separate between adjacent hashes/checkins in the output. check-in: 4e76e7d42b user: j tags: grep | |
Changes
Changes to fsl.
︙ | ︙ | |||
415 416 417 418 419 420 421 | set rgxtimd {} set rgxdatehead {} set rgxrev {} append rgxtimd {(^|\n)} "\($rgxtime|$rgxdate\)" append rgxdatehead {(^|\n)(=== )} $rgxdate {( ===)(\n)} set rgxarti {(\[)([a-f\d]{4})([a-f\d]{6}\])(:)([0-9-]+)} append rgxrev $rgxtimd { } $rgxsha1 | | | 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 | set rgxtimd {} set rgxdatehead {} set rgxrev {} append rgxtimd {(^|\n)} "\($rgxtime|$rgxdate\)" append rgxdatehead {(^|\n)(=== )} $rgxdate {( ===)(\n)} set rgxarti {(\[)([a-f\d]{4})([a-f\d]{6}\])(:)([0-9-]+)} append rgxrev $rgxtimd { } $rgxsha1 set rgxuser {( \()(user:( |(\n\s+)))([^\s]+)} set rgxtags {( (tags|branch):)([^)]+)(\))} set rgxcurr {\*CURRENT\*} set rgxfmbr {\*(FORK|MERGE|BRANCH)\*} set p1 {(--- (line|entry) limit \([0-9]+\) reached ---)} set p2 {(\+\+\+ (end of timeline|no more data) \([0-9]+\) \+\+\+)} set rgxlast (\n)($p1|$p2) |
︙ | ︙ |