bugbane1
f80099278a
Add a checkpoint save before exiting
2014-12-15 19:30:23 -05:00
cgyarvin
caa4b2730e
Merge pull request #215 from gkelly/begin-cleanup
...
Drop unused assignment from poke-begin-args.
2014-12-15 08:50:02 -08:00
cgyarvin
7746716e21
Merge pull request #217 from mrdomino/master
...
unsigned integer literal in mug
2014-12-15 08:49:01 -08:00
Steven Dee
41ae6df7d7
unsigned integer literal in mug
2014-12-15 09:30:28 -05:00
cgyarvin
45332c2ca2
Merge pull request #212 from mrdomino/master
...
screw around with the warnings, fixing some, introducing others
2014-12-11 19:37:08 -08:00
Steven Dee
44d0079f9a
Introduce some more warnings
...
Actually this only causes a few missing field initializer warnings to
show up in the jet code. I disabled sign-compare and unused-parameter
outright because they were too noisy.
2014-12-11 19:02:53 -05:00
Steven Dee
99b5f962f2
Fix warnings
...
This compiles warning-free for me on Linux now. Only one of those
warnings was scary (although it was legit-uninitialized-use scary,
which is pretty scary!), but there's this broken window theory...
2014-12-11 18:54:26 -05:00
Steven Dee
ffcfaa46fb
retab
2014-12-11 18:50:20 -05:00
cgyarvin
1bfdbf40f1
Merge pull request #211 from laanwj/2014_12_full_unicode_madness
...
Fix off-by ones in UTF-8 parsing in terminal
2014-12-11 07:50:32 -08:00
Wladimir J. van der Laan
01c33b1c50
Fix off-by ones in UTF-8 parsing in terminal
...
- 11100000 (224) was misinterpreted as 2-byte sequence, whereas it defines a 3-byte
- 11110000 (240) was misinterpreted as 3-byte sequence, whereas it defines a 4-byte
Makes it possible to type characters from the Supplementary Multilingual Plane such as 𐎒 and 𝄐.
2014-12-11 10:05:01 +01:00
C. Guy Yarvin
0503b9915b
Merge branch 'master' into radio
2014-12-10 10:44:07 -08:00
Galen Wolfe-Pauly
31b22a301a
new pill
2014-12-09 18:28:14 -08:00
Anton Dyudin
484da8bdfa
Fixed markdown spin
2014-12-09 18:25:47 -08:00
Galen Wolfe-Pauly
f3748239bd
various fixes and improvements
2014-12-09 18:15:22 -08:00
Philip C Monk
4b1f6899b1
Merge branch 'master' into radio
...
Conflicts:
urb/urbit.pill
2014-12-09 20:39:36 -05:00
Anton Dyudin
61271adf08
Merge branch 'master' of https://github.com/urbit/urbit
2014-12-09 15:51:46 -08:00
Philip C Monk
22bb473215
Merge branch 'master' of https://github.com/urbit/urbit
...
Conflicts:
urb/urbit.pill
2014-12-09 18:02:38 -05:00
Philip C Monk
c7b057dbbf
fix ye olde dotket bug
...
fixes #194
2014-12-09 17:59:31 -05:00
Anton Dyudin
17c54076a6
Merge branch 'master' of https://github.com/urbit/urbit
2014-12-08 19:16:57 -08:00
Anton Dyudin
de08d9e83a
Moved sanitization logic to ++normalize
2014-12-08 19:16:00 -08:00
Philip C Monk
427ff60d92
Merge branch 'master' of https://github.com/urbit/urbit
2014-12-08 19:01:42 -05:00
Philip C Monk
1de72c1e03
fix markdown jet memory leak
2014-12-08 19:01:28 -05:00
Anton Dyudin
139c4c61f9
Merge branch 'master' of https://github.com/urbit/urbit
2014-12-08 15:45:23 -08:00
Galen Wolfe-Pauly
149f3d5879
Merge branch 'master' of github.com:urbit/urbit
2014-12-08 15:19:27 -08:00
Anton Dyudin
5baec16881
Merge branch 'master' of https://github.com/urbit/urbit
2014-12-08 14:52:40 -08:00
Philip C Monk
84ff34955c
fix sync memory leak on linux
2014-12-08 17:46:46 -05:00
Philip C Monk
3baefceab3
move markdown jet to u3a_calloc
2014-12-08 16:00:56 -05:00
cgyarvin
d57fbc9fcc
Merge pull request #207 from gkelly/show-bail-before-abort
...
Show the how of a bail in more cases.
2014-12-06 15:32:28 -08:00
Garret Kelly
e5e142c6ea
Show the how of a bail in more cases.
2014-12-06 21:12:12 +00:00
Philip C Monk
e753562812
remove markdown printfs
2014-12-05 20:46:52 -05:00
Philip C Monk
c4473250a0
general cmark cleanup
2014-12-05 20:34:58 -05:00
Philip C Monk
801bf92893
updated dependency list
2014-12-05 16:55:27 -05:00
Philip C Monk
a188a24343
Merge branch 'master' of https://github.com/urbit/urbit
2014-12-05 16:10:48 -05:00
Philip C Monk
cef42f4d21
clear terminal backlog in ++prep
2014-12-05 16:09:46 -05:00
Anton Dyudin
52f4293639
Update README.markdown
...
Add cmake dependency
2014-12-05 12:29:13 -08:00
Philip C Monk
c77dfba7dc
fix makefile
2014-12-04 16:29:49 -05:00
Philip C Monk
0e44d99264
really fix makefile
2014-12-04 16:23:31 -05:00
Philip C Monk
10cbe40871
fix makefile
2014-12-04 16:21:33 -05:00
Philip C Monk
451e652c40
half the markdown jet
2014-12-03 23:58:49 -05:00
Philip C Monk
b24550e981
fix build
2014-12-03 18:40:35 -05:00
C. Guy Yarvin
b927a7bf78
Add test user-level jet.
2014-12-03 15:21:55 -08:00
Philip C Monk
afff845f97
link commonmark from outside/
2014-12-03 17:07:01 -05:00
Philip C Monk
ac9756ef59
Merge commit '7894810906c8213feba3ebd7be89b62a6ed89122' as 'outside/commonmark'
2014-12-03 17:03:42 -05:00
Philip C Monk
7894810906
Squashed 'outside/commonmark/' content from commit cfb756f
...
git-subtree-dir: outside/commonmark
git-subtree-split: cfb756f918aad3ef7714f75a06210e564ecb90f9
2014-12-03 17:03:42 -05:00
C. Guy Yarvin
d9d18f766e
Hack around ~(tap to) bug.
2014-12-03 11:58:42 -08:00
C. Guy Yarvin
e09388ae70
Revert previous change.
2014-12-03 11:17:32 -08:00
C. Guy Yarvin
10da2be5d4
Enable profiling on Linux.
2014-12-03 11:15:22 -08:00
C. Guy Yarvin
eaef1bbf7a
Merge branch 'master' of https://github.com/urbit/urbit
...
Conflicts:
urb/urbit.pill
2014-12-03 09:46:54 -08:00
C. Guy Yarvin
22cd6974d9
Profile tweaks.
2014-12-03 09:36:42 -08:00
Philip C Monk
124cf24c06
change linux LoomBase to 32bit-safe one
2014-12-02 21:06:06 -05:00