Annotation of OpenXM_contrib/gmp/tests/rand/ChangeLog, Revision 1.1.1.1
1.1 maekawa 1: 2000-07-14 Kevin Ryde <kevin@swox.se>
2:
3: * Makefile.am (allprogs): Pseudo-target to build everything.
4: (CLEANFILES): Add EXTRA_PROGRAMS and EXTRA_LTLIBRARIES.
5: (manual-test, manual-bigtest): Add $(EXEEXT) to dependencies.
6:
7: * */Makefile.in: Regenerate with patched automake that adds
8: $(EXEEXT) to EXTRA_PROGRAMS.
9:
10: 2000-06-11 Kevin Ryde <kevin@swox.se>
11:
12: * t-rand.c (main): Change "usage" to work with K&R.
13:
14: 2000-06-09 Kevin Ryde <kevin@swox.se>
15:
16: * Makefile.am (libstat_la_LIBADD): Add -lm, no longer on libgmp.la.
17: (findlc_LDADD): Use libstat.la.
18: (AUTOMAKE_OPTIONS): Use ansi2knr.
19:
20: 2000-04-16 Linus Nordberg <linus@swox.se>
21:
22: * t-rand.c (main): Add non-ANSI function declaration. Don't use
23: `const'.
24:
25: 2000-04-15 Linus Nordberg <linus@swox.se>
26:
27: * Makefile.am: Don't do anything for target 'all'.
28: * Makefile.in: Regenerate.
29:
30: 2000-04-13 Linus Nordberg <linus@swox.se>
31:
32: * t-rand.c: Add copyright notice.
33:
34: 2000-04-12 Linus Nordberg <linus@swox.se>
35:
36: * gen.c (main): Include gmp.h. Remove macros MIN, MAX. Add
37: option '-q'. Don't demand argument N. Change parameters in call
38: to mpf_urandomb.
39:
40: * t-rand.c: New file for testing random number generation.
41:
42: * Makefile.am: Run t-rand for 'make check'.
43: (test, bigtest): Rename to manual-test, manual-bigtest.
44: * Makefile.in: Regenerate.
45:
46: 2000-04-11 Linus Nordberg <linus@swox.se>
47:
48: * stat.c (main): Initialize `l1runs' at declaration.
49:
50: 2000-04-10 Linus Nordberg <linus@swox.se>
51:
52: * Makefile.am (test, bigtest): Quote argument to grep.
53: * Makefile.in: Regenerate.
54:
55: * gen.c: Declare optarg, optind, opterr if not already declared.
56: (main): Use new names for the random stuff.
57: (main): Don't use strtoul() if we don't have it. Use strtol()
58: instead, if we have it. Otherwise, use atoi().
59: (main): Use srandom/srandomdev for __FreeBSD__ only.
60: (main): Use new parameter order to gmp_randinit().
61:
62: * stat.c: Declare optarg, optind, opterr if not already declared.
63:
64: 2000-04-10 Kevin Ryde <kevin@swox.se>
65:
66: * statlib.c: mpz_cmp_abs => mpz_cmpabs.
67:
68: * Makefile.am (LDADD): Don't need -lm (now in libgmp.la).
69: (EXTRA_PROGRAMS): Not noinst_PROGRAMS.
70: (INCLUDES): Shorten to -I$(top_srcdir) now using AM_CONFIG_HEADER.
71:
72: 2000-04-01 Linus Nordberg <linus@swox.se>
73:
74: * Makefile.am (noinst_PROGRAMS): Change findcl --> findlc. Add
75: gen.static.
76: * Makefile.in: Regenerate.
77:
78: * gen.c (main): Add mpz_urandomm. Add command line options `-C',
79: `-m', extend `-a'. Use *mp*_*rand*() with new parameters. Call
80: gmp_rand_seed().
81:
82: 1999-05-26 Linus Nordberg <linus@swox.se>
83:
84: * Makefile (test, bigtest): Add 33-bit tests.
85:
86: * gen.c (main): Set precision of variable passed to
87: mpf_urandomb(). Add option `-p'.
88:
89: 1999-05-21 Linus Nordberg <linus@swox.se>
90:
91: * gen.c (main): Pass `s' to rand-funcs instead of address of `s'.
92:
93: 1999-04-29 Linus Nordberg <linus@swox.se>
94:
95: * findcl.c (main): Add option '-i' for interval factor. Separate
96: v and merit lose figures. Add '-v' for version.
97:
98: 1999-04-28 Linus Nordberg <linus@swox.se>
99:
100: * statlib.c: Change debugging stuff.
101:
102: * gmpstat.h: Add debug values definitions.
103:
104: * findcl.c (main): Print low and high merit on startup. Print
105: version string on startup. Catch SEGV and HUP. Add option -d for
106: debug. Fix bug making test for v too hard.
107: (sh_status): New function.
108: (sh_status): Flush stdout. Add RCSID.
109:
110: b1999-04-27 Linus Nordberg <linus@swox.se>
111:
112: * Makefile (clean): Add target.
113:
114: 1999-04-27 Linus Nordberg <linus.nordberg@canit.se>
115:
116: * stat.c: Include gmpstat.h.
117: Add global int g_debug.
118:
119: * spect.c: Include <unistd.h>.
120:
121: * findcl.c (main): Input is `m', not all factors of `m'. Print
122: only the very first matching multiplier. Include <unistd.h>.
123: Flush stdout. Print "done." when done.
124:
125: * spect.c: Move everything but main() to statlib.c.
126:
127: * findcl.c: New file.
128:
129: * gmpstat.h: New file.
130:
131: * statlib.c (merit, merit_u, f_floor, vz_dot, spectral_test): New
132: functions.
133:
134: 1999-03-29 Linus Nordberg <linus.nordberg@canit.se>
135:
136: * stat.c (f_freq): Don't print 2nd level results if doing 1st
137: level.
138:
139: * gen.c (main): Set default algorithm to mpz_urandomb.
140: (main): Add option -c.
141:
142: 1999-03-24 Linus Nordberg <linus.nordberg@canit.se>
143:
144: * Makefile (GMPINC): Rename to GMPH.
145: (GMPH): Add gmp-mparam.h.
146: (CFLAGS): Add -I$(GMPLIBDIR)/mpn
147:
148: 1999-03-16 Linus Nordberg <linus.nordberg@canit.se>
149:
150: * statlib.c (ks_table): Use mpf_pow_ui() and exp().
151:
152: * gen.c: Include unistd.h for getopt.
153:
154: 1999-03-15 Linus Nordberg <linus.nordberg@canit.se>
155:
156: * gen.c, stat.c, statlib.c, statlib.h: New files.
157: * Makefile, ChangeLog: New files.
158:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>