Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Changes In Branch chicken-5 Excluding Merge-Ins
This is equivalent to a diff from dc32c551b5 to fbec0a2d4a
2025-03-11
| ||
19:16 | Updated release information file Leaf check-in: fbec0a2d4a user: murphy tags: chicken-5 | |
19:07 | Replaced `define-record-printer` by `set-record-printer!` (thanks to wasamasa) check-in: e51a9d4f34 user: murphy tags: chicken-5, v1.0.6 | |
2018-08-12
| ||
12:50 | Ported the egg to CHICKEN 5 check-in: ce0ff4b2a5 user: murphy tags: chicken-5 | |
2017-09-01
| ||
11:54 | pointed release information to main repository Leaf check-in: dc32c551b5 user: murphy tags: trunk | |
2017-08-22
| ||
00:16 | updated release information file check-in: fe8a9818c9 user: murphy tags: trunk | |
Added address-info.egg.
|
Deleted address-info.meta.
| - - - - - - - - - |
|
Changes to address-info.release-info.
1 2 3 | 1 2 3 4 5 6 7 8 9 10 | - - + + + + + | (repo fossil "https://chust.org/repos/chicken-{egg-name}") (uri targz "https://chust.org/repos/chicken-{egg-name}/tarball/{egg-name}.tar.gz?uuid=v{egg-release}") |
Changes to address-info.scm.
︙ | |||
23 24 25 26 27 28 29 | 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 | + + - + - - + - - + + | (module address-info (make-address-info address-info? address-info-family address-info-type address-info-host address-info-port address-infos) (import scheme (chicken base) |
︙ | |||
161 162 163 164 165 166 167 | 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 | - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + | (make-address-info family type host port) address-info? [family address-info-family] [type address-info-type] [host address-info-host] [port address-info-port]) |
︙ |
Deleted address-info.setup.
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
|
Changes to address-info.wiki.
1 2 3 4 5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | - + | <h1>Address Info API</h1> This CHICKEN module exposes <tt>getaddrinfo(3)</tt> functionality to Scheme. <verbatim> |
︙ |
Deleted test/run.scm.
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
|
Added tests/run.scm.
|