|
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 |
|
| #
d52a982e |
| 27-Dec-2017 |
Eitan Adler <[email protected]> |
lib: Fix several typos and minor errors
- duplicate words - typos - references to old versions of FreeBSD
Reviewed by: imp, benno
|
|
Revision tags: 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 |
|
| #
d44bc133 |
| 18-May-2015 |
Baptiste Daroussin <[email protected]> |
Synchronize libedit with NetBSD
It incorporates and fixes our patches to get el_gets return the proper count of characters in unicode mode.
|
| #
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 |
|
| #
e1c01d08 |
| 01-Jan-2013 |
Pedro F. Giffuni <[email protected]> |
libedit: bind the correct command when using "bind -k".
"ed-argument-digit" (i. e. command 0) was incorrectly used instead. This bug comes from the original sources imported in 1994 and has been con
libedit: bind the correct command when using "bind -k".
"ed-argument-digit" (i. e. command 0) was incorrectly used instead. This bug comes from the original sources imported in 1994 and has been confirmed in upstream NetBSD.
Reported by: Yamagi Burmeister Submitted by: Christoph Mallon MFC after: 3 days
show more ...
|
|
Revision tags: release/9.1.0, 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 |
|
| #
f9ff2f8f |
| 11-Mar-2007 |
Stefan Farfeleder <[email protected]> |
Merge the following changes from NetBSD:
history.c 1.32: # Fix memory leak found by valgrind (Julien Torres) map.c 1.24: # fix debugging printf format. read.c 1.40: # Fix bug with multiple pen
Merge the following changes from NetBSD:
history.c 1.32: # Fix memory leak found by valgrind (Julien Torres) map.c 1.24: # fix debugging printf format. read.c 1.40: # Fix bug with multiple pending el_pushes. Reported by Julien Torres. tty.c 1.24: # Coverity CID 1216: Prevent negative index use.
MFC after: 3 weeks
show more ...
|
| #
e6de94e6 |
| 11-Mar-2007 |
Stefan Farfeleder <[email protected]> |
Merge the following changes from NetBSD:
chared.h 1.17, common.c 1.19, emacs.c 1.21, key.c 1.18, key.h 1.9, map.c 1.23, term.c 1.42, term.h 1.17, vi.c 1.25: # Print the actual eofc, instead of ^D\
Merge the following changes from NetBSD:
chared.h 1.17, common.c 1.19, emacs.c 1.21, key.c 1.18, key.h 1.9, map.c 1.23, term.c 1.42, term.h 1.17, vi.c 1.25: # Print the actual eofc, instead of ^D\b\b. # Change internal character decoding to prevent buffer oveflows. key.c 1.19, key.h 1.10: # move declaration to header file. term.c 1.43: # Coverity CID 806: Prevent NULL deref term.c 1.44: # Coverity CID 1668: Plug memory leak. term.c 1.45: # Fix compilation.
MFC after: 3 weeks
show more ...
|
|
Revision tags: 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.
|
| #
1d22b412 |
| 08-Aug-2005 |
Stefan Farfeleder <[email protected]> |
Don't forget to copy the sentinel into the `help' array. It's expected to be there.
Submitted by: Björn König PR: 82381
|
| #
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 ...
|
| #
969f7001 |
| 07-Aug-2005 |
Stefan Farfeleder <[email protected]> |
Revert the replacement of realloc() with reallocf() (el.h:1.2, map.c:1.5 and tokenizer.c:1.3). Contrary to the commit log there were no memory leaks, but the change introduced a bug because the free
Revert the replacement of realloc() with reallocf() (el.h:1.2, map.c:1.5 and 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.
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, release/5.1.0, release/4.8.0, release/5.0.0, release/4.6.2 |
|
| #
0878b3a9 |
| 01-Oct-2001 |
David E. O'Brien <[email protected]> |
Fix ID's after a total boch CVS merge due to multiple people making 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?
Fix ID's after a total boch CVS merge due to multiple people making 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."
show more ...
|
| #
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
|
| #
0622d6c7 |
| 30-Sep-2001 |
Matthew Dillon <[email protected]> |
Add __FBSDID()s to libedit
|
|
Revision tags: release/4.3.0 |
|
| #
e8420087 |
| 16-Sep-1998 |
Warner Losh <[email protected]> |
Replace memory leaking instances of realloc with non-leaking reallocf. In some cases replace if (a == null) a = malloc(x); else a = realloc(a, x); with simple reallocf(a, x). Per ANSI-C, this is gua
Replace memory leaking instances of realloc with non-leaking reallocf. In some cases replace if (a == null) a = malloc(x); else a = realloc(a, x); with simple reallocf(a, x). Per ANSI-C, this is guaranteed to be the same thing.
I've been running these on my system here w/o ill effects for some time. However, the CTM-express is at part 6 of 34 for the CAM changes, so I've not been able to do a build world with the CAM in the tree with these changes. Shouldn't impact anything, but...
show more ...
|
| #
10d91426 |
| 27-Jun-1998 |
Brian Somers <[email protected]> |
Fixes assorted problems with the history edit functions in libedit. This affects sh, ftp (and others?).
Submitted by: Max Euston <[email protected]> PR: 6516
|
| #
bd5176cb |
| 25-Jun-1997 |
Mike Smith <[email protected]> |
Update libedit with changes from NetBSD. Includes history load/save, some buffer overflow guards and some stylistic cleanups. Also adds manpages.
Obtained from: NetBSD
|
| #
6c06b4e2 |
| 30-May-1995 |
Rodney W. Grimes <[email protected]> |
Remove trailing whitespace.
|
|
Revision tags: release/1.1.5.1_cvs |
|
| #
58f0484f |
| 27-May-1994 |
Rodney W. Grimes <[email protected]> |
BSD 4.4 Lite Lib Sources
|