aboutsummaryrefslogtreecommitdiff
path: root/contrib/ee/ee.c
Commit message (Expand)AuthorAgeFilesLines
* ee: fix wprintw usage (highlighted by ncurses 6.5)Baptiste Daroussin2024-06-201-21/+21
* ee: Fix use of uninitialised pointer in ispell_opJessica Clarke2024-06-021-0/+1
* ee: remove locally added __FBSDIDBrooks Davis2023-11-271-3/+0
* ee: Remove two set but unused variables.John Baldwin2023-04-181-5/+0
* ee: Use C89 function definitions.John Baldwin2023-04-181-152/+149
* ee: Remove function prototype for main.John Baldwin2023-04-181-1/+0
* ee: Drop P_() macro used for pre-C89 compatibility.John Baldwin2023-04-181-94/+88
* ee: restore the stdin/stdout terminal checkYuri Pankov2021-04-111-0/+7
* Clean some 'svn:executable' properties in the tree.Pedro F. Giffuni2013-01-261-0/+0
* In contrib/ee/ee.c, fix a few warnings about format strings not beingDimitry Andric2011-12-171-7/+7
* Import ee 1.5.2 into HEAD.Ed Schouten2010-10-081-21/+20
* Add a minimal change to prevent NULL deference in ee(1).Xin LI2009-11-101-1/+1
* 1) Remove single occurance of HAS_CTYPE ifdef, ctype functionsAndrey A. Chernov2009-09-041-10/+6
* Move <locale.h> out of NO_CATGETS define too (as setlocale() in prev.Andrey A. Chernov2009-09-021-2/+1
* 1) Use isprint() instead of hardcoded values to detect non-printable.Andrey A. Chernov2009-09-021-9/+9
* char can be unsigned, like on ARM and PowerPC. Unbreak theMarcel Moolenaar2009-05-281-2/+2
* Update ee(1) in the base system to version 1.5.0.Ed Schouten2009-05-271-182/+220
* Merge local changes to ee(1) into contrib space.Ed Schouten2009-05-261-106/+154
* Copy ee 1.4.2 into the contrib directory.Ed Schouten2009-05-261-0/+5268