Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-26 | Remove CVS keywords. | José Fonseca | |
2006-04-19 | fix invalid free() problem (bug 6658) | Brian Paul | |
2006-04-06 | Coverity #1083: Fix a use after free case. | Adam Jackson | |
2003-11-24 | Remove a lot of rcs tags, avoid merge conflicts | Keith Whitwell | |
2003-10-14 | Updates 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-24 | don't include malloc.h (bug 776574) | Brian Paul | |
2002-11-07 | surround fixedEdges decl by #ifndef NDEBUG / #endif | Brian Paul | |
2002-11-06 | restored fixedEdges var (for VMS) | Brian Paul | |
2002-11-01 | silence a bunch of warnings | Brian Paul | |
2001-11-30 | malloc() prototype is in stdlib.h for darwin | Karl Schultz | |
2001-09-20 | compiler warnings | Karl 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-17 | SGI SI GLU library | Brian Paul | |