Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unsigned char casts for ctype | 2013-11-26 | 1 | -2/+2 | |
| | | | | ok okan | ||||
* | Don't leak FILE * if multiple -o flags are given. | 2009-06-07 | 1 | -2/+2 | |
| | |||||
* | - Be more careful about pre-existing SIGCHLD handlers (or SIG_IGN) by | 2007-10-17 | 1 | -12/+9 | |
| | | | | | | | | temporarily restoring default behaviour. This is not 100% ideal. But this fixes editor handling in mail... bah, it is really unfortunate that got broken - refactor the restoration code as well, to make it simpler ok ray | ||||
* | Sync with editit from sendbug. | 2007-05-11 | 1 | -32/+24 | |
| | |||||
* | Copy signal-safe edit function from sendbug. | 2007-04-25 | 1 | -35/+62 | |
| | | | | OK millert@, threatened by deraadt@. | ||||
* | don't store write(2) return value in size_t; fixes test against -1. | 2007-02-26 | 1 | -2/+5 | |
| | | | | ok ray@ | ||||
* | Remove xmktemp() and uses plain old mkstemp(3), avoiding race | 2006-05-25 | 1 | -3/+18 | |
| | | | | | | conditions. OK moritz@, otto@ | ||||
* | Now that lint is smarter, remove /* NOTREACHED */ comments. | 2006-05-10 | 1 | -8/+1 | |
| | | | | OK jaredy@ | ||||
* | Move two functions to separate file; from Ray Lai; ok jaredy@ | 2006-02-20 | 1 | -61/+2 | |
| | |||||
* | delint; from Ray with input from me and jaredy@; ok jaredy@ | 2006-02-15 | 1 | -3/+3 | |
| | |||||
* | In interactive mode force newline between left and right sets in the "e b" | 2006-02-02 | 1 | -2/+2 | |
| | | | | command. OK tedu@ | ||||
* | spacing | 2005-12-28 | 1 | -2/+2 | |
| | |||||
* | goto labels after case statements make lint happier | 2005-12-27 | 1 | -3/+3 | |
| | |||||
* | remove debug mode | 2005-12-27 | 1 | -4/+1 | |
| | |||||
* | if an allocation function fails, err will print "cannot allocate memory" | 2005-12-27 | 1 | -2/+2 | |
| | | | | for us, just add the name of the function | ||||
* | close can't really fail, don't bother checking | 2005-12-27 | 1 | -13/+4 | |
| | |||||
* | remove broken assert on argc, and put argc check in right place | 2005-12-27 | 1 | -2/+2 | |
| | |||||
* | variables in header should be extern, defined in a c file. | 2005-12-27 | 1 | -2/+2 | |
| | | | | if cast for free is needed because of const nastiness, at least cast to void * | ||||
* | OpenBSD tags | 2005-12-27 | 1 | -1/+1 | |
| | |||||
* | add a public domain sdiff implementation contributed by ray lai | 2005-12-27 | 1 | -0/+250 | |