2018-05-23 |
Jan Nieuwenhuizen | build: Install naive diff. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-20 |
Jan Nieuwenhuizen | build: Update configure. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-02 |
Jan Nieuwenhuizen | mes: Remove debugging. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-10 |
Jan Nieuwenhuizen | build: Use ../mes-seed/refresh.sh, ../tinycc-seed/refre... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-04 |
Jan Nieuwenhuizen | mescc: Guile fixes. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-18 |
Jan Nieuwenhuizen | test: Use diff -ub for tinycc tests. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-04 |
Jan Nieuwenhuizen | check: Also test with i686-unknown-linux-gnu-gcc. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-06 |
Jan Nieuwenhuizen | build: configure: Handle VAR=VALUE. Update help. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-03 |
Jan Nieuwenhuizen | build: Fixes for Debian and /bin/sh == dash. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-03 |
Jan Nieuwenhuizen | build: Rebuild after build from seed. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-03 |
Jan Nieuwenhuizen | mescc: Use file-name as global prefix. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-02 |
Jan Nieuwenhuizen | core: Fixes for int-max, int-min. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-02 |
Jan Nieuwenhuizen | mescc: Fix dumping of strings > M1_STRING_MAX. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-30 |
Jan Nieuwenhuizen | Revert "core: length: Check parameter." |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-30 |
Jan Nieuwenhuizen | core: length: Check parameter. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-01 |
Jan Nieuwenhuizen | test: enable all tests, use expect count, add tinycc... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-29 |
Jan Nieuwenhuizen | build: Simplify, drop make.scm experiment. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-30 |
Jan Nieuwenhuizen | core: Use length__. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-29 |
Jan Nieuwenhuizen | mes-snarf: Support running with Mes. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-29 |
Jan Nieuwenhuizen | mes: Support -C and -L for Guile compatibility. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-29 |
Jan Nieuwenhuizen | mes: Support -e,--main option. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-29 |
Jan Nieuwenhuizen | mes: Upgrade Guile module support. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-29 |
Jan Nieuwenhuizen | mes: Add srfi-8. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-29 |
Jan Nieuwenhuizen | mes: string-join: Handle empty list. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-29 |
Jan Nieuwenhuizen | mes: Add basename. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-29 |
Jan Nieuwenhuizen | mes: Add delete-duplicates. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-29 |
Jan Nieuwenhuizen | mes: filter-map: Handle two lists. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-29 |
Jan Nieuwenhuizen | mes: Add string-replace. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-29 |
Jan Nieuwenhuizen | mes: Add string-map. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-29 |
Jan Nieuwenhuizen | mes: Add string-trim, string-trim-right, string-trim... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-29 |
Jan Nieuwenhuizen | mes: Add string-contains. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-29 |
Jan Nieuwenhuizen | mes: string-drop: Error on negative droppings. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-29 |
Jan Nieuwenhuizen | core: reverse!: Handle empty list. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-29 |
Jan Nieuwenhuizen | core: Add string ports. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-29 |
Jan Nieuwenhuizen | mes: assq, assoc-ref: Handle non-A-LISTs. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-29 |
Jan Nieuwenhuizen | core: Use single definition rule for cell-type. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-29 |
Jan Nieuwenhuizen | core: Fix gc_up_arena for x86_64. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-29 |
Jan Nieuwenhuizen | core: Fix compile warnings. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-29 |
Jan Nieuwenhuizen | mlibc: Declare chmod. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-28 |
Jan Nieuwenhuizen | guix: Update mes to 0.13. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-27 |
Jan Nieuwenhuizen | Release 0.13. v0.13 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-21 |
Jan Nieuwenhuizen | doc: Release udpate. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-27 |
Jan Nieuwenhuizen | mescc: Merge mescc.mes and mescc.scm. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-27 |
Jan Nieuwenhuizen | core: Add chmod. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-25 |
Jan Nieuwenhuizen | core: jam-scaper/garbage-collector: Use only one arena. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-24 |
Jan Nieuwenhuizen | mescc: Create less garbage when dumping M1. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-24 |
Jan Nieuwenhuizen | core: last_pair: Move to core. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-24 |
Jan Nieuwenhuizen | core: equal2_p: Add short-circuit and eliminate tail... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-23 |
Jan Nieuwenhuizen | mescc: Use display for dumping M1. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-22 |
Jan Nieuwenhuizen | mes: Guile-like command-line interface. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-22 |
Jan Nieuwenhuizen | mes: getopt-long: Support stop-at-first-non-option. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-22 |
Jan Nieuwenhuizen | mes: Add isatty?. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-22 |
Jan Nieuwenhuizen | mlibc: Add isatty. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-22 |
Jan Nieuwenhuizen | mlibc: Add ioctl. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-10 |
Jan Nieuwenhuizen | core: Compile minimal mes with MES_MINI=1. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-21 |
Jan Nieuwenhuizen | core; reader_read_string: Support escaped characters. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-22 |
Jan Nieuwenhuizen | Revert "mescc: Use core:write." |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-21 |
Jan Nieuwenhuizen | mescc: Use core:write. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-22 |
Jan Nieuwenhuizen | mes: display: Display escaped characters. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-21 |
Jan Nieuwenhuizen | core: display_helper: Display escaped characters. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-21 |
Jan Nieuwenhuizen | mes: Resurrect macros in repl. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-21 |
Jan Nieuwenhuizen | core: Fixes for garbage collector/jam scraper. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-21 |
Jan Nieuwenhuizen | core: drop global_p from variable. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-21 |
Jan Nieuwenhuizen | core: Reenable full printing of lists. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-20 |
Jan Nieuwenhuizen | core: append2, append_reverse, reverse, reverse!: Creat... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-20 |
Jan Nieuwenhuizen | core: vector_to_list: Create less garbage. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-20 |
Jan Nieuwenhuizen | core: Optimize vector-map, vector-for-each. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-18 |
Jan Nieuwenhuizen | Revert "build-32.sh" |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-16 |
Jan Nieuwenhuizen | build-32.sh |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-14 |
Jan Nieuwenhuizen | core: Cleanup make_cell, remove tmp cells. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-21 |
Jan Nieuwenhuizen | Revert "mlibc: Use memmove in realloc." |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-15 |
Jan Nieuwenhuizen | mlibc: Use memmove in realloc. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-15 |
Jan Nieuwenhuizen | mes: Add char-whitespace? |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-14 |
Jan Nieuwenhuizen | mes: Move base-0.mes int boot-0.scm. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-13 |
Jan Nieuwenhuizen | mes: Unify mlibc-gcc and mes builds. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-12 |
Jan Nieuwenhuizen | core: Remove local variables from gc. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-12 |
Jan Nieuwenhuizen | core: Listen to MES_SAFETY environment variable. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-12 |
Jan Nieuwenhuizen | core: Remove local variables from eval/apply. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-12 |
Jan Nieuwenhuizen | core: Remove MesCC reminder. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-11 |
Jan Nieuwenhuizen | core: Update default memory settings. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-09 |
Jan Nieuwenhuizen | core: Tune debug printing. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-09 |
Jan Nieuwenhuizen | core: Rewrite reader to create less garbage. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-10 |
Jan Nieuwenhuizen | core: Add isspace. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-08 |
Jan Nieuwenhuizen | core: Rewrite string reader. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-08 |
Jan Nieuwenhuizen | install: Fix prefix confusion. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-08 |
Jan Nieuwenhuizen | guix.scm: Update mes to 0.12. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-06 |
Jan Nieuwenhuizen | Release 0.12. v0.12 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2017-11-21 |
Jan Nieuwenhuizen | doc: Release udpate. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-08 |
Jan Nieuwenhuizen | guix.scm: Update mescc-tools to 0.4. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-08 |
Jan Nieuwenhuizen | core: Workaround for mescc. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-07 |
Jan Nieuwenhuizen | build: Remove scripts/mes symlink. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-07 |
Jan Nieuwenhuizen | mes: Add string-fold, string-fold-right. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-07 |
Jan Nieuwenhuizen | mes: Allow tick as part of identifier. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-07 |
Jan Nieuwenhuizen | mescc: Remove debugging. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-07 |
Jan Nieuwenhuizen | mescc: No comments in M1 when running on Mes. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-07 |
Jan Nieuwenhuizen | mescc: Trace globals. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-07 |
Jan Nieuwenhuizen | Revert "core: Add member." |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-07 |
Jan Nieuwenhuizen | core: Add member. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-07 |
Jan Nieuwenhuizen | mescc: trace M1 dumping. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-07 |
Jan Nieuwenhuizen | Revert "guix: Update nyacc to 0.83.31." |
commit | commitdiff | tree | snapshot (zip tar.gz) |
next |