Path to this page:
./
devel/editline,
NetBSD Editline library (libedit) for generic line editing
Branch: CURRENT,
Version: 3.1.20221030nb2,
Package name: editline-3.1.20221030nb2,
Maintainer: ryoonThis is an autotool- and libtoolized port of the NetBSD Editline library
(libedit). This Berkeley-style licensed command line editor library
provides generic line editing, history, and tokenization functions,
similar to those found in GNU Readline.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 520.763 KB
Version history: (Expand)
- (2023-06-29) Updated to version: editline-3.1.20221030nb2
- (2023-06-26) Updated to version: editline-3.1.20221030
- (2021-05-07) Updated to version: editline-3.1.20210419nb1
- (2021-05-07) Updated to version: editline-3.1.20210419
- (2020-05-12) Updated to version: editline-3.1.20191231nb2
- (2020-03-23) Updated to version: editline-3.1.20191231nb1
CVS history: (Expand)
2023-11-07 11:23:12 by Nia Alarie | Files touched by this commit (2) |
Log message:
editline: Include missing headers.
|
2023-06-29 19:55:29 by Hauke Fath | Files touched by this commit (3) | |
Log message:
vis(3): Avoid nonportable MIN in portable code.
Adopt upstream's resolution, to be dropped with the next
update. (Thanks, riastradh@)
|
2023-06-29 18:18:56 by Hauke Fath | Files touched by this commit (3) |
Log message:
Unbreak build on OmniOS, which #defines MIN() in an uncommon
place.
This should really be picked up by autoconf.
|
2023-06-26 13:37:08 by Thomas Klausner | Files touched by this commit (6) | |
Log message:
editline: update to 3.1.20221030.
2022-10-30 Jess Thrysoee
* src/sys.h, src/reallocarr.c: Remove unused sys/cdefs.h include, to compile \
against musl libc
Reported by Matt Boehlke
* version-info: 0:70:0
2022-10-09 Jess Thrysoee
* version-info: 0:69:0
* src/sys.h: Add __sun guard around sys/types.h in sys.h
* all: sync with upstream source
2021-09-10 Jess Thrysoee
* all: sync with upstream source
2021-07-14 Jess Thrysoee
* all: sync with upstream source
* src/histedit.h: Add wcsdup declaration when ifndef HAVE_WCSDUP. Patch by \
Rainer Jung.
* examples/wtc1.c: Fix warnings and add missing brace. Patch by Rainer Jung.
2021-05-22 Jess Thrysoee
* version-info: 0:66:0
* all: sync with upstream source
* src/el.c: editrc not read on systems without issetugid
Patch by Trevor Cordes
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-05-07 09:13:28 by Nia Alarie | Files touched by this commit (3) |
Log message:
editline: fix conflict with devel/readline
|
2021-05-07 09:08:39 by Nia Alarie | Files touched by this commit (3) |
Log message:
editline: Update to 20210419-3.1. PR pkg/56151
While here, clean up options handling.
* See also NetBSD changelog:
http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libedit
2021-04-19 Jess Thrysoee
* version-info: 0:65:0
* all: sync with upstream source
* src/getline.c,src/sys.h: Provide getline.c implementation if not available
Patch by Claes Nästén
* src/makelist: Use Posix locale; mainly to get ASCII character classes in \
e.g. `tr`
Patch by Claes Nästén
* examples/test_filecompletion.c, examples/wtc1.c: err.h not supported by
Solaris
2021-02-16 Jess Thrysoee
* version-info: 0:64:0
* all: sync with upstream source
|