Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove a lot of rcs tags, avoid merge conflicts | Keith Whitwell | 2003-11-24 | 4 | -8/+0 |
| | |||||
* | Updates to SGI GLU code to get it to compile clean with the Open Watcom ↵ | Kendall Bennett | 2003-10-14 | 4 | -72/+77 |
| | | | | | | | | | 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). | ||||
* | don't include malloc.h (bug 776574) | Brian Paul | 2003-07-24 | 1 | -7/+3 |
| | |||||
* | surround fixedEdges decl by #ifndef NDEBUG / #endif | Brian Paul | 2002-11-07 | 1 | -2/+4 |
| | |||||
* | restored fixedEdges var (for VMS) | Brian Paul | 2002-11-06 | 1 | -2/+3 |
| | |||||
* | silence a bunch of warnings | Brian Paul | 2002-11-01 | 3 | -8/+13 |
| | |||||
* | malloc() prototype is in stdlib.h for darwin | Karl Schultz | 2001-11-30 | 1 | -3/+3 |
| | |||||
* | compiler warnings | Karl Schultz | 2001-09-20 | 2 | -5/+6 |
| | |||||
* | Committing in . | Jouk Jansen | 2001-07-20 | 1 | -3/+7 |
| | | | | | | | | | 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. ---------------------------------------------------------------------- | ||||
* | SGI SI GLU library | Brian Paul | 2001-03-17 | 26 | -0/+6852 |