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
/
prompt.c
Age
Commit message (
Expand
)
Author
2017-06-27
add literal escape sequence support, patterned after the tcsh ones.
christos
2016-05-09
s/protected/libedit_private/g
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-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
term -> terminal
christos
2009-12-31
- Document and enable wide character support.
christos
2009-12-30
Wide character support (UTF-8) from Johny Mattsson; currently disabled.
christos
2009-07-17
handle prompt_esc properly.
christos
2009-04-16
PR/41230: -current: sh(1) endlessly looping in interactive
christos
2009-03-31
Implement literal prompt sequences. Now someone can implement
christos
2009-02-21
back out all prompt changes. they are not needed.
christos
2009-02-17
allow for a prompt argument.
christos
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-06-19
From michael@moria.de:
christos
2002-03-18
- constify; passes all gcc and lint strict checks.
christos
2001-01-10
Enlarge editline buffers as needed to support arbitrary length lines.
jdolecek
2000-09-04
convert to new style guide, which includes:
lukem
1999-11-12
- implement printing a right-side prompt. code derived from similar work
lukem
1999-07-02
More trailing white space.
simonb
1998-07-29
* add more checks for NULL pointers in passed arguments
lukem
1997-07-06
Fix compiler warnings.
christos
1997-01-11
RCSid police
lukem
1994-05-06
libedit!
cgd