File: Changes

package info (click to toggle)
libhtml-template-expr-perl 0.07-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 248 kB
  • sloc: perl: 285; makefile: 2
file content (44 lines) | stat: -rw-r--r-- 1,313 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
0.07
    - Added support for ESCAPE attribute in combination with EXPR.
      (Michael Peters)

    - Fixed a bug where functions which returned 0 or more than one
      return value would cause a stack under or overflow.  Functions
      are now called in scalar context, eliminating the problem.
      Thanks to Jamie Krasnoo for the spot.

0.06
    - Rewrote grammar to support expressions with less parenthesis.
      For example, "foo || bar || baz" now works.

0.05 Wed Dec 21 18:56:49 EST 2005
    - Added a compatibility fix required by HTML::Template v2.8.

0.04 Thu Aug 29 12:00:00 2002
    - Fixed parser to recognize negative numbers.  Thanks to Fran
      Fabrizio for the report.

    - Fixed parser to allow for HTML-comment style tags.  Thanks to
      Stuhlpfarrer Gerhard for the spot.

    - Updated mailing-list information to reflect move from vm.com to
      sourceforge.net

0.03
    - Added register_function() class method add functions globally. 
      (Tatsuhiko Miyagawa)

    - Fixed broken cache mode.

0.02    
    - Fixed bug where numeric functions all returned 1. 
      (reported by Peter Leonard)

    - Improved performance over 300% with a new grammar and expression 
      evaluator.

    - Enhanced grammar to support call(foo > 10) syntax.

0.01  
    - Initial Release.