| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add maze generation to test suite. | Kaz Kylheku | 2015-08-24 | 1 | -0/+2 |
* | Start of new way of handling variable arguments. | Kaz Kylheku | 2015-08-17 | 1 | -1/+1 |
* | Minor dependency fix in Makefile. | Kaz Kylheku | 2015-08-15 | 1 | -3/+6 |
* | Whitespace. | Kaz Kylheku | 2015-08-15 | 1 | -1/+1 |
* | Regenerate parser and scanner if config changes. | Kaz Kylheku | 2015-08-15 | 1 | -3/+3 |
* | Remove unwanted yyparse declaration from y.tab.h. | Kaz Kylheku | 2015-08-14 | 1 | -1/+8 |
* | Crafting a better parser-priming hack. | Kaz Kylheku | 2015-08-12 | 1 | -1/+2 |
* | * Makefile (SRCS): When top_srcdir is blank, elide the entire | Kaz Kylheku | 2015-08-07 | 1 | -1/+2 |
* | Define TXR_DBG macro when compiling debug build. | Kaz Kylheku | 2015-08-03 | 1 | -2/+2 |
* | Custom linker flags support. | Christopher Meng | 2015-08-03 | 1 | -2/+3 |
* | * Makefile (tst/tets/012/%): Disable --gc-debug for | Kaz Kylheku | 2015-07-25 | 1 | -0/+1 |
* | Set up blank top_srcdir if building in source directory. | Kaz Kylheku | 2015-07-23 | 1 | -15/+17 |
* | Split off test macros from ifa.tl into common file. | Kaz Kylheku | 2015-07-23 | 1 | -4/+3 |
* | Fixes for building in separate dir. | Kaz Kylheku | 2015-07-23 | 1 | -11/+13 |
* | Implementing caar, cadr, cdar and friends. | Kaz Kylheku | 2015-07-21 | 1 | -1/+1 |
* | Remove places.h generation hack. | Kaz Kylheku | 2015-06-20 | 1 | -17/+1 |
* | * Makefile: whitespace fixes. | Kaz Kylheku | 2015-06-19 | 1 | -3/+3 |
* | Test ifa macro. | Kaz Kylheku | 2015-06-19 | 1 | -2/+10 |
* | Adding anaphoric ifa macro. | Kaz Kylheku | 2015-06-17 | 1 | -3/+9 |
* | Represent place.tl more compactly in image. | Kaz Kylheku | 2015-05-19 | 1 | -2/+2 |
* | * Makefile (LISP_TO_C_STRING): Strip comments, but not comment lines, | Kaz Kylheku | 2015-05-07 | 1 | -2/+1 |
* | New macro-based framework for assignment places. | Kaz Kylheku | 2015-05-06 | 1 | -1/+19 |
* | Switch to in-tree mpi directory. | Kaz Kylheku | 2015-04-22 | 1 | -7/+2 |
* | * Makefile (enforce): Update error error message. | Kaz Kylheku | 2015-03-24 | 1 | -2/+2 |
* | * Makefile (OBJS): Add parser.o. | Kaz Kylheku | 2014-12-21 | 1 | -1/+1 |
* | * Makefile: Add dependency froml $(EXTRA_OBJS-y) to header | Kaz Kylheku | 2015-02-09 | 1 | -1/+3 |
* | * Makefile: Removing bogus eval which refers to nonexistent | Kaz Kylheku | 2015-02-09 | 1 | -4/+0 |
* | * Makefile (clean): Remove $(EXTRA_OBJS-y) so the Windows .res | Kaz Kylheku | 2015-02-09 | 1 | -1/+1 |
* | * Makefile (CFLAGS): Removed puzzling, unnecessary definitions | Kaz Kylheku | 2015-02-07 | 1 | -3/+0 |
* | Support txr-win.exe target which has no console window. | Kaz Kylheku | 2015-02-07 | 1 | -5/+24 |
* | On Windows, add icon and identifying meta-data to executable. | Kaz Kylheku | 2015-01-31 | 1 | -2/+17 |
* | * glob.c: New file. | Kaz Kylheku | 2015-01-11 | 1 | -0/+1 |
* | * Makefile (retest): New phony target for convenience. | Kaz Kylheku | 2015-01-11 | 1 | -0/+3 |
* | * Makefile (rebuild, clean, repatch): Fail these targets if | Kaz Kylheku | 2015-01-01 | 1 | -4/+13 |
* | Factor out some compiling commands into macros. | Kaz Kylheku | 2014-12-13 | 1 | -16/+24 |
* | Build bugfix: if a config.h header exists in $(top_srcdir), | Kaz Kylheku | 2014-12-12 | 1 | -12/+35 |
* | * configure (have_git): New variable and configure test for git. | Kaz Kylheku | 2014-12-11 | 1 | -0/+8 |
* | Throwing away old dependency system. | Kaz Kylheku | 2014-12-10 | 1 | -10/+23 |
* | * Makefile (ABBREV): Rewrite to take advantage of DEP_ | Kaz Kylheku | 2014-12-10 | 1 | -7/+8 |
* | * Makefile (install-tests): Do not use option -c of | Kaz Kylheku | 2014-12-09 | 1 | -2/+2 |
* | Test output goes to tst/ now. | Kaz Kylheku | 2014-12-09 | 1 | -36/+37 |
* | * Makefile (($TESTS_OUT)): Do not depend on $(PROG). | Kaz Kylheku | 2014-12-09 | 1 | -3/+1 |
* | * Makefile (all): Mark as phony target. | Kaz Kylheku | 2014-12-09 | 1 | -0/+1 |
* | Condensed make output. | Kaz Kylheku | 2014-12-09 | 1 | -48/+65 |