| Commit message (Expand) | Author | Age | Files | Lines |
* | add egg1.0.0 | Peter McGoron
| 2025-04-02 | 1 | -0/+12 |
* | port to chicken | Peter McGoron
| 2025-04-02 | 1 | -32/+39 |
* | Add library name per DPK's request. | Arthur A. Gleckler
| 2024-08-07 | 2 | -0/+7 |
* | Finalize.final | Arthur A. Gleckler
| 2022-12-10 | 3 | -8/+4 |
* | copy edits | Arthur A. Gleckler
| 2022-12-10 | 1 | -3/+3 |
* | Account for sorting of non-Western names. | Arthur A. Gleckler
| 2022-12-10 | 1 | -1/+1 |
* | Add clarification about not modifying existing SRFIs. | Arthur A. Gleckler
| 2022-12-10 | 1 | -1/+1 |
* | Publish fifth draft.draft-5 | Arthur A. Gleckler
| 2022-12-09 | 2 | -4/+3 |
* | Merge pull request #5 from dpk/master | Arthur A. Gleckler
| 2022-12-09 | 2 | -28/+30 |
|\ |
|
| * | More extensive warning about the appropriateness of the name product | Daphne Preston-Kendal
| 2022-12-09 | 1 | -1/+1 |
| * | Restore explicit use of base cases | Daphne Preston-Kendal
| 2022-12-08 | 1 | -27/+29 |
* | | Merge pull request #4 from dpk/master | Arthur A. Gleckler
| 2022-12-05 | 1 | -2/+2 |
|\| |
|
| * | Markup and base case reference fix | Daphne Preston-Kendal
| 2022-12-05 | 1 | -2/+2 |
* | | Publish fourth draft.draft-4 | Arthur A. Gleckler
| 2022-11-30 | 1 | -0/+1 |
* | | Merge pull request #3 from dpk/master | Arthur A. Gleckler
| 2022-11-30 | 4 | -61/+134 |
|\| |
|
| * | Revert changes to the semantics of sum-comparator | Daphne Preston-Kendal
| 2022-11-30 | 3 | -60/+57 |
| * | Handle the base cases explicitly to be safe | Daphne Preston-Kendal
| 2022-11-26 | 1 | -50/+54 |
| * | oops, don't include the old test file | Daphne Preston-Kendal
| 2022-11-26 | 1 | -11/+0 |
| * | Expand Arthur’s credit | Daphne Preston-Kendal
| 2022-11-26 | 1 | -1/+1 |
| * | Add zero-comparator and one-comparator to the sample implementation | Daphne Preston-Kendal
| 2022-11-26 | 2 | -5/+18 |
| * | (chibi test) uses the order expected value then actual value | Daphne Preston-Kendal
| 2022-11-26 | 1 | -7/+7 |
| * | s/tabs/spaces/ | Daphne Preston-Kendal
| 2022-11-26 | 1 | -25/+25 |
| * | Merge branch 'master' of https://github.com/scheme-requests-for-implementatio... | Daphne Preston-Kendal
| 2022-11-26 | 6 | -89/+126 |
| |\
| |/
|/| |
|
* | | Publish third draft.draft-3 | Arthur A. Gleckler
| 2022-11-14 | 3 | -82/+34 |
* | | Drop `comparison-procedures'. | Arthur A. Gleckler
| 2022-11-14 | 2 | -10/+1 |
* | | Add tests based on examples. Move. | Arthur A. Gleckler
| 2022-11-14 | 3 | -13/+87 |
* | | Move to "srfi/" directory. Follow naming convention. | Arthur A. Gleckler
| 2022-11-14 | 3 | -2/+1 |
* | | Link to landing pages, not documents. | Arthur A. Gleckler
| 2022-11-14 | 1 | -3/+3 |
| * | Specify base cases and behaviours of each comparator function | Daphne Preston-Kendal
| 2022-11-26 | 4 | -36/+85 |
|/ |
|
* | copy edit | Arthur A. Gleckler
| 2022-10-22 | 1 | -1/+1 |
* | Merge pull request #2 from dpk/master | Arthur A. Gleckler
| 2022-10-22 | 2 | -53/+33 |
|\ |
|
| * | Merge branch 'master' of https://github.com/scheme-requests-for-implementatio... | Daphne Preston-Kendal
| 2022-10-22 | 1 | -1/+2 |
| |\
| |/
|/| |
|
* | | Publish second draft.draft-2 | Arthur A. Gleckler
| 2022-02-26 | 1 | -0/+1 |
* | | Fix example. | Arthur A. Gleckler
| 2022-02-26 | 1 | -1/+1 |
* | | copy edits | Arthur A. Gleckler
| 2022-02-24 | 1 | -1/+1 |
* | | Merge pull request #1 from dpk/master | Arthur A. Gleckler
| 2022-02-24 | 3 | -76/+149 |
|\ \ |
|
| | * | Address outstanding issues | Daphne Preston-Kendal
| 2022-10-20 | 2 | -53/+33 |
| |/ |
|
| * | Ditch file-local variables | Daphne Preston-Kendal
| 2022-02-18 | 1 | -3/+0 |
| * | Changes ready for second draft | Daphne Preston-Kendal
| 2022-02-18 | 3 | -59/+135 |
| * | Prevent psgml-indent from adding a extra level in <body> | Daphne Preston-Kendal
| 2021-12-29 | 1 | -1/+4 |
| * | Issue: type-test argument to make-product-comparator may be unneeded | Daphne Preston-Kendal
| 2021-12-29 | 1 | -0/+1 |
| * | Add missing space | Daphne Preston-Kendal
| 2021-12-29 | 1 | -1/+1 |
| * | Delete old examples, note that new ones are needed | Daphne Preston-Kendal
| 2021-12-29 | 1 | -23/+4 |
| * | Edit exports to match the new procedures and names | Daphne Preston-Kendal
| 2021-12-29 | 1 | -4/+3 |
| * | Merge branch 'master' of github.com:dpk/srfi-228 | Daphne Preston-Kendal
| 2021-12-29 | 3 | -5/+111 |
| |\
| |/
|/| |
|
* | | Publish first draft.draft-1 | Arthur A. Gleckler
| 2021-08-31 | 3 | -3/+107 |
* | | Note places where examples are needed. | Arthur A. Gleckler
| 2021-08-31 | 1 | -0/+2 |
* | | copy edit | Arthur A. Gleckler
| 2021-08-30 | 1 | -1/+1 |
* | | Fix errors reported by W3C HTML Validator. | Arthur A. Gleckler
| 2021-08-30 | 1 | -2/+2 |
* | | Link to the sample implementation. | Arthur A. Gleckler
| 2021-08-30 | 1 | -1/+1 |