summaryrefslogtreecommitdiff
path: root/src/glu/sgi/libtess
AgeCommit message (Collapse)Author
2006-04-19fix invalid free() problem (bug 6658)Brian Paul
2006-04-06Coverity #1083: Fix a use after free case.Adam Jackson
2003-11-24Remove a lot of rcs tags, avoid merge conflictsKeith Whitwell
2003-10-14Updates to SGI GLU code to get it to compile clean with the Open Watcom ↵Kendall Bennett
compiler. Most of the changes were to get rid of warnings, but many of the warnings could not be removed in the code so I also added #pragma's to disable the warnings. Someone really should clean up this code, but I didn't want to mess with it that much (and potentially break it).
2003-07-24don't include malloc.h (bug 776574)Brian Paul
2002-11-07surround fixedEdges decl by #ifndef NDEBUG / #endifBrian Paul
2002-11-06restored fixedEdges var (for VMS)Brian Paul
2002-11-01silence a bunch of warningsBrian Paul
2001-11-30malloc() prototype is in stdlib.h for darwinKarl Schultz
2001-09-20compiler warningsKarl Schultz
2001-07-20 Committing in .Jouk Jansen
Modified Files: Mesa/si-glu/libtess/memalloc.h malloc.h is non-standard on OpenVMS. If it is present it only includes stdlib.h. therefore for VMS malloc.h is replaced by stdlib.h. ----------------------------------------------------------------------
2001-03-17SGI SI GLU libraryBrian Paul