shrub/jets
Raymond Pasco 4389263922 Fix ++lune corner cases for real
without breaking others this time. Cases tested:

(lune '')                  -> ~
(lune '\0a')               -> ~['']
(lune 'a')                 -> noeol
(lune '\0aabcd')           -> noeol
(lune '\0aabcd\0a')        -> ~['' 'abcd']
(lune '\0aabcd\0aefgh')    -> noeol
(lune '\0aabcd\0aefgh\0a') -> ~['' 'abcd' 'efgh']
(lune '\0aabcd\0a\0a')     -> ~['' 'abcd' '']
(lune 'abcd')              -> noeol
(lune 'abcd\0a')           -> ~['abcd']
(lune 'abcd\0aefgh')       -> noeol
(lune 'abcd\0aefgh\0a')    -> ~['abcd' 'efgh']
(lune 'abcd\0a\0a')        -> ~['abcd' '']
2016-03-03 17:34:37 -05:00
..
a Fix alignment in jets/a 2015-08-28 08:25:19 -05:00
b Add ++skid jet 2015-09-19 10:03:13 -07:00
c Cosmetic changes to all function arg alignments in jets/c 2015-08-27 21:23:01 -04:00
d Fixed some uni bugs. ++fond jet still overflows when on. 2016-01-22 20:59:49 -08:00
e Fix ++lune corner cases for real 2016-03-03 17:34:37 -05:00
f Fix a bug in deep axis handling. 2016-02-17 11:12:44 -08:00
g Aligned stuff in down.c 2015-08-28 08:33:41 -05:00
tree.c Activate ++lune jet 2016-03-03 00:06:24 -05:00