File: CHANGES

package info (click to toggle)
hx 0.7.10-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 564 kB
  • ctags: 834
  • sloc: ansic: 7,900; sh: 152; makefile: 84
file content (96 lines) | stat: -rw-r--r-- 2,222 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
0.7.9  Apr 06 22:30:57 PDT 1998

- BeOS support (no file xfer)

- use getopt(3)

- lots of small changes

0.7.8  Mar 18 01:31:17 PST 1998

- fixed typo in cmds.c (save now works)

- added mkdir, rm, tracker commands.

0.7.7  Mar 16 06:32:56 PST 1998

- fixed crash in /ls on little endian systems

- fixed some typos needed for SunOS/Solaris

- added MegaHAL, see http://ciips.ee.uwa.edu.au/~hutch/hal/
  (is disabled by default, use --enable-hal)

- moved core.c to hxcore.c since configure would delete core.* if interrupted

- fixed bug where ~dir/abc would be expanded to /home/dir/bc in expand_tilde

- added save command

0.7.6  Mar 12 11:49:23 PST 1998

- fix input_getchar to deal with hosts whose return key generates
  '\r' instead of '\n'.

- code cleanup to avoid some warnings.

- removed front command (use join)

- added memmove.c, strtoul.c, inet_aton.c and code to handle lack of atexit(3)
  (needed for SunOS/Solaris)

- xfers command now prints speed and size for gets (only).

0.7.5  Mar  9 19:07:03 PST 1998

- put dates in CHANGES

- fixed memory leak in files.c

- added auto_array.h, util.c

- cleaned up snprintf.c and fixed incorrect usage of printf in user_print

- new cmd_lookup in cmds.c

0.7.4  Mar  5 04:37:00 PST 1998

- fixed bug in hist.c which caused input_getchar to crash when
  the max history size was reached

- privchat.c now frees memory used by private chats when /leaving them

- changes to configure script, fixed aclocal.m4, added strerror.c

0.7.3  Mar  3 07:36:00 PST 1998

- better configure script

- added resumable downloading, fixed uploading

- new xmalloc.c with xstrdup

- added clear and hl commands

0.7.2  Feb 28 00:56:00 PST 1998

- added configure script

- added snprintf.c for systems without it

- man page now has (small) descriptions for most commands.

- other small fixes

0.7.1  Feb 24 21:24:00 PST 1998

- fixed path_to_hldir to generate correct hldirs

- fixed sig_chld/rcv_file_put to display correct statistics for uploads

- changed cmd_exec(char *) to cmd_exec(char *, int xpnd) so cmd_load
  could execute commands without expanding \ sequences.

- added commands pwd, lpwd

- added #define hstrerror(x) "hstrerror" if NEED_HSTRERROR is defined