Use C-style system headers in C++ code to avoid issues with std:: namespace
[mesa.git] / src / glsl / ralloc.c
2011-02-04 Vinson Leeralloc: Add missing va_end following va_copy.
2011-02-01 José Fonsecaglsl: Fix printf_length() on MSVC.
2011-01-31 José Fonsecaglsl: Define va_copy on MSVC.
2011-01-31 Kenneth Graunkeralloc: a new MIT-licensed recursive memory allocator.
2011-01-31 Kenneth Graunkeralloc: Add a fake implementation of ralloc based on...