Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct insecure temporary file usage in texindex. [06:01] | cperciva | 2006-01-11 | 1 | -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 manpages | brueffer | 2005-07-14 | 1 | -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 catalogs | phantom | 2005-02-27 | 1 | -4/+2 |
| | |||||
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -1/+1 |
| | |||||
* | Check that ee's standard input and output is a terminal. | fjoe | 2004-11-05 | 1 | -4/+5 |
| | | | | | | | Do not ignore all the signals in range [1..24]. PR: 65892 MFC after: 2 weeks | ||||
* | Deal with double whitespace. | ru | 2004-07-03 | 1 | -3/+3 |
| | |||||
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -43/+85 |
| | |||||
* | o Fix identation. | maxim | 2003-06-30 | 1 | -21/+21 |
| | |||||
* | o Support for '--' to cancel options list processing. | maxim | 2003-06-30 | 1 | -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. | schweikh | 2003-04-30 | 1 | -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. | ru | 2002-07-02 | 1 | -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 FBSDID | obrien | 2002-06-30 | 2 | -8/+4 |
| | |||||
* | Assume __STDC__, remove non-__STDC__ code. | alfred | 2002-05-28 | 2 | -52/+3 |
| | |||||
* | - Properly initialize the count_win when the user turns the info window | mp | 2002-05-06 | 1 | -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. | markm | 2002-04-28 | 1 | -1/+0 |
| | |||||
* | Use `The .Nm utility' | charnier | 2002-04-19 | 1 | -6/+9 |
| | |||||
* | Add support for french and german locales in tcsh's way. | phantom | 2002-03-04 | 1 | -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 area | phantom | 2002-03-04 | 1 | -10/+6 |
| | |||||
* | Use bsd.nls.mk for building/installing NLS files | phantom | 2002-03-04 | 1 | -9/+5 |
| | |||||
* | FILES support for bsd.prog.mk. See bsd.README for details. | ru | 2001-12-17 | 1 | -9/+5 |
| | | | | Stolen from: NetBSD | ||||
* | Exit gracefully when a SIGHUP is received. This prevents ee from going into | mp | 2001-08-31 | 1 | -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). | ru | 2001-08-13 | 1 | -2/+5 |
| | |||||
* | Properly handle wgetch(3) returning ERR. This prevents an abnormal exit | mp | 2001-07-28 | 1 | -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. The | sheldonh | 2001-07-26 | 1 | -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. | dd | 2001-07-15 | 1 | -160/+160 |
| | |||||
* | Fix the type of the NULL arg to execl() | brian | 2001-07-09 | 1 | -1/+1 |
| | | | | Idea from: Theo de Raadt <deraadt@openbsd.org> | ||||
* | ISO_ -> ISO | ache | 2001-06-11 | 6 | -748/+9 |
| | |||||
* | Install additional en_US links | ache | 2001-06-10 | 1 | -1/+3 |
| | |||||
* | Add Latin15 entries | ache | 2001-06-10 | 1 | -0/+6 |
| | |||||
* | - Optimise current cursor position displaying routines, to avoid unnecessary | sobomax | 2001-06-03 | 1 | -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 all | ache | 2001-04-27 | 1 | -2/+2 |
| | | | | 8bit characters due to famous sign extension bug. | ||||
* | Add Russian message catalog | ache | 2001-04-19 | 2 | -1/+188 |
| | | | | | PR: 26663 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su> | ||||
* | Update message #56. Maxim didn't merge the English version here since | joerg | 2001-03-28 | 2 | -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. | joerg | 2001-03-28 | 2 | -2/+2 |
| | |||||
* | Add Ukrainian translation. | sobomax | 2001-03-28 | 2 | -1/+187 |
| | | | | Submitted by: Olexander Kunytsa <kunia@wolf.istc.kiev.ua> | ||||
* | Describe details of importing. | sobomax | 2001-03-27 | 1 | -0/+28 |
| | |||||
* | Update FreeBSD translations to match 1.4.1 (actually just copied Enslish | sobomax | 2001-03-27 | 6 | -12/+30 |
| | | | | messages as I don't know de, pl and fr). | ||||
* | Resolve conflicts. | sobomax | 2001-03-27 | 6 | -158/+518 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r74853, | sobomax | 2001-03-27 | 2 | -21/+38 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Virgin import of Hugh F. Mahon's EasyEditor 1.4.1. | sobomax | 2001-03-27 | 7 | -170/+554 |
| | | |||||
* | | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -1/+1 |
| | | |||||
* | | Prepare for mdoc(7)NG. | ru | 2000-12-19 | 1 | -0/+1 |
| | | |||||
* | | Add `_PATH_DEVZERO'. | obrien | 2000-12-09 | 1 | -1/+2 |
| | | | | | | | | Use _PATH_* where where possible. | ||||
* | | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -5/+5 |
| | | |||||
* | | Remove unneded -lmytinfo | ache | 2000-09-16 | 1 | -2/+2 |
| | | |||||
* | | Fix a bug introduced by my own previous commit (addition of the current | sobomax | 2000-08-21 | 1 | -3/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | line/column display). I overlooked that ee(1) doesn't maintain proper line numbering when adding/removing lines, so after those operations linenumber displayed may not match the reality. Also use proper variable for current column diaplay, because the one used previously reflects the offset of current char, which doesn't equial screen position when tabs present. Reviewed by: bp | ||||
* | | Add current position (line, column) display. | sobomax | 2000-07-31 | 1 | -6/+25 |
| | | |||||
* | | Don't call printf with no format string. | kris | 2000-07-10 | 1 | -1/+1 |
| | | |||||
* | | Add links to "edit" to ease tech support's job. | obrien | 2000-06-06 | 1 | -2/+4 |
| | | |||||
* | | For emacs key binding clearly describe ^t/^u as "begin of file"/"end of file" | ache | 1999-10-18 | 3 | -9/+9 |
| | | | | | | | | | | Old description "start of text"/"end of text" is too confusing assuming text currently visible on the screen |