libedit 3.1-20230828-1 source package in Ubuntu

Changelog

libedit (3.1-20230828-1) unstable; urgency=medium

  [ John Scott ]
  * Add a DEP-8 test exercising some of the functionality of libedit.

  [ Sylvestre Ledru ]
  * New upstream release
  * Add new symbols:
    - _el_fn_sh_complete
    - el_deletestr1
    - el_replacestr
    - el_wreplacestr
    - reallocarr
    - rl_copy_text
    - rl_delete_text
    - rl_erase_empty_line
    - rl_message
    - rl_prompt_saved
    - rl_replace_line
    - rl_restore_prompt
    - rl_save_prompt
    - rl_set_key

 -- Sylvestre Ledru <email address hidden>  Fri, 08 Sep 2023 10:20:49 +0200

Upload details

Uploaded by:
LLVM Packaging Team
Uploaded to:
Sid
Original maintainer:
LLVM Packaging Team
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libedit_3.1-20230828-1.dsc 2.2 KiB 568783d99f719055b4b4705d85be7349578d32eb73ad9da6347691bf7bd5f298
libedit_3.1-20230828.orig.tar.gz 521.6 KiB 4ee8182b6e569290e7d1f44f0f78dac8716b35f656b76528f699c69c98814dad
libedit_3.1-20230828-1.debian.tar.xz 16.2 KiB 8d94a472a1ddee433c61c2801405164780085044d1432c949666355abed9362d

Available diffs

No changes file available.

Binary packages built by this source

libedit-dev: BSD editline and history libraries (development files)

 Command line editor library provides generic line editing,
 history, and tokenization functions.
 .
 It slightly resembles GNU readline.

libedit2: BSD editline and history libraries

 Command line editor library provides generic line editing,
 history, and tokenization functions.
 .
 It slightly resembles GNU readline.

libedit2-dbgsym: debug symbols for libedit2
libeditreadline-dev: BSD editline and history libraries (shim development files)

 GNU readline changed its license from GPL-2 to GPL-3 with version 6,
 which excludes GPL-2-only programs from using current readline versions.
 editline resembles readline functionally and with regards to its API.
 .
 This is a development shim library that can be used to link a GPL-2-only
 program that depends on readline with editline.