summaryrefslogtreecommitdiff
path: root/sys/uvm/uvm_stat.h
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2006-09-03 06:48:26 +0000
committerchristos <christos@NetBSD.org>2006-09-03 06:48:26 +0000
commit94de7229efc19cdcee1a4baa57d41a20340f8890 (patch)
treea4e80046b52ac0c5329df1df6edd819d9ccda98e /sys/uvm/uvm_stat.h
parent0c58aff5f55dd553f9c7b30f770e1dbb85b13680 (diff)
use c99 initializers
Diffstat (limited to 'sys/uvm/uvm_stat.h')
0 files changed, 0 insertions, 0 deletions
fd789969fc6d603578de0da07'>- Add some more Char castschristos 2014-07-06Bounds search for reallocated index, from OpenBSD via Andreas Fettchristos 2011-08-16re-enable -Wconversionchristos 2011-07-29KNF return (\1); -> return \1;christos 2011-07-28term -> terminalchristos 2009-12-30Wide character support (UTF-8) from Johny Mattsson; currently disabled.christos 2005-05-29Update for recent parse__escape() prototype changelukem 2005-05-29PR/25694: Luke Mewburn: Don't abuse unconstify'ing a string and writing tochristos 2003-12-05Tokenization function enhancements:lukem 2003-11-02Handle M- as escape. XXX: should probably select the meta-map instead.christos 2003-10-15don't limit ^c to alpha c, and add VIS_NOSLASH so that vis(3) does notchristos 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc 2003-01-21Add a uniquefier for the history function.christos 2002-03-18- constify; passes all gcc and lint strict checks.christos 2001-01-23sprinkle couple constjdolecek 2000-09-04convert to new style guide, which includes:lukem 2000-03-10include <stdlib.h> to get definition of malloc() and free(), so it'sjdolecek 1999-07-02More trailing white space.simonb 1999-02-05M-X:<enter> core-dumped.christos 1998-12-12delintchristos 1998-07-29* add more checks for NULL pointers in passed argumentslukem 1998-01-21in el_parse(), use a temporary buffer to store the program name whenlukem 1997-07-06Fix compiler warnings.christos 1997-01-11* document ^char and \ escape sequenceslukem 1997-01-11RCSid policelukem 1997-01-11* in el_parse(), don't reference argv[0] if argc < 1 (return -1 instead)lukem 1997-01-09* add a man page for the editline routineslukem 1994-05-06libedit!cgd