index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
ksh
Age
Commit message (
Expand
)
Author
2016-12-11
I missed a bit of the indentation fix from Kartik Agaram.
Todd C. Miller
2016-12-11
When ERREXIT (set -e) is in effect, don't disable it after a
Todd C. Miller
2016-12-11
In execute() we assign xerrorok to a dummy value if it is NULL
Todd C. Miller
2016-12-11
Fix for() loop indentation for TCASE in execute() and add some
Todd C. Miller
2016-11-14
Remove an escaped blank space and insert an No macro to keep \&; at a
Theo Buehler
2016-11-14
Markup improvements:
Ingo Schwarze
2016-11-12
Fix lexicographic order of shell built-ins: trap comes before true.
Theo Buehler
2016-10-17
simplify implementation of the '$' command, no functional change;
Ingo Schwarze
2016-10-17
resolve code duplication in domove() for the commands: b B w W
Ingo Schwarze
2016-10-17
No need to inspect LC_CTYPE:
Ingo Schwarze
2016-10-17
Make sure the cursor goes to the first byte of a UTF-8 character
Ingo Schwarze
2016-10-15
remove the "in the future" notes from the past;
Jason McIntyre
2016-10-14
Correct description of the "bind" builtin command.
Ingo Schwarze
2016-10-11
Partial UTF-8 line editing support for ksh(1) vi input mode;
Ingo Schwarze
2016-10-07
note that ulimit -m is not enforced, spotted by jmc
Ted Unangst
2016-09-30
remove unneccessary .Pp; from jan stary
Jason McIntyre
2016-09-27
Move bug description to the BUGS section
Dmitrij Czarkoff
2016-09-08
Mark PPID read-only as per the manual. From Anthony Coulter.
Todd C. Miller
2016-09-08
Add KSH_IGNORE_RDONLY flag and use it in var.c instead of the 0x4
Todd C. Miller
2016-09-08
Allow "typeset -ir FOO" if FOO is not already marked read-only. OK tb@
Todd C. Miller
2016-09-08
Don't try to look up array names for complete_* that aren't
Nicholas Marriott
2016-09-07
remove unused variable 'last'
David Coppa
2016-09-04
Allow simple custom completions by creating an array named
Nicholas Marriott
2016-08-24
Use writev(2) to write history records using a single syscall.
Todd C. Miller
2016-08-24
Avoid recursively calling c_fc(). Fixes a core dump from "r r" and
Todd C. Miller
2016-08-16
Avoid a compiler warning about use of uninitialized l.beg emitted
Theo Buehler
2016-08-12
rework initial text a little, to read better;
Jason McIntyre
2016-08-09
In emacs incremental search mode (^R),
Ingo Schwarze
2016-07-28
remove note about command substitution and double quotes: it is probable
Jason McIntyre
2016-07-18
rework the first sentence of this page;
Jason McIntyre
2016-06-01
put this in the public domain as well. reminded by theo. we discussed
Marc Espie
2016-05-04
Correct the description of the != operator in arithmetic expansion;
Ingo Schwarze
2016-05-04
line editing correction; from andras farkas
Jason McIntyre
2016-04-27
Do not handle echo "`echo \"hi\"`" in POSIX mode differently than in
Christian Weisgerber
2016-03-30
for some time now mandoc has not required MLINKS to function
Jason McIntyre
2016-03-21
More ksh POSIX compliance fixes by Martijn Dekker:
tb
2016-03-20
Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0])
Kenneth R Westerback
2016-03-17
remove some ARGSUSED
mmcc
2016-03-06
tweak previous a little;
Jason McIntyre
2016-03-06
Make set +o conform with POSIX.
natano
2016-03-05
POSIX-compliant behavior of "set -u" regarding "$*" and "$@" specials
Dmitrij Czarkoff
2016-03-04
Fix a typo. The command is to get the default system PATH value
Todd C. Miller
2016-03-04
remove CSRG BSD-licensed mknod builtin code which was previously used to
Theo de Raadt
2016-03-04
don't parse (...|...) patterns in variable substitution inside double quotes
Dmitrij Czarkoff
2016-01-29
Therefor -> Therefore (where appropriate)
tb
2016-01-26
remove a useless macro
mmcc
2016-01-15
Initialize a struct kill_info and an associated int in the declarations
mmcc
2016-01-08
Next step in UTF-8 support:
Ingo Schwarze
2015-12-30
add another combo for home/end keys that works in tmux.
Ted Unangst
2015-12-30
rename global "e" to genv to avoid accidental shadowing and aliasing.
Ted Unangst
[next]