| Commit | Date | |
|---|---|---|
|
[r3060]
by
sumolx
Darwin now includes the required dynamic libraries to run on OS X 10.5 and later. |
2011-02-26 03:46:57 | Tree |
|
[r3059]
by
sumolx
Darwin requires <stdlib.h> for malloc and its other functions. Very strange place to keep their declarations..... Seems <malloc.h> is only used for its structures. |
2011-02-26 02:32:21 | Tree |
|
[r3058]
by
sumolx
Final cleanup to tracemalloc library. The source is now completely encapsulated using preprocessors. The header now only includes the functions calls and stddef.h. Removed tracemalloc's <string.h> from header which was causing a dependency in bitmap.c and added to the file as it should be. If we ever decide to fully remove the tracemalloc library in the future, it is now for the most part completely decoupled from the engine. |
2011-02-25 21:37:36 | Tree |
| 2011-02-25 04:18:32 | Tree | |
| 2011-02-25 03:22:00 | Tree | |
| 2011-02-25 03:00:22 | Tree | |
| 2011-02-25 02:56:09 | Tree | |
|
[r3053]
by
plombo
Removed tracerealloc() and tracecalloc() to ease the maintenance burden on tracelib. They are no longer needed since the resizable token buffer was removed from the preprocessor a while back. |
2011-02-25 02:25:56 | Tree |
| 2011-02-25 01:02:57 | Tree | |
| 2011-02-24 23:36:04 | Tree |