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