2018-04-10 |
Jan Nieuwenhuizen | core: Compile minimal mes with MES_MINI=1. |
tree | commitdiff |
2018-04-21 |
Jan Nieuwenhuizen | core: display_helper: Display escaped characters. |
tree | commitdiff |
2018-04-09 |
Jan Nieuwenhuizen | core: Tune debug printing. |
tree | commitdiff |
2017-11-21 |
Jan Nieuwenhuizen | doc: Release udpate. |
tree | commitdiff |
2018-04-07 |
Jan Nieuwenhuizen | core: Add setenv. |
tree | commitdiff |
2017-12-09 |
Jan Nieuwenhuizen | mes: Single environment lookup for variables, SICP... |
tree | commitdiff |
2018-01-25 |
Jan Nieuwenhuizen | mes: Add incremental test suite. |
tree | commitdiff |
2017-12-04 |
Jan Nieuwenhuizen | mescc: M4 support: scaffold/tests/82-define.c. |
tree | commitdiff |
2017-12-04 |
Jan Nieuwenhuizen | mlibc: Tinycc support: qsort. |
tree | commitdiff |
2017-12-03 |
Jan Nieuwenhuizen | mescc: scaffold: misc cleanups. |
tree | commitdiff |
2017-12-03 |
Jan Nieuwenhuizen | mlibc: New library layout; remove duplication. |
tree | commitdiff |
2017-11-27 |
Jan Nieuwenhuizen | mescc: Mescc-tools support: char foo[BAR] = {'a', ... |
tree | commitdiff |
2017-11-26 |
Jan Nieuwenhuizen | mlibc: GNU Gcc support: setjmp, longjmp. |
tree | commitdiff |
2017-11-18 |
Jan Nieuwenhuizen | mescc: Tinycc support: test #include. |
tree | commitdiff |
2017-11-17 |
Jan Nieuwenhuizen | mescc: Tinycc support: struct struct array. |
tree | commitdiff |
2017-11-16 |
Jan Nieuwenhuizen | tinycc: scaffold/main.c: running mes-tcc compiled binar... |
tree | commitdiff |
2017-11-15 |
Jan Nieuwenhuizen | tinycc: scaffold/main.c: running mes-tcc compiled binar... |
tree | commitdiff |
2017-11-14 |
Jan Nieuwenhuizen | tinycc: scaffold/main.c: running mes-tcc compiled binar... |
tree | commitdiff |
2017-11-11 |
Jan Nieuwenhuizen | mescc: refactor expr->accu, expr->accu*, fixes nontrivi... |
tree | commitdiff |
2017-09-03 |
Jan Nieuwenhuizen | tinycc: scaffold/main.c: running tcc-compiled binary #3. |
tree | commitdiff |
2017-09-10 |
Jan Nieuwenhuizen | mescc: Tinycc support: struct by value assign. |
tree | commitdiff |
2017-09-02 |
Jan Nieuwenhuizen | tinycc: scaffold/main.c: running tcc-compiled binary #2. |
tree | commitdiff |
2017-08-19 |
Jan Nieuwenhuizen | tinycc: scaffold/main.c: first running tcc-compiled... |
tree | commitdiff |
2017-08-27 |
Jan Nieuwenhuizen | mescc: Tinycc support: fix *--p = 'x'. |
tree | commitdiff |
2017-08-27 |
Jan Nieuwenhuizen | mescc: Tinycc support: array of struct of any size. |
tree | commitdiff |
2017-08-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: pointer arithmetic with pointer... |
tree | commitdiff |
2017-08-25 |
Jan Nieuwenhuizen | mescc: Tinycc support: pointer arithmetic with &variable. |
tree | commitdiff |
2017-08-23 |
Jan Nieuwenhuizen | mescc: Tinycc support: pointer arithmetic with variable. |
tree | commitdiff |
2017-08-23 |
Jan Nieuwenhuizen | mescc: Tinycc support: handle pointerness, siziness... |
tree | commitdiff |
2017-08-19 |
Jan Nieuwenhuizen | mescc: Tinycc support: strtoull. |
tree | commitdiff |
2017-08-10 |
Jan Nieuwenhuizen | mescc: Tinycc support: struct.struct. |
tree | commitdiff |
2017-08-10 |
Jan Nieuwenhuizen | mescc: Tinycc support: --*p, ++*p. |
tree | commitdiff |
2017-08-08 |
Jan Nieuwenhuizen | mescc: Tinycc support: word array assignment. |
tree | commitdiff |
2017-08-07 |
Jan Nieuwenhuizen | mescc: Tinycc support: struct char array assignment. |
tree | commitdiff |
2017-08-06 |
Jan Nieuwenhuizen | mescc: Tinycc support: struct assign by value. |
tree | commitdiff |
2017-08-06 |
Jan Nieuwenhuizen | mescc: Move simple main to scaffold. |
tree | commitdiff |
2017-08-06 |
Jan Nieuwenhuizen | mescc: Tinycc support: byte and word struct fields. |
tree | commitdiff |
2017-08-05 |
Jan Nieuwenhuizen | mescc: Tinycc support: fixes for foo.bar[baz]. |
tree | commitdiff |
2017-08-05 |
Jan Nieuwenhuizen | mescc: Tinycc support: fixes for foo->bar[baz]. |
tree | commitdiff |
2017-08-05 |
Jan Nieuwenhuizen | mescc: Tinycc support: foo.bar[baz], foo->bar[baz]... |
tree | commitdiff |
2017-08-04 |
Jan Nieuwenhuizen | mescc: Tinycc support: foo[index]->bar for array bar. |
tree | commitdiff |
2017-08-04 |
Jan Nieuwenhuizen | mescc: Tinycc support: ((unsigned char*)str)[i]. |
tree | commitdiff |
2017-08-04 |
Jan Nieuwenhuizen | mescc: Tinycc support: ((unsigned char*)str)[0]. |
tree | commitdiff |
2017-08-01 |
Jan Nieuwenhuizen | mescc: Tinycc support: support foo.bar[baz], foo->bar... |
tree | commitdiff |
2017-08-01 |
Jan Nieuwenhuizen | mescc: drop naive realloc. |
tree | commitdiff |
2017-07-31 |
Jan Nieuwenhuizen | mescc: Tinycc support: ((foo*) p) + n. |
tree | commitdiff |
2017-07-30 |
Jan Nieuwenhuizen | mescc: Tinycc support: field size of foo.bar[baz],... |
tree | commitdiff |
2017-07-30 |
Jan Nieuwenhuizen | mescc: Tinycc support: int foo[bar] = {baz,...}. |
tree | commitdiff |
2017-07-29 |
Jan Nieuwenhuizen | mescc: Tinycc support: union.struct. |
tree | commitdiff |
2017-07-29 |
Jan Nieuwenhuizen | mescc: Tinycc support: fix accu value after comparison. |
tree | commitdiff |
2017-07-28 |
Jan Nieuwenhuizen | mescc: Tinycc support: foo.bar = foo.baz = bla. |
tree | commitdiff |
2017-07-29 |
Jan Nieuwenhuizen | mescc: Tinycc support: fix foo[bar]->baz. |
tree | commitdiff |
2017-07-28 |
Jan Nieuwenhuizen | mescc: Tinycc support: foo *bar[baz]. |
tree | commitdiff |
2017-07-28 |
Jan Nieuwenhuizen | mescc: Tinycc support: bugfix foo[bar] = baz, with... |
tree | commitdiff |
2017-07-28 |
Jan Nieuwenhuizen | mescc: Tinycc support: bugfix *foo = bar. |
tree | commitdiff |
2017-07-28 |
Jan Nieuwenhuizen | mescc: Tinycc support: bugfix *(cast)foo = bar. |
tree | commitdiff |
2017-07-28 |
Jan Nieuwenhuizen | mescc: Tinycc support: pointer arithmetic. |
tree | commitdiff |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: bugfix struct.array. |
tree | commitdiff |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: bugfix struct pointer. |
tree | commitdiff |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: bugfix for char **pp = *p. |
tree | commitdiff |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: multiple statements in default... |
tree | commitdiff |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Use "tag" for tag namespace. |
tree | commitdiff |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: struct.union. |
tree | commitdiff |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: struct foo {int bar; int baz... |
tree | commitdiff |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: foo[i].bar.baz. |
tree | commitdiff |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: *global =. |
tree | commitdiff |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: anonymous union. |
tree | commitdiff |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: ~, ^=. |
tree | commitdiff |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: struct.struct. |
tree | commitdiff |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: bitwise-or initializer. |
tree | commitdiff |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: char*[] in function. |
tree | commitdiff |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: more list initializers. |
tree | commitdiff |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: sizeof struct field. |
tree | commitdiff |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: pre/post-inc/dec more. |
tree | commitdiff |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: comma operator. |
tree | commitdiff |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: assign pointer to struct field. |
tree | commitdiff |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: multi-line strings. |
tree | commitdiff |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: union. |
tree | commitdiff |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: struct. |
tree | commitdiff |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Refactor decl. |
tree | commitdiff |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Refactor decl. |
tree | commitdiff |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Import tinycc test suite. |
tree | commitdiff |
2017-07-09 |
Jan Nieuwenhuizen | test: Split-up Mescc scaffold test. |
tree | commitdiff |
2017-07-02 |
Jan Nieuwenhuizen | build: Remove make. |
tree | commitdiff |
2017-07-02 |
Jan Nieuwenhuizen | mescc: Produce M1 output instead of hex2. |
tree | commitdiff |
2017-06-23 |
Jan Nieuwenhuizen | build: Add stage0 hex2 test. |
tree | commitdiff |
2017-06-12 |
Jan Nieuwenhuizen | mescc: Support continue in while. |
tree | commitdiff |
2017-06-12 |
Jan Nieuwenhuizen | mescc: Remove jump calculation, use labels: prepare. |
tree | commitdiff |
2017-06-12 |
Jan Nieuwenhuizen | mescc: Remove duplication of string globals. |
tree | commitdiff |
2017-06-11 |
Jan Nieuwenhuizen | mescc: Write object files in hex2 or hex3 format. |
tree | commitdiff |
2017-06-20 |
Jan Nieuwenhuizen | test: Support for non-Guix[SD]: cater for missing CC... |
tree | commitdiff |
2017-06-03 |
Jan Nieuwenhuizen | mescc: move include into share/mlibc, allows installing... |
tree | commitdiff |
2017-05-31 |
Jan Nieuwenhuizen | mescc: Support array in struct. |
tree | commitdiff |
2017-05-28 |
Jan Nieuwenhuizen | build: Skip gcc, mlibc, guile or mes builds using CC... |
tree | commitdiff |
2017-05-28 |
Jan Nieuwenhuizen | core: Always include reader.c, drop binary read-0-32... |
tree | commitdiff |
2017-05-21 |
Jan Nieuwenhuizen | mescc: Refactor mlibc compilation. |
tree | commitdiff |
2017-05-19 |
Jan Nieuwenhuizen | core: Add current-output-port, open-output-file, set... |
tree | commitdiff |
2017-05-08 |
Jan Nieuwenhuizen | mescc: Add strcpy. |
tree | commitdiff |
2017-05-06 |
Jan Nieuwenhuizen | mescc: Support binary constants. |
tree | commitdiff |
2017-05-06 |
Jan Nieuwenhuizen | mescc: Support ==, != as expression value. |
tree | commitdiff |
next |