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-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
2015-12-29
Remove reference to $ERRNO, which was been unimplemented for >= 19
mmcc
2015-12-27
Tweak comment: we now always make a copy of argv.
Jeremie Courreges-Anglas
2015-12-27
unconditionally duplicate the argv array on initialization, to make it
Alexander Hall
2015-12-26
remove special characters; diff from michael reed
Jason McIntyre
2015-12-22
Assign pointer variables to NULL rather than 0. No functional change.
mmcc
2015-12-21
Replace an ugly bit of pointer arithmetic with a conditional expression.
mmcc
2015-12-14
Move system headers from sh.h to those files that actually need them.
tb
2015-12-14
Remove a superfluous macro. No binary change. ok tb@
mmcc
2015-12-10
In emacs command-line editing mode, make sure that moving left and
Ingo Schwarze
2015-12-06
Remove a 250-line catalog of AT&T ksh bugs. ok tedu
mmcc
2015-12-05
Remove some more pdksh-specific stuff and references to files that no
mmcc
2015-12-05
Remove descriptions of files that no longer exist.
mmcc
2015-12-05
Remove needless reference to LEGAL, which is likely outdated itself.
mmcc
2015-12-05
Remove some bug report guidelines from pdksh that aren't relevant to us.
mmcc
[next]