• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

erq/H26-Feb-2011-2,6781,985

indent/H26-Feb-2011-4,4783,095

xerq/H26-Feb-2011-5,2953,909

Makefile.inH A D26-Feb-20112.1 KiB8942

READMEH A D26-Feb-2011520 1310

fixincludeH A D26-Feb-20111 KiB183

overhead.cH A D26-Feb-20112.1 KiB9565

README

1This directory holds a few utilities for the gamedriver.
2
3  README     : this file
4  Makefile.in: the Makefile template to generate all utilities.
5  fixinclude : a script file to fix '#include "file";' statements in
6               the mudlib.
7  overhead.c : a program used by configure to determine the overhead
8               malloc() introduces.
9  erq/       : the standard implementation of the ERQ.
10  xerq/      : Brian Gerst's implementation of the ERQ.
11  indent/    : the 'indent' utility modified to handle LPC.
12
13