No description
Find a file
Fuchur 5811a4f3a6 Work around a novel gcc optimization.
In xalloc.c, we replace the system allocation functions. The replacement
calloc() was implemented in terms of malloc() and memset(). gcc (since
version 5.2) detects this and replaces the two calls by a single call to
calloc(), causing an infinite loop in our code.
2016-07-29 23:12:39 +02:00
doc Added recommendation not to use static. 2014-02-23 20:26:06 +01:00
etc Removed patch-o-matic 2010-02-13 21:09:09 +00:00
mud - (call_out.c) Preserve the order of call_out()s. 2009-05-29 06:42:38 +00:00
mudlib - Pass all unknown telnet options to the mudlib. (#670) 2009-11-10 20:26:11 +00:00
src Work around a novel gcc optimization. 2016-07-29 23:12:39 +02:00
test Fixed crash during compact_mapping(). 2013-02-24 00:16:04 +01:00
CHANGELOG - Upon a parse error (eg. #';) the lexer returned a closure with an 2011-04-28 12:33:47 +00:00
COPYRIGHT Removed lpc-mode.el, a LPC syntax file for emacs. 2010-02-13 19:56:05 +00:00
CREDITS Fixed some user@mud notations. 2011-12-06 21:58:13 +00:00
HISTORY New version 3.3.720 . 2011-02-22 21:06:51 +00:00
INSTALL - (INSTALL) 2009-03-14 21:57:01 +00:00
README Updated the README file. 2010-02-13 21:09:06 +00:00