summaryrefslogtreecommitdiffstats
path: root/usr.bin/ee
Commit message (Collapse)AuthorAgeFilesLines
* MFC r315170:ngie2017-05-301-2/+2
| | | | | | | | | | | r315170 (by imp): Adopt SRCTOP in usr.bin Prefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/foo over ${.CURDIR}/../foo for paths in Makefiles. Silence on: arch@ (twice)
* Create ee(1) package.gjb2016-02-021-0/+1
| | | | Sponsored by: The FreeBSD Foundation
* new dependssjg2015-06-161-1/+0
|
* Add META_MODE support.sjg2015-06-131-0/+20
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge sync of headsjg2015-05-271-2/+1
| |\ | |/ |/|
| * Merge head from 7/28sjg2014-08-192-3/+3
| |\
| * | Updated dependenciessjg2014-05-161-1/+0
| | |
| * | Updated dependenciessjg2014-05-101-0/+2
| | |
| * | sync from headsjg2013-04-122-3/+3
| |\ \
| * | | Updated dependenciessjg2013-03-111-0/+1
| | | |
| * | | Updated dependenciessjg2013-02-161-2/+0
| | | |
| * | | Sync with HEAD.obrien2013-02-081-1/+1
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+21
| | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | | | Convert to usr.bin/ to LIBADDbapt2014-11-251-2/+1
| |_|_|/ |/| | | | | | | | | | | Reduce overlinking
* | | | Replace all uses of libncurses and libtermcap with their wide characterbrooks2014-07-171-2/+2
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | variants. This allows usable file system images (i.e. those with both a shell and an editor) to be created with only one copy of the curses library. Exp-run: antoine PR: 189842 Discussed with: bapt Sponsored by: DARPA, AFRL
* | | 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
|
OpenPOWER on IntegriCloud