Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge NetBSD's revision 1.27. This bug can be observed eg. when browsing | stefanf | 2005-12-04 | 1 | -12/+34 |
| | | | | | | | | | | | | | | | | | | | | | through the history in sh. | Refresh bug reported by Julien Torres: | | going from: | activate -verbose | to: | reset -activation | results in: | reset -activationverbose" | instead of: | reset -activation | | This is because we choose to insert "reset -" before the current line, | and the delete "e -" and insert "ion" in the appropriate place. The | cleareol code did not handle this case properly; we now cleareol to | the maximum number of characters of the first difference, the second | difference and the difference in line length. | ||||
* | Fix prototype. | ru | 2005-11-24 | 1 | -1/+1 |
| | |||||
* | -mdoc sweep. | ru | 2005-11-17 | 2 | -8/+11 |
| | |||||
* | Add el_get to the NAME section. | stefanf | 2005-10-20 | 1 | -1/+2 |
| | | | | Obtained from: OpenBSD (via NetBSD) | ||||
* | Merge makelist rev 1.10 and map.c rev 1.22 from NetBSD. They just patch the | stefanf | 2005-10-04 | 2 | -14/+14 |
| | | | | | bug fixed in the last commit to map.c in a different way. Follow NetBSD to facilitate future merges. | ||||
* | Merge NetBSD's rev. 1.49: | stefanf | 2005-10-04 | 1 | -6/+6 |
| | | | | | | Fix double if (from Alexey E. Suslikov via jmc@openbsd). While here, re-word both H_[GS]ETUNIQUE descriptions so they make more sense. Bump date. | ||||
* | Merge NetBSD's rev. 1.41: | stefanf | 2005-10-04 | 1 | -3/+3 |
| | | | | | PR/31012: Barry Naujok: libedit el_get with EL_EDITOR op does not work Fixed as suggested. | ||||
* | Move <sys/cdefs.h> up to reduce diff to NetBSD. | stefanf | 2005-08-10 | 1 | -2/+2 |
| | |||||
* | Submitted to and merged from NetBSD (rev. 1.23 and 1.24): | stefanf | 2005-08-10 | 1 | -6/+7 |
| | | | | | | - Don't delete the current line when typing `yy'. - Don't use a possibly stale pointer in cv_paste(). - | ||||
* | NetBSD merged our typo fixes, update $NetBSD$. | stefanf | 2005-08-09 | 6 | -6/+6 |
| | |||||
* | Merge a change I missed in the last commit. | stefanf | 2005-08-09 | 1 | -1/+1 |
| | |||||
* | Merge NetBSD's 1.25 which fixes a small bug introduced in 1.24. | stefanf | 2005-08-09 | 1 | -1/+3 |
| | |||||
* | Include <term.h> before #undef'ing key_clear. | stefanf | 2005-08-08 | 1 | -0/+2 |
| | |||||
* | Fix a few typos. | stefanf | 2005-08-08 | 2 | -4/+4 |
| | |||||
* | Don't forget to copy the sentinel into the `help' array. It's expected to | stefanf | 2005-08-08 | 1 | -2/+2 |
| | | | | | | | be there. Submitted by: Björn König PR: 82381 | ||||
* | Sync libedit with recent NetBSD developments. Including improvements to the | stefanf | 2005-08-07 | 38 | -1482/+2374 |
| | | | | | | | vi-mode, removal of clause 3, cleanups and the export of the tokenization functions. Not included: config.h, filecomplete.{c,h} | ||||
* | Revert the replacement of realloc() with reallocf() (el.h:1.2, map.c:1.5 and | stefanf | 2005-08-07 | 3 | -5/+3 |
| | | | | | | tokenizer.c:1.3). Contrary to the commit log there were no memory leaks, but the change introduced a bug because the free'd pointer was not zeroed and calling the appropriate _end() function would call free() a second time. | ||||
* | Bump the shared library version number of all libraries that have not | kensmith | 2005-07-22 | 1 | -1/+1 |
| | | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...) | ||||
* | Expand contractions. | ru | 2005-02-13 | 1 | -2/+2 |
| | |||||
* | Expand *n't contractions. | ru | 2005-02-13 | 2 | -3/+3 |
| | |||||
* | mdoc(7): Use the new feature of the .In macro. | ru | 2003-09-08 | 1 | -1/+1 |
| | |||||
* | style.Makefile(5) | obrien | 2003-08-18 | 1 | -1/+1 |
| | |||||
* | Stage 3 of dynamic root support. Make all the libraries needed to run | gordon | 2003-08-17 | 1 | -0/+1 |
| | | | | | | binaries in /bin and /sbin installed in /lib. Only the versioned files reside in /lib, the .so symlink continues to live /usr/lib so the toolchain doesn't need to be modified. | ||||
* | LANG->LC_ALL | ache | 2003-08-04 | 1 | -1/+1 |
| | | | | Pointed by: ru | ||||
* | Fix problem differently, use | ache | 2003-08-04 | 1 | -1/+1 |
| | | | | | LANG=C tr 'a-z' 'A-Z' for hypotetical case that script may generate non-ascii characters | ||||
* | Fix double-wrong tr usage: tr '[a-z]' '[A-Z]' | ache | 2003-08-04 | 1 | -1/+1 |
| | | | | | | | | First of all, it should be written as: tr 'a-z' 'A-Z' ranges not encolosed in [] according to POSIX, so [] just included in the replacement. Second, it should be written: tr '[:lower:]' '[:upper:]' since a-z and A-Z may have different length in some locales. | ||||
* | The .Fn function | charnier | 2003-02-06 | 1 | -1/+2 |
| | |||||
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 4 | -4/+4 |
| | | | | especially in troff files. | ||||
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -2/+2 |
| | | | | Add FreeBSD Id tag where missing. | ||||
* | english(4) police. | schweikh | 2002-12-27 | 1 | -1/+1 |
| | |||||
* | Write the strvis()'d string out to the history file in history_save(), | tjr | 2002-10-14 | 1 | -1/+1 |
| | | | | | not the original string. Fixes the bug where every second line of a history file was empty. | ||||
* | FreeBSD's libedit does not include NetBSD's readline emulation code. | tjr | 2002-10-13 | 1 | -4/+3 |
| | | | | Remove references to it from the Authors and History sections. | ||||
* | Zap now-unused SHLIB_MINOR | peter | 2002-09-28 | 1 | -1/+0 |
| | |||||
* | Restore local bits lost in recent merge from NetBSD. | mdodd | 2002-06-16 | 1 | -19/+24 |
| | |||||
* | Usage style sweep: spell "usage" with a small 'u'. | des | 2002-04-22 | 1 | -1/+1 |
| | | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/. | ||||
* | -ltermcap is spelled -lncurses nowadays. | ru | 2002-04-09 | 1 | -2/+2 |
| | |||||
* | Remove __P() usage. | obrien | 2002-03-21 | 1 | -1/+1 |
| | |||||
* | Fix problem where with PicoBSD the shell coredumps if it does not find an | obrien | 2002-01-24 | 1 | -1/+1 |
| | | | | | | entry for its terminal type in /etc/termcap. Submitted by: bde | ||||
* | mdoc(7) police: markup nit in the actual rev. 1.13 changes. | ru | 2001-11-21 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: restore all FreeBSD fixes to this file that got | ru | 2001-11-21 | 1 | -16/+14 |
| | | | | clobbered by previous commit. | ||||
* | Clean this up after the NetBSD syncing. | obrien | 2001-10-01 | 1 | -25/+19 |
| | |||||
* | Fix ID's after a total boch CVS merge due to multiple people making | obrien | 2001-10-01 | 13 | -26/+0 |
| | | | | | | | | commits to these files. As I sing to CVS: Have I told you lately that I hate your guts? Have I told you all SCM's are above you? You fill my heart with pain, take away all my merging joy, grow my troubles that's what you do." | ||||
* | Our histedit.h lives in src/include. | obrien | 2001-10-01 | 1 | -1/+0 |
| | |||||
* | Re-applied some of rev. 1.11 and 1.13 fixes that were lost in the last commit. | ru | 2001-10-01 | 1 | -11/+17 |
| | | | | Fixed some more. | ||||
* | + Sync with NetBSD, bringing in feature enhancements. | obrien | 2001-10-01 | 37 | -8660/+9754 |
| | | | | | | | + Convert to ANSI-C function definitions + style(9) Submitted by: kris | ||||
* | Add __FBSDID()s to libedit | dillon | 2001-09-30 | 18 | -12/+37 |
| | |||||
* | mdoc(7) police: protect trailing full stops of abbreviations | ru | 2001-08-10 | 1 | -1/+1 |
| | | | | with a trailing zero-width space: `e.g.\&'. | ||||
* | mdoc(7) police: | ru | 2001-08-07 | 2 | -13/+5 |
| | | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block. | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 2 | -11/+11 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 2 | -2/+2 |
| |