Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Getting rid of support for MacOS9 and earlier. This is the first step, | Jack Jansen | 2003-11-19 | 3 | -584/+0 |
| | | | | | and the biggest in size, but probably the easiest. Hunting through the source code comes next. | ||||
* | ANSIfication step 2: make sure all needed prototypes are available, and all ↵ | Jack Jansen | 2000-07-11 | 1 | -0/+2 |
| | | | | | | needed header files included. | ||||
* | Documented (slightly) the USE_CACHE_ALIGNED define, for the standalone | Jack Jansen | 1997-05-29 | 2 | -2/+13 |
| | | | | distribution | ||||
* | DisposPtr -> DisposePtr | Jack Jansen | 1997-04-08 | 1 | -1/+1 |
| | |||||
* | Make cache-alignment work always (in stead of 50% of the time:-) | Jack Jansen | 1997-02-24 | 1 | -1/+1 |
| | |||||
* | The USE_CACHE_ALIGNING define now has a value: the number of *words* | Jack Jansen | 1997-02-03 | 1 | -4/+11 |
| | | | | in a cacheline. | ||||
* | Optionally (on USE_CACHE_ALIGN) extend overhead structure to align | Jack Jansen | 1997-02-01 | 1 | -0/+7 |
| | | | | returned addresses on 16-byte cacheline boundary. | ||||
* | Added/updated copyright notices | Jack Jansen | 1997-01-31 | 1 | -1/+1 |
| | | | | (and the &*^$%@ resource files got binhexed again, sigh) | ||||
* | Malloc debugging now flagged with USE_MALLOC_DEBUG | Jack Jansen | 1996-10-23 | 1 | -1/+3 |
| | |||||
* | Added VCHECK compile time option that fills allocated and freed blocks | Jack Jansen | 1996-09-30 | 1 | -0/+7 |
| | | | | with garbage. | ||||
* | Seems I had never checked the README file in... | Jack Jansen | 1995-08-31 | 1 | -0/+80 |
| | |||||
* | Removed unused var | Jack Jansen | 1995-08-31 | 1 | -1/+1 |
| | |||||
* | reallocing large blocks now doesn't copy if not needed | Jack Jansen | 1995-01-22 | 1 | -1/+14 |
| | |||||
* | Fast (and correct) malloc for MetroWerks PPC compiler | Jack Jansen | 1995-01-18 | 2 | -0/+455 |