cpython/Include
Guido van Rossum a2b7f40513 * 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.
1993-01-04 09:09:59 +00:00
..
allobjects.h * Configure.py: use #!/usr/local/bin/python 1993-01-04 09:09:59 +00:00
assert.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
bitset.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
bltinmodule.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
ceval.h Modified most (but not yet all) I/O to always go through sys.stdout or 1992-09-25 21:59:05 +00:00
cgensupport.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
classobject.h * classobject.[ch], {float,long,int}object.c, bltinmodule.c: 1992-08-14 12:06:52 +00:00
compile.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
dictobject.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
errcode.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
errors.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
eval.h * Makefile: cosmetics 1992-08-05 19:58:53 +00:00
fileobject.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
floatobject.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
frameobject.h * bltinmodule.c: added built-in function cmp(a, b) 1992-10-18 18:53:57 +00:00
funcobject.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
graminit.h *** empty log message *** 1992-03-24 13:46:39 +00:00
grammar.h Correct spelling in function name 1992-09-03 20:46:06 +00:00
import.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
intobject.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
intrcheck.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
listobject.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
longintrepr.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
longobject.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
marshal.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
metagrammar.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
methodobject.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
modsupport.h Added declaration for mkvalue() 1992-04-13 15:54:59 +00:00
moduleobject.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
mymalloc.h * mymalloc.h: always allocate one extra byte, since some malloc's 1992-12-14 16:59:51 +00:00
myselect.h * myselect.h: bzero -> memset 1992-08-04 09:13:45 +00:00
node.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
object.h Made builtins int(), long(), float(), oct() and hex() more generic. 1992-09-12 11:09:23 +00:00
objimpl.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
opcode.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
osdefs.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
parsetok.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
pgenheaders.h * renamed malloc.h mymalloc.h, and added MALLARG as the type of the 1992-08-19 16:46:30 +00:00
pyerrors.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
pythonrun.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
pythread.h Added C++ support in thread.h; don't use signals if not strictly 1992-09-11 15:19:27 +00:00
stringobject.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
structmember.h added BYTE, CHAR and unsigned variants 1992-06-03 17:07:40 +00:00
sysmodule.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
thread.h Added C++ support in thread.h; don't use signals if not strictly 1992-09-11 15:19:27 +00:00
token.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
traceback.h Modified most (but not yet all) I/O to always go through sys.stdout or 1992-09-25 21:59:05 +00:00
tupleobject.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00