]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Makefile: added all: and default: targets.
authorGuido van Rossum <guido@python.org>
Mon, 5 Jul 1993 10:31:29 +0000 (10:31 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 5 Jul 1993 10:31:29 +0000 (10:31 +0000)
commitf1dc56632881fe4e5beed047580bf927679f3669
treef669dcac15ec9cb2801b881c3a7b1a579e7c994e
parent9e90a672b44e2acfd5c6dabfb9435bb4bb46c845
* Makefile: added all: and default: targets.
* many files: made some functions static; removed "extern int errno;".
* frozenmain.c: fixed bugs introduced on 24 June...
* flmodule.c: remove 1.5 bw compat hacks, add new functions in 2.2a
  (and some old functions that were omitted).
* timemodule.c: added MSDOS floatsleep version .
* pgenmain.c: changed exit() to goaway() and added defn of goaway().
* intrcheck.c: add hack (to UNIX only) so interrupting 3 times
  will exit from a hanging program.  The second interrupt prints
  a message explaining this to the user.
16 files changed:
Modules/flmodule.c
Modules/mathmodule.c
Modules/timemodule.c
Objects/fileobject.c
Objects/floatobject.c
Parser/intrcheck.c
Parser/pgenmain.c
Python/ceval.c
Python/compile.c
Python/errors.c
Python/fmod.c
Python/frozenmain.c
Python/getcwd.c
Python/marshal.c
Python/modsupport.c
Python/pythonrun.c