summaryrefslogtreecommitdiff
path: root/bin/ksh
AgeCommit message (Expand)Author
2003-10-22typos from Jared Yanovich;Jason McIntyre
2003-10-16Buffers are not strings so use memcpy(), not strlcpy() to copy them.Todd C. Miller
2003-10-10The special case code for "test -x" over NFS was incorrect. TheTodd C. Miller
2003-09-04escapes in the wrong place;Jason McIntyre
2003-09-02escape punctuation;Jason McIntyre
2003-09-01In emacs editing mode, ksh by default interprets a set 8th bit asChristian Weisgerber
2003-09-01fix perl path. not that anyone uses this, but..Federico G. Schwindt
2003-08-27rename force_push to something more sensible.Federico G. Schwindt
2003-08-27escape on expand under emacs mode; otto@ ok.Federico G. Schwindt
2003-08-26fix backward and forward delete; from wiz@netbsd.org. many thanks.Federico G. Schwindt
2003-08-23under emacs mode, fix the case when the globbed file and the longestFederico G. Schwindt
2003-08-22in word location, fix forward scanning so it correctly account for anyFederico G. Schwindt
2003-08-11I can not reproduce the ksh -O1 issues anymore on mvme88k with the latestMiod Vallat
2003-08-08Enable the first level of compiler optimizations on mvme88k by default,Miod Vallat
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
2003-08-05Don't allow alloc() and aresize() to fail. Their return value wasTodd C. Miller
2003-08-02don't push things unless force is true; avoid adding text again on yank-pop.Federico G. Schwindt
2003-08-02On ESC-y ESC-y (yank-pop), also check that there is something toFederico G. Schwindt
2003-07-19redrew -> redraw;Jason McIntyre
2003-07-17note non-free parts that got yanked years ago; tom.cosgrove@arches-consulting...Theo de Raadt
2003-07-07- convert some lists to displaysJason McIntyre
2003-06-26protosTheo de Raadt
2003-06-06liternal -> literal;Jason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-18fix prototype; ok millert@Jason Peel
2003-05-17use MAP_FAILED rather than -1; millert@ ok.Federico G. Schwindt
2003-05-16fix several constant overflows, remove the strerror prototype (shouldn't beJason Peel
2003-05-16make ksh use our dup2(), and add clarity (we've no configure.in there);Jason Peel
2003-05-05in emacs or vi mode, if vi-tabcomplete or vi-esccomplete mode is on, thisFederico G. Schwindt
2003-04-28typos;Jason McIntyre
2003-04-16string cleaning. ok tedu@Thierry Deval
2003-04-15cull warningsTheo de Raadt
2003-04-06strlcat; ok from various peopleTheo de Raadt
2003-04-04two fixes; help from tedu & tdevalTheo de Raadt
2003-03-20typos;Jason McIntyre
2003-03-14better document how getopts handles options;Jason McIntyre
2003-03-13a few strcpy -> strlcpy; a couple people have mailed in a variety ofTheo de Raadt
2003-03-10spelling fixesDavid Krause
2003-02-28typos; from Brian PooleJason McIntyre
2003-02-26remove double word stutteringDavid Krause
2003-01-04spellingTheo de Raadt
2002-11-27Make fc -e work in "sh-mode" (shell invoked as /bin/sh or -o sh option)Peter Valchev
2002-10-23Move a cast from LHS to RHS to quiet a "cast from pointer to integerTodd C. Miller
2002-10-16enable meta key in emacs mode for 7-bit locales; provos@Todd C. Miller
2002-10-07int -> uid_tVincent Labrecque
2002-09-18fix Xr refs; frisco@blackant.netTheo de Raadt
2002-09-06no , at end of enumTheo de Raadt
2002-08-11enable COMPLEX_HISTORY. sh/ksh history will now workMarco S Hyman
2002-08-03register -> intMarco S Hyman
2002-06-09knfTodd T. Fries