• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

html/H03-May-2022-

man/H12-Jun-2012-5,4714,578

CHANGESH A D09-Nov-2014141.4 KiB2,8242,499

INSTALLH A D12-Jan-20049.8 KiB214169

LICENSE.TERMSH A D09-Nov-20141.5 KiB2924

MakefileH A D09-Nov-2014211 1310

Makefile.inH A D03-May-20228.6 KiB273113

Makefile.rulesH A D09-Nov-20145.7 KiB170111

Makefile.stubH A D22-Jul-2003211 1310

PORTINGH A D18-Mar-20011.6 KiB3931

READMEH A D09-Nov-20142.6 KiB5443

RELEASE.NOTESH A D09-Nov-201428.5 KiB602485

chrqueue.cH A D12-Jun-201213.7 KiB433156

chrqueue.hH A D12-Jun-20123.8 KiB10722

config.guessH A D14-Feb-200441.1 KiB1,4111,214

config.subH A D14-Feb-200429.8 KiB1,5111,370

configureH A D03-May-2022150.5 KiB5,4784,488

configure.inH A D09-Nov-201422.9 KiB615520

cplfile.cH A D12-Jun-201228.2 KiB871394

cplfile.hH A D12-Jun-20124.4 KiB9710

cplmatch.cH A D12-Jun-201237.2 KiB1,171478

cplmatch.hH A D12-Jun-20122 KiB485

demo.cH A D12-Jun-20125.4 KiB16768

demo2.cH A D12-Jun-201213.6 KiB424166

demo3.cH A D03-May-202225.7 KiB739267

direader.cH A D12-Jun-20128.1 KiB310147

direader.hH A D12-Jun-20121.9 KiB459

enhance.cH A D11-Jun-201221 KiB699311

errmsg.cH A D12-Jun-20124.8 KiB16858

errmsg.hH A D12-Jun-20122.9 KiB8611

expand.cH A D12-Jun-201244.2 KiB1,449621

expand.hH A D12-Jun-20122 KiB495

freelist.cH A D12-Jun-201211.8 KiB401154

freelist.hH A D12-Jun-20123.1 KiB8811

getline.cH A D03-May-2022391.2 KiB12,8505,798

getline.hH A D12-Jun-20123 KiB8913

hash.cH A D12-Jun-201223.9 KiB738309

hash.hH A D12-Jun-20125.8 KiB15830

history.cH A D12-Jun-201283.1 KiB2,8431,252

history.hH A D12-Jun-20125.4 KiB17038

homedir.cH A D12-Jun-201214.8 KiB471201

homedir.hH A D12-Jun-20123.5 KiB8211

install-shH A D18-Dec-20025.5 KiB252153

ioutil.cH A D12-Jun-201212.2 KiB331126

ioutil.hH A D12-Jun-20123.2 KiB749

keytab.cH A D12-Jun-201229.9 KiB1,023489

keytab.hH A D12-Jun-20125.4 KiB15848

libtecla.hH A D09-Nov-201481.9 KiB1,835238

libtecla.mapH A D25-Mar-20044.1 KiB156149

pathutil.cH A D12-Jun-201215.2 KiB540215

pathutil.hH A D12-Jun-20124.4 KiB12330

pcache.cH A D12-Jun-201253.1 KiB1,711698

stringrp.cH A D12-Jun-20128.6 KiB287112

stringrp.hH A D12-Jun-20123.5 KiB859

strngmem.cH A D12-Jun-20126.7 KiB21979

strngmem.hH A D12-Jun-20123.2 KiB819

update_htmlH A D12-Jun-20121,020 3019

update_versionH A D14-Oct-20012.1 KiB8345

version.cH A D14-Oct-20011.2 KiB3110

README

1This is version 1.6.3 of the tecla command-line editing library.
2
3For the current official release, please direct your browser to:
4
5  http://www.astro.caltech.edu/~mcs/tecla/index.html
6
7The tecla library provides UNIX and LINUX programs with interactive
8command line editing facilities, similar to those of the unix tcsh
9shell. In addition to simple command-line editing, it supports recall
10of previously entered command lines, TAB completion of file names, and
11in-line wild-card expansion of filenames.  The internal functions
12which perform file-name completion and wild-card expansion are also
13available externally for optional use by programs, along with a module
14for tab-completion and lookup of filenames in a list of directories.
15
16Note that special care has been taken to allow the use of this library
17in threaded programs. The option to enable this is discussed in the
18Makefile, and specific discussions of thread safety are presented in
19the included man pages.
20
21For instructions on how to compile and install the library, please see
22the INSTALL file, which should be in the same directory as this file.
23
24Copyright and Disclaimer
25------------------------
26Copyright (c) 2000, 2001, 2002, 2003, 2004, 2012, 2014 by Martin C. Shepherd.
27
28All rights reserved.
29
30Permission is hereby granted, free of charge, to any person obtaining a
31copy of this software and associated documentation files (the
32"Software"), to deal in the Software without restriction, including
33without limitation the rights to use, copy, modify, merge, publish,
34distribute, and/or sell copies of the Software, and to permit persons
35to whom the Software is furnished to do so, provided that the above
36copyright notice(s) and this permission notice appear in all copies of
37the Software and that both the above copyright notice(s) and this
38permission notice appear in supporting documentation.
39
40THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
41OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
42MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
43OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
44HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
45INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
46FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
47NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
48WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
49
50Except as contained in this notice, the name of a copyright holder
51shall not be used in advertising or otherwise to promote the sale, use
52or other dealings in this Software without prior written authorization
53of the copyright holder.
54