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
/
edit.c
Age
Commit message (
Expand
)
Author
2018-06-03
ksh: Remove symbol clash with libc
kamil
2017-07-01
Kill enough K&R cruft to build with clang again.
joerg
2017-06-30
ksh: Eliminate dead function x_complete_word()
kamil
2017-06-30
ksh: Upgrade to C99 <stdbool.h>
kamil
2017-06-30
ksh: Drop support for systems without <sys/stat.h>
kamil
2017-06-22
Reapply removal of code from 90ties for OS/2 Cygwin AIX HPUX SCOUnix
kamil
2017-06-22
Temporarily revert previous.
kamil
2017-06-22
Remove sco unix 3.2v4.1 support (from 1992) from ksh(1)
kamil
2017-06-22
Remove os2 support in ksh(1)
kamil
2017-06-22
Remove ancient cygwin support in ksh(1)
kamil
2010-06-05
PR: 39604
sjg
2010-04-02
- int putbuf_func ARGS((const char *s, size_t len));
plunky
2009-11-24
Back out fix for PR 22846 as it has issues. See PR 22846 for details.
seanb
2009-04-25
Fix most of the -Wsign-compare issues.
lukem
2007-01-28
* Escape '?', '[', ']' like other meta characters.
cbiere
2006-05-14
Don't free random memory; thanks gcc-4.
christos
2006-04-27
Avoid double free.
christos
2006-04-24
Coverity CID 2995: Fix memory leak.
christos
2005-09-11
Process window size changes after xread(). [change window size]
christos
2005-06-26
warns=3
christos
2005-05-23
Fixed wrong use of the <ctype.h> functions by adding (unsigned char) casts.
rillig
2004-07-07
Cleanup of ksh memory handling from OpenBSD, via Stefan Krueger in PR 24962.
mycroft
2003-09-11
Add ':' to the list of characters to be escaped. Fixes completion problems
jmmv
2003-08-26
From OpenBSD:
wiz
2003-06-23
Add NetBSD RCS Ids.
agc
2003-05-07
Fix completion of files containing #. From Soren Jacobsen in PR 21486.
wiz
2003-05-06
Add ` (backquote) to quoted characters for completion. From fgsch@openbsd.
wiz
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-02
Implement (somewhat enhanced) idea stealed from bash:
jdolecek
1999-10-20
resolve conflicts
hubertf
1998-11-04
char->unsigned char casts for is*()
christos
1997-07-20
Fix compiler warnings
christos
1997-01-12
RCS ID Police
tls
1996-10-09
import pdksh 5.2.9
jtc
1996-09-21
import pdksh 5.2.8
jtc