summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* No-op expansion for (inc 0) and (dec 0).Kaz Kylheku2016-09-081-2/+2
* Fix poorly chosen :postinit order.Kaz Kylheku2016-09-072-14/+29
* Awk comes to TXR via a macro.Kaz Kylheku2016-09-072-0/+166
* New rslot macro to suport upcoming awk macro.Kaz Kylheku2016-09-072-1/+28
* Bugfix: issue with expansion of place macros.Kaz Kylheku2016-09-072-4/+10
* Bugfix: x not macro-expanded in (set [x i] y).Kaz Kylheku2016-09-071-10/+13
* Bugfix: nthcdr place not obtaining macro env.Kaz Kylheku2016-09-071-5/+9
* Regression: @(rep) wrongly diagnoses empty clause.Kaz Kylheku2016-09-061-2/+2
* Version 148.txr-148Kaz Kylheku2016-09-016-72/+99
* doc: revised merge directive description.Kaz Kylheku2016-09-011-38/+73
* Address -c not working with --lisp.Kaz Kylheku2016-09-011-0/+6
* installer: don't package man page.Kaz Kylheku2016-08-311-2/+1
* installer: lower case txr dir.Kaz Kylheku2016-08-311-6/+6
* doc: wording changes regarding usage of "query".Kaz Kylheku2016-08-311-41/+64
* doc: warn about exit methods not saving history.Kaz Kylheku2016-08-301-0/+5
* doc: revise synopsis; document listener invocation.Kaz Kylheku2016-08-301-2/+11
* doc: verb number agreement in Undo Editing.Kaz Kylheku2016-08-301-1/+1
* doc: bad wording in path-private-to-me-pKaz Kylheku2016-08-301-1/+3
* Fix emulation of TXR 135 @(if) semantics.Kaz Kylheku2016-08-291-2/+4
* Fix broken expansion in @(if) and output @(repeat).Kaz Kylheku2016-08-291-5/+5
* Fix bugs in new quasiquote optimization.Kaz Kylheku2016-08-281-2/+4
* Precompute functions used by quasiquote optimizer.Kaz Kylheku2016-08-281-35/+46
* Fix runaway recursion in lazy struct initialization.Kaz Kylheku2016-08-282-2/+9
* Optimize quasiquote code generation.Kaz Kylheku2016-08-271-9/+98
* Introduce symbol variable for list*.Kaz Kylheku2016-08-271-2/+3
* Fix formatting of list* syntax.Kaz Kylheku2016-08-261-1/+1
* Adding time-parse method.Kaz Kylheku2016-08-252-17/+117
* Put cap on @<digits> value in op/do syntax.Kaz Kylheku2016-08-241-0/+4
* Error on non-bindable sym in defvar and defparm.Kaz Kylheku2016-08-241-0/+3
* Fix bug: global lexicals marked special anyway.Kaz Kylheku2016-08-241-9/+4
* Check arg count when expanding defsymacro.Kaz Kylheku2016-08-241-0/+3
* Misleading error message in defvarl and defsymacro.Kaz Kylheku2016-08-241-2/+2
* New time-string method on time struct.Kaz Kylheku2016-08-222-16/+74
* Adding time-parse function: wrapper for strptime.Kaz Kylheku2016-08-225-0/+68
* 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