summaryrefslogtreecommitdiff
path: root/src/tools/lcc/cpp/unix.c
AgeCommit message (Collapse)Author
2013-05-03Fix memmove()Mikael Pettersson
[The lcc source] overrides the libc memmove() with its own implementation, but that implementation fails to follow the specification. In particular, it returns NULL rather than memmove()'s first parameter. GCC now optimizes based on this aspect of the specification, so things go wrong at runtime. [Text & patch from http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56881#c8]
2013-01-03* Merge ioq3-r1423Tim Angus
+ IPv6 + VoIP + Stereo rendering + Other minor stuff
2006-04-16* Merged ioq3-r708Tim Angus
2006-03-21* MinGW fixes merged from ioq3-r652Tim Angus
* Manual updates
2006-01-15* Merged ioq3-r492Tim Angus
2005-12-10* Copied ioq3 src to trunkTim Angus