summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Norum <WENorum@lbl.gov>2002-11-08 16:07:26 +0000
committerEric Norum <WENorum@lbl.gov>2002-11-08 16:07:26 +0000
commite90264c6d4e406f4251c6820b54a57dde9d6c9eb (patch)
tree387c4fae64f0d7af4efbad711eb7c87954775fe5
parentdb0334b04c355511e939c251eb860d32767da371 (diff)
Add TECLA command-line editing library for use with Cexp library.
-rw-r--r--ChangeLog5
-rwxr-xr-xbit2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c27b058..873d3bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-11-08 Eric Norum <eric.norum@usask.ca>
+
+ * RTEMS_Makefiles/Makefile.libtecla, bit, libtecla-1.4.1/:
+ Add TECLA command-line editing library.
+
2002-09-12 Eric Norum <eric.norum@usask.ca>
* RTEMS_Makefiles/Makefile.ncurses: Added ansi terminal type.
diff --git a/bit b/bit
index 07b0a91..3c16885 100755
--- a/bit
+++ b/bit
@@ -5,7 +5,7 @@
#
set -ex
-PACKAGES="avl-1.4.0 ncurses-5.2 readline-4.3"
+PACKAGES="avl-1.4.0 ncurses-5.2 readline-4.3 libtecla-1.4.1"
for p in $PACKAGES
do