| Guido van Rossum | 5536a3c | 1994-01-02 23:28:55 +0000 | [diff] [blame^] | 1 | Mon Jan  3 00:02:24 1994  Guido van Rossum  (guido@voorn.cwi.nl) | 
 | 2 |  | 
 | 3 | 	* Modules/regexpr.c: redid Tracy Tims' changes to minimize diffs | 
 | 4 | 	(only two added lines now) | 
 | 5 |  | 
 | 6 | 	* Modules/regexmodule.c: fix core dump when asking a plain regex | 
 | 7 | 	object for a named group | 
 | 8 |  | 
 | 9 | Sun Jan  2 23:10:44 1994  Guido van Rossum  (guido@voorn.cwi.nl) | 
 | 10 |  | 
 | 11 | 	* README, Python/version.c: changed version string to 1.0.0 BETA 2 | 
 | 12 |  | 
 | 13 | 	* Modules/{regexpr.{c,h},regexmodule.c}: merged in Tracy Tims' | 
 | 14 | 	mods for named subexpressions | 
 | 15 |  | 
 | 16 | 	* Include/regexpr.h: moved to Modules/regexpr.h | 
 | 17 |  | 
 | 18 | 	* Modules/timingmodule.c: change tests for no arguments | 
 | 19 |  | 
 | 20 | 	* configure.in: remove strtoul from AC_REPLACE_FUNCS; remove | 
 | 21 | 	initial blank line (which got copied into configure so it wouldn't | 
 | 22 | 	start with #!/bin/sh as required) | 
 | 23 |  | 
 | 24 | 	* Python/compile.c: call mystrto(u)l instrad of strto(u)l | 
 | 25 |  | 
 | 26 | 	* Python/Makefile.in: add mystrtoul.c to OBJS | 
 | 27 |  | 
 | 28 | 	* Python/mystrtoul.c: renamed from strtol.c; renamed functions to | 
 | 29 | 	mystrto(u)l; this is now a standard source file (since some | 
 | 30 | 	systems have a strto(u)l that doesn't report errors properly) | 
 | 31 |  | 
 | 32 | 	* Modules/Setup: added entry for timing module | 
 | 33 |  | 
 | 34 | 	* Modules/{timing.h,timingmodule.c}: new files implementing GNN's | 
 | 35 | 	timing module | 
 | 36 |  | 
 | 37 | ======================================================================== | 
 | 38 | Release of 1.0.0 BETA (Jan 1 1994) | 
 | 39 | ======================================================================== | 
 | 40 |  |