libtecla 1.6.3-2 source package in Ubuntu

Changelog

libtecla (1.6.3-2) unstable; urgency=medium

  * Moved packaging from SVN to Git
  * Standards-Version: 4.0.1 (no changes needed)
  * debhelper 10
  * Enable gl_get_line() to detect EOF (Thanks for the patch to Guido
    Berhoerster <email address hidden>)
    Closes: #872865
  * hardening

 -- Andreas Tille <email address hidden>  Tue, 22 Aug 2017 21:42:28 +0200

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe science

Downloads

File Size SHA-256 Checksum
libtecla_1.6.3-2.dsc 2.0 KiB 1e39ca6fc7dc2caad015e9959c4fc589e29aab407bb599dd0d08ea0018df3170
libtecla_1.6.3.orig.tar.gz 519.0 KiB f2757cc55040859fcf8f59a0b7b26e0184a22bece44ed9568a4534a478c1ee1a
libtecla_1.6.3-2.debian.tar.xz 7.1 KiB 841f7588a0b3fb03ce20e88427e1142cd0fd13d589fed83d845f1f73151c020d

Available diffs

No changes file available.

Binary packages built by this source

libtecla-dev: No summary available for libtecla-dev in ubuntu cosmic.

No description available for libtecla-dev in ubuntu cosmic.

libtecla1: interactive command line editing facilities

 The tecla library provides UNIX and LINUX programs with interactive
 command line editing facilities, similar to those of the UNIX tcsh
 shell. In addition to simple command-line editing, it supports recall
 of previously entered command lines, TAB completion of file names or
 other tokens, and in-line wild-card expansion of filenames. The
 internal functions which perform file-name completion and wild-card
 expansion are also available externally for optional use by programs.
 .
 In addition, the library includes a path-searching module. This allows
 an application to provide completion and lookup of files located in
 UNIX style paths. Although not built into the line editor by default,
 it can easily be called from custom tab-completion callback
 functions. This was originally conceived for completing the names of
 executables and providing a way to look up their locations in the
 user's PATH environment variable, but it can easily be asked to look
 up and complete other types of files in any list of directories.
 .
 Note that special care has been taken to allow the use of this library
 in threaded programs. The option to enable this is discussed in the
 Makefile, and specific discussions of thread safety are presented in
 the included man pages.
 .
 This package contains the runtime libraries.