6
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected over 1 year ago.
Dec 01, 2021 — Dec 01, 2022
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Complete SSL support code More... almost 18 years ago
* updated ChangeLog with recent srfi-19 fixes More... about 18 years ago
* added the latest leap second to srfi-19 copied from the reference implementation Thanks to Norman Gray for the fix. More... about 18 years ago
* fixed bug in srfi-19's |copy-time| procedure It was swapping seconds and nanoseconds!!!!! Thanks to Norman Gray for the fix. More... about 18 years ago
* fixed bug in srfi-19's |time-monotonic->date| See bug 1477638. Thanks to Norman Gray for the fix. More... about 18 years ago
* added recent releases to ChangeLog More... about 18 years ago
* added support for legacy require-extension syntax in srfi-55 We used to support a weird |require-extension| syntax that is contrary to the spirit of srfi-55. Another quirk of it is that it figures out the correct module name to import by, at macro expansion time, trying to import the module with one flavour of name and if that fails to use a different flavour of name. More... about 18 years ago
* spaces->tabs in ChangeLog More... about 18 years ago
* tiny bit of refactoring and simplification in srfi-55 More... about 18 years ago
Constants for SSL Server Socket methods More... about 18 years ago
* added srfi-66 to lists of supported srfis More... about 18 years ago
* fixed tiny typo in docs More... about 18 years ago
* moved srfi-66's import of |buffers| from module body to header More... about 18 years ago
Implement SRFI-66, including buffer-compare. See FR 1475139. More... about 18 years ago
Add |make-ssl-socket|, which allows SSL sockets to be created from TCP sockets in Scheme. More... about 18 years ago
* updated manual: document 'lib' extension scheme for srfi-55 also removed docs for previous ad-hoc extension scheme More... about 18 years ago
* fixed yet another silly typo in srfi-55's handling of sisc-specific extension. More... about 18 years ago
* updated srfis.txt to indicate support for srfi-78. More... about 18 years ago
* spaces->tabs in ChangeLog More... about 18 years ago
* fixed silly typo in srfi-55's handling of SISC-specific extension. More... about 18 years ago
yet another metaphone bug More... about 18 years ago
Updated version for release More... about 18 years ago
Document build-heapjar.scm More... about 18 years ago
Updated release version More... about 18 years ago
Include build-heapjar in the dists. More... about 18 years ago
Alter the comment More... about 18 years ago
Add heap-jar build script More... about 18 years ago
Possible fix for 1461906 More... about 18 years ago
mutex-unlock! requires #t to be returned on success in the no-condvar case More... about 18 years ago
Return the thread on start!, fixing bug 1472216 More... about 18 years ago