| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | build: support compiling stdlib. | Kaz Kylheku | 2018-04-05 | 1 | -5/+30 |
* | New: virtual machine with assembler. | Kaz Kylheku | 2018-03-10 | 1 | -1/+1 |
* | Copyright year bump 2018. | Kaz Kylheku | 2018-02-15 | 1 | -1/+1 |
* | New feature: structure delegate streams. | Kaz Kylheku | 2017-12-08 | 1 | -0/+1 |
* | Makefile: further improvement of tests. | Kaz Kylheku | 2017-10-25 | 1 | -32/+34 |
* | Makefile: fix silliness in "tests" target. | Kaz Kylheku | 2017-10-25 | 1 | -10/+5 |
* | Makefile: improve command abbreviation. | Kaz Kylheku | 2017-10-25 | 1 | -4/+8 |
* | Makefile: clean temporary file used in testing. | Kaz Kylheku | 2017-09-28 | 1 | -0/+1 |
* | Makefile: print failing command in condensed mode. | Kaz Kylheku | 2017-09-28 | 1 | -63/+82 |
* | configure: deal with non-standard libffi installations. | Kaz Kylheku | 2017-07-04 | 1 | -0/+4 |
* | ffi: retain some functionality if libffi missing. | Kaz Kylheku | 2017-06-10 | 1 | -2/+1 |
* | make tests: remove failed .out. | Kaz Kylheku | 2017-05-27 | 1 | -1/+4 |
* | tests: first FFI regression test case. | Kaz Kylheku | 2017-05-13 | 1 | -0/+1 |
* | Start of FFI implementation based on libffi. | Kaz Kylheku | 2017-04-24 | 1 | -0/+1 |
* | Continuing implementation of buffers. | Kaz Kylheku | 2017-04-21 | 1 | -1/+1 |
* | Makefile: detect when y.tab.h doesn't change. | Kaz Kylheku | 2017-04-19 | 1 | -0/+5 |
* | Protect internal symbols from uninterning. | Kaz Kylheku | 2017-04-15 | 1 | -1/+1 |
* | Get rid of config/ directory. | Kaz Kylheku | 2017-03-31 | 1 | -10/+9 |
* | build: defend against $(top_srcdir) interference. | Kaz Kylheku | 2017-03-31 | 1 | -0/+11 |
* | Fix broken out-of-tree build. | Kaz Kylheku | 2017-03-31 | 1 | -1/+2 |
* | Icon refresh. | Kaz Kylheku | 2017-03-15 | 1 | -1/+1 |
* | Drop the annoying need for - for standard input. | Kaz Kylheku | 2017-03-08 | 1 | -1/+1 |
* | Bump copyright year to 2017. | Kaz Kylheku | 2017-01-23 | 1 | -1/+1 |
* | bugfix: make clean not removing txr-win.exe | Kaz Kylheku | 2016-12-22 | 1 | -0/+1 |
* | configure: move Darwin check into Makefile. | Kaz Kylheku | 2016-11-20 | 1 | -0/+6 |
* | Conform to standard Makefile conventions. | Kaz Kylheku | 2016-11-20 | 1 | -29/+31 |
* | New arithmetic tests. | Kaz Kylheku | 2016-11-15 | 1 | -0/+1 |
* | Synchronize license comments with LICENSE. | Kaz Kylheku | 2016-10-01 | 1 | -16/+17 |
* | Adding tests for split-str. | Kaz Kylheku | 2016-09-17 | 1 | -0/+1 |
* | Fix multi-arch build issue for txr.res. | Kaz Kylheku | 2016-08-06 | 1 | -1/+1 |
* | Fix issue in make dependency generation. | Kaz Kylheku | 2016-08-06 | 1 | -1/+2 |
* | The cmdwrap sh.exe hack is no longer needed. | Kaz Kylheku | 2016-06-30 | 1 | -5/+0 |
* | Fix command spawning on Cygwin-based standalone image. | Kaz Kylheku | 2016-06-29 | 1 | -0/+5 |
* | Eliminating the ! $ and - file-opening hacks. | Kaz Kylheku | 2016-05-31 | 1 | -1/+1 |
* | Adding termios support. | Kaz Kylheku | 2016-05-18 | 1 | -0/+1 |
* | Some recent versions of flex contain // comment. | Kaz Kylheku | 2016-05-06 | 1 | -1/+6 |
* | Adding manual page checker. | Kaz Kylheku | 2016-04-26 | 1 | -1/+2 |
* | Check man page for errors when generating PDF. | Kaz Kylheku | 2016-04-26 | 1 | -1/+1 |
* | Adding ftw function. | Kaz Kylheku | 2016-04-15 | 1 | -0/+1 |
* | Basic regression test case for sockets. | Kaz Kylheku | 2016-03-07 | 1 | -0/+1 |
* | Adding socket support: unix, ipv4, ipv6. | Kaz Kylheku | 2016-02-26 | 1 | -0/+1 |
* | Support extra linker flags. | Kaz Kylheku | 2016-01-13 | 1 | -1/+1 |
* | Copyright year bump. | Kaz Kylheku | 2015-12-31 | 1 | -1/+1 |
* | Increase stack size on Windows. | Kaz Kylheku | 2015-11-29 | 1 | -1/+1 |
* | Stop using C library setjmp/longjmp. | Kaz Kylheku | 2015-10-25 | 1 | -1/+13 |
* | Reveal struct winsize on Solaris. | Kaz Kylheku | 2015-09-09 | 1 | -0/+1 |
* | Basic REPL based on linenoise. | Kaz Kylheku | 2015-09-05 | 1 | -1/+1 |
* | Compile and link linkenoise into txr; fix errors. | Kaz Kylheku | 2015-09-04 | 1 | -0/+1 |
* | No need to point the compiler into the mpi directory. | Kaz Kylheku | 2015-09-04 | 1 | -1/+0 |
* | Introducing structs. | Kaz Kylheku | 2015-09-02 | 1 | -1/+1 |