]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Configure.py: use #!/usr/local/bin/python
authorGuido van Rossum <guido@python.org>
Mon, 4 Jan 1993 09:09:59 +0000 (09:09 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 4 Jan 1993 09:09:59 +0000 (09:09 +0000)
commita2b7f40513ba5d75a2063c3fabe47377cd8c0416
treea49810320cbb0291ed16424b8d7ca980b5c2b1b1
parent349f2b516b89c46f915a57029ed2bd33f85ff363
* Configure.py: use #!/usr/local/bin/python
* 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.
Include/allobjects.h
Modules/config.c.in
Modules/posixmodule.c
Modules/timemodule.c
Objects/listobject.c
Python/modsupport.c