2018-05-21 |
Jan Nieuwenhuizen | tinycc: Add stubs: __fixdfdi, __fixxfdi, __fixsfdi. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-20 |
Jan Nieuwenhuizen | tinycc: Add stubs: __floatundixf __fixunsxfdi. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-20 |
Jan Nieuwenhuizen | mescc: Tinycc support: workaround for tcc; this breaks... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-19 |
Jan Nieuwenhuizen | mescc: Tinycc support: Structured type with char or... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-20 |
Jan Nieuwenhuizen | mescc: Fix size ERROR message. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-20 |
Jan Nieuwenhuizen | mescc: Fix itoa. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-19 |
Jan Nieuwenhuizen | mescc: Tinycc support: Export nested struct definitions. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-19 |
Jan Nieuwenhuizen | mescc: Tinycc support: Unsigned comparison. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-18 |
Jan Nieuwenhuizen | mescc: Tinycc support: Char and short sign extend. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-21 |
Jan Nieuwenhuizen | mes: string->number: Support upper case hex. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-18 |
Jan Nieuwenhuizen | mescc: Tinycc support: Minimal float support. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-17 |
Jan Nieuwenhuizen | mescc: Tinycc support: Switch with heterogeneous body... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-20 |
Jan Nieuwenhuizen | mes: Support fold 3. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-14 |
Jan Nieuwenhuizen | mescc: Tinycc support: Compound strings as function... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-14 |
Jan Nieuwenhuizen | mescc: Tinycc support: Update some tests. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-14 |
Jan Nieuwenhuizen | mescc: Tinycc support: Add __lshrdi3, __ashldi3, __ashrdi3. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-14 |
Jan Nieuwenhuizen | mescc: Tinycc support: Fix sizeof interesting expressions. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-13 |
Jan Nieuwenhuizen | mescc: Tinycc support: Support bit-fields. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-12 |
Jan Nieuwenhuizen | mescc: Tinycc support: Anonymous string array. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-12 |
Jan Nieuwenhuizen | mescc: Tinycc support: sizeof: Bugfix for c-array. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-11 |
Jan Nieuwenhuizen | mescc: Tinycc support: Implement ((struct foo*)p)-... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-13 |
Jan Nieuwenhuizen | mescc: Tinycc support: Implement (foo--)->bar and permu... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-11 |
Jan Nieuwenhuizen | mescc: Tinycc support: Function addresses. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-11 |
Jan Nieuwenhuizen | mescc: Tinycc support: Numeric constant expressions. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-11 |
Jan Nieuwenhuizen | mescc: Tinycc support: Function variables. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-11 |
Jan Nieuwenhuizen | mescc: Tinycc support: Pointer typedefs. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-11 |
Jan Nieuwenhuizen | mescc: Tinycc support: Array typedefs. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-11 |
Jan Nieuwenhuizen | mescc: Tinycc support: Sizeof struct destruct. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-11 |
Jan Nieuwenhuizen | mescc: Tinycc support: Anonymous union initialization. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-11 |
Jan Nieuwenhuizen | mescc: Tinycc support: Fix for ?-operator. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-11 |
Jan Nieuwenhuizen | mescc: Tinycc support: Valued function assign. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-10 |
Jan Nieuwenhuizen | mescc: Refactor type system: WIP |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-10 |
Jan Nieuwenhuizen | mescc: Refactor type system: struct/enum fields: (name... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-09 |
Jan Nieuwenhuizen | mescc: Refactor type system: introduce <array>, <pointe... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-05 |
Jan Nieuwenhuizen | mescc: Refactor variable declaration. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-04 |
Jan Nieuwenhuizen | mescc: Handle sizeof expression. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-04 |
Jan Nieuwenhuizen | mescc: Handle struct field lists. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-04 |
Jan Nieuwenhuizen | mescc: Support heterogeneous variable init. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-04 |
Jan Nieuwenhuizen | mescc: Handle (Skip) global static. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-04 |
Jan Nieuwenhuizen | mescc: Support functions in expression. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-04 |
Jan Nieuwenhuizen | mescc: Support function-static variables. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-20 |
Jan Nieuwenhuizen | mes: Add unfold. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-20 |
Jan Nieuwenhuizen | mes: Add const. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-16 |
Jan Nieuwenhuizen | core: Add logxor. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-16 |
Jan Nieuwenhuizen | mes: string-join: Support optional delimiter, support... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-16 |
Jan Nieuwenhuizen | core: reader: Support binary #b101. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-04 |
Jan Nieuwenhuizen | mes: Support srfi-9-gnu. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-28 |
Jan Nieuwenhuizen | core: Have core:eval expand macros. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-29 |
Jan Nieuwenhuizen | Revert "core: Remove pmatch-car, pmatch-cdr hack." |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-04-28 |
Jan Nieuwenhuizen | core: Remove pmatch-car, pmatch-cdr hack. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-23 |
Jan Nieuwenhuizen | build: Do not assume /bin/sh, basename/dirname. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-23 |
Jan Nieuwenhuizen | build: Build mini-libc and libc+tcc-gcc too. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2018-05-23 |
Jan Nieuwenhuizen | boot: Bugfix for diff on mes. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
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) |
next |