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

back to top