|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0 |
|
| #
1f37f0f1 |
| 06-Mar-2016 |
Pedro F. Giffuni <[email protected]> |
Revert r296175 Undo update of libedit 2016-02-27
Something in libedit appears to be causing breakage in lldb38. The changes are not generally huge but they are suficient to to justify reverting for
Revert r296175 Undo update of libedit 2016-02-27
Something in libedit appears to be causing breakage in lldb38. The changes are not generally huge but they are suficient to to justify reverting for now.
Reported by: novel, bapt
show more ...
|
|
Revision tags: release/10.2.0 |
|
| #
c1a66a97 |
| 09-Jan-2015 |
Baptiste Daroussin <[email protected]> |
Synchronize libedit with NetBSD and activate UTF-8 support [1]
Differences with NetBSD Reapply our local patches on top of it Fix Unicode environement detection Fix reading a line in unicode environ
Synchronize libedit with NetBSD and activate UTF-8 support [1]
Differences with NetBSD Reapply our local patches on top of it Fix Unicode environement detection Fix reading a line in unicode environment. It allows /bin/sh to works in UTF-8 envs
Differential Revision: https://reviews.freebsd.org/D1455 Reviewed by: jilles, pfg Obtained from: NetBSD [1] MFC after: 1 month Relnotes: yes
show more ...
|
|
Revision tags: release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0 |
|
| #
8df73d08 |
| 19-Jul-2012 |
Pedro F. Giffuni <[email protected]> |
Merge more cosmetical changes from NetBSD's libedit.
makelist: change tr '[a-z]' '[A-Z]' to tr '[:lower:]' '[:upper:]' so that POSIX systems work proerly regardsless of environment variable settings
Merge more cosmetical changes from NetBSD's libedit.
makelist: change tr '[a-z]' '[A-Z]' to tr '[:lower:]' '[:upper:]' so that POSIX systems work proerly regardsless of environment variable settings.
tokenizer.c: pass lint on _LP64
Obtained from: NetBSD MFC after: 2 weeks
show more ...
|
|
Revision tags: release/8.3.0, release/7.4.0, release/8.2.0, release/8.1.0, release/7.3.0, release/8.0.0, release/7.2.0, release/7.1.0, release/6.4.0, release/7.0.0, release/6.3.0, release/6.2.0, release/5.5.0, release/6.1.0, release/6.0.0 |
|
| #
6dea540e |
| 04-Oct-2005 |
Stefan Farfeleder <[email protected]> |
Merge makelist rev 1.10 and map.c rev 1.22 from NetBSD. They just patch the bug fixed in the last commit to map.c in a different way. Follow NetBSD to facilitate future merges.
|
| #
76d00450 |
| 07-Aug-2005 |
Stefan Farfeleder <[email protected]> |
Sync libedit with recent NetBSD developments. Including improvements to the vi-mode, removal of clause 3, cleanups and the export of the tokenization functions.
Not included: config.h, filecomplete
Sync libedit with recent NetBSD developments. Including improvements to the vi-mode, removal of clause 3, cleanups and the export of the tokenization functions.
Not included: config.h, filecomplete.{c,h}
show more ...
|
|
Revision tags: release/5.4.0, release/4.11.0, release/5.3.0, release/4.10.0, release/5.2.1, release/5.2.0, release/4.9.0 |
|
| #
90862ca2 |
| 04-Aug-2003 |
Andrey A. Chernov <[email protected]> |
LANG->LC_ALL
Pointed by: ru
|
| #
11871d53 |
| 04-Aug-2003 |
Andrey A. Chernov <[email protected]> |
Fix problem differently, use LANG=C tr 'a-z' 'A-Z' for hypotetical case that script may generate non-ascii characters
|
| #
e9e76fa4 |
| 04-Aug-2003 |
Andrey A. Chernov <[email protected]> |
Fix double-wrong tr usage: tr '[a-z]' '[A-Z]'
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
Fix double-wrong tr usage: tr '[a-z]' '[A-Z]'
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.
show more ...
|
|
Revision tags: release/5.1.0, release/4.8.0, release/5.0.0, release/4.6.2 |
|
| #
d3974088 |
| 22-Apr-2002 |
Dag-Erling Smørgrav <[email protected]> |
Usage style sweep: spell "usage" with a small 'u'. Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/.
|
| #
3c195773 |
| 01-Oct-2001 |
David E. O'Brien <[email protected]> |
+ Sync with NetBSD, bringing in feature enhancements. + Convert to ANSI-C function definitions + style(9)
Submitted by: kris
|
|
Revision tags: release/4.3.0 |
|
| #
3081c7cd |
| 27-May-1998 |
Jordan K. Hubbard <[email protected]> |
Don't use absolute path. Submitted by: jhay
|
| #
194fb96e |
| 23-Jul-1997 |
Mike Smith <[email protected]> |
Reorder decomposition of the filename argument for the '-h' flag to avoid misprocessing in the case where the filename argument contains more than one period.
Submitted by: [email protected] (Mikael Hy
Reorder decomposition of the filename argument for the '-h' flag to avoid misprocessing in the case where the filename argument contains more than one period.
Submitted by: [email protected] (Mikael Hybsch)
show more ...
|
|
Revision tags: release/1.1.5.1_cvs |
|
| #
58f0484f |
| 27-May-1994 |
Rodney W. Grimes <[email protected]> |
BSD 4.4 Lite Lib Sources
|