summaryrefslogtreecommitdiffstats
path: root/usr.bin/ee
Commit message (Collapse)AuthorAgeFilesLines
* Fix spelling.glebius2013-03-111-2/+2
| | | | | PR: 176777 Submitted by: Andrey Simonenko <simon comsys.ntu-kpi.kiev.ua>
* Fix some NLS catalogs broken after r245888.antoine2013-02-091-1/+1
|
* Install the NLS catalog in the C directory rather than en_US.US-ASCIIbrooks2013-01-241-1/+1
| | | | | which is a link to C. This allow the makefs mtree manifest mode to find the file.
* - pt_BR.ISO8859-1 cataloggabor2010-02-092-1/+188
| | | | | | | - Add link to pt_PT.ISO8859-1 Submitted by: sylvio Approved by: delphij (mentor)
* Remove single occurance of HAS_CTYPE ifdef, ctype functionsache2009-09-041-1/+1
| | | | used here for a long time and needs their header in anycase.
* - Add Hungarian cataloggabor2009-06-012-1/+186
|
* Update ee(1) in the base system to version 1.5.0.ed2009-05-276-7/+9
| | | | | | | | | | | | | | | | | This version is now licensed under a 2-clause BSD license, instead of the Artistic license. I've reverted a lot of local modifications we made to ee, because they have been integrated upstream as well. Only local modifications include: - $FreeBSD$ ID. - Pathname to init.ee. - catopen() call, to honor LC_MESSAGES instead of LANG. To keep SVN happy, I'm putting an application/octet-stream mime type on the KOI8 translations. Reviewed by: current@
* Merge local changes to ee(1) into contrib space.ed2009-05-268-6540/+6
| | | | | | | | The source file, manual page and English translation are now directly obtained from the contrib/ directory. This makes it a lot easier to merge a newer version of ee(1) into the tree. Thanks to: des and jhb
* Remove unused curses replacement implementation from ee(1) sources.ed2009-05-262-3989/+0
|
* Correct insecure temporary file usage in texindex. [06:01]cperciva2006-01-111-12/+22
| | | | | | | | | | | | | | Correct insecure temporary file usage in ee. [06:02] Correct a race condition when setting file permissions, sanitize file names by default, and fix a buffer overflow when handling files larger than 4GB in cpio. [06:03] Fix an error in the handling of IP fragments in ipfw which can cause a kernel panic. [06:04] Security: FreeBSD-SA-06:01.texindex Security: FreeBSD-SA-06:02.ee Security: FreeBSD-SA-06:03.cpio Security: FreeBSD-SA-06:04.ipfw
* - Remove MLINKS to nonexistant manpagesbrueffer2005-07-141-1/+1
| | | | | | | - Change some section numbers to match reality - For MLINKS to manpages from ports, mention which port installs them MFC after: 3 days
* Fix two cut'n'paste'os which violated format of NLS catalogsphantom2005-02-271-4/+2
|
* Expand *n't contractions.ru2005-02-131-1/+1
|
* Check that ee's standard input and output is a terminal.fjoe2004-11-051-4/+5
| | | | | | | Do not ignore all the signals in range [1..24]. PR: 65892 MFC after: 2 weeks
* Deal with double whitespace.ru2004-07-031-3/+3
|
* Mechanically kill hard sentence breaks.ru2004-07-021-43/+85
|
* o Fix identation.maxim2003-06-301-21/+21
|
* o Support for '--' to cancel options list processing.maxim2003-06-301-3/+12
| | | | | | | PR: bin/32433 Prodded by: Zak Johnson <zakj-freebsd-hackers@nox.cx> Obtained from: easyedit-1.4.6 MFC after: 2 weeks
* Fix references to non-existing or obsoleted man pages.schweikh2003-04-301-1/+1
| | | | | PR: docs/51480 (only a small part) Submitted by: Diomidis D. Spinellis <dds@aueb.gr>
* Reimplemented bsd.nls.mk using bsd.files.mk and bsd.links.mk.ru2002-07-021-8/+3
| | | | | | | | | | | | Provided the (previously missing) dependency on source files for intermediate .msg files. Provided the default for NLSSRCDIR (defaults to .CURDIR). Slightly changed the API: NLS should now list plain locale names, without the .msg suffix. When included from bsd.prog.mk, NLSNAME defaults to PROG.
* Consistently use FBSDIDobrien2002-06-302-8/+4
|
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-282-52/+3
|
* - Properly initialize the count_win when the user turns the info windowmp2002-05-061-1/+4
| | | | | | | | | back on (and count_win is recreated). - Create info_win as the same size for all invocations. PR: 37552 Submitted by: Mark Valentine <mark@thuvia.demon.co.uk> MFC after: 1 week
* Remove GCC-specific flags.markm2002-04-281-1/+0
|
* Use `The .Nm utility'charnier2002-04-191-6/+9
|
* Add support for french and german locales in tcsh's way.phantom2002-03-041-3/+6
| | | | | | | . link fr_FR.* to fr_BE, fr_CA, fr_CH . link de_DE.* to de_AT, de_CH Obtained from: src/bin/csh/nls/Makefile
* Use NLSLINKS to setup symbolic links in NLS areaphantom2002-03-041-10/+6
|
* Use bsd.nls.mk for building/installing NLS filesphantom2002-03-041-9/+5
|
* FILES support for bsd.prog.mk. See bsd.README for details.ru2001-12-171-9/+5
| | | | Stolen from: NetBSD
* Exit gracefully when a SIGHUP is received. This prevents ee from going intomp2001-08-311-0/+1
| | | | | | | | an infinite spin loop when the terminal window is forcibly blown away. PR: 29553 Reported by: Sung N. Cho <sucho2@vt.edu> MFC after: 1 day
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-131-2/+5
|
* Properly handle wgetch(3) returning ERR. This prevents an abnormal exitmp2001-07-281-9/+4
| | | | | | | | when a windows resize event (SIGWINCH) occurs. Reported by: John Doe <rhamming2001@yahoo.com> and others on -stable. Reviewed by: dd MFC after: 1 week
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. Thesheldonh2001-07-261-4/+4
| | | | | | | definitions are more readable, and it's possible that they're more portable to pathalogical platforms. Submitted by: David Hill <david@phobia.ms>
* Remove whitespace at EOL.dd2001-07-151-160/+160
|
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+1
| | | | Idea from: Theo de Raadt <deraadt@openbsd.org>
* ISO_ -> ISOache2001-06-116-748/+9
|
* Install additional en_US linksache2001-06-101-1/+3
|
* Add Latin15 entriesache2001-06-101-0/+6
|
* - Optimise current cursor position displaying routines, to avoid unnecessarysobomax2001-06-031-10/+8
| | | | | | | | cursor movements; - minor cleanups in cursor position displaying routines; - properly resent "file modified" flag when editing several files. MFC after: 1 week
* Fix wrong (char) cast (instead of unsigned char) causing highlighting of allache2001-04-271-2/+2
| | | | 8bit characters due to famous sign extension bug.
* Add Russian message catalogache2001-04-192-1/+188
| | | | | PR: 26663 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
* Update message #56. Maxim didn't merge the English version here sincejoerg2001-03-282-2/+2
| | | | | | partially merging the line would have exceeded 80 characters. Reminded by: sobomax
* There was only a single message to be translated into German here.joerg2001-03-282-2/+2
|
* Add Ukrainian translation.sobomax2001-03-282-1/+187
| | | | Submitted by: Olexander Kunytsa <kunia@wolf.istc.kiev.ua>
* Describe details of importing.sobomax2001-03-271-0/+28
|
* Update FreeBSD translations to match 1.4.1 (actually just copied Enslishsobomax2001-03-276-12/+30
| | | | messages as I don't know de, pl and fr).
* Resolve conflicts.sobomax2001-03-276-158/+518
|
* This commit was generated by cvs2svn to compensate for changes in r74853,sobomax2001-03-272-21/+38
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of Hugh F. Mahon's EasyEditor 1.4.1.sobomax2001-03-277-170/+554
| |
* | mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-1/+1
| |
OpenPOWER on IntegriCloud