summaryrefslogtreecommitdiff
path: root/lib/libedit/key.h
AgeCommit message (Collapse)Author
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
Patches provided by Joel Baker in PR 22280, verified by myself.
2003-06-19From michael@moria.de:christos
- use __attribute__((__unused__)) in arguments where appropriate. - some int -> size_t and char * to const char * conversions.
2002-03-18- constify; passes all gcc and lint strict checks.christos
- add config.h [Jason Evans], to create a portable version of libedit that can be easily compiled on other OS's.
2001-01-23sprinkle couple constjdolecek
2000-09-04convert to new style guide, which includes:lukem
- ansi prototypes & features (such as stdargs) - 8 space indents
1999-07-02More trailing white space.simonb
1997-01-11RCSid policelukem
editline first appeared in 4.4BSD not NetBSD1.0
1994-05-06libedit!cgd