File: ChangeLog

package info (click to toggle)
tcllib 1.20%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 68,064 kB
  • sloc: tcl: 216,842; ansic: 14,250; sh: 2,846; xml: 1,766; yacc: 1,145; pascal: 881; makefile: 107; perl: 84; f90: 84; python: 33; ruby: 13; php: 11
file content (84 lines) | stat: -rw-r--r-- 2,919 bytes parent folder | download | duplicates (7)
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
2013-02-01  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.15 ========================
	* 

2012-08-15  Arjen Markus  <arjenmarkus@users.sourceforge.net>
	* random.tcl: Correct the normal random number generator (missing factor 2 - reported by Jochem Snuverink)
	* pkgIndex.tcl: bumped version to 0.3.1 for "random"

2011-12-13  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.14 ========================
	*

2011-06-17  Arjen Markus  <arjenmarkus@users.sourceforge.net>
	* random.tcl: [Bug 3316478]: solve a few more bugs in the PRNG procedures
	* random.test: added to get at least (very) basic confidence in the PRNG procedures
	* pkgIndex.tcl: bumped version to 0.3 for "random"

2011-06-16  Arjen Markus  <arjenmarkus@users.sourceforge.net>

	* random.tcl: [Bug 3316478]: prng_Block was renamed to prng_Blocke - typo fixed; superfluous parenthesis removed
	* pkgIndex.tcl: bumped version to 0.2 for "random"


2011-06-15  Arjen Markus  <arjenmarkus@users.sourceforge.net>

	* simulation_random.man: [Bug 3316476]: Documentation of prng_Block was wrong wrt the result
	* random.tcl: [Bug 3316478]: prng_Rectangle was overwritten by implementation of prng_Block
	                             because the name was wrong
	* random.tcl: [Bug 3316505]: fix in prng_chSquared
	                             (all three reported by Andreas Kupries)

2011-01-24  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.13 ========================
	*

2009-12-11  Andreas Kupries  <andreask@activestate.com>

	* random.man: [Bug 2912295]: Renamed to simulation_random.man, to
	  prevent conflict with Memchan's random.n manpage.

2009-12-07  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.12 ========================
	*

2008-12-12  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.11.1 ========================
	*

2008-10-16  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.11 ========================
	*

2008-03-14  Andreas Kupries <andreask@activestate.com>

	* annealing.man: Cleaned up a bit, replaced deprecated [nl] usage
	* montecarlo.man: with [para].
	* random.man:

2008-02-22  Arjen Markus <arjenmarkus@users.sourceforge.net>

	* annealing.tcl: Added function for combinatorial problems
	* annealing.man: Described new function

2008-01-11  Arjen Markus <arjenmarkus@users.sourceforge.net>

	* annealing.tcl: Package for simulated annealing added
	* annealing.man: Description of simulated annealing added
	* montecarlo.tcl: Package for Monte Carlo simulation added
	* montecarlo.man: Description of Monte Carlo simulation added
	* random.tcl: Package for random number generators added
	* random.man: Description of random number generators added