cpython/Python
Guido van Rossum f1dc566328 * 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.
1993-07-05 10:31:29 +00:00
..
bltinmodule.c * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. 1993-06-17 12:35:49 +00:00
ceval.c * Makefile: added all: and default: targets. 1993-07-05 10:31:29 +00:00
cgensupport.c * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. 1993-06-17 12:35:49 +00:00
compile.c * Makefile: added all: and default: targets. 1993-07-05 10:31:29 +00:00
errors.c * Makefile: added all: and default: targets. 1993-07-05 10:31:29 +00:00
fmod.c * Makefile: added all: and default: targets. 1993-07-05 10:31:29 +00:00
frozenmain.c * Makefile: added all: and default: targets. 1993-07-05 10:31:29 +00:00
getcwd.c * Makefile: added all: and default: targets. 1993-07-05 10:31:29 +00:00
graminit.c * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. 1993-06-17 12:35:49 +00:00
import.c * classobject.c: in instance_getattr, don't make a method out of a 1993-05-25 09:38:27 +00:00
marshal.c * Makefile: added all: and default: targets. 1993-07-05 10:31:29 +00:00
modsupport.c * Makefile: added all: and default: targets. 1993-07-05 10:31:29 +00:00
pythonmain.c * pythonmain.c: -k option, usage message, more environment flags. 1993-06-24 11:10:19 +00:00
pythonrun.c * Makefile: added all: and default: targets. 1993-07-05 10:31:29 +00:00
strerror.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
strtod.c fix HUGE and MAXVAL (suggested by Tim Peters) 1992-03-27 17:30:32 +00:00
structmember.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
sysmodule.c * Added Fixcprt.py: script to fix copyright message. 1993-01-26 13:33:44 +00:00
thread.c * Added Fixcprt.py: script to fix copyright message. 1993-01-26 13:33:44 +00:00
traceback.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00