remove gcc34
[dragonfly.git] / crypto / heimdal-0.6.3 / appl / rcp / ChangeLog
blob6c830d63ed4e5f5bb4fd5e87308562582beed456
1 2003-04-16  Johan Danielsson  <joda@pdc.kth.se>
3         * rcp.1: add a HISTORY section
5         * rcp.1: brief manpage
7         * rcp.c: add a -4 option
9 2001-09-24  Johan Danielsson  <joda@pdc.kth.se>
11         * rcp.c: more va_* fixing; from Thomas Klausner
13 2001-09-08  Assar Westerlund  <assar@sics.se>
15         * rcp.c (run_err): always match va_start and va_end
17 2001-09-04  Assar Westerlund  <assar@sics.se>
19         * util.c (allocbuf): do not leak memory on failure and zero
20         re-used memory, from Markus Friedl <markus@openbsd.org>
22 2001-07-19  Assar Westerlund  <assar@sics.se>
24         * rcp.c (main): add missing setprogname
26 2001-06-14  Assar Westerlund  <assar@sics.se>
28         * rcp.c: add some const replace a few malloc/snprintf with
29         asprintf
30         * rcp.c (sizestr): remove and use snprintf to do this correctly
31         instead
33 2001-04-21  Johan Danielsson  <joda@pdc.kth.se>
35         * rcp.c: convert to use getarg
37         * rcp.c: do a better job of supporting files larger than 2GB
39 2001-02-07  Assar Westerlund  <assar@sics.se>
41         * rcp.c: add -F for forwarding ticket, from Ake Sandgren
42         <ake@cs.umu.se>
44 2001-01-29  Assar Westerlund  <assar@sics.se>
46         * util.c (roundup): add fallback definition
48         * rcp.c: remove non-STDC code
49         * rcp_locl.h: add sys/types.h and sys/wait.h
51         * rcp.c: no calls to err with NULL
53 2001-01-28  Assar Westerlund  <assar@sics.se>
55         * rcp_locl.h: add
57         * Makefile.am (LDADD): remove unused libraries
59 2001-01-27  Assar Westerlund  <assar@sics.se>
61         * util.c: replace vfork by fork
63         * rcp.c: add RCSID S_ISTXT -> S_ISVTX printf sizes of files with
64         %lu instead of %q (which is not portable)
66         * util.c: add RCSID do not use sig_t
67         * rcp.c: remove __P, use st_mtime et al from struct stat
68         * extern.h: remove __P
70         * initial import of port of bsd rcp changed to use existing rsh,
71         contributed by Richard Nyberg <rnyberg@it.su.se>