blob: af0ad8b87eb4db9aca3e9a1277796dfa8a5ffb87 [file] [log] [blame]
Guido van Rossum5536a3c1994-01-02 23:28:55 +00001Mon Jan 3 00:02:24 1994 Guido van Rossum (guido@voorn.cwi.nl)
2
Guido van Rossumbbf27191994-01-03 02:11:27 +00003 * Doc/Makefile: remove 'qua' from default targets
4
5 * Doc/README: add reference to ext.tex, change reference to
6 lib*.tex, explain that qua isn't built by default
7
8 * README: explain DESTDIR, clarify install procedure, add more
9 explanation to some options, add description of ChangeLog, add
10 wuarchive.wustl.edu to list of mirror sites
11
12 * Modules/socketmodule.c: make AF_UNIX code dependent on existence
13 of AF_UNIX (SCO ODT 3.0 doesn't support it -- let's hope it
14 doesn't define the symbol either)
15
16 * Makefile: attempt to fix install targets (added separate
17 libinstall and maninstall)
18
19 * Doc/libregex.tex: documented Tracy Tims' changes
20
Guido van Rossum5536a3c1994-01-02 23:28:55 +000021 * Modules/regexpr.c: redid Tracy Tims' changes to minimize diffs
22 (only two added lines now)
23
24 * Modules/regexmodule.c: fix core dump when asking a plain regex
25 object for a named group
26
27Sun Jan 2 23:10:44 1994 Guido van Rossum (guido@voorn.cwi.nl)
28
29 * README, Python/version.c: changed version string to 1.0.0 BETA 2
30
31 * Modules/{regexpr.{c,h},regexmodule.c}: merged in Tracy Tims'
32 mods for named subexpressions
33
34 * Include/regexpr.h: moved to Modules/regexpr.h
35
36 * Modules/timingmodule.c: change tests for no arguments
37
38 * configure.in: remove strtoul from AC_REPLACE_FUNCS; remove
39 initial blank line (which got copied into configure so it wouldn't
40 start with #!/bin/sh as required)
41
42 * Python/compile.c: call mystrto(u)l instrad of strto(u)l
43
44 * Python/Makefile.in: add mystrtoul.c to OBJS
45
46 * Python/mystrtoul.c: renamed from strtol.c; renamed functions to
47 mystrto(u)l; this is now a standard source file (since some
48 systems have a strto(u)l that doesn't report errors properly)
49
50 * Modules/Setup: added entry for timing module
51
52 * Modules/{timing.h,timingmodule.c}: new files implementing GNN's
53 timing module
54
55========================================================================
56Release of 1.0.0 BETA (Jan 1 1994)
57========================================================================
58