| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Check for non-package value in *package*. | Kaz Kylheku | 2016-11-10 | 1 | -1/+9 |
* | Implementing package foreign symbol concept. | Kaz Kylheku | 2016-11-10 | 1 | -38/+238 |
* | Check that name is stringp in some sym functions. | Kaz Kylheku | 2016-11-08 | 1 | -6/+18 |
* | Implement *package* special var; package overhaul. | Kaz Kylheku | 2016-11-08 | 1 | -26/+11 |
* | Don't access *print-circle* in early init. | Kaz Kylheku | 2016-11-08 | 1 | -1/+1 |
* | Circ print: fix recursion from print methods. | Kaz Kylheku | 2016-11-01 | 1 | -12/+23 |
* | Don't enter symbols into cycle-identifying hash. | Kaz Kylheku | 2016-10-31 | 1 | -2/+7 |
* | Relax restrictions on dwim places. | Kaz Kylheku | 2016-10-31 | 1 | -9/+34 |
* | lambda-set method: treat [struct ...] as place. | Kaz Kylheku | 2016-10-30 | 1 | -19/+51 |
* | Same fix in tok-where as tok-str. | Kaz Kylheku | 2016-10-26 | 1 | -1/+23 |
* | Don't bother with numeq comparison in tok_where. | Kaz Kylheku | 2016-10-26 | 1 | -1/+1 |
* | Fix regression: broken tok_where. | Kaz Kylheku | 2016-10-26 | 1 | -7/+10 |
* | Fix tok-str semantics once again. | Kaz Kylheku | 2016-10-26 | 1 | -1/+26 |
* | obj_print: uw guard frame only when circ printing. | Kaz Kylheku | 2016-10-26 | 1 | -2/+4 |
* | Let guard frames optionally pass through unwinding. | Kaz Kylheku | 2016-10-26 | 1 | -1/+1 |
* | last, butlast: become accessors, get optional arg. | Kaz Kylheku | 2016-10-26 | 1 | -7/+20 |
* | New accessors nthlast and butlastn. | Kaz Kylheku | 2016-10-25 | 1 | -0/+31 |
* | Default to epoch time in time-parse. | Kaz Kylheku | 2016-10-23 | 1 | -1/+9 |
* | Block continuation capture across printer. | Kaz Kylheku | 2016-10-21 | 1 | -0/+5 |
* | Another fix to print method circular printing. | Kaz Kylheku | 2016-10-21 | 1 | -8/+21 |
* | Fix circular printing across print methods. | Kaz Kylheku | 2016-10-21 | 1 | -0/+10 |
* | Changes to the printing framework. | Kaz Kylheku | 2016-10-20 | 1 | -39/+12 |
* | obj_print: use of volatile. | Kaz Kylheku | 2016-10-20 | 1 | -3/+5 |
* | Implement *print-circle* for sharing and cycles. | Kaz Kylheku | 2016-10-20 | 1 | -5/+122 |
* | Add stream printing context. | Kaz Kylheku | 2016-10-20 | 1 | -32/+32 |
* | reduce-left bugfix: bad init val with key-func. | Kaz Kylheku | 2016-10-18 | 1 | -1/+1 |
* | Provide functions to alter range objects. | Kaz Kylheku | 2016-10-17 | 1 | -0/+14 |
* | Bugfix: sub and length on abstract sequences. | Kaz Kylheku | 2016-10-13 | 1 | -1/+30 |
* | Overhaul where funtion. | Kaz Kylheku | 2016-10-13 | 1 | -14/+43 |
* | 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 | 1 | -13/+55 |
* | Support gmtoff and zone in time struct. | Kaz Kylheku | 2016-10-12 | 1 | -2/+18 |
* | length and empty functions support ranges. | Kaz Kylheku | 2016-10-04 | 1 | -0/+4 |
* | Synchronize license comments with LICENSE. | Kaz Kylheku | 2016-10-01 | 1 | -16/+17 |
* | Bugfix: out-of-range negative indices into lists. | Kaz Kylheku | 2016-09-23 | 1 | -2/+5 |
* | Switch regex type from sys:regex to regex. | Kaz Kylheku | 2016-09-23 | 1 | -1/+1 |
* | Regexes now callable as functions. | Kaz Kylheku | 2016-09-22 | 1 | -0/+16 |
* | Bugfix in tok-str: empty-match regexes. | Kaz Kylheku | 2016-09-16 | 1 | -10/+7 |
* | Bugfix in split-str: empty-match regexes. | Kaz Kylheku | 2016-09-16 | 1 | -4/+5 |
* | split-str gains ability to keep separating pieces. | Kaz Kylheku | 2016-09-16 | 1 | -1/+14 |
* | key function argument on remq, remql and remqual. | Kaz Kylheku | 2016-09-15 | 1 | -6/+20 |
* | New keepq, keepql and keepqual functions. | Kaz Kylheku | 2016-09-15 | 1 | -0/+61 |
* | Fix broken keep/remove functions. | Kaz Kylheku | 2016-09-14 | 1 | -19/+10 |
* | Semantics change in trim-str function. | Kaz Kylheku | 2016-09-11 | 1 | -4/+12 |
* | Adding time-parse method. | Kaz Kylheku | 2016-08-25 | 1 | -17/+66 |
* | New time-string method on time struct. | Kaz Kylheku | 2016-08-22 | 1 | -16/+52 |
* | Adding time-parse function: wrapper for strptime. | Kaz Kylheku | 2016-08-22 | 1 | -0/+18 |
* | Print notation for quasi-strings and quasi-word-lists. | Kaz Kylheku | 2016-07-20 | 1 | -0/+64 |
* | Replace 0 constant with nil. | Kaz Kylheku | 2016-07-19 | 1 | -1/+1 |
* | Tidy up some vector object initializations. | Kaz Kylheku | 2016-06-17 | 1 | -7/+7 |