cpython/Objects
Guido van Rossum b376a4ad18 * timemodule.c: Add hack for Solaris 2.
* posixmodule.c: don't prototype getcwd() -- it's not portable...
* mappingobject.c: double-check validity of last_name_char in
  dict{lookup,insert,remove}.
* arraymodule.c: need memmove only for non-STDC Suns.
* Makefile: comment out HTML_LIBS and XT_USE by default
* pythonmain.c: don't prototype getopt() -- it's not standardized
* socketmodule.c: cast flags arg to {get,set}sockopt() and addrbuf arg to
  recvfrom() to (ANY*).
* pythonrun.c (initsigs): fix prototype, make it static
* intobject.c (LONG_BIT): only #define it if not already defined
* classobject.[ch]: remove all references to unused instance_convert()
* mappingobject.c (getmappingsize): Don't return NULL in int function.
1993-11-23 17:53:17 +00:00
..
accessobject.c
classobject.c * timemodule.c: Add hack for Solaris 2. 1993-11-23 17:53:17 +00:00
dictobject.c * timemodule.c: Add hack for Solaris 2. 1993-11-23 17:53:17 +00:00
fileobject.c
floatobject.c
frameobject.c
funcobject.c
intobject.c * timemodule.c: Add hack for Solaris 2. 1993-11-23 17:53:17 +00:00
listobject.c
longobject.c
mappingobject.c * timemodule.c: Add hack for Solaris 2. 1993-11-23 17:53:17 +00:00
methodobject.c
moduleobject.c
object.c
rangeobject.c
stringobject.c
tupleobject.c
typeobject.c
xxobject.c