File: Changes

package info (click to toggle)
pdl 1%3A2.007-4
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 11,848 kB
  • ctags: 6,321
  • sloc: perl: 32,760; fortran: 13,113; ansic: 9,273; makefile: 81; sh: 32
file content (41 lines) | stat: -rw-r--r-- 1,114 bytes parent folder | download | duplicates (9)
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
1.0.0
 - fix parsing foreach: detect embedded niceslice expressions
0.99.2
 - changed to 2 dot version number
 - fix parsing problems with interspersed
   whitespace and comments
0.991
 - don't translate method invocation via string, e.g.
     $a->$method(0)
 - require PDL in Makefile.PL
0.99
 - allow more than one modifier
 - fix modifier parsing
0.97
 - nslice updates (indexing with multidim piddles)
   yet undocumented I think
0.96
 - splitprotected interface similar to split's
0.95
 - squeeze modifier (;-)
0.91
 - leave 'for(each)? (my|our) $y(0,1) {}' alone
0.9
 - source filters clobber the DATA file handle unless they are disabled
   upon encountering __DATA__|__END__ ! Fixed NiceSlice to avoid that.
   (now uses Filter::Util::Call directly)
 - doc updates
 - doc updates
0.8
 - CED: leave 'for(each)? $x(...) {}' alone
 - fix error bug (reported by Doug Burke)
 - docs clarification
0.7
 - fixed a bug that sometimes screwed up error reporting
 - modifiers: _,?,|
0.6
 - doc updates
 - declare nslice lvalue sub if perl version >= 5.6.0
 - KGB: fix multiline parsing
0.5
 - initial public release