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
/
hist.c
Age
Commit message (
Expand
)
Author
2017-03-05
one extra char for NUL.
christos
2017-03-05
Grow the buffer for event search if there was not enough space.
christos
2016-11-07
Change the way the built-in history works; some programs enter history
christos
2016-05-09
s/protected/libedit_private/g
christos
2016-04-11
Char -> wchar_t from Ingo Schwarze.
christos
2016-04-11
more macro WIDECHAR undoing from Ingo Schwarze.
christos
2016-04-09
More WIDECHAR elimination (Ingo Schwarze)
christos
2016-03-23
Start removing the WIDECHAR ifdefs; building without it has stopped working
christos
2016-02-16
More header cleanups from 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
2011-07-29
KNF return (\1); -> return \1;
christos
2011-07-28
kill ptr_t and ioctl_t, add * sizeof(*foo) to all allocations.
christos
2011-07-28
fix confusion with wide functions.
christos
2009-12-30
Fix wide build, test it, but don't turn it on yet.
christos
2009-12-30
Wide character support (UTF-8) from Johny Mattsson; currently disabled.
christos
2003-11-01
Fixes from Otto Moerbeek otto at drijf dot net
christos
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-06-19
From michael@moria.de:
christos
2003-01-21
Add a uniquefier for the history function.
christos
2002-11-15
PR/18995: David Laight: libedit fixes for posix conformant sh
christos
2002-03-18
- constify; passes all gcc and lint strict checks.
christos
2001-05-17
PR/12963:Jason Waterman: Fix signed cast problems.
christos
2001-01-10
Enlarge editline buffers as needed to support arbitrary length lines.
jdolecek
2001-01-04
consistently check for allocation failures and return -1, if we could not
christos
2000-09-04
convert to new style guide, which includes:
lukem
1999-07-02
More trailing white space.
simonb
1997-10-14
PR/4257: Jaromir Dolecek: history() has no generic error handling and isn't
christos
1997-07-06
Fix compiler warnings.
christos
1997-01-11
RCSid police
lukem
1994-05-06
libedit!
cgd