summaryrefslogtreecommitdiffstats
path: root/usr.bin/ee/ee.c
Commit message (Expand)AuthorAgeFilesLines
* Merge local changes to ee(1) into contrib space.ed2009-05-261-5313/+0
* Correct insecure temporary file usage in texindex. [06:01]cperciva2006-01-111-12/+22
* Check that ee's standard input and output is a terminal.fjoe2004-11-051-4/+5
* o Fix identation.maxim2003-06-301-21/+21
* o Support for '--' to cancel options list processing.maxim2003-06-301-3/+12
* Consistently use FBSDIDobrien2002-06-301-4/+2
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-281-8/+0
* - Properly initialize the count_win when the user turns the info windowmp2002-05-061-1/+4
* Exit gracefully when a SIGHUP is received. This prevents ee from going intomp2001-08-311-0/+1
* Properly handle wgetch(3) returning ERR. This prevents an abnormal exitmp2001-07-281-9/+4
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+1
* - Optimise current cursor position displaying routines, to avoid unnecessarysobomax2001-06-031-10/+8
* Fix wrong (char) cast (instead of unsigned char) causing highlighting of allache2001-04-271-2/+2
* Resolve conflicts.sobomax2001-03-271-126/+270
* Add `_PATH_DEVZERO'.obrien2000-12-091-1/+2
* Fix a bug introduced by my own previous commit (addition of the currentsobomax2000-08-211-3/+18
* Add current position (line, column) display.sobomax2000-07-311-6/+25
* Don't call printf with no format string.kris2000-07-101-1/+1
* For emacs key binding clearly describe ^t/^u as "begin of file"/"end of file"ache1999-10-181-3/+3
* Redefine KEY_HOME as BOL like in pico, joe and lot of others and line editionache1999-09-121-2/+4
* Zap $Revision$peter1999-09-061-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-2/+2
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).archie1998-12-061-5/+5
* Use `lpr' vs. `lp' to printobrien1998-10-011-8/+8
* Use NL_CAT_LOCALE to activate LC_MESSAGESache1998-04-301-3/+3
* Use Id instead of Header. Sort #includes. Use err(3) and change exit(-1).charnier1998-01-121-23/+19
* A not initialized variable forced malloc to abort if the userwosch1997-07-181-2/+3
* Merge ee version 1.3 from the vendor branch. Clean up files we've gotjoerg1996-12-291-106/+439
* Make it more explicit in the main help window that the magic to leavejoerg1996-05-271-4/+4
* Author's fixes of backspace problem, slightly different then mine wasache1995-11-081-8/+6
* Don't assume that $HOME is always set.jkh1995-10-221-2/+4
* Fix error: while getting file name, backspace not works, but produceache1995-08-301-2/+4
* Fix 8bit chars output, not highlight all of themache1995-08-301-3/+3
* This is `ee' - the Easy Editor. I'm bringing it in to replace vi onjkh1995-08-301-0/+4793
OpenPOWER on IntegriCloud