Staging
v0.5.1
https://github.com/python/cpython
Revision a2b7f40513ba5d75a2063c3fabe47377cd8c0416 authored by Guido van Rossum on 04 January 1993, 09:09:59 UTC, committed by Guido van Rossum on 04 January 1993, 09:09:59 UTC
* posixmodule.c: move extern function declarations to top
* listobject.c: cmp() arguments must be void* if __STDC__
* Makefile, allobjects.h, panelmodule.c, modsupport.c: get rid of
  strdup() -- it is a portability risk
* Makefile: enclosed ranlib command in parentheses for Sequent Make
  which aborts if the command is not found even if '-' is present
* timemodule.c: time() returns a floating point number, in microsecond
  precision if BSD_TIME is defined.
1 parent 349f2b5
History
Tip revision: a2b7f40513ba5d75a2063c3fabe47377cd8c0416 authored by Guido van Rossum on 04 January 1993, 09:09:59 UTC
* Configure.py: use #!/usr/local/bin/python
Tip revision: a2b7f40
File Mode Size
bltinmodule.c -rw-r--r-- 15.6 KB
ceval.c -rw-r--r-- 42.7 KB
cgensupport.c -rw-r--r-- 7.3 KB
compile.c -rw-r--r-- 46.5 KB
errors.c -rw-r--r-- 5.1 KB
fmod.c -rw-r--r-- 1.6 KB
getcwd.c -rw-r--r-- 2.5 KB
graminit.c -rw-r--r-- 20.5 KB
import.c -rw-r--r-- 8.7 KB
marshal.c -rw-r--r-- 7.8 KB
modsupport.c -rw-r--r-- 10.7 KB
pythonmain.c -rw-r--r-- 3.1 KB
pythonrun.c -rw-r--r-- 9.2 KB
strerror.c -rw-r--r-- 1.6 KB
strtod.c -rw-r--r-- 5.1 KB
structmember.c -rw-r--r-- 5.2 KB
sysmodule.c -rw-r--r-- 5.6 KB
thread.c -rw-r--r-- 8.4 KB
traceback.c -rw-r--r-- 5.4 KB

back to top