summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Changes to the printing framework.Kaz Kylheku2016-10-209-73/+96
* A few volatile fixes related to setjmp.Kaz Kylheku2016-10-202-6/+6
* obj_print: use of volatile.Kaz Kylheku2016-10-201-3/+5
* doc: reduce-left fixes.Kaz Kylheku2016-10-201-2/+8
* doc: fix incomplete range literal desc.Kaz Kylheku2016-10-201-0/+10
* doc: fix incomplete hash literal desc.Kaz Kylheku2016-10-201-1/+8
* Check call graph circularity in circ_backpatch.Kaz Kylheku2016-10-201-7/+13
* Fix struct lit problem exposed by circular syntax.Kaz Kylheku2016-10-206-12/+49
* Implement *print-circle* for sharing and cycles.Kaz Kylheku2016-10-201-5/+122
* Add stream printing context.Kaz Kylheku2016-10-208-55/+91
* Add *print-circle* special variable.Kaz Kylheku2016-10-192-2/+3
* Cycle detection in sys:cp-origin.Kaz Kylheku2016-10-191-9/+13
* reduce-left bugfix: bad init val with key-func.Kaz Kylheku2016-10-181-1/+1
* Adding notation for cycles and shared structure.Kaz Kylheku2016-10-184-5/+213
* Detect cycles in rlcp_tree.Kaz Kylheku2016-10-183-3/+34
* New function to access slot list of struct type.Kaz Kylheku2016-10-182-0/+7
* Provide functions to alter range objects.Kaz Kylheku2016-10-172-0/+16
* Bugfix: unable to assign to x.y.z place.Kaz Kylheku2016-10-151-4/+1
* Support nil env in env-fbind and env-vbind.Kaz Kylheku2016-10-152-10/+30
* Version 154.txr-154Kaz Kylheku2016-10-156-662/+710
* Fix wrong memset in new args handling function.Kaz Kylheku2016-10-151-1/+1
* doc: defsymacro: runaway recursion.Kaz Kylheku2016-10-141-1/+1
* doc: defsymacro rewording.Kaz Kylheku2016-10-141-8/+12
* doc: small fix under format ~s directive.Kaz Kylheku2016-10-141-1/+3
* Adding family slot to socket addresses.Kaz Kylheku2016-10-133-9/+37
* Bugfix: sub and length on abstract sequences.Kaz Kylheku2016-10-133-1/+45
* Overhaul where funtion.Kaz Kylheku2016-10-131-14/+43
* doc: clarification under nullify method.Kaz Kylheku2016-10-131-1/+2
* Let some sequence functions work on structs.Kaz Kylheku2016-10-131-28/+32
* find-max and find-min support hashes.Kaz Kylheku2016-10-122-15/+76
* New accessor: hash-userdata.Kaz Kylheku2016-10-123-9/+51
* listener: put each result into linenoise.Kaz Kylheku2016-10-121-0/+1
* linenoise: Ctrl-X Ctrl-P edits result of command.Kaz Kylheku2016-10-122-0/+21
* Include user data in hash read syntax.Kaz Kylheku2016-10-122-8/+40
* Support gmtoff and zone in time struct.Kaz Kylheku2016-10-122-4/+52
* doc: typo under html-encode*Kaz Kylheku2016-10-121-1/+1
* linenoise: bug in resubmit historic line when dupe.Kaz Kylheku2016-10-121-2/+4
* New function regex-from-trie.Kaz Kylheku2016-10-122-0/+78
* Support n-ary and and or operators in regex.Kaz Kylheku2016-10-101-1/+63
* Simplify some regex tree walking code.Kaz Kylheku2016-10-101-18/+10
* Support curried args in method and meth.Kaz Kylheku2016-10-096-18/+115
* Support curried arguments in umethod and umeth.Kaz Kylheku2016-10-096-14/+71
* New function: args_cat_zap_from.Kaz Kylheku2016-10-092-0/+11
* Bugfix: wrong memset size in args_cat_zap.Kaz Kylheku2016-10-091-4/+5
* Version 153.txr-153Kaz Kylheku2016-10-074-4/+19
* gc issues in clear_struct and replace_struct.Kaz Kylheku2016-10-071-0/+3
* Check for self-assignment in replace_struct.Kaz Kylheku2016-10-072-12/+27
* doc: mistakes in introduction of do operator.Kaz Kylheku2016-10-071-3/+3
* nuke trailing newlines from exception messages.Kaz Kylheku2016-10-073-8/+8
* small bug in format: handle missing format char.Kaz Kylheku2016-10-071-0/+2