urbit/jets/e
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
..
aesc.c Fix alignments in jets/g 2015-08-28 09:14:14 -05:00
cue.c Fix alignments in jets/g 2015-08-28 09:14:14 -05:00
ed_puck.c descriptive names for c files 2015-06-23 21:29:11 -04:00
ed_sign.c Fix alignments in jets/g 2015-08-28 09:14:14 -05:00
ed_veri.c Fix alignments in jets/g 2015-08-28 09:14:14 -05:00
fl.c mpz_clears to mpz_clear 2015-09-30 16:53:32 +03:00
jam.c Fix alignments in jets/g 2015-08-28 09:14:14 -05:00
lore.c fix ++lore and ++role 2015-12-07 19:19:11 -05:00
loss.c Fix alignments in jets/g 2015-08-28 09:14:14 -05:00
lune.c Fix ++lune corner cases for real 2016-03-03 17:34:37 -05:00
mat.c Fix alignments in jets/g 2015-08-28 09:14:14 -05:00
mink.c Fully shifted over to modern typed namespace. 2016-02-03 20:51:01 -08:00
mule.c descriptive names for c files 2015-06-23 21:29:11 -04:00
parse.c Fix alignments in jets/g 2015-08-28 09:14:14 -05:00
rd.c Fix alignments in jets/g 2015-08-28 09:14:14 -05:00
repg.c Fix alignments in jets/g 2015-08-28 09:14:14 -05:00
rexp.c Fix alignments in jets/g 2015-08-28 09:14:14 -05:00
rq.c Fix alignments in jets/g 2015-08-28 09:14:14 -05:00
rs.c Fix alignments in jets/g 2015-08-28 09:14:14 -05:00
rub.c Fix alignments in jets/g 2015-08-28 09:14:14 -05:00
scr.c Avoiding to compile parts of statements with preprocessor conditionals. 2015-12-10 14:58:39 -05:00
shax.c Fix alignments in jets/g 2015-08-28 09:14:14 -05:00
tape.c Fix alignments in jets/g 2015-08-28 09:14:14 -05:00
trip.c descriptive names for c files 2015-06-23 21:29:11 -04:00