Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 2 | -2/+4 | |
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 | |
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-23 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2005-02-21 | Changes 1.6.1: | adam | 4 | -71/+19 | |
The gl_event_handler() function had the endif of a conditional compilation clause in the wrong place. This only upset the compiler on unusual systems that don't have select(). The problem was seen under Mac OS X, due to the configuration problem in 1.6.0 that caused the configure script to mistakenly report that select wasn't available. | |||||
2005-02-21 | Remove -D_POSIX_C_SOURCE=199506L from CFLAGS to make build on -current. | wiz | 1 | -1/+3 | |
2004-12-03 | Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. | wiz | 1 | -2/+2 | |
Suggested by Roland Illig, ok'd by various. | |||||
2004-05-02 | Convert to buildlink3. | snj | 3 | -22/+20 | |
2004-02-14 | remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does this | grant | 1 | -3/+1 | |
automatically now. | |||||
2004-02-04 | add files installed on Solaris. | grant | 1 | -0/+6 | |
2004-01-23 | Override config.sub and config.guess. | kristerw | 1 | -1/+3 | |
2004-01-22 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2004-01-03 | Fix path to installation program. | kristerw | 2 | -1/+59 | |
2003-12-31 | Initial import of libtecla version 1.5.0. | kristerw | 5 | -0/+131 | |
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. |