2018-11-15 |
Jan Nieuwenhuizen | mescc: Move memchr to libc.
|
commit | commitdiff | tree |
2018-11-15 |
Jan Nieuwenhuizen | test: Use write instead of display.
|
commit | commitdiff | tree |
2018-11-14 |
Jan Nieuwenhuizen | core: struct_set_: Oops typo.
|
commit | commitdiff | tree |
2018-11-14 |
Jan Nieuwenhuizen | mes: Remove copy of make-string.
|
commit | commitdiff | tree |
2018-11-14 |
Jan Nieuwenhuizen | mescc: Compile fixes.
|
commit | commitdiff | tree |
2018-11-11 |
Jan Nieuwenhuizen | mes: Oops, %moduledir debug info.
|
commit | commitdiff | tree |
2018-11-11 |
Jan Nieuwenhuizen | build: configure: Support Mes.
|
commit | commitdiff | tree |
2018-11-11 |
Jan Nieuwenhuizen | mes; Add read-line.
|
commit | commitdiff | tree |
2018-11-11 |
Jan Nieuwenhuizen | mes: dirname: Fix for absolute file names.
|
commit | commitdiff | tree |
2018-11-11 |
Jan Nieuwenhuizen | mes: Add file-exists?.
|
commit | commitdiff | tree |
2018-11-11 |
Jan Nieuwenhuizen | mes: Add with-error-to-file.
|
commit | commitdiff | tree |
2018-11-11 |
Jan Nieuwenhuizen | mes: Add string-downcase, string-upcase, string-tokenize.
|
commit | commitdiff | tree |
2018-11-11 |
Jan Nieuwenhuizen | mes: Add char-downcase, char-upcase.
|
commit | commitdiff | tree |
2018-11-11 |
Jan Nieuwenhuizen | mes: Add char-set:digit, char-set:lower-case, char...
|
commit | commitdiff | tree |
2018-11-11 |
Jan Nieuwenhuizen | mes: Add char-set-adjoin, char-set-complement.
|
commit | commitdiff | tree |
2018-11-11 |
Jan Nieuwenhuizen | mes: system*: Support redirection.
|
commit | commitdiff | tree |
2018-11-11 |
Jan Nieuwenhuizen | core: read_string: Allow for gc.
|
commit | commitdiff | tree |
2018-11-11 |
Jan Nieuwenhuizen | core: Add delete_file.
|
commit | commitdiff | tree |
2018-11-11 |
Jan Nieuwenhuizen | core: Add dup, dup2.
|
commit | commitdiff | tree |
2018-11-11 |
Jan Nieuwenhuizen | core: Add getcwd.
|
commit | commitdiff | tree |
2018-11-11 |
Jan Nieuwenhuizen | core: Support redirection of stderr.
|
commit | commitdiff | tree |
2018-11-11 |
Jan Nieuwenhuizen | core: Assert g_free in alloc.
|
commit | commitdiff | tree |
2018-11-11 |
Jan Nieuwenhuizen | mescc: unlink: Move to libc.
|
commit | commitdiff | tree |
2018-11-11 |
Jan Nieuwenhuizen | mescc: dup, dup2: Move to libc.
|
commit | commitdiff | tree |
2018-11-11 |
Jan Nieuwenhuizen | mescc: getcwd: Move to libc.
|
commit | commitdiff | tree |
2018-11-10 |
Jan Nieuwenhuizen | mescc: Support GNU make with POSIX.
|
commit | commitdiff | tree |
2018-11-09 |
Jan Nieuwenhuizen | mescc: Support GNU Bash.
|
commit | commitdiff | tree |
2018-11-06 |
Jan Nieuwenhuizen | build: Simplify: cater for one compiler at a time.
|
commit | commitdiff | tree |
2018-11-09 |
Jan Nieuwenhuizen | mescc: Add missing define.
|
commit | commitdiff | tree |
2018-11-08 |
Jan Nieuwenhuizen | mescc: Exit if library cannot be found.
|
commit | commitdiff | tree |
2018-11-08 |
Jan Nieuwenhuizen | mescc: Accept -O, --std, -x.
|
commit | commitdiff | tree |
2018-11-08 |
Jan Nieuwenhuizen | mescc: Support -dumpmachine.
|
commit | commitdiff | tree |
2018-10-22 |
Jan Nieuwenhuizen | mescc: vsnprintf: Compliant implementation.
|
commit | commitdiff | tree |
2018-10-21 |
Jan Nieuwenhuizen | test: Add performance test.
|
commit | commitdiff | tree |
2018-10-21 |
Jan Nieuwenhuizen | mes: Add ceil, floor, round, inexact->exact.
|
commit | commitdiff | tree |
2018-10-21 |
Jan Nieuwenhuizen | mes: read-string: Take optional port argument.
|
commit | commitdiff | tree |
2018-10-21 |
Jan Nieuwenhuizen | core: eval_apply: Order gotos according to frequency.
|
commit | commitdiff | tree |
2018-10-21 |
Jan Nieuwenhuizen | Revert "core: eval_apply profile."
|
commit | commitdiff | tree |
2018-10-21 |
Jan Nieuwenhuizen | core: eval_apply profile.
|
commit | commitdiff | tree |
2018-10-20 |
Jan Nieuwenhuizen | core: Fix displaying of closure.
|
commit | commitdiff | tree |
2018-10-20 |
Jan Nieuwenhuizen | mes: Print backtrace upon exception.
|
commit | commitdiff | tree |
2018-10-20 |
Jan Nieuwenhuizen | core: Set procedure in stack frame.
|
commit | commitdiff | tree |
2018-10-20 |
Jan Nieuwenhuizen | core: Implement stack and frame.
|
commit | commitdiff | tree |
2018-10-20 |
Jan Nieuwenhuizen | core: Support time functions.
|
commit | commitdiff | tree |
2018-10-18 |
Jan Nieuwenhuizen | core: Use hash table for symbols.
|
commit | commitdiff | tree |
2018-10-19 |
Jan Nieuwenhuizen | core: Use assert before failure exit.
|
commit | commitdiff | tree |
2018-10-18 |
Jan Nieuwenhuizen | core: Add hashq_get_handle, hash, hash_ref, hash_set_x.
|
commit | commitdiff | tree |
2018-10-18 |
Jan Nieuwenhuizen | mes: Move pair? to core.
|
commit | commitdiff | tree |
2018-10-19 |
Jan Nieuwenhuizen | mes: Move assoc to core.
|
commit | commitdiff | tree |
2018-10-20 |
Jan Nieuwenhuizen | Revert "core: Add gc-debug for stack array."
|
commit | commitdiff | tree |
2018-10-19 |
Jan Nieuwenhuizen | core: Add gc-debug for stack array.
|
commit | commitdiff | tree |
2018-10-19 |
Jan Nieuwenhuizen | scaffold: Resurrect mini-mes.
|
commit | commitdiff | tree |
2017-12-14 |
Jan Nieuwenhuizen | core: Use array-based stack.
|
commit | commitdiff | tree |
2018-10-17 |
Jan Nieuwenhuizen | mes: Resurrect Guile-1.8 support.
|
commit | commitdiff | tree |
2018-10-16 |
Jan Nieuwenhuizen | core: expand_variable: Remove weird exceptions: begin...
|
commit | commitdiff | tree |
2018-10-15 |
Jan Nieuwenhuizen | mes: Switch to srfi-9 based on structs.
|
commit | commitdiff | tree |
2018-10-15 |
Jan Nieuwenhuizen | mes: srfi-9: Add implementation based on struct.
|
commit | commitdiff | tree |
2018-10-15 |
Jan Nieuwenhuizen | core: hashq-table: Refactor to be a record-like struct.
|
commit | commitdiff | tree |
2018-10-15 |
Jan Nieuwenhuizen | mescc: Mes C Library: oputs: New function.
|
commit | commitdiff | tree |
2018-10-15 |
Jan Nieuwenhuizen | core: Use hashq-table for macros.
|
commit | commitdiff | tree |
2018-10-15 |
Jan Nieuwenhuizen | core: Add hashq-table type.
|
commit | commitdiff | tree |
2018-10-15 |
Jan Nieuwenhuizen | core: Add boot-module.
|
commit | commitdiff | tree |
2018-10-14 |
Jan Nieuwenhuizen | core: Add module-define!
|
commit | commitdiff | tree |
2018-10-14 |
Jan Nieuwenhuizen | core: Add module indirection for variable lookup.
|
commit | commitdiff | tree |
2018-10-14 |
Jan Nieuwenhuizen | core: Add module type.
|
commit | commitdiff | tree |
2018-10-14 |
Jan Nieuwenhuizen | core: Add cstring_to_symbol.
|
commit | commitdiff | tree |
2018-10-13 |
Jan Nieuwenhuizen | core: Add struct type.
|
commit | commitdiff | tree |
2018-10-15 |
Jan Nieuwenhuizen | build: factor-out snarfing.
|
commit | commitdiff | tree |
2018-10-15 |
Jan Nieuwenhuizen | core: core:cdr: Support port type.
|
commit | commitdiff | tree |
2018-10-15 |
Jan Nieuwenhuizen | mes: with-fluids: Fix reset.
|
commit | commitdiff | tree |
2018-10-19 |
Jan Nieuwenhuizen | mescc: Recognize U integer suffix.
|
commit | commitdiff | tree |
2018-10-16 |
Peter De Wachter | mescc: Add INTn_MIN/MAX defines to stdint.h.
|
commit | commitdiff | tree |
2018-10-16 |
Peter De Wachter | mescc: Allow superfluous parentheses in function declarations.
|
commit | commitdiff | tree |
2018-10-16 |
Peter De Wachter | mescc: Implement unary plus operator.
|
commit | commitdiff | tree |
2018-10-16 |
Peter De Wachter | mescc: Add missing assembly defines.
|
commit | commitdiff | tree |
2018-10-16 |
Peter De Wachter | mescc: Delete duplicate assembly defines.
|
commit | commitdiff | tree |
2018-10-16 |
Peter De Wachter | mescc: Exit with non-zero exit code when subprocess... Modified-by: Jan Nieuwenhuizen <janneke@gnu.org>
|
commit | commitdiff | tree |
2018-10-12 |
Jan Nieuwenhuizen | mescc: Oops typo.
|
commit | commitdiff | tree |
2018-12-13 |
Jan Nieuwenhuizen | core: Support \xNN in reader. Fixes tcc-boot running...
|
commit | commitdiff | tree |
2018-11-18 |
Jan Nieuwenhuizen | build: configure: Make dot optional.
|
commit | commitdiff | tree |
2018-10-11 |
Jan Nieuwenhuizen | build: Oops, remove stray lib/linux/x86_64-mes/crt1.
|
commit | commitdiff | tree |
2018-10-10 |
Jan Nieuwenhuizen | build: x86_64 bootstrap build fixes and workaround.
|
commit | commitdiff | tree |
2018-10-08 |
Jan Nieuwenhuizen | doc: Release update.
|
commit | commitdiff | tree |
2018-10-08 |
Jan Nieuwenhuizen | mescc: Oops, delete wrong line of assembly.
|
commit | commitdiff | tree |
2018-10-07 |
Jan Nieuwenhuizen | admin: Release update.
|
commit | commitdiff | tree |
2018-10-04 |
Jan Nieuwenhuizen | Release 0.18.
|
commit | commitdiff | tree |
2018-09-05 |
Jan Nieuwenhuizen | doc: Release update.
|
commit | commitdiff | tree |
2018-10-07 |
Jan Nieuwenhuizen | mescc: Another attempt at divide.
|
commit | commitdiff | tree |
2018-10-07 |
Jan Nieuwenhuizen | tests: Expect srfi-13 failure, MesCC more resembles...
|
commit | commitdiff | tree |
2018-10-06 |
Jan Nieuwenhuizen | core: reader: Support 64 bit.
|
commit | commitdiff | tree |
2018-10-06 |
Jan Nieuwenhuizen | mescc: Mes C Library: Fix execve on x86_64.
|
commit | commitdiff | tree |
2018-10-06 |
Jan Nieuwenhuizen | build: Support make seed for x86_64.
|
commit | commitdiff | tree |
2018-10-06 |
Jan Nieuwenhuizen | mes: Support fold-right 3.
|
commit | commitdiff | tree |
2018-10-06 |
Jan Nieuwenhuizen | mescc: Nyacc comment escapes.
|
commit | commitdiff | tree |
2018-10-06 |
Jan Nieuwenhuizen | mescc: Fix clobbering of struct by value assign.
|
commit | commitdiff | tree |
2018-10-06 |
Jan Nieuwenhuizen | core: Add vector test.
|
commit | commitdiff | tree |
2018-10-06 |
Jan Nieuwenhuizen | mescc: Fix obnoxious assignment ERROR message.
|
commit | commitdiff | tree |
2018-10-06 |
Jan Nieuwenhuizen | core: Avoid 64bit zero divide.
|
commit | commitdiff | tree |
2018-10-06 |
Jan Nieuwenhuizen | mescc: Support negative divide.
|
commit | commitdiff | tree |
2018-10-06 |
Jan Nieuwenhuizen | mescc: Support --align, off by default.
|
commit | commitdiff | tree |
next |