ChangeLog revision 120945
12003-04-16  Johan Danielsson  <joda@pdc.kth.se>
2
3	* rcp.1: add a HISTORY section
4
5	* rcp.1: brief manpage
6
7	* rcp.c: add a -4 option
8
92001-09-24  Johan Danielsson  <joda@pdc.kth.se>
10
11	* rcp.c: more va_* fixing; from Thomas Klausner
12
132001-09-08  Assar Westerlund  <assar@sics.se>
14
15	* rcp.c (run_err): always match va_start and va_end
16
172001-09-04  Assar Westerlund  <assar@sics.se>
18
19	* util.c (allocbuf): do not leak memory on failure and zero
20	re-used memory, from Markus Friedl <markus@openbsd.org>
21
222001-07-19  Assar Westerlund  <assar@sics.se>
23
24	* rcp.c (main): add missing setprogname
25
262001-06-14  Assar Westerlund  <assar@sics.se>
27
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
32
332001-04-21  Johan Danielsson  <joda@pdc.kth.se>
34
35	* rcp.c: convert to use getarg
36
37	* rcp.c: do a better job of supporting files larger than 2GB
38
392001-02-07  Assar Westerlund  <assar@sics.se>
40
41	* rcp.c: add -F for forwarding ticket, from Ake Sandgren
42	<ake@cs.umu.se>
43
442001-01-29  Assar Westerlund  <assar@sics.se>
45
46	* util.c (roundup): add fallback definition
47
48	* rcp.c: remove non-STDC code
49	* rcp_locl.h: add sys/types.h and sys/wait.h
50
51	* rcp.c: no calls to err with NULL
52
532001-01-28  Assar Westerlund  <assar@sics.se>
54
55	* rcp_locl.h: add
56
57	* Makefile.am (LDADD): remove unused libraries
58
592001-01-27  Assar Westerlund  <assar@sics.se>
60
61	* util.c: replace vfork by fork
62
63	* rcp.c: add RCSID S_ISTXT -> S_ISVTX printf sizes of files with
64 	%lu instead of %q (which is not portable)
65
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
69
70	* initial import of port of bsd rcp changed to use existing rsh,
71	contributed by Richard Nyberg <rnyberg@it.su.se>
72
73