guile-srfi-123

guile-srfi-123 is an SRFI-123 implementation for Guile. (More on SRFI-123 on https://srfi.schemers.org/srfi-123/)
git clone https://kaka.farm/~git/guile-srfi-123
Log | Files | Refs

DateCommit messageAuthorFiles+-
2025-01-25 18:11Add GOOPS implementation and related stuff. Also the ares server script and copyright and AGPL-3-or-later licensing.Yuval Langer4+175-202
2025-01-24 05:48Add GOOP implementation tests targets to the Makefile.Yuval Langer1+4-1
2025-01-24 05:47Add files that would hold the GOOPS based implementation related files.Yuval Langer2+399-0
2025-01-24 05:42Remove out-of-date comment.Yuval Langer1+0-4
2025-01-23 13:08Define SRFI-123 within a r7rs-small kind library.Yuval Langer2+244-235
2025-01-04 22:18Remove the ability of changing the "b" field of the <foo> record which was added accidentally in the move to a single test file.Yuval Langer1+1-1
2025-01-04 03:05Comment out the r6rs rnrs imports in the tests and use r7rs scheme base.Yuval Langer1+17-4
2025-01-04 02:50Add Makefile dependencies for tests.Yuval Langer1+1-1
2025-01-04 02:49Add tests target to Makefile.Yuval Langer1+6-0
2025-01-03 23:07Move tests code into run-tests.scm.Yuval Langer2+107-124
2025-01-03 22:49Convert R7RS library syntax to a GNU Guile module syntax.Yuval Langer2+262-260
2025-01-03 21:05Add guix.scm. Convert tests file to a GNU Guile module.Yuval Langer3+163-151
2025-01-03 06:14Remove cond-expand, rename some library paths being imported, fix some `find` calls, and replace `rec` of SRFI-31 with something less fancy.Yuval Langer2+86-169
2025-01-03 02:27Rename to fit the Guile module paths restrictions.Yuval Langer1+0-0
2021-04-08 19:56Fix errata.Arthur A. Gleckler1+13-2
2021-04-08 19:56Fix errors reported by W3C HTML Validator.Arthur A. Gleckler1+1-2
2020-09-06 01:44Fix status.Arthur A. Gleckler1+1-1
2020-05-03 22:30Use HTML links on HTML pages.Arthur A. Gleckler1+1-1
2020-05-03 22:17Show keywords.Arthur A. Gleckler2+3-0
2020-03-12 01:05Make Status section consistent across SRFIs.Arthur A. Gleckler1+2-4
2020-03-06 01:23Write authors consistently. Write <based-on>.Arthur A. Gleckler2+3-0
2020-03-05 21:04Use TLS/SSL for all SRFI URLs.Arthur A. Gleckler1+2-2
2020-03-05 18:18Switch to ISO dates.Arthur A. Gleckler2+12-12
2019-11-18 20:46Work around Firefox column formatting bug.Arthur A. Gleckler1+43-41
2019-10-31 20:15Add editor at bottom.Arthur A. Gleckler1+2-0
2019-09-19 22:56Use DTD for HTML5.Arthur A. Gleckler1+1-1
2017-09-11 07:24Fix broken link.Arthur A. Gleckler1+1-1
2017-08-11 23:08Generate. (Remove temporary testing change.)Arthur A. Gleckler1+3-3
2017-08-11 23:02Generate. (Add abstract to landing page.)Arthur A. Gleckler1+19-5
2017-08-10 05:36Generate.Arthur A. Gleckler1+2-2
2017-08-10 04:31Use SSL/TLS.Arthur A. Gleckler2+5-37
2017-01-31 02:00Add date to SRFI "index.html" page.Arthur A. Gleckler1+1-1
2017-01-31 01:53Fix SRFI "index.html" page.Arthur A. Gleckler1+3-2
2017-01-30 04:43Apply "index.template".Arthur A. Gleckler1+12-21
2017-01-28 00:18Fix broken links.Arthur A. Gleckler1+2-2
2017-01-28 00:15Reformat SRFI home pages.Arthur A. Gleckler1+62-28
2017-01-27 20:00Add charset, stylesheet, and viewport as required.Arthur A. Gleckler1+2-1
2017-01-15 05:00Use TLS/SSL for Simplelists subscriptions.Arthur A. Gleckler1+2-2
2016-08-28 04:40Regenerate "index.html".Arthur A. Gleckler1+2-1
2016-07-24 01:18Rename "readme.org" to "README.org".Arthur A. Gleckler1+0-0
2016-07-24 01:14Incorporate existing README file into "readme.org".Arthur A. Gleckler2+48-35
2015-10-14 21:59Finalize SRFI 123.Arthur A. Gleckler3+9-4
2015-09-08 21:15Clean up Makefile; use pandoc title block.Taylan Ulrich Bayırlı/Kammer4+7-9
2015-09-08 02:23Publish ninth draft.Arthur A. Gleckler2+2-0
2015-09-08 02:22Merge pull request #8 from TaylanUB/masterArthur A. Gleckler6+106-24
2015-09-07 14:02README.md: Add testing instructions for Larceny.Taylan Ulrich Bayırlı/Kammer1+18-0
2015-09-07 13:32Code only: variable naming cleanup.Taylan Ulrich Bayırlı/Kammer1+18-18
2015-09-07 13:30Code only: minor optimization for type-of.Taylan Ulrich Bayırlı/Kammer1+9-4
2015-09-07 13:24Add support for boxes.Taylan Ulrich Bayırlı/Kammer5+71-13
2015-09-07 13:23Fix ref specification for pairs.Taylan Ulrich Bayırlı/Kammer2+3-2
2015-09-05 20:13Publish eighth draft.Arthur A. Gleckler2+2-0
2015-09-05 20:06Merge pull request #7 from TaylanUB/masterArthur A. Gleckler5+179-85
2015-09-05 12:17Code only: expect test failure on SRFI-99.Taylan Ulrich Bayırlı/Kammer1+13-0
2015-09-05 11:35Code only: don't use expression cond-expand.Taylan Ulrich Bayırlı/Kammer1+6-2
2015-09-05 11:34Code only: add s16vector stub in test suite.Taylan Ulrich Bayırlı/Kammer1+4-1
2015-09-05 09:36Code only: minor cleanup.Taylan Ulrich Bayırlı/Kammer1+6-2
2015-09-03 12:00Support record inspection.Taylan Ulrich Bayırlı/Kammer5+116-46
2015-09-03 11:19Call the implementation "sample" not "reference".Taylan Ulrich Bayırlı/Kammer2+7-7
2015-09-03 11:19Remove a redundant comma in the prose.Taylan Ulrich Bayırlı/Kammer2+8-8
2015-09-03 11:18Don't discriminate unsafe Scheme implementations.Taylan Ulrich Bayırlı/Kammer2+19-19
2015-08-26 17:04Publish seventh draft.Arthur A. Gleckler2+3-1
2015-08-26 17:03Merge pull request #6 from TaylanUB/masterArthur A. Gleckler2+22-0
2015-08-26 10:41Specify correct behavior for SRFI-4 vectors.Taylan Ulrich Bayırlı/Kammer2+22-0
2015-08-24 17:33Publish sixth draft.Arthur A. Gleckler2+3-1
2015-08-24 17:30Merge pull request #5 from TaylanUB/masterArthur A. Gleckler5+128-2
2015-08-24 09:31Actually import SRFI-4 in test suite.Taylan Ulrich Bayırlı/Kammer1+5-1
2015-08-24 08:55Add test suite.Taylan Ulrich Bayırlı/Kammer3+122-0
2015-08-24 08:14Fix typo: "an SRFI" to "a SRFI".Taylan Ulrich Bayırlı/Kammer2+2-2
2015-08-23 22:29Publish fifth draft.Arthur A. Gleckler2+3-1
2015-08-23 22:27Merge pull request #4 from TaylanUB/masterArthur A. Gleckler1+25-7
2015-08-23 12:59Handle SRFI-4 vectors that are bytevectors.Taylan Ulrich Bayırlı/Kammer1+21-4
2015-08-23 12:38Fix pair-set!.Taylan Ulrich Bayırlı/Kammer1+2-2
2015-08-23 10:01Return unspecified from define-record-type.Taylan Ulrich Bayırlı/Kammer1+2-1
2015-08-18 18:39Publish fourth draft.Arthur A. Gleckler2+3-1
2015-08-18 18:37Merge pull request #3 from TaylanUB/masterArthur A. Gleckler2+49-7
2015-08-18 16:10Clarify that the setter of ref is under-powered.Taylan Ulrich Bayırlı/Kammer2+3-2
2015-08-18 16:02Clarify reference implementation limitation.Taylan Ulrich Bayırlı/Kammer2+2-2
2015-08-18 15:54Specify a setter for ref again.Taylan Ulrich Bayırlı/Kammer2+10-0
2015-08-18 14:11Fix a typo.Taylan Ulrich Bayırlı/Kammer2+2-2
2015-08-18 13:46Prettify Markdown markup.Taylan Ulrich Bayırlı/Kammer1+1-1
2015-08-18 12:36Acknowledge Issac Trotts from Gauche.Taylan Ulrich Bayırlı/Kammer2+2-2
2015-08-18 08:00Elaborate register-getter-with-setter! spec.Taylan Ulrich Bayırlı/Kammer2+31-0
2015-08-17 15:46Publish third draft.Arthur A. Gleckler2+2-0
2015-08-17 15:44Merge pull request #2 from TaylanUB/masterArthur A. Gleckler4+113-129
2015-08-17 12:37Make an example clearer.Taylan Ulrich Bayırlı/Kammer2+2-2
2015-08-17 12:36Minor markup fix.Taylan Ulrich Bayırlı/Kammer2+2-2
2015-08-17 12:34Improve examples.Taylan Ulrich Bayırlı/Kammer2+41-25
2015-08-17 09:31Fix cdr to 'cdr in code.Taylan Ulrich Bayırlı/Kammer1+1-1
2015-08-17 09:28Expand acknowledgments.Taylan Ulrich Bayırlı/Kammer1+8-1
2015-08-17 09:24Make define-record-type a definition again.Taylan Ulrich Bayırlı/Kammer3+9-15
2015-08-17 09:18Use car/cdr symbols, not procedures.Taylan Ulrich Bayırlı/Kammer3+4-4
2015-08-17 08:04Fix bug in record-getter.Taylan Ulrich Bayırlı/Kammer1+1-1
2015-08-16 21:21Get rid of ternary set!.Taylan Ulrich Bayırlı/Kammer4+58-91
2015-08-17 02:50Publish second draft.Arthur A. Gleckler2+2-0
2015-08-17 02:50Update Makefile to include UTF-8 charset <meta> tag.Arthur A. Gleckler3+4-1
2015-08-17 02:46Merge pull request #1 from TaylanUB/masterArthur A. Gleckler7+386-245
2015-08-16 20:44Mention SRFI-4 vectors in intro.Taylan Ulrich Bayırlı/Kammer1+3-3
2015-08-16 18:28Mention define-record-type not being a definition.Taylan Ulrich Bayırlı/Kammer2+10-0
2015-08-16 19:50Leave opaque record types alone.Taylan Ulrich Bayırlı/Kammer2+6-5
2015-08-16 18:24Add register-getter-with-setter!.Taylan Ulrich Bayırlı/Kammer3+43-24
2015-08-16 17:53Add ref* to the specification.Taylan Ulrich Bayırlı/Kammer4+111-65
2015-08-16 13:36Add support for pairs.Taylan Ulrich Bayırlı/Kammer3+32-14
2015-08-16 12:47Add SRFI-4 support.Taylan Ulrich Bayırlı/Kammer4+61-21
2015-08-16 13:23Move/rename library to (srfi 123).Taylan Ulrich Bayırlı/Kammer3+11-11
2015-08-16 12:17Elaborate rationale for lack of alist support.Taylan Ulrich Bayırlı/Kammer2+13-6
2015-08-15 21:29index.html: Specify charset in meta tag.Taylan Ulrich Bayırlı/Kammer1+2-2
2015-08-15 16:35Add Status section.Arthur A. Gleckler2+26-0
2015-08-15 16:34Add Makefile for creating HTML from Markdown.Arthur A. Gleckler1+8-0
2015-08-15 16:28Add ".gitignore" for Emacs backup files.Arthur A. Gleckler1+2-0
2015-08-15 16:13Rename to "srfi-123.*".Arthur A. Gleckler2+0-0
2015-08-15 16:12Add generated "index.html".Arthur A. Gleckler1+39-0
2015-08-15 12:34Fix ref specification.Taylan Ulrich Bayırlı/Kammer2+26-8
2015-08-15 11:10Clarify our delegation of error reporting.Taylan Ulrich Bayırlı/Kammer2+6-2
2015-08-15 11:03Update SRFI.html via pandoc.Taylan Ulrich Bayırlı/Kammer1+78-165
2015-08-15 10:23Improve README with clarifications and examples.Taylan Ulrich Bayırlı/Kammer1+62-14
2015-08-15 10:22Make the specification for ref more precise.Taylan Ulrich Bayırlı/Kammer1+1-1
2015-08-15 11:02Fix a typo.Taylan Ulrich Bayırlı/Kammer1+1-1
2015-08-14 21:15Rename README.html to SRFI.html.Taylan Ulrich Bayırlı/Kammer1+0-0
2015-08-14 21:13Add HTML version of README.Taylan Ulrich Bayırlı/Kammer1+181-0
2015-08-14 16:23Add Author section.Taylan Ulrich Bayırlı/Kammer1+6-0
2015-08-14 16:10Switch to SRFI license.Taylan Ulrich Bayırlı/Kammer3+43-686
2015-08-14 15:48Use our set! in the library itself already.Taylan Ulrich Bayırlı/Kammer1+2-2
2015-08-14 15:40Prevent people from panicking about performance.Taylan Ulrich Bayırlı/Kammer1+2-1
2015-08-14 15:38Mention the type-of implementation detail.Taylan Ulrich Bayırlı/Kammer1+5-0
2015-08-14 15:31Clarify that we're talking of R6RS hashtables.Taylan Ulrich Bayırlı/Kammer1+3-2
2015-08-14 15:28Rewrite README into SRFI format.Taylan Ulrich Bayırlı/Kammer1+135-49
2015-08-14 13:51Use hashtables for getters and setters tables.Taylan Ulrich Bayırlı/Kammer1+33-34
2015-08-14 08:40Update README.Taylan Ulrich Bayırlı/Kammer1+27-3
2015-08-14 08:22Also export ref as $bracket-apply$.Taylan Ulrich Bayırlı/Kammer1+1-1
2015-08-14 08:20Make it a library.Taylan Ulrich Bayırlı/Kammer3+149-146
2015-08-14 08:12Use %foo naming convention consistently.Taylan Ulrich Bayırlı/Kammer1+4-4
2015-08-14 08:09Integrate with SRFI-17.Taylan Ulrich Bayırlı/Kammer1+7-5
2015-08-14 08:07Support lists via the pair? predicate.Taylan Ulrich Bayırlı/Kammer1+6-4
2015-08-12 14:46Acknowledge forcer in README.Taylan Ulrich Bayırlı/Kammer1+6-0
2015-08-12 12:27Add end-of-file comment.Taylan Ulrich Bayırlı/Kammer1+2-0
2015-08-12 12:04First commit.Taylan Ulrich Bayırlı/Kammer3+855-0