cgay on master
[doc,library] Move logging and … Add links to other useful strin… [doc,strings] Add additional us… and 13 more (compare)
cgay on master
Publish http@1.1.1 Publish melange@0.1.1 Publish logging@2.2.0 and 4 more (compare)
cgay on v3.2.0
cgay on master
Update package file for dylan-t… Update submodules to current ma… Add documentation, copied from … and 1 more (compare)
cgay on v2.2.0
cgay on master
Add dylan-package.json Copy logging documentation from… Update docs to match v2.0 Fixe… and 1 more (compare)
cgay on master
Fix build/install of dylan-tool… Merge pull request #1434 from c… (compare)
<integer>
? I'm currently doing this: https://github.com/cgay/time/blob/master/tzif.dylan#L288 but it broken for a couple of reasons and I'm wondering if using <machine-word>
and then coercing to integer would be a better way to go.
dylan
. or common-dylan
. it makes little difference to me.
define library
and define module
into the same file with the code, making certain assumptions, and making it "just work".
char *
, <unicode-string> is backed by UCS2 because ICU prefers it, and I added <wide-string> as a direct equivalent to wchar_t *
.
<unicode-codepoint>
, <wide-codepoint>
and obviously <byte>
.