File: Changes

package info (click to toggle)
libfortran-format-perl 0.90-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 264 kB
  • sloc: perl: 968; fortran: 192; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,421 bytes parent folder | download | duplicates (3)
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
Revision history for Perl extension Fortran::Format

0.90  Fri Sep 16 2005
        - Added reading support! (some bugs may be lurking there)
        - INCOMPATIBLE CHANGE: matrices will be transposed on writing;
          non-rectangular nested arrays result in undefined behavior.
        - Fixed bug where 2(I8),I2 would reuse only the 2(I8) on subsequent
          lines instead of reusing the whole format string.

0.54  Fri Sep 16 2005
        - Fixed bug where 2(I8),I2 would be interpreted as 2(I8),2I2.

0.53  Mon May 24 2004
        - Changed t/write.t so that it ignores floating number tests unless
          $ENV{TEST_FLOAT} is set.

0.52  Fri Apr 23 2004
        - Fixed use of scale factor for F editing.
        - Fixed blank output for Iw.0 output of zero values.
        - Allow explicit use of zero scale factor.

0.51  Fri Apr 23 2004
        - Fixed bug where the complete format would be reused in 
        subsequent lines, instead of using only the last list, as
        dictated by the standard.
        - Fixed a related bug where there was an infinite loop when there
        were no edit descriptors to consume all the data.
        - Changed exception handling to croak and return a more meaningful 
        error message when there's a parsing error.
        - Now $format->write accepts array references and flattens them
        automatically.

0.50  Thu Apr 22 2004
	- First CPAN release