summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 147.txr-147Kaz Kylheku2016-08-123-3/+18
* Fix multi-arch build issue for txr.res.Kaz Kylheku2016-08-062-2/+2
* Port exception handling to 64 bit Cygwin.Kaz Kylheku2016-08-062-2/+59
* Fix issue in make dependency generation.Kaz Kylheku2016-08-061-1/+2
* Check for Cygnal when deciding where user home is.Kaz Kylheku2016-07-271-19/+9
* Version 146.txr-146Kaz Kylheku2016-07-206-52/+72
* Print notation for quasi-strings and quasi-word-lists.Kaz Kylheku2016-07-201-0/+64
* NFA regex optimization: use just one set array.Kaz Kylheku2016-07-191-48/+31
* NFA regex optimization: combine move and closure.Kaz Kylheku2016-07-191-37/+90
* Replace 0 constant with nil.Kaz Kylheku2016-07-191-1/+1
* Adding uname.Kaz Kylheku2016-07-193-0/+133
* Don't open text files using "t" mode on Cygwin.Kaz Kylheku2016-07-122-5/+8
* Installer: correct path for deleting sh.exe.Kaz Kylheku2016-07-121-1/+1
* Version 145.txr-145Kaz Kylheku2016-07-034-4/+28
* Rewrite Cygwin installer copyright note for Cygnal.Kaz Kylheku2016-07-031-4/+12
* Fix wrong function name: addrinfo isn't a function.Kaz Kylheku2016-07-031-1/+1
* Fix crash in getaddrinfo.Kaz Kylheku2016-07-031-2/+4
* Add shortcut to txr.exe to start menu.Kaz Kylheku2016-07-021-2/+3
* Installer deletes the sh.exe created by TXR 144.Kaz Kylheku2016-07-021-0/+1
* Bundle Cygnal version of Cygwin DLL.Kaz Kylheku2016-07-021-1/+1
* The cmdwrap sh.exe hack is no longer needed.Kaz Kylheku2016-06-303-23/+0
* Dynamically determine whether shell is cmd.exe.Kaz Kylheku2016-06-301-1/+18
* Version 144.txr-144Kaz Kylheku2016-06-296-644/+686
* Fix command spawning on Cygwin-based standalone image.Kaz Kylheku2016-06-293-0/+23
* We would like the Windows port of TXR to open files in textKaz Kylheku2016-06-282-0/+9
* Update compatibility notes.Kaz Kylheku2016-06-281-0/+3
* Handle two possible home dir locations on Cygwin.Kaz Kylheku2016-06-271-1/+27
* Handle nonexistent HOME env var in repl.Kaz Kylheku2016-06-271-3/+3
* Re-target Windows installer to Cygwin.Kaz Kylheku2016-06-271-0/+8
* Preparations for bundling Cygwin library.Kaz Kylheku2016-06-273-11/+33
* Consistent capitalization of (C).Kaz Kylheku2016-06-271-2/+2
* Revamp documentation of expressions in pattern language.Kaz Kylheku2016-06-261-104/+341
* Separator expression in @(cat) evaluated as Lisp.Kaz Kylheku2016-06-261-1/+1
* Use Lisp eval for :var inits in collect and gather.Kaz Kylheku2016-06-261-1/+1
* Wrong section macro on from-list.Kaz Kylheku2016-06-171-1/+1
* Bugfix: unsafe num_fast in repeat/rep :counter code.Kaz Kylheku2016-06-171-6/+6
* Address silly uses of fixnump.Kaz Kylheku2016-06-171-26/+22
* Rename EXTRA_DEBUGGING to CONFIG_EXTRA_DEBUGGING.Kaz Kylheku2016-06-174-10/+10
* Print valgrind backtraces for break_obj.Kaz Kylheku2016-06-171-2/+28
* Useful assertion in make_obj.Kaz Kylheku2016-06-171-0/+1
* Tidy up some vector object initializations.Kaz Kylheku2016-06-171-7/+7
* gc bugfix: maintain free_tail properly.Kaz Kylheku2016-06-161-5/+6
* Remove more vestiges of the mark_makefresh hack.Kaz Kylheku2016-06-161-16/+3
* Bogus gc marking code in syslog module.Kaz Kylheku2016-06-151-2/+0
* Replace most TXR eval with Lisp eval.Kaz Kylheku2016-06-143-45/+72
* Rename Lisp eval wrappers and change arg order.Kaz Kylheku2016-06-131-41/+32
* defsymacro must remove special marking.Kaz Kylheku2016-06-112-1/+23
* Implement :counter in collect/coll.Kaz Kylheku2016-06-092-4/+104
* Restructure documentation of collect keywords.Kaz Kylheku2016-06-091-44/+73
* Fix broken place delete semantics of symbol-value.Kaz Kylheku2016-06-081-1/+1