summaryrefslogtreecommitdiffstats
path: root/Include/allobjects.h
Commit message (Collapse)AuthorAgeFilesLines
* * renamed malloc.h mymalloc.h, and added MALLARG as the type of theGuido van Rossum1992-08-191-1/+1
| | | | | | | | argument to malloc() (size_t or unsigned int) * listobject.c: check for overflow of the size of the object, so things like range(0x7fffffff) will raise MemoryError instead of calling malloc() with -4 (and then crashing -- malloc's fault)
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
|
* Make it lint-freeGuido van Rossum1992-03-271-0/+1
|
* Define 'macintosh' if THINK_C is defined.Guido van Rossum1991-06-241-0/+4
|
* Added longobject.hGuido van Rossum1991-05-051-0/+1
|
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
|
* Include <string.h> instead of "string.h".Guido van Rossum1990-12-201-1/+1
|
* "Compiling" versionGuido van Rossum1990-12-201-0/+26