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
classobject.c -rw-r--r-- 17.1 KB
fileobject.c -rw-r--r-- 11.8 KB
floatobject.c -rw-r--r-- 7.4 KB
frameobject.c -rw-r--r-- 5.6 KB
funcobject.c -rw-r--r-- 2.6 KB
intobject.c -rw-r--r-- 9.2 KB
listobject.c -rw-r--r-- 12.7 KB
longobject.c -rw-r--r-- 27.5 KB
methodobject.c -rw-r--r-- 3.8 KB
moduleobject.c -rw-r--r-- 3.4 KB
object.c -rw-r--r-- 6.4 KB
stringobject.c -rw-r--r-- 8.0 KB
tupleobject.c -rw-r--r-- 6.7 KB
typeobject.c -rw-r--r-- 1.8 KB
xxobject.c -rw-r--r-- 3.5 KB

back to top