tCHANGES - clic - Clic is an command line interactive client for gopher written… | |
git clone git://bitreich.org/clic/ git://hg6vgqziawt5s4dj.onion/clic/ | |
Log | |
Files | |
Refs | |
Tags | |
LICENSE | |
--- | |
tCHANGES (9513B) | |
--- | |
1 -*- Mode: Change-Log; Coding: utf-8 -*- | |
2 | |
3 0.7.1: (Aug 31, 2018) | |
4 | |
5 * New feature: GET-(RANDOM)-HOST-BY-NAME (now exported) prefer IPv4 on m… | |
6 * New backend: Symbolics Open Genera (Lisp machine) (patch from @Symboli… | |
7 * Bugfix: [CLISP] fixed issues in server sockets and error handling. (pa… | |
8 * Bugfix: [SBCL, ECL] Fix wait-for-input on Windows SBCL and ECL. (patch… | |
9 * Bugfix: [LW] fixed non-existing system calls in LW 5.0 (comm::socket-s… | |
10 | |
11 0.7.0: (Oct 25, 2016) | |
12 | |
13 * General: Separated USOCKET and USOCKET-SERVER systems (only the server… | |
14 * General: USOCKET now depends on SPLIT-SEQUENCE (the exactly same vendo… | |
15 * New feature: [LW] (SOCKET-OPTION :TCP-NODELAY) and its SETF version no… | |
16 * New feature: [LW] SOCKET-CONNECT now supports setting "tcp_nodelay" in… | |
17 * Bugfix: [CCL] fixed issues in SOCKET-SHUTDOWN | |
18 * Bugfix: [CLISP] fixed issues in WAIT-FOR-INPUT (Thanks to a patch by @… | |
19 * Bugfix: [LW] fixed loading in version <= 6.0 (actually 0.6.5 only fixe… | |
20 * Bugfix: [ECL] all compilation warnings were checked and fixed. | |
21 | |
22 0.6.5: (Oct 19, 2016) | |
23 | |
24 * New feature: SOCKET-OPTION and (setf SOCKET-OPTION) for :SEND-TIMEOUT … | |
25 * Bugfix: Let (WAIT-FOR-INPUT NIL &TIMEOUT) return NIL with respect to T… | |
26 * Bugfix: [LW] fixed loading in LispWorks 5.x & 6.x. | |
27 * Bugfix: [LW] fixed SOCKET-SHUTDOWN in all versions. | |
28 * Bugfix: [ABCL] Fixed incorrect IPv6 addresses (#26), patch from Elias … | |
29 | |
30 0.6.4: (Mar 17, 2016) | |
31 | |
32 * New feature: [SBCL] IPv6 support (patch from Guillaume LE VAILLANT, #1… | |
33 * New feature: [API] SOCKET-SHUTDOWN added (patch from Thayne McCombs #9) | |
34 * New feature: [Corman] minimal initial support of this platform | |
35 * Bugfix: [SBCL/win32] wait-for-input nil-timeout bug (patch from Michal… | |
36 * Bugfix: [ECL] included unistd.h for gethostname() (patch from Daniel K… | |
37 * Bugfix: [LispWorks] SOCKET-RECEIVE now updates %READ-P (patch from Fra… | |
38 | |
39 0.6.3: (May 23, 2015) | |
40 | |
41 * Bugfix: [CCL] Further fixed CCL-1.11 compatibility and a typo in SOCKE… | |
42 * Bugfix: [ECL] Fixed build in some versions. | |
43 * Bugfix: [LispWorks] SOCKET-SEND and SOCKET-RECEIVE now throw condition… | |
44 | |
45 0.6.2: (Apr 20, 2015) | |
46 | |
47 * Bugfix: [CCL] Fixed CCL-1.11 compatibility. | |
48 * Bugfix: [ECL] Fixed compatibility on recent versions. | |
49 * Bugfix: [LispWorks] Added support address-in-use-error condition on LW… | |
50 | |
51 0.6.1: (Jun 21, 2013) | |
52 | |
53 * New feature: [MOCL] Initial MOCL support (TCP only, no W-F-I, patch fr… | |
54 * New feature: [MCL] Initial UDP support for Macintosh Common Lisp (MCL/… | |
55 * New feature: Added TCP-NO-DELAY (TCP_NODELAY) support in SOCKET-OPTION… | |
56 * Bugfix: [CCL] Added (:external-format ccl:*default-external-format*) t… | |
57 * Bugfix: [CCL] Performance improved WAIT-FOR-INPUT and other fixes. (pa… | |
58 | |
59 0.6.0: (Dec 26, 2012) | |
60 | |
61 * New feature: SOCKET-OPTION and (setf SOCKET-OPTION) for seting and get… | |
62 * New feature: SOCKET-SEND now support an CCL-like OFFSET keyword for se… | |
63 * New feature: [ECL] Added support for ECL DFFI mode on Windows. (no nee… | |
64 * Bugfix: [ECL] ECL now list sb-bsd-sockets as a dependency but relies o… | |
65 * Bugfix: [ABCL] Make USOCKET compile warning-free on ABCL again: MAKE-I… | |
66 * Bugfix: [LispWorks] remove redundant call to hcl:flag-special-free-act… | |
67 * Bugfix: [CLISP] improved HANDLE-CONDITION for more CLISP environments. | |
68 | |
69 0.5.5: (Feb 27, 2012) | |
70 | |
71 * Enhancement: SOCKET-CONNECT argument :nodelay can now set to :if-suppo… | |
72 * Enhancement: [Server] adding *remote-host* *remote-port* to socket-ser… | |
73 * Bugfix: [LispWorks] Fixed UDP support for LispWorks 6.1 (patch from Ca… | |
74 * Bugfix: [LispWorks] Stop using hcl:add-special-free-action for reclaim… | |
75 * Bugfix: [LispWorks] Fixed SOCKET-CONNECT on Windows, now LOCAL-PORT ne… | |
76 | |
77 0.5.4: (Oct 1, 2011) | |
78 | |
79 * Bugfix: [ECL] Fixed for ECL's MAKE-BUILD by removing some unecessary c… | |
80 * Bugfix: [ACL] Fixed for Allegro CL modern mode. | |
81 * Bugfix: [SBCL] SOCKET-CONNECT on TCP won't call bind() when keyword ar… | |
82 | |
83 0.5.3: (Aug 13, 2011) | |
84 | |
85 * Bugfix: [MCL] Fixed SOCKET-LISTEN on vector addresses like #(0 0 0 0) | |
86 * Bugfix: [MCL] Fixed WAIT-FOR-INPUT on passive sockets (stream-server-u… | |
87 * Bugfix: [LispWorks] Fixed using OPEN-UDP-SOCKET in delivered applicati… | |
88 * Bugfix: [SBCL] Fixed for "SBCL data flush problem", reported by Robert… | |
89 | |
90 0.5.2: (May 11, 2011) | |
91 | |
92 * General: [SBCL] SOCKET-CONNECT's TIMEOUT argument was limited on non-W… | |
93 * Bugfix: [CLISP] WAIT-FOR-INPUT now functions right (with/without READY… | |
94 * Bugfix: [ABCL] Fix SOCKET-ACCEPT to follow the documented API so that … | |
95 * Bugfix: [LispWorks] Fixed SOCKET-ACCEPT (Windows only) on WAIT-FOR-INP… | |
96 * Bugfix: [SBCL, ECL] Fixed wrongly STATE set/unset for WAIT-FOR-INPUT o… | |
97 * Enhancement: Additional NAME keyword argument for SOCKET-SERVER for se… | |
98 * Enhancement: [ABCL] GET-ADDRESS now works with underlying IPv6 address… | |
99 * Enhancement: [CLISP] missing GET-LOCAL-* methods for STREAM-SERVER-USO… | |
100 | |
101 0.5.1: (Apr 2, 2011) | |
102 | |
103 * New feature: [CLISP] UDP (Datagram) support based on FFI (Win/Mac/Linu… | |
104 * Enhancement: SOCKET-SERVER return a second value (socket) when calling… | |
105 * Enhancement: [CLISP] Full support of DNS helper functions (GET-HOST-BY… | |
106 * Enhancement: [CLISP] Better network error type detection based on OS e… | |
107 * Enhancement: [LispWorks] Better network error type detection based on … | |
108 * Bugfix: Fixed wrong macro expansions of {IP|PORT}-{FROM|TO}-OCTET-BUFF… | |
109 * Bugfix: SOCKET-CONNECT didn't set CONNECTED-P for datagram usockets on… | |
110 * Bugfix: [SBCL] Fixes for "SBCL/Win32: finalizer problem, etc", by Anto… | |
111 * Bugfix: [SBCL] Fixed SOCKET-SERVER (UDP) on SBCL due to a issue in SOC… | |
112 * Bugfix: [SBCL] SOCKET-CONNECT's TIMEOUT argument now works as a "conne… | |
113 * Bugfix: [CMUCL] Fixed SOCKET-SEND on unconnected usockets under Unicod… | |
114 * Bugfix: [CLISP] Fixed and confirmed UDP (Datagram) support (RAWSOCK ve… | |
115 | |
116 0.5.0: (Mar 12, 2011) | |
117 | |
118 * New supported platform: Macintosh Common Lisp (5.0 and up, plus RMCL) | |
119 * Support for UDP (datagram-usocket) was added (for all supported platfo… | |
120 * Add WAIT-FOR-INPUT support for SBCL and ECL on win32. | |
121 * Simple TCP and UDP server API: SOCKET-SERVER | |
122 * Completely rewritten full-feature ABCL backends using latest Java inte… | |
123 * Lots of bug fixed since 0.4.1 | |
124 | |
125 0.4.1: (Dec 27, 2008) | |
126 | |
127 * fixes for ECL, LispWorks, SBCL, SCL | |
128 | |
129 0.4.0: (Oct 28, 2008) | |
130 | |
131 * select()-like api: make a single thread wait for multiple sockets. | |
132 * various socket options for socket-creation with SOCKET-CONNECT. | |
133 | |
134 0.3.6: (Jun 21, 2008) | |
135 | |
136 * Code fixups based on advice from the ECL and OpenMCL maintainers. | |
137 * New exported symbols: WITH-MAPPED-CONDITIONS, NS-CONDITION, NS-ERROR, … | |
138 | |
139 0.3.4: (Jul 25, 2007) | |
140 | |
141 * Fix clisp get-host-name, multiple ECL fixes. | |
142 | |
143 0.3.3: (Jun 05, 2007) | |
144 | |
145 * Fix where host resolution routine was unable to resolve would return N… | |
146 | |
147 0.3.2: (Mar 04, 2007) | |
148 | |
149 * Fixes for many backends related to closing sockets. | |
150 * LispWorks fix for broken server sockets. | |
151 * API guarantee adjustments in preparation of porting Drakma. | |
152 | |
153 0.3.1: (Feb 28, 2007) | |
154 | |
155 * fixed with-server-socket; prevent creation of invalid sockets; 2 more … | |
156 | |
157 0.3.0: (Jan 21, 2007) | |
158 | |
159 * Server sockets | |
160 | |
161 0.2.5: (Jan 19, 2007) | |
162 | |
163 * Allegro compilation fix. | |
164 | |
165 0.2.4: (Jan 17, 2007) | |
166 | |
167 * Various fixes for CMUCL, OpenMCL, Allegro and LispWorks. | |
168 | |
169 0.2.3: (Jan 04, 2007) | |
170 | |
171 * Add :element-type support to support stacking flexi-streams on socket … | |
172 | |
173 0.2.2: (Jan 03, 2007) | |
174 | |
175 * Add ECL support and a small SBCL bugfix. | |
176 | |
177 0.2.1: (Dec 21, 2006) | |
178 | |
179 * Remove 'open-stream' interface which is supposed to be provided by the… | |
180 | |
181 0.2.0: (Dec 18, 2006) | |
182 | |
183 * Add support for Scieneer Common Lisp, fix issue #6 and API preparation… | |
184 | |
185 0.1.0: (Feb 13, 2006) | |
186 | |
187 * Initial release |