Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Updated release information file |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | chicken-5 |
Files: | files | file ages | folders |
SHA3-256: |
c404816ab7a6646df58035b1d565a7ea |
User & Date: | murphy 2019-06-10 17:01:43.096 |
Context
2022-11-01
| ||
18:02 | Merged changes from optimize-repeated (thanks chris :-) check-in: 886721c567 user: murphy tags: chicken-5 | |
2022-10-20
| ||
14:01 | Optimize serialization of repeated fields. Use cons and reverse, rather than append. This trades memory for CPU time, but the trade is worth it. check-in: 5087cdff6a user: chris tags: optimize-repeated | |
07:51 | Optimize deserialization of repeated fields. Originally this was quadratic because it used append. Use cons and reverse instead. check-in: aac6021fc5 user: chris tags: optimize-repeated | |
2019-06-10
| ||
17:01 | Updated release information file check-in: c404816ab7 user: murphy tags: chicken-5 | |
16:58 | CHICKEN 5.1.0 compatibility patch check-in: aecea93a9f user: murphy tags: chicken-5, v1.2.2 | |
Changes
Changes to protobuf.release-info.
1 2 3 4 5 6 7 | 1 2 3 4 5 6 7 8 | + | (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}") (release "1.2.2") (release "1.2.1") (release "1.2.0") ;; vim: set ai et ts=8 sts=2 sw=2 ft=scheme: ;; |