2024-08-25 16:33 | Add monetary support link. | Yuval Langer | 1 | +4 | -0 |
2024-02-07 18:18 | Fix version number. | Yuval Langer | 1 | +1 | -1 |
2024-02-06 11:26 | Add Zipheir acknowledgements and put tests in main procedures. | Yuval Langer | 3 | +61 | -43 |
2024-01-22 19:01 | Add error type raising TODO. | Yuval Langer | 1 | +11 | -0 |
2024-01-22 16:08 | Write the manual. | Yuval Langer | 1 | +112 | -891 |
2024-01-22 09:57 | Add texinfo manual. | Yuval Langer | 2 | +1601 | -0 |
2024-01-22 07:18 | Change SRFI-64 test groups labels. | Yuval Langer | 1 | +2 | -2 |
2024-01-22 06:36 | Move all the code into the (rsv internal) library, import it into (rsv) and (rsv rows-streams), and export only public stuff from (rsv) and (rsv rows-streams). Also adapt tests.scm for this new library structure and move (rsv rows-streams) specific tests into tests-rows-streams.scm. | Yuval Langer | 5 | +397 | -254 |
2024-01-21 13:18 | Add two new procedures and their tests. rsv-bytevector->scm and scm->rsv-bytevector. Bump version number. | Yuval Langer | 3 | +35 | -14 |
2024-01-14 12:35 | Add copyright notice. | Yuval Langer | 2 | +32 | -0 |
2024-01-14 12:19 | Change shebang for "maximum portability" as the manual says……… | Yuval Langer | 2 | +4 | -2 |
2024-01-14 12:06 | Use SRFI-28 format instead of string-append. More readable. | Yuval Langer | 1 | +6 | -12 |
2024-01-14 11:57 | Spruce up the commands. | Yuval Langer | 6 | +185 | -61 |
2024-01-14 09:56 | Fix script code. | Yuval Langer | 2 | +1 | -2 |
2024-01-14 09:15 | Import from the real library, and use standard `cond` instead of non-standard `match`. | Yuval Langer | 2 | +9 | -12 |
2024-01-14 08:53 | Move executable script files to `bin/` and append their `.scm` extention to the filename. | Yuval Langer | 2 | +0 | -0 |
2024-01-13 16:06 | Move TestFiles copyright README into the main README. | Yuval Langer | 2 | +11 | -9 |
2024-01-13 14:29 | Add the original license notice for example RSV test files. | Yuval Langer | 2 | +19 | -2 |
2024-01-13 08:07 | Remove silly tests. | Yuval Langer | 1 | +0 | -30 |
2024-01-13 08:02 | Fix library names and add failing tests. | Yuval Langer | 2 | +20 | -2 |
2024-01-13 07:57 | Add contribution note. | Yuval Langer | 1 | +5 | -0 |
2024-01-13 06:44 | Add license. | Yuval Langer | 6 | +754 | -0 |
2024-01-13 06:33 | Rename main RSV library. | Yuval Langer | 3 | +224 | -229 |
2024-01-13 06:29 | Check done TODOs. | Yuval Langer | 1 | +8 | -6 |
2024-01-13 06:20 | Add binary port assertions and reorder cond for error detection. | Yuval Langer | 2 | +60 | -16 |
2024-01-13 05:55 | Use row and column position as error irritants. | Yuval Langer | 1 | +25 | -36 |
2024-01-13 05:38 | Implement a stream of rows reader of RSV. | Yuval Langer | 6 | +134 | -109 |
2024-01-12 03:37 | Switch from using match forms to cond forms, and from immutable records (srfi srfi-9 gnu) to regular records (srfi srfi-9). | Yuval Langer | 3 | +148 | -136 |
2024-01-11 22:22 | Add self hosted Stagit repository. | Yuval Langer | 1 | +4 | -2 |
2024-01-11 04:29 | Add test files, use a custom type for position tracking, and write a bit of testing. | Yuval Langer | 114 | +422 | -47 |
2024-01-11 05:27 | Add a TODO point. | Yuval Langer | 1 | +5 | -0 |
2024-01-11 02:07 | Add a gitignore file. | Yuval Langer | 1 | +3 | -0 |
2024-01-10 07:04 | Add tasks to TODO file. | Yuval Langer | 1 | +7 | -0 |
2024-01-10 03:10 | Start work on useful error detection and error messages. | Yuval Langer | 2 | +82 | -33 |
2024-01-10 00:44 | Add a bunch of TODOs. | Yuval Langer | 1 | +7 | -0 |
2024-01-09 22:06 | Add command documentation. | Yuval Langer | 1 | +22 | -0 |
2024-01-09 21:46 | Add rsv2scm and scm2rsv commands. Use the (rsv) library to import the (rsv arbitrary-null) library. I do not know if it is an okay directory layout. | Yuval Langer | 4 | +36 | -91 |
2024-01-09 01:21 | Put algorithmic bits where they belong to make the code make more sense, also DRY | Yuval Langer | 1 | +23 | -32 |
2024-01-08 23:32 | Write bytes to an output-bytevector instead of appending a bytevector to a bytevector. | Yuval Langer | 1 | +9 | -7 |
2024-01-08 16:45 | Add more stuff to the README file. | Yuval Langer | 1 | +7 | -3 |
2024-01-08 16:36 | Add main and one mirror repositories. | Yuval Langer | 1 | +6 | -0 |
2024-01-08 16:33 | Add README file. | Yuval Langer | 1 | +5 | -0 |
2024-01-08 16:30 | Add tests. | Yuval Langer | 2 | +31 | -13 |
2024-01-08 15:38 | Add arbitrary null procedures. | Yuval Langer | 1 | +103 | -0 |
2024-01-08 12:50 | Remove print debug. | Yuval Langer | 1 | +1 | -3 |
2024-01-08 12:33 | First commit. | Yuval Langer | 1 | +93 | -0 |