head 1.2; access; symbols NetBSD-libedit-20200704:1.1.1.4 NetBSD-20160131:1.1.1.3 NetBSD-20050531:1.1.1.3 NetBSD-20050105:1.1.1.2 NetBSD-20020605:1.1.1.1 NetBSD:1.1.1 tnftp-20050103:1.1.1.1 tnftp-20030825:1.1.1.1 tnftp-20030731:1.1.1.1 tnftp-2-0-beta1:1.1.1.1 tnftp-20030228:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2005.01.05.04.21.02; author lukem; state dead; branches; next 1.1; 1.1 date 2002.06.05.12.44.29; author lukem; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2002.06.05.12.44.29; author lukem; state Exp; branches; next 1.1.1.2; 1.1.1.2 date 2003.08.08.01.08.58; author lukem; state Exp; branches; next 1.1.1.3; 1.1.1.3 date 2005.05.31.01.53.11; author lukem; state Exp; branches; next 1.1.1.4; 1.1.1.4 date 2020.07.04.12.41.19; author lukem; state Exp; branches; next ; commitid aoB0YkxzjoYkjLeC; desc @@ 1.2 log @remove files unnecessary for tnftp build @ text @# $NetBSD: Makefile,v 1.1 2002/06/05 12:44:29 lukem Exp $ .PATH: ${CURDIR}/.. INCS= readline.h INCSDIR= /usr/include/readline SYMLINKS= readline.h ${INCSDIR}/history.h NOOBJ= # defined incinstall:: linksinstall .include @ 1.1 log @Initial revision @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2001/12/12 00:51:02 tv Exp $ @ 1.1.1.1 log @tnftp (The NetBSD Ftp) - an autoconfed version of the ftp client in NetBSD @ text @@ 1.1.1.2 log @Update to libedit from NetBSD-current 20050105. Numerous changes, including: * Improve vi-mode. * Delete-previous-char and delete-next-char without an argument are not supposed to modify the yank buffer in emacs-mode. * Improve incremental searching. * Improve memory allocation & usage. * Move UCB-licensed code from 4-clause to 3-clause. * Make the tokenization functions publically available. * Various tty access bug-fixes. * Improve readline emulation. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2003/08/03 09:23:15 lukem Exp $ d3 1 a3 1 NOOBJ= # defined d5 3 a7 1 .include d9 1 a9 1 .PATH: ${NETBSDSRCDIR}/lib/libedit d11 1 a11 3 INCS= readline.h INCSDIR= /usr/include/readline INCSYMLINKS= readline.h ${INCSDIR}/history.h @ 1.1.1.3 log @Import libedit from NetBSD 20050531. Notable changes (that affect tnftp): * PR/29738: Rui Paulo: Incorrect tok_line and tok_str declarations. * Remove clause 3 from the UCB license. * PR/25694: Luke Mewburn: Don't abuse unconstify'ing a string and writing to it, because you'll core dump. Also remove extra const that gives pain to the irix compiler. * Make sure we flush after we prepare when we are unbuffered otherwise the prompt will not appear immediately. * Terminate the arglist with a NULL instead of 0. (Shuts up gcc4.x) @ text @d1 1 a1 2 # $NetBSD$ # from NetBSD: Makefile,v 1.7 2003/08/03 09:23:15 lukem Exp @ 1.1.1.4 log @Update libedit from NetBSD-current 20200704 Notable changes since import on 20160131: * Fix uninitialized memory access in libedit history. PR/54399 * Fix out-of-bounds read in libedit c_delbefore. PR/54400 * Avoid segmentation fault in bad history file. PR/53597 * Fix crash in history saving. PR/52849 * Fix crash in c_gets(). * Fix crash in re_fastputc(). * Fix crash with backspacing on a long line. * Fix patbuf updating. * Save and restore errno in signal handler. * Fix cursor movement. PR/54654, PR/54329 * Fix cursor after resize. PR/52359 * Fix terminal restoration if piped. PR/50863 * Fix memory leaks. * Various UTF-8 fixes. * Implementation improvements. * Readline compatibility improvements (not used by ftp). * and chartype portability improvements. * Remove 4 clause BSD licenses. * Default editrc is $EDITRC, falling back to $HOME/.editrc. * Add literal escape sequence support, patterned after the tcsh ones. * Support pasting multiline buffers. * Fix errno / el_errno handling. * Improve directory completion in subdirs with only one match. * Add support for escaping special characters when doing filename completion. * Only quote the completion matches if we are doing filename completion. * Don't escape strings with user-supplied completion functions. * Grow the buffer for event search if there was not enough space. * Use strncpy() or strlcpy() instead of memcpy(). * (Many fixes were from Ingo Schwarze.) @ text @d1 2 a2 2 # $NetBSD$ # from NetBSD: Makefile,v 1.8 2016/02/17 19:47:49 christos Exp @