summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2018-02-26Make ed(1) warn about modifications if 'r'ead in an empty file andMartijn van Duren
2018-02-13atoll -> strtonumcheloha
2018-02-06Clarify that the "bind" built-in command only affects Emacs editingIngo Schwarze
2018-02-05CKSUM_DIGEST_STRING_LENGTH bounding didn't include full range of size_tTheo de Raadt
2018-02-04use sizeof, rather than the constant. on change in binary.Theo de Raadt
2018-02-04repair ugly indentsTheo de Raadt
2018-02-04Print strtonum(3)-style error messages on invalid numeric input.cheloha
2018-02-02Extend range for seconds from 100 million to upper bound of time_t.cheloha
2018-01-20Remove code that has been disabled since 1999. From Michael W. Bombardieri whoanton
2018-01-16Introduce internal_warningf() and mark internal_errorf() as noreturnJeremie Courreges-Anglas
2018-01-16Stop constructing the ulimit optstring passed to ksh_getopt() at runtime sinceanton
2018-01-16One minor scan-build warningJeremie Courreges-Anglas
2018-01-15Don't try to open HISTFILE if the variable is unset.Jeremie Courreges-Anglas
2018-01-15Stop pretending we support building ksh without EDIT/HISTORY supportJeremie Courreges-Anglas
2018-01-14unifdef BRACE_EXPAND; ok jca@anton
2018-01-13remove unused parameter from the static function print_expansions();Ingo Schwarze
2018-01-12Some more tweaks to NOTESJeremie Courreges-Anglas
2018-01-09Rename test file =.err to eq.err for simpler make file scripts.Alexander Bluhm
2018-01-08update comments that were left behind in the recent unifdef JOB commitSebastian Benoit
2018-01-08Drop two outdated entriesJeremie Courreges-Anglas
2018-01-08Remove unused "args" param from kb_add(), it is always NULL.Todd C. Miller
2018-01-08Kill entries that are obviously outdated/out of scopeJeremie Courreges-Anglas
2018-01-07Add proper bounds checking to kb_add(). OK anton@Todd C. Miller
2018-01-06Bring back the sign compare changes, this time with a fix from otto@Todd C. Miller
2018-01-05unifdef JOBS supportJeremie Courreges-Anglas
2018-01-05Typos in comments: 'it' -> 'if' and 'noityf' -> 'notify'.Theo Buehler
2018-01-04Back out sign compare changes that appear to cause problems on hppa.Todd C. Miller
2018-01-03Stop "dd if=/dev/zero of=/dev/null bs=1 count=2 skip=0x7fffffffffffffff"Ingo Schwarze
2018-01-01Add WARNINGS=yes to ksh and fix the resulting sign compare warnings.Todd C. Miller
2017-12-30backslash also escapes newlines when quoted;Jason McIntyre
2017-12-27Add -Wshadow to Makefile and fix the resulting warnings. Many ofTodd C. Miller
2017-12-26The hack for /dev/fd support on systems without it was removed aTodd C. Miller
2017-12-23As we only use the .tv_sec field, simplify gettimeofday(2) -> time(3).cheloha
2017-12-18Get rid of a todo by stop declaring variable texec as static and instead zeroinganton
2017-12-18No need to declare variable name as static in dounsetenv(). Also, drop aanton
2017-12-18Add another pair of home/end key bindings; from Lari Rasku.anton
2017-12-16Passing NULL to free() is fine; from Michael W. Bombardieri.anton
2017-12-15oops - previous should have been a list item;Jason McIntyre
2017-12-12Document change in the default shell prompts.Theo Buehler
2017-12-12Include hostname in shell prompts by defaultTheo Buehler
2017-12-08Convert snprintf+write into dprintf. It is simply easier to read, andTheo de Raadt
2017-12-07Drop the unused second argument from set_prompt(). It used to be used forTheo Buehler
2017-11-27Follow emacs mode and remove the interactive "version" function.Theo Buehler
2017-11-26Remove the "version" interactive function in emacs mode.Jeremie Courreges-Anglas
2017-11-22Fix some incorrectness related to Emacs editing mode in ksh:anton
2017-11-21Initialize *histbase to NULL to fix a bus error in emacs editing modeTheo Buehler
2017-11-16In revision 1.35 of file.c, tenex() was modified to respect the inputline_sizeanton
2017-11-16Zap a redundant cast.anton
2017-11-02Switch calloc(3) back to malloc(3). The call to calloc was introducedTheo Buehler
2017-10-24When dd(1) fails because it receives an INT signal,Ingo Schwarze