cpython/ChangeLog

266 lines
9.1 KiB
Plaintext
Raw Normal View History

1994-01-06 10:47:25 -04:00
Thu Jan 6 13:36:32 1994 Guido van Rossum (guido@voorn.cwi.nl)
* README: describe new Setup procedure
* Modules/Makefile.pre.in: copy Setup from $9srcdir)/Setup.in so
it *really* works with VPATH
* Modules/Setup: renamed to Modules/Setup.in
* Python/pythonmain.c (realmain): fclose script file
* Python/import.c (get_module): fix important leak: close the .py
file after parsing!
* README, Python/version.c: version 1.0.0 BETA 5
1994-01-05 13:53:05 -04:00
Wed Jan 5 16:42:35 1994 Guido van Rossum (guido@voorn.cwi.nl)
* Modules/rgbimgmodule.c: Only include <unistd.h> if it exists
* Modules/timemodule.c: don't include sys/time.h on the Mac
* Modules/stdwinmodule.c (initstdwin): don't fuss with sys.argv on
the mac -- so {check,putback}stringlist aren't needed there
* Parser/intrcheck.c: Make sure <MacHeaders> is included before
any other include file
* Modules/audioopmodule.c: include math.h after allobjects.h (so
the latter can be a precompiled header file on the Mac)
Wed Jan 5 15:34:26 1994 Guido van Rossum (guido@poseidon.cwi.nl)
* Python/pythonrun.c (sighandler): only call kill(getpid()) if
getpid() exists; otherwise call exit(1)
* configure.in: added test for getpid()
* Modules/config.c.in: Changes for Macintosh: new default path,
call wargc() in main(); 1994 copyright
* Python/frozenmain.c: added declarations for getversion() and
getcopyright() (foei!); insert "Python " before version on banner
* Python/pythonmain.c: added declarations for getversion() and
getcopyright() (foei!); default startupfile to "PythonStartup" on
Macintosh; add fclose(fp) for startupfile; insert "Python " before
version on banner
========================================================================
Release of 1.0.0 BETA 4 (Jan 5 1994)
========================================================================
Wed Jan 5 01:21:59 1994 Guido van Rossum (guido@voorn.cwi.nl)
* README, version.c: bumped version to 1.0.0 BETA 4
* README: removed all references to --with-solaris; updated list
of files and directories
* Modules/sunaudiodevmodule.c: define SOLARIS if
HAVE_SYS_AUDIOIO_H is defined
* Python/thread.c: define SOLARIS if HAVE_THREAD_H is defined
* configure.in: added test for <thread.h> (SOLARIS thread
interface); remvoe test for --with-solaris
========================================================================
Release of 1.0.0 BETA 3 (Jan 5 1994)
========================================================================
Wed Jan 5 00:18:45 1994 Guido van Rossum (guido@voorn.cwi.nl)
1994-01-04 20:00:14 -04:00
* {Parser,Objects,Python,Makefile}/Makefile*in: made depend target
work with VPATH
* README: describe new build procedure; added section on building
for multiple architectures
* acconfig.h: fix (reversed!) comment for SYS_SELECT_WITH_SYS_TIME
* Modules/Makefile.pre.in: copy Setup from $(srcdir) if not
present, and use local Setup as input for makesetup script
Tue Jan 4 12:32:16 1994 Guido van Rossum (guido@voorn.cwi.nl)
* Note that there are no functional changes below -- just changes
to the build process and changes to avoid compiler warnings
* Modules/Setup: disable nis as well by default, change the
pertaining comments, and change the comments about the multimedia
modules to be default on
* fixed all warnings about function pointer initializations, and
miscellanous other warnings (e.g. about extern forward references
to static variables); touched random bits of code as a consequence
* changed configuration process and Makefiles to support VPATH;
for this, config.h(.in) now lives to the toplevel directory, the
toplevel Makefile is now created by configure as well, and various
improvements to it have been made (e.g. working tags and TAGS
targets), the makesetup script follows configure instead of
preceding it, it understands srcdir and has an exception for
glmodule.c, the intermediate file is called Makefile.pre, the
Makefiles don't use TOP any more and are much more careful about
the difference between .. and the toplevel directory, and I've
improved my understanding of how configure handles srcdir
* Modules/threadmodule.c: refuse to compile when WITH_THREAD is not
defined
* configure.in, acconfig.h, config.h.in, Include/ceval.h,
Modules/{stdwin,thread}module.c, Python/{ceval,pythonrun}.c:
renamed USE_THREAD to WITH_THREAD
* configure.in: add AC_PROG_INSTALL
* README, Python/version.c: version set to 1.0.0 BETA 3
* Demo, Include, Lib: added Makefile with clean/clobber targets
* README: added remarks on --with-svr4; unnumber special cases
* configure.in: only look for -lnsl and -lsocket if --with-svr4 is
specified, to avoid linking with them on IRIX 5
========================================================================
Release of 1.0.0 BETA 2 (Jan 3 1994)
========================================================================
Mon Jan 3 22:21:24 1994 Guido van Rossum (guido@voorn.cwi.nl)
* Include/myselect.h: fix typo in name of SYS_SELECT_WITH_SYS_TIME
* Parser/pgen.h: moved here from Include; removed extern
definition of 'gram'
* Parser/acceler.c: include node.h, now needed by parser.h
* README: added paragraph on testing
* Misc/python.man: changed date and add 1994 copyright
* Makefile: added test target
* Python/thread.c: include config.h if needed
* Parser/parser.h: remove references to struct _grammar and
similar things
1994-01-03 11:21:29 -04:00
* Modules/rotormodule.c (RTR_e_char, RTR_d_char): avoid warnings
by picky compilers about unsigned % signed
* README: added a section on building it for non-UNIX systems
* Makefile (configure): call autoheader when calling autoconf
* Include/config.h.in: now generated by autoheader
* acconfig.h: new file (input for autoheader)
* configure.in: added AC_REVISION call to top
* Modules/flmodule.c (form_setattr): one NULL should be 0
* Include/myselect.h: this now implies mytime.h and attempts to
work around systems where sys/select.h and sys/time.h can't be
included together
* Modules/socketmodule.c, Doc/libsocket.tex: remove socket avail()
method -- you can use select instead
* Modules/Setup: disable dbm, it is not truly portable
* Lib/sunau.py: incorporate one-line fix by Sjoerd
* Include/pgenheaders.h: include <stdlib.h> if its symbol
defined, not just on the mac
* Include/grammar.h: remove redundant structure tags
* Include/cgensupport.h: avoid possible macro argument
substitution inside string literal
* configure.in, Include/config.h.in: add test whether sys/select.h
and sys/times.h can be included by the same program
* Include/config.h.in: add lines for HAVE_SYS_UN_H and
HAVE_GETPEERNAME
* Extensions/mkext.py: copy change in library order from
Modules/Makefile.in.in
* Modules/Makefile.in.in: change library order subtly so -ltermcap
follows instead of precedes -lgl_s on SGI systems; this solves
(hides?) problems with clashing entry points
* configure.in: added sys/un.h to list of tested header files;
added getpeername to list of tested functions (both for
Modules/socketmodule.c)
* Modules/socketmodule.c: conditionally include sys/un.h and
change tests for AF_UNIX to tests for HAVE_SYS_UN_H; test for
HAVE_GETPEERNAME instead of NO_PEERNAME
* Modules/config.c.in: add marshal and __main__ built-in modules
* Python/sysmodule.c (list_builtin_module_names): sort the list
* Doc/Makefile: remove 'qua' from default targets
* Doc/README: add reference to ext.tex, change reference to
lib*.tex, explain that qua isn't built by default
* README: explain DESTDIR, clarify install procedure, add more
explanation to some options, add description of ChangeLog, add
wuarchive.wustl.edu to list of mirror sites
* Modules/socketmodule.c: make AF_UNIX code dependent on existence
of AF_UNIX (SCO ODT 3.0 doesn't support it -- let's hope it
doesn't define the symbol either)
* Makefile: attempt to fix install targets (added separate
libinstall and maninstall)
* Doc/libregex.tex: documented Tracy Tims' changes
* Modules/regexpr.c: redid Tracy Tims' changes to minimize diffs
(only two added lines now)
* Modules/regexmodule.c: fix core dump when asking a plain regex
object for a named group
Sun Jan 2 23:10:44 1994 Guido van Rossum (guido@voorn.cwi.nl)
* README, Python/version.c: changed version string to 1.0.0 BETA 2
* Modules/{regexpr.{c,h},regexmodule.c}: merged in Tracy Tims'
mods for named subexpressions
* Include/regexpr.h: moved to Modules/regexpr.h
* Modules/timingmodule.c: change tests for no arguments
* configure.in: remove strtoul from AC_REPLACE_FUNCS; remove
initial blank line (which got copied into configure so it wouldn't
start with #!/bin/sh as required)
* Python/compile.c: call mystrto(u)l instrad of strto(u)l
* Python/Makefile.in: add mystrtoul.c to OBJS
* Python/mystrtoul.c: renamed from strtol.c; renamed functions to
mystrto(u)l; this is now a standard source file (since some
systems have a strto(u)l that doesn't report errors properly)
* Modules/Setup: added entry for timing module
* Modules/{timing.h,timingmodule.c}: new files implementing GNN's
timing module
========================================================================
Release of 1.0.0 BETA (Jan 1 1994)
========================================================================