From nsiivola at common-lisp.net Fri Oct 15 16:49:14 2010 From: nsiivola at common-lisp.net (Nikodemus Siivola) Date: Fri, 15 Oct 2010 12:49:14 -0400 Subject: [Linedit-cvs] updated branch master: c185262 switch to Git complete Message-ID: The branch master has been updated: via c185262ba9415feef179a60f92c392feb62975ee (commit) from 03d5e3134786a2568751c79f315e206f156f0363 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c185262ba9415feef179a60f92c392feb62975ee Author: Nikodemus Siivola Date: Fri Oct 15 19:48:59 2010 +0300 switch to Git complete ----------------------------------------------------------------------- Summary of changes: TODO | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/TODO b/TODO index b09cad4..3adb110 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,5 @@ Linedit TODO -* Switch to Git. * Use CFFI instead of UFFI. * Use terminfo properly instead of ad-hoc terminal translations. * See how much of the C-side glue is really necessary. -- Linedit hooks/post-receive From jsquires at common-lisp.net Fri Oct 15 17:29:09 2010 From: jsquires at common-lisp.net (Julian E. C. Squires) Date: Fri, 15 Oct 2010 13:29:09 -0400 Subject: [Linedit-cvs] created branch jsquires: 8bffdc3 Added CCL REPL-wrapping support; removed signals.c. Message-ID: The branch jsquires has been created: at 8bffdc38f103c1b7a7afc428a59f8e4477aa2894 (commit) - Log ----------------------------------------------------------------- commit 8bffdc38f103c1b7a7afc428a59f8e4477aa2894 Author: Julian Squires Date: Fri Oct 15 13:06:53 2010 -0400 Added CCL REPL-wrapping support; removed signals.c. Modern versions of Osicat provide calls equivalent to signals.c, so we can get rid of some UFFI cruft in preparation for migration to CFFI. Also, /lib/terminfo/ added to *terminfo-directories* for modern Debian systems. commit ee5e809a676838fbe1613572d7b40d3ada45dbb9 Author: Julian Squires Date: Fri Oct 15 12:45:54 2010 -0400 Factored sbcl-repl's eof-handler out into utility-functions. Also corrected some typos. ----------------------------------------------------------------------- -- Linedit hooks/post-receive