aboutsummaryrefslogtreecommitdiffstats
path: root/lib/cuprate/rewriters.sld (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-11-02fix chicken build, support STKLOSGravatar Peter McGoron 5-7/+18
2025-11-02add gaucheGravatar Peter McGoron 2-0/+9
2025-11-02add sagittarius test, and non-working tr7 testGravatar Peter McGoron 6-4/+16
2025-11-02add hack to support foment and CHICKEN 5.3.0Gravatar Peter McGoron 9-53/+143
2025-11-02make macro generators, test on chibi. Currently broken in CHICKEN-5 due to a ↵Gravatar Peter McGoron 8-50/+70
bug in compiled syntax-rules macros
2025-11-02group hooksGravatar Peter McGoron 4-89/+134
2025-11-01Big rewrite:Gravatar Peter McGoron 16-777/+515
1. Rename to "cuprate". 2. Remove mutexes. 3. Move rewriters to other library. 4. Move the DTO out of the `test-info` parameter. They are now separate parameters, with the expectation that the DTO will not change over time. This significantly reduces the complexity of the code. 5. Use SRFI-146 for Chicken.
2025-09-26add expect-to-failGravatar Peter McGoron 4-5/+28
2025-09-21test-application: add forms as they are evaluated, and only store the whole ↵Gravatar Peter McGoron 2-12/+7
evaluated expression quoted
2025-09-21replace with-test-assert with test-assert for better compat with SRFI-64Gravatar Peter McGoron 3-28/+28
2025-08-05add pretty-printerGravatar Peter McGoron 4-15/+29
2025-08-05remove inspect-test-info procedure from mutexes so that it can itself lock ↵Gravatar Peter McGoron 4-7/+7
mutexes if desired
2025-08-05add chibiGravatar Peter McGoron 4-1/+16
2025-08-05Support FomentGravatar Peter McGoron 9-33/+109
Foment had some peculiarities: 1. Parameterize objects are initialized with the objects themselves at some point, which broke the previous code. 2. Foment cannot discard multiple value returns in some scenarios.
2025-08-05add adjustable value rewriterGravatar Peter McGoron 5-25/+135
2025-08-04fix failing skipped testsGravatar Peter McGoron 2-10/+14
2025-08-04restructureGravatar Peter McGoron 3-145/+199
2025-08-03remove test dependencies from eggGravatar Peter McGoron 1-1/+0
&id=d93e0e84c97cebac079f70fff8dc89159f3b98dd&follow=1'>Work around compiler warnings for int/ptr casts.Gravatar aeb 6-10/+20 2000-09-10Added control files for Debian packages.Gravatar aeb 6-8/+106 2000-09-01Added missing prototypes for iso send functions.Gravatar aeb 1-0/+7 2000-08-08Added raw1394_get_irm_id().Gravatar aeb 7-7/+39 2000-08-06Added support for isochronous sending.Gravatar aeb 3-0/+35 2000-07-05Added raw1394_reset_bus() call.Gravatar aeb 4-0/+23 2000-06-22- Set library version info in configure.in, use in src/Makefile.am.Gravatar aeb 4-2/+16 2000-06-15Update libtool version number.Gravatar aeb 2-2/+2 2000-06-14Added copyright headers.Gravatar aeb 6-0/+54 2000-06-11Added explicit AC_PROG_INSTALL call.Gravatar aeb 1-0/+1 2000-06-09Fix size of error field.Gravatar aeb 1-2/+2 2000-06-02Modified support for 32/64 bit environments, control struct fields have fixed...Gravatar aeb 7-43/+28 2000-05-28Added support for environments with 64 bit kernel and 32 bit userland.Gravatar aeb 8-7/+45 2000-04-27Fixed missing setting of ext code in raw1394_start_lock()Gravatar aeb 1-0/+1 2000-04-15Fixed lock transaction to actually return response value.Gravatar aeb 3-5/+11 2000-04-12Add userdata functions as news.Gravatar aeb 1-0/+4 2000-04-05Add userdata functions.Gravatar aeb 3-0/+18 2000-03-18Bump version number to 0.6.Gravatar aeb 3-5/+6 2000-03-18Mention byte order change.Gravatar aeb 1-0/+2 2000-03-18Mention SourceForge home.Gravatar aeb 1-1/+5