Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * renamed malloc.h mymalloc.h, and added MALLARG as the type of the | Guido van Rossum | 1992-08-19 | 1 | -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 added | Guido van Rossum | 1992-04-05 | 1 | -1/+1 |
| | |||||
* | Make it lint-free | Guido van Rossum | 1992-03-27 | 1 | -0/+1 |
| | |||||
* | Define 'macintosh' if THINK_C is defined. | Guido van Rossum | 1991-06-24 | 1 | -0/+4 |
| | |||||
* | Added longobject.h | Guido van Rossum | 1991-05-05 | 1 | -0/+1 |
| | |||||
* | Added copyright notice. | Guido van Rossum | 1991-02-19 | 1 | -0/+24 |
| | |||||
* | Include <string.h> instead of "string.h". | Guido van Rossum | 1990-12-20 | 1 | -1/+1 |
| | |||||
* | "Compiling" version | Guido van Rossum | 1990-12-20 | 1 | -0/+26 |