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
/
bin
/
ksh
/
emacs.c
Age
Commit message (
Expand
)
Author
2006-05-13
Coverity CID 3365: Fix inverted logic!
christos
2006-04-01
Coverity CID 1829: Fix memory leak.
christos
2005-06-26
warns=3
christos
2005-05-23
Fixed wrong use of the <ctype.h> functions by adding (unsigned char) casts.
rillig
2005-02-11
White space nit- don't put a space before/after increment/decrement
simonb
2004-10-28
Add (unsigned char) casts to tolower/toupper and iscntrl calls.
dsl
2004-07-07
Truncate the prompt if too long. Fixes PR 24674, but not with the patch from
mycroft
2004-07-07
Cleanup of ksh memory handling from OpenBSD, via Stefan Krueger in PR 24962.
mycroft
2004-02-26
rename variable 'history' to 'histlist' to avoid clash with libedit
jdolecek
2003-08-28
In emacs mode, when expanding file names containing characters that should
wiz
2003-08-26
Push (into yank buffer) words only if force_push is TRUE;
wiz
2003-08-26
From OpenBSD:
wiz
2003-08-26
Allow single letters to be yanked, not only words of two or more letters.
wiz
2003-08-26
Add 'return' statement (and whitespace) to sync with OpenBSD version
wiz
2003-08-26
From OpenBSD:
wiz
2003-06-23
Add NetBSD RCS Ids.
agc
2002-10-10
enable meta key in emacs mode for 7-bit locales. approved thorpej.
provos
2002-09-27
complete file names including a ~ correctly.
provos
2002-09-25
enable emacs mode, add tab key to do completion in emacs and vi mode.
provos
2002-09-25
change complete-list to first complete and then print a list,
provos
2002-01-25
Fix some aspects of globbing - in emacs mode at least.
sjg
1999-11-09
remove debug printf accidentaly left in
jdolecek
1999-11-08
in emacs mode, escape the contents of completed word appropriately even
jdolecek
1999-11-02
Implement (somewhat enhanced) idea stealed from bash:
jdolecek
1999-10-20
make this build with -Werror
hubertf
1999-10-20
resolve conflicts
hubertf
1998-11-04
char->unsigned char casts for is*()
christos
1998-03-29
- change "register" variables into int's
mrg
1997-07-20
Fix compiler warnings
christos
1997-01-12
RCS ID Police
tls
1996-09-21
import pdksh 5.2.8
jtc