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
/
common.c
Age
Commit message (
Expand
)
Author
2018-02-26
PR/53058: Nikhil Benesch: use correctly typed variables (wchar_t vs wint_t)
christos
2016-05-22
Stop the read module from poking the el_chared.c_macro data structure
christos
2016-05-09
s/protected/libedit_private/g
christos
2016-04-18
From Ingo Schwarze:
christos
2016-04-17
Remove empty callbacks (Ingo Schwartze)
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-02
PR/50880: David Binderman: Remove redundant code.
christos
2016-02-24
Get split el_getc and el_wgetc completely and call el_wgetc internally.
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
get rid of bool_t (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
2012-03-24
From Jilles Tjoelker:
christos
2011-07-29
- fix unused params
christos
2011-07-29
kill ifdef notdef
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
2009-02-27
fix mis-evaluating whether a char is digit or not.
msaitoh
2009-02-15
pass lint on _LP64.
christos
2008-09-30
have '$' include the last character in the line when embedded in a command.
aymeric
2008-09-10
Allow a single process to control multiple ttys (for pthreads using _REENTRANT)
christos
2006-03-06
Print the actual eofc, instead of ^D\b\b.
christos
2005-08-08
Spelling mistakes and comment errors (from FreeBSD via Stefan Farfeleder; many
christos
2005-08-01
Don't reset the macro strings each time we enter el_gets(), otherwise
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-11-20
Fix problem with previous patches that broke vi history.
christos
2002-11-15
PR/18995: David Laight: libedit fixes for posix conformant sh
christos
2002-10-27
vi mode and memory fixes from david laight.
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-07-02
More trailing white space.
simonb
1998-12-12
delint
christos
1998-05-20
Don't print to stderr, but to the editline error stream.
christos
1998-02-03
remove obsolete register declarations
perry
1997-07-06
Fix compiler warnings.
christos
1997-01-14
Implement CC_REDISPLAY, which (unlink CC_REFRESH) redraws the entire input
lukem
1997-01-11
RCSid police
lukem
1994-05-06
libedit!
cgd