[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r579] by mukau

+ v0.21: added __END__ keyword before PODs in pm files
- try to fix bizarre cpantesters failure http://www.cpantesters.org/cpan/report/4add1b26-3173-11e6-99be-4eefed1f9a26

2016-06-14 07:06:04 Tree
[r578] by mukau

+ added svntag.sh

2016-06-02 13:20:02 Tree
[r577] by mukau

+ tagged DDC-XS-0.10

2016-06-02 13:12:26 Tree
[r576] by mukau

+ v0.10: updates for ddc-2.0.43 (CQWithor)

2016-06-02 13:12:17 Tree
[r575] by mukau

+ tagged ddc-2.0.43

2016-06-02 12:54:16 Tree
[r574] by mukau

+ updated query doc

2016-06-02 12:43:54 Tree
[r573] by mukau

removed bogus tag ddc-2.0.43

2016-06-02 12:33:30 Tree
[r572] by mukau

+ tagged ddc-2.0.43

2016-06-02 12:31:27 Tree
[r571] by mukau

v2.0.43:
+ fixed mantis bug #14812: allow truncated-symbol searches for integer-symbols
- lexer wart: (19*) was being scanned as ('19' && '*') rather than ('19'*)
+ added 'WITHOR' operator
+ added lexer aliases &=, |=, != for WITHIN, WITHOR, WITHOUT respectively
+ re-worked CQueryWith*Node::EvaluateWithoutHits() to preserve token-wise Match-Ids when in use
- allows us to track matching criteria in combination with WITHOR, e.g.
( =ADJ* &= (=/(?:erst|zweit|dritt)e?$/=2 |= =/^[0-9]+\.$/=3) #sep )
assigns matchid=2 to -conditition matches and matchid=3 to -condition matches
- match-id =2 no longer clobbers =1 in WITHOUT queries (X=1 without Y=2)
- match-id handling should be basically compatible for WITH queries
+ updated & tidied up querydoc

2016-06-02 12:31:16 Tree
[r570] by mukau

+ tagged ddc-2.0.42

2016-04-27 13:32:42 Tree
Older >