summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix broken read_until_match.Kaz Kylheku2016-04-191-17/+51
* Allow unlimited character pushback in unget-char.Kaz Kylheku2016-04-193-22/+25
* Incorrect format args in string stream code.Kaz Kylheku2016-04-191-1/+1
* Fix broken unget_char over string input streams.Kaz Kylheku2016-04-191-1/+1
* Bugfix: allow newline in regex parsing from string.Kaz Kylheku2016-04-181-1/+7
* Trailing whitespace.Kaz Kylheku2016-04-181-1/+1
* Bugfix: @(if expr) not macro-expanding expr.Kaz Kylheku2016-04-181-2/+2
* Fix inconsistency of Lisp var visibility in TXR.Kaz Kylheku2016-04-172-41/+69
* Bugfix: @(output) not expanding some Lisp exprs.Kaz Kylheku2016-04-171-1/+1
* Valgrind support in continuations.Kaz Kylheku2016-04-161-1/+18
* Put notes into cadr sources that they are generated.Kaz Kylheku2016-04-164-0/+12
* Version 138.txr-138Kaz Kylheku2016-04-166-318/+391
* Improve sock-peer documentation.Kaz Kylheku2016-04-161-19/+20
* Block absconds across foreign frames.Kaz Kylheku2016-04-161-0/+4
* Doc for sys:abscond* references nonexistent sym.Kaz Kylheku2016-04-161-1/+1
* Notes on glob and exceptions.Kaz Kylheku2016-04-151-0/+19
* Fix internal error: bug in data stream opening logic.Kaz Kylheku2016-04-151-2/+3
* Glob-related variables wrongly documented as special.Kaz Kylheku2016-04-151-1/+1
* Close source files after parsing.Kaz Kylheku2016-04-154-2/+17
* glob bugfix: always clear callback global.Kaz Kylheku2016-04-151-2/+2
* Adding ftw function.Kaz Kylheku2016-04-156-0/+444
* Expose stat_to_struct outside of sysif.Kaz Kylheku2016-04-152-1/+5
* Add five-arg variant of add_args.Kaz Kylheku2016-04-151-0/+12
* Fix memory leak in glob.Kaz Kylheku2016-04-151-1/+4
* Macros obtain* and obtain*-block.Kaz Kylheku2016-04-153-0/+89
* Fix proper-listp to proper-list-p.Kaz Kylheku2016-04-145-12/+27
* Remove @(do) from Lisp examples.Kaz Kylheku2016-04-141-17/+15
* Fix incorrect example under umeth.Kaz Kylheku2016-04-141-2/+2
* Make open_socket static and register in socket.c.Kaz Kylheku2016-04-144-8/+3
* Make open_sockfd static.Kaz Kylheku2016-04-142-22/+21
* New open-socket-pair function.Kaz Kylheku2016-04-143-1/+87
* Consolidate repeated address unpacking code.Kaz Kylheku2016-04-141-14/+16
* Fix error handling in dgram case of sock-accept.Kaz Kylheku2016-04-141-10/+11
* Socket mode strings defaulted and checked.Kaz Kylheku2016-04-141-6/+12
* Adding fmt function.Kaz Kylheku2016-04-143-0/+24
* Trace expansion more in expansion-time errors.Kaz Kylheku2016-04-131-5/+32
* Bugfix: track origin for built-in macros.Kaz Kylheku2016-04-131-0/+1
* More thorough job of tracking expansion origins.Kaz Kylheku2016-04-131-7/+6
* Improved window-map doc.Kaz Kylheku2016-04-131-6/+6
* Fix wrong documentation for window-map.Kaz Kylheku2016-04-131-7/+5
* Broken argument handling in umethod.Kaz Kylheku2016-04-131-2/+3
* lib-version variable doesn't autoloadKaz Kylheku2016-04-121-1/+1
* Formatting in defstruct documentation.Kaz Kylheku2016-04-121-10/+1
* Don't expand replacements of symbol macros.Kaz Kylheku2016-04-122-5/+8
* Harden glob: continuations, exceptions, re-entry.Kaz Kylheku2016-04-112-1/+38
* Remove frame popping action from uw_continue.Kaz Kylheku2016-04-112-6/+4
* Typo in comment.Kaz Kylheku2016-04-111-1/+1
* Better handling of dot position function calls.Kaz Kylheku2016-04-112-31/+110
* Fix more macro name misspellings in manual.Dave Love2016-04-101-10/+10
* New frame type to block bad unwinding and cont capture.Kaz Kylheku2016-04-082-4/+32