File: Changes

package info (click to toggle)
libmath-random-mt-perl 1.16-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 144 kB
  • ctags: 51
  • sloc: ansic: 216; perl: 63; makefile: 2
file content (96 lines) | stat: -rw-r--r-- 2,691 bytes parent folder | download
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
1.16    2012-08-06      Florent Angly <florent.angly@gmail.com>

    * Fixed issue introduced in version 1.15 where rand() took no notice of
      argument and irand() did (bug #78200, reported by David Morel)

    * Migration of test suite to Test::More and Test::Number::Delta


1.15    2012-06-04      Florent Angly <florent.angly@gmail.com>

    * Implemented irand() to draw random integers (bug #73298, feature requested
      by crew@cs.stanford.edu)

    * Fixed build failure on Hurd (bug #74165, reported and patched by Salvatore
      Bonaccorso)


1.14    2012-05-27      Florent Angly <florent.angly@gmail.com>

    * Fixed compilation problems with nmake on Windows platforms
      (Florent Angly, bug #74984)

    * Fixed issues with random seed (bug #77343, solution suggested by
      Laurent Dami, fix implemented by Florent Angly)


1.13    2012-01-20      Abhijit Menon-Sen <ams@toroid.org>

    * New seed generation and retrieval mechanism by Florent Angly (bug
      #64640 on rt.cpan.org).


1.12    2010-09-29      Abhijit Menon-Sen <ams@toroid.org>

    * Fix OS X build failure reported by Daniel Barker and fixed by
      Tokuhiro Matsuno.


1.11    2010-05-08      Abhijit Menon-Sen <ams@toroid.org>

    * Fix tests broken by overly optimistic floating point comparison
      and long doubles in new releases of Perl. (Thanks to Salvatore
      Bonaccorso for the report and fix.)


1.10    2009-08-06      Abhijit Menon-Sen <ams@toroid.org>

    * Compile fix for MSVC, which has no stdint.h.
      (Thanks to Taro Nishino for the report and patch.)

    (I made a mistake releasing 1.09.)


1.08    2009-08-06      Abhijit Menon-Sen <ams@toroid.org>

    * BSD license

    * Compile fix for GNU/kFreeBSD from Cyril Brulebois (via Debian)


1.07    2007-01-12      Abhijit Menon-Sen <ams@toroid.org>

    * Add the Changes file to the MANIFEST, in addition to editing it
      each time. (Thanks to John M. Gamble.)

      There have been no changes in functionality since 1.03.


1.06    2007-01-11      Abhijit Menon-Sen <ams@toroid.org>

    * Minor POD fix from Steven Schubiger.


1.05    2007-01-11      Abhijit Menon-Sen <ams@toroid.org>

    * Mingw compile fix from Steffen Mueller.


1.04    2004-10-09      Abhijit Menon-Sen <ams@wiw.org>

    * Incorporated some compile fixes from Gordon Lack.

    (1.03 had only some documentation changes.)


1.02    2004-05-07      Abhijit Menon-Sen <ams@wiw.org>

    * Added support for seeding the random number generator with an
      array of numbers, as suggested by Philip M. Feldman.

    (1.01 was not released.)


1.00    2002-02-09      Abhijit Menon-Sen <ams@wiw.org>

    * First stable release.