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