summaryrefslogtreecommitdiff
path: root/contrib/ee
AgeCommit message (Expand)Author
2024-06-20ee: fix wprintw usage (highlighted by ncurses 6.5)Baptiste Daroussin
2024-06-02ee: Fix use of uninitialised pointer in ispell_opJessica Clarke
2023-11-27ee: remove locally added __FBSDIDBrooks Davis
2023-04-18ee: Remove two set but unused variables.John Baldwin
2023-04-18ee: Use C89 function definitions.John Baldwin
2023-04-18ee: Remove function prototype for main.John Baldwin
2023-04-18ee: Drop P_() macro used for pre-C89 compatibility.John Baldwin
2021-04-12ee: restore the stdin/stdout terminal checkYuri Pankov
2020-12-10ee(1): Whitespace cleanupGordon Bergling
2015-01-18Fix minor syntax and grammar errors in the markup of the ee(1) man pageAllan Jude
2014-12-26Fix .TH having too many argumentsBaptiste Daroussin
2013-01-26Clean some 'svn:executable' properties in the tree.Pedro F. Giffuni
2011-12-17In contrib/ee/ee.c, fix a few warnings about format strings not beingDimitry Andric
2010-10-08Import ee 1.5.2 into HEAD.Ed Schouten
2009-11-10Add a minimal change to prevent NULL deference in ee(1).Xin LI
2009-09-041) Remove single occurance of HAS_CTYPE ifdef, ctype functionsAndrey A. Chernov
2009-09-02Move <locale.h> out of NO_CATGETS define too (as setlocale() in prev.Andrey A. Chernov
2009-09-021) Use isprint() instead of hardcoded values to detect non-printable.Andrey A. Chernov
2009-05-28char can be unsigned, like on ARM and PowerPC. Unbreak theMarcel Moolenaar
2009-05-27Update ee(1) in the base system to version 1.5.0.Ed Schouten
2009-05-26Merge local changes to ee(1) into contrib space.Ed Schouten
2009-05-26Copy ee 1.4.2 into the contrib directory.Ed Schouten