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
Age
Commit message (
Expand
)
Author
2010-02-03
Userland now builds and uses terminfo instead of termcap.
roy
2010-01-20
PR/42646: Joachim Kuebart: Shell crashes in libedit when window size changes
christos
2010-01-19
Fix wrapper for EL_EDITOR, from Michael L. Hitch
christos
2010-01-18
PR/42637: Joachim Kuebart: Shell tab completion crashes due to libedit stack
christos
2010-01-12
- call the mapping function directly instead of el_wset().
christos
2010-01-12
- in the argv conversion, handle NULL as NULL
christos
2010-01-03
Bump date for historyw -> history_w.
wiz
2010-01-03
rename historyw -> history_w for consistency.
christos
2009-12-31
expose the encode and decode string functions for the benefit of history
christos
2009-12-31
- Document and enable wide character support.
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
2009-12-28
reduce diff with tcsh
christos
2009-12-28
improve on the listing display by printing only one character after the
christos
2009-12-28
Reduce diff with tcsh's editor. No functional change intended.
christos
2009-12-28
Fix bug where tab completion on the second or > line that caused listing
christos
2009-09-07
apply apple patches from:
christos
2009-08-31
delete defined(sun), it could be invaded in the user namespace. Suggested
christos
2009-08-30
use __sun || sun instead of _SunOS, from Jess Thrysoee
christos
2009-07-25
Ignore comment lines in .editrc from Jess Thrysoee
christos
2009-07-22
Only need path if we have issetugid... From Anon Ymous
christos
2009-07-22
Don't depend on side effects inside an assert
christos
2009-07-22
Fix memory leaks in error paths.
christos
2009-07-22
Always initialize nread since it is an out param.
christos
2009-07-22
Move filename to the scope it is being used.
christos
2009-07-17
Simplify the code. No functional change.
christos
2009-07-17
- off by one in the term.h case.
christos
2009-07-17
handle prompt_esc properly.
christos
2009-07-17
Use the proper prompt printing function.
christos
2009-07-09
add stdio.h since we are using FILE. From Grant Erickson
christos
2009-07-05
note that the return value of el_gets doesn't remain valid across
perry
2009-06-09
decrement the number of levels after the loop (Julien Torres)
christos
2009-06-08
from Julien Torres, flip the order we pop in the macro array.
christos
2009-05-19
always scroll when we advance past bottom. From Caleb Welton
christos
2009-05-12
Punctuation nit.
wiz
2009-05-11
restore binary compatibility by providing new prompt functions that take
christos
2009-04-16
PR/41230: -current: sh(1) endlessly looping in interactive
christos
2009-04-11
Drop trailing whitespace.
wiz
2009-04-11
Don't use .Xo/.Xc to work around ancient macro argument limit in groff.
joerg
2009-04-11
Don't use .Xo/.Xc to avoid ancient macro argument limit.
joerg
2009-04-08
Fix off by one error reported by: Caleb Welton cwelton at greenplum dot com
christos
2009-04-01
Readability improvement. Whitespace nits.
wiz
2009-03-31
cast to size_t to avoid sign / unsigned comparison warning.
christos
2009-03-31
implement RL_PROMPT_{START,END}_IGNORE
christos
2009-03-31
Implement literal prompt sequences. Now someone can implement
christos
2009-03-10
-1 is not a defined value, it is just a value.
wiz
2009-03-10
make el_gets set the count to -1 on error to distinguish between EOF and
christos
2009-03-09
Fix preamble to match order set out by mdoc(7). Discussed with wiz.
joerg
2009-02-27
fix mis-evaluating whether a char is digit or not.
msaitoh
2009-02-21
remove VEOF test. the tty is in cooked mode when we are not editing and
christos
[next]