]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Added support for X11 modules.
authorGuido van Rossum <guido@python.org>
Wed, 28 Jul 1993 09:05:47 +0000 (09:05 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 28 Jul 1993 09:05:47 +0000 (09:05 +0000)
commita3309960a50dbadfd854299e7420223eb8718a56
tree450507606b30e153bcd20d61c3cc0571a246457d
parentf6da4f62b41db6f50481ae300b4997856638399c
* Added support for X11 modules.
* Makefile: change location of FORMS library.
* posixmodule.c: turn #if 0 into #ifdef MSDOS (stuff in unistd.h or not)
* Almost all .h files: added CPP magic to avoid duplicate inclusions and
  to support inclusion from C++.
57 files changed:
Include/accessobject.h
Include/allobjects.h
Include/assert.h
Include/bitset.h
Include/bltinmodule.h
Include/ceval.h
Include/cgensupport.h
Include/classobject.h
Include/compile.h
Include/dictobject.h
Include/errcode.h
Include/errors.h
Include/eval.h
Include/fileobject.h
Include/floatobject.h
Include/frameobject.h
Include/funcobject.h
Include/grammar.h
Include/import.h
Include/intobject.h
Include/intrcheck.h
Include/listobject.h
Include/longintrepr.h
Include/longobject.h
Include/mappingobject.h
Include/marshal.h
Include/metagrammar.h
Include/methodobject.h
Include/modsupport.h
Include/moduleobject.h
Include/mymalloc.h
Include/myselect.h
Include/node.h
Include/object.h
Include/objimpl.h
Include/opcode.h
Include/osdefs.h
Include/parsetok.h
Include/pgenheaders.h
Include/pyerrors.h
Include/pythonrun.h
Include/rename1.h [new file with mode: 0755]
Include/stringobject.h
Include/structmember.h
Include/sysmodule.h
Include/token.h
Include/traceback.h
Include/tupleobject.h
Modules/cgensupport.h
Modules/config.c.in
Modules/posixmodule.c
Modules/regexpr.h
Modules/yuv.h
Parser/assert.h
Parser/parser.h
Parser/pgen.h
Parser/tokenizer.h