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
2018-04-24
Keep the time pipeline's stack in tact
kn
2018-04-13
Count $SECONDS with CLOCK_MONOTONIC.
cheloha
2018-04-09
Support 64 bit integers on 32 bit architectures.
Tobias Stoeckmann
2018-03-31
Fix spacing in brace command list grammar.
anton
2018-03-16
improve markup quality in the cases found by the new "--" style message
Ingo Schwarze
2018-03-15
Favor usage of __func__ in warning/error messages. Some of them referred to the
anton
2018-02-06
Clarify that the "bind" built-in command only affects Emacs editing
Ingo Schwarze
2018-01-20
Remove code that has been disabled since 1999. From Michael W. Bombardieri who
anton
2018-01-16
Introduce internal_warningf() and mark internal_errorf() as noreturn
Jeremie Courreges-Anglas
2018-01-16
Stop constructing the ulimit optstring passed to ksh_getopt() at runtime since
anton
2018-01-16
One minor scan-build warning
Jeremie Courreges-Anglas
2018-01-15
Don't try to open HISTFILE if the variable is unset.
Jeremie Courreges-Anglas
2018-01-15
Stop pretending we support building ksh without EDIT/HISTORY support
Jeremie Courreges-Anglas
2018-01-14
unifdef BRACE_EXPAND; ok jca@
anton
2018-01-13
remove unused parameter from the static function print_expansions();
Ingo Schwarze
2018-01-12
Some more tweaks to NOTES
Jeremie Courreges-Anglas
2018-01-08
update comments that were left behind in the recent unifdef JOB commit
Sebastian Benoit
2018-01-08
Drop two outdated entries
Jeremie Courreges-Anglas
2018-01-08
Remove unused "args" param from kb_add(), it is always NULL.
Todd C. Miller
2018-01-08
Kill entries that are obviously outdated/out of scope
Jeremie Courreges-Anglas
2018-01-07
Add proper bounds checking to kb_add(). OK anton@
Todd C. Miller
2018-01-06
Bring back the sign compare changes, this time with a fix from otto@
Todd C. Miller
2018-01-05
unifdef JOBS support
Jeremie Courreges-Anglas
2018-01-05
Typos in comments: 'it' -> 'if' and 'noityf' -> 'notify'.
Theo Buehler
2018-01-04
Back out sign compare changes that appear to cause problems on hppa.
Todd C. Miller
2018-01-01
Add WARNINGS=yes to ksh and fix the resulting sign compare warnings.
Todd C. Miller
2017-12-30
backslash also escapes newlines when quoted;
Jason McIntyre
2017-12-27
Add -Wshadow to Makefile and fix the resulting warnings. Many of
Todd C. Miller
2017-12-26
The hack for /dev/fd support on systems without it was removed a
Todd C. Miller
2017-12-18
Get rid of a todo by stop declaring variable texec as static and instead zeroing
anton
2017-12-18
Add another pair of home/end key bindings; from Lari Rasku.
anton
2017-12-15
oops - previous should have been a list item;
Jason McIntyre
2017-12-12
Document change in the default shell prompts.
Theo Buehler
2017-12-12
Include hostname in shell prompts by default
Theo Buehler
2017-12-07
Drop the unused second argument from set_prompt(). It used to be used for
Theo Buehler
2017-11-27
Follow emacs mode and remove the interactive "version" function.
Theo Buehler
2017-11-26
Remove the "version" interactive function in emacs mode.
Jeremie Courreges-Anglas
2017-11-22
Fix some incorrectness related to Emacs editing mode in ksh:
anton
2017-11-21
Initialize *histbase to NULL to fix a bus error in emacs editing mode
Theo Buehler
2017-11-02
Switch calloc(3) back to malloc(3). The call to calloc was introduced
Theo Buehler
2017-10-23
Kill needless rewind(3) call in hist_init()
Jeremie Courreges-Anglas
2017-10-23
Skip (and warn about) overlong history lines.
Jeremie Courreges-Anglas
2017-10-19
Delete the deprecated emacs-usemeta option.
Jeremie Courreges-Anglas
2017-10-18
The return value of this function isn't used.
Jeremie Courreges-Anglas
2017-09-07
Keep histptr inside of the allocated history array
Jeremie Courreges-Anglas
2017-09-03
Use PATH_MAX instead of a local define
Jeremie Courreges-Anglas
2017-09-02
whitespace commit from BC
Theo de Raadt
2017-08-31
ignoredups implementation quirk
Jeremie Courreges-Anglas
2017-08-30
Guard FEMACSUSEMETA uses behind #ifdef EMACS
Jeremie Courreges-Anglas
2017-08-30
Implement HISTCONTROL ignoredups & ignorespace features
Jeremie Courreges-Anglas
[next]