index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libedit
/
parse.c
Age
Commit message (
Expand
)
Author
2019-07-23
PR/54399: Sören Tempel: Uninitialized memory access in libedit history.
christos
2018-11-29
Fix off by one <tsahara at iij>
christos
2016-05-09
s/protected/libedit_private/g
christos
2016-04-11
Fix indentation, Ingo Schwarze
christos
2016-04-11
Get rid of private/public; keep protected (Ingo Schwarze)
christos
2016-04-11
Char -> wchar_t from Ingo Schwarze.
christos
2016-04-11
more macro WIDECHAR undoing from Ingo Schwarze.
christos
2016-02-17
whitespace and header sorting changes (Ingo Schwarze). No functional changes.
christos
2016-02-16
More header cleanups from Ingo Schwarze.
christos
2016-02-16
more include file cleanup (Ingo Schwarze)
christos
2016-02-16
From Ingo Scharze:
christos
2016-02-16
cleanup chartype.h includes (Ingo Schwarze)
christos
2016-02-16
cleanup inclusion of histedit.h (Ingo Schwarze)
christos
2016-02-14
From Ingo Schwarze:
christos
2016-02-11
- Add some more Char casts
christos
2014-07-06
Bounds search for reallocated index, from OpenBSD via Andreas Fett
christos
2011-08-16
re-enable -Wconversion
christos
2011-07-29
KNF return (\1); -> return \1;
christos
2011-07-28
term -> terminal
christos
2009-12-30
Wide character support (UTF-8) from Johny Mattsson; currently disabled.
christos
2005-05-29
Update for recent parse__escape() prototype change
lukem
2005-05-29
PR/25694: Luke Mewburn: Don't abuse unconstify'ing a string and writing to
christos
2003-12-05
Tokenization function enhancements:
lukem
2003-11-02
Handle M- as escape. XXX: should probably select the meta-map instead.
christos
2003-10-15
don't limit ^c to alpha c, and add VIS_NOSLASH so that vis(3) does not
christos
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-01-21
Add a uniquefier for the history function.
christos
2002-03-18
- constify; passes all gcc and lint strict checks.
christos
2001-01-23
sprinkle couple const
jdolecek
2000-09-04
convert to new style guide, which includes:
lukem
2000-03-10
include <stdlib.h> to get definition of malloc() and free(), so it's
jdolecek
1999-07-02
More trailing white space.
simonb
1999-02-05
M-X:<enter> core-dumped.
christos
1998-12-12
delint
christos
1998-07-29
* add more checks for NULL pointers in passed arguments
lukem
1998-01-21
in el_parse(), use a temporary buffer to store the program name when
lukem
1997-07-06
Fix compiler warnings.
christos
1997-01-11
* document ^char and \ escape sequences
lukem
1997-01-11
RCSid police
lukem
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 routines
lukem
1994-05-06
libedit!
cgd