File: Changes

package info (click to toggle)
libscalar-util-numeric-perl 0.40-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 284 kB
  • sloc: perl: 128; makefile: 2
file content (52 lines) | stat: -rw-r--r-- 1,442 bytes parent folder | download | duplicates (2)
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
45
46
47
48
49
50
51
52
Revision history for Perl extension Scalar::Util::Numeric.

0.40 Mon Oct 20 22:55:00 2014

    - RT 122843: handle case variants of 1.#IND, 1.#INF &c. on Windows (thanks, Aaron Crane)

0.30 Mon Sep 29 22:57:42 2014

    - improve test diagnostics to help track down perl 5.21.3 regression (Schwern)
    - fix test nits (Schwern)
    - add the standard CPAN .gitignore file (Schwern)
    - update ppport.h from 3.19 to 3.24 (chocolateboy)

0.22 Wed Aug 25 11:45:18 2010

    - Windows: don't call grok_number if we already know it isn't
    - XS cleanup
    - more tests

0.21 Wed Aug 25 02:53:53 2010

    - call grok_number directly rather than the redundant looks_like_number wrapper

0.20 Tue Aug 24 22:56:36 2010

    - try to fix Inf and NaN on Windows
    - handle overloaded objects

0.11 Mon Aug 23 17:52:30 2010

    - only show diagnostics for failing tests

0.10  Sat Aug 21 14:16:07 2010

    - bump min perl version to 5.8.0
    - implement all functions in XS
    - test that isint and isfloat aren't fooled by "1.0" (Schwern)
    - eliminate the test-only deps on Math::Complex and Math::BigInt (Schwern)
    - add GitHub repository
    - update ppport.h
    - misc cleanup (chocolateboy, Schwern)

0.02  Sun Oct 9 23:27:04 2005

    - fix uvmax test
    - fix documentation typo (thanks, Mike Castle)

0.01  Sat Mar 26 15:01:09 2005

    - original version; created by h2xs 1.23 with options
        -n Scalar::Util::Numeric