Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: othersrc/usr.bin/tnftp
Module Name: othersrc
Committed By: lukem
Date: Fri Feb 28 10:44:55 UTC 2003
Modified Files:
othersrc/usr.bin/tnftp: ChangeLog INSTALL Makefile.in README THANKS
config.h.in configure configure.in
othersrc/usr.bin/tnftp/libedit: chared.c common.c el.c emacs.c hist.c
history.c key.c map.c parse.c prompt.c read.c refresh.c search.c
sig.c term.c tokenizer.c tty.c vi.c
othersrc/usr.bin/tnftp/libnetbsd: Makefile.in err.c fgetln.c fparseln.c
fseeko.c getaddrinfo.c getnameinfo.c glob.c inet_ntop.c inet_pton.c
mkstemp.c setprogname.c sl_init.c snprintf.c strdup.c strerror.c
strlcat.c strlcpy.c strptime.c strsep.c strtoll.c strunvis.c
strvis.c timegm.c usleep.c
othersrc/usr.bin/tnftp/src: cmds.c cmdtab.c complete.c domacro.c
extern.h fetch.c ftp.1 ftp.c ftp_var.h main.c progressbar.c
progressbar.h ruserpass.c util.c
Added Files:
othersrc/usr.bin/tnftp: tnftp.h
othersrc/usr.bin/tnftp/src: Makefile.in
Removed Files:
othersrc/usr.bin/tnftp: NEWS lukemftp.h
othersrc/usr.bin/tnftp/src: Makefile
Log Message:
- convert to using tnftp.h
- set the version to 2.0 beta 1
- remove now unnecessary files
To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 othersrc/usr.bin/tnftp/ChangeLog \
othersrc/usr.bin/tnftp/INSTALL othersrc/usr.bin/tnftp/Makefile.in \
othersrc/usr.bin/tnftp/README othersrc/usr.bin/tnftp/THANKS \
othersrc/usr.bin/tnftp/config.h.in othersrc/usr.bin/tnftp/configure \
othersrc/usr.bin/tnftp/configure.in
cvs rdiff -r1.1.1.1 -r0 othersrc/usr.bin/tnftp/NEWS \
othersrc/usr.bin/tnftp/lukemftp.h
cvs rdiff -r0 -r1.1 othersrc/usr.bin/tnftp/tnftp.h
cvs rdiff -r1.1.1.1 -r1.2 othersrc/usr.bin/tnftp/libedit/chared.c \
othersrc/usr.bin/tnftp/libedit/common.c \
othersrc/usr.bin/tnftp/libedit/el.c \
othersrc/usr.bin/tnftp/libedit/emacs.c \
othersrc/usr.bin/tnftp/libedit/hist.c \
othersrc/usr.bin/tnftp/libedit/history.c \
othersrc/usr.bin/tnftp/libedit/key.c othersrc/usr.bin/tnftp/libedit/map.c \
othersrc/usr.bin/tnftp/libedit/parse.c \
othersrc/usr.bin/tnftp/libedit/prompt.c \
othersrc/usr.bin/tnftp/libedit/read.c \
othersrc/usr.bin/tnftp/libedit/refresh.c \
othersrc/usr.bin/tnftp/libedit/search.c \
othersrc/usr.bin/tnftp/libedit/sig.c \
othersrc/usr.bin/tnftp/libedit/term.c \
othersrc/usr.bin/tnftp/libedit/tokenizer.c \
othersrc/usr.bin/tnftp/libedit/tty.c othersrc/usr.bin/tnftp/libedit/vi.c
cvs rdiff -r1.1.1.1 -r1.2 othersrc/usr.bin/tnftp/libnetbsd/Makefile.in \
othersrc/usr.bin/tnftp/libnetbsd/err.c \
othersrc/usr.bin/tnftp/libnetbsd/fgetln.c \
othersrc/usr.bin/tnftp/libnetbsd/fparseln.c \
othersrc/usr.bin/tnftp/libnetbsd/fseeko.c \
othersrc/usr.bin/tnftp/libnetbsd/getaddrinfo.c \
othersrc/usr.bin/tnftp/libnetbsd/getnameinfo.c \
othersrc/usr.bin/tnftp/libnetbsd/glob.c \
othersrc/usr.bin/tnftp/libnetbsd/inet_ntop.c \
othersrc/usr.bin/tnftp/libnetbsd/inet_pton.c \
othersrc/usr.bin/tnftp/libnetbsd/mkstemp.c \
othersrc/usr.bin/tnftp/libnetbsd/setprogname.c \
othersrc/usr.bin/tnftp/libnetbsd/sl_init.c \
othersrc/usr.bin/tnftp/libnetbsd/snprintf.c \
othersrc/usr.bin/tnftp/libnetbsd/strdup.c \
othersrc/usr.bin/tnftp/libnetbsd/strerror.c \
othersrc/usr.bin/tnftp/libnetbsd/strlcat.c \
othersrc/usr.bin/tnftp/libnetbsd/strlcpy.c \
othersrc/usr.bin/tnftp/libnetbsd/strptime.c \
othersrc/usr.bin/tnftp/libnetbsd/strsep.c \
othersrc/usr.bin/tnftp/libnetbsd/strtoll.c \
othersrc/usr.bin/tnftp/libnetbsd/strunvis.c \
othersrc/usr.bin/tnftp/libnetbsd/strvis.c \
othersrc/usr.bin/tnftp/libnetbsd/timegm.c \
othersrc/usr.bin/tnftp/libnetbsd/usleep.c
cvs rdiff -r1.1.1.1 -r0 othersrc/usr.bin/tnftp/src/Makefile
cvs rdiff -r0 -r1.1 othersrc/usr.bin/tnftp/src/Makefile.in
cvs rdiff -r1.1.1.1 -r1.2 othersrc/usr.bin/tnftp/src/cmds.c \
othersrc/usr.bin/tnftp/src/cmdtab.c othersrc/usr.bin/tnftp/src/complete.c \
othersrc/usr.bin/tnftp/src/domacro.c othersrc/usr.bin/tnftp/src/extern.h \
othersrc/usr.bin/tnftp/src/fetch.c othersrc/usr.bin/tnftp/src/ftp.1 \
othersrc/usr.bin/tnftp/src/ftp.c othersrc/usr.bin/tnftp/src/ftp_var.h \
othersrc/usr.bin/tnftp/src/main.c \
othersrc/usr.bin/tnftp/src/progressbar.c \
othersrc/usr.bin/tnftp/src/progressbar.h \
othersrc/usr.bin/tnftp/src/ruserpass.c othersrc/usr.bin/tnftp/src/util.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index