summaryrefslogtreecommitdiffstats
path: root/Include/mymalloc.h
Commit message (Expand)AuthorAgeFilesLines
* Deleted now-unused include filesAndrew M. Kuchling2000-08-161-208/+0
* patch from Vladimir (move Py_Mem* interface to Include/pymem.h)Peter Schneider-Kamp2000-07-311-2/+3
* merge Include/my*.h into Include/pyport.hPeter Schneider-Kamp2000-07-311-0/+5
* Use 'void' directly instead of the ANY #define, now that all code is ANSI C.Thomas Wouters2000-07-251-29/+11
* delete obsolete SYMANTEC__CFM68K__ #ifdefsSkip Montanaro2000-07-121-4/+0
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-091-7/+7
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Add two scenarios by Vladimir Marangozov that show how to use your ownGuido van Rossum2000-05-051-1/+43
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-26/+107
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-6/+6
* Completely disable the declarations for malloc() and friends. UseGuido van Rossum1997-08-211-2/+3
* Added Py_Malloc and friends as well as PyMem_Malloc and friends.Guido van Rossum1997-08-051-2/+19
* Only add 1 byte to all malloc calls when it is known that malloc(0) orGuido van Rossum1997-07-101-3/+11
* Oops, rename2.h was included by some other headers.Guido van Rossum1997-05-071-3/+0
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Changed ifdef __CFM68K__ to ifdef SYMANTEC__CFM68K__: CW has its ownJack Jansen1995-06-271-1/+1
* changes for Mac CFM-68KGuido van Rossum1995-02-181-0/+4
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-121-8/+12
* changes for C++ (Tim MacKenzie)Guido van Rossum1995-01-101-5/+9
* Added 1995 copyright.Guido van Rossum1995-01-041-2/+2
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-28/+11
* * compile.[ch]: support for lambda()Guido van Rossum1993-10-261-0/+10
* * Added support for X11 modules.Guido van Rossum1993-07-281-0/+11
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
* * mymalloc.h: always allocate one extra byte, since some malloc'sGuido van Rossum1992-12-141-3/+5
* * renamed malloc.h mymalloc.h, and added MALLARG as the type of theGuido van Rossum1992-08-191-0/+74