Commit Graph

72 Commits

Author SHA1 Message Date
Anton Dyudin
3182574f0d clarified bootup printf 2015-06-16 15:03:11 -07:00
C. Guy Yarvin
225d211f01 You can now start with -v. 2015-05-19 11:56:44 -07:00
C. Guy Yarvin
ad47ebec56 -T for autoboot. 2015-05-19 11:38:23 -07:00
C. Guy Yarvin
c1617611ed Remove debug hack. 2015-04-30 15:58:34 -07:00
C. Guy Yarvin
ff7904904d Fix ^F bug. 2015-04-08 17:29:19 -07:00
C. Guy Yarvin
330dd3da35 About to work :talk into the command line mix. 2015-03-20 11:31:02 -07:00
C. Guy Yarvin
5732f8bd1a :begin on cruiser works. 2015-03-18 15:01:47 -07:00
C. Guy Yarvin
6257937fcc Various fixes and improvements. 2015-03-18 09:40:40 -07:00
C. Guy Yarvin
f98eeda228 Adjust dill for forward compatibility. 2015-03-17 13:53:38 -07:00
C. Guy Yarvin
a1a6cc8ad3 Right before pill switch from dull to dill. 2015-03-17 10:56:54 -07:00
C. Guy Yarvin
2ddd377f89 Merge branch 'master' into dillbo
Conflicts:
	urb/urbit.pill
2015-03-05 13:31:35 -08:00
C. Guy Yarvin
4eefaeb953 Start dojo. 2015-03-05 13:25:08 -08:00
Steven Dee
6173d1577c Fixes for OpenBSD build 2015-03-02 13:36:46 -05:00
C. Guy Yarvin
a3a2ec2260 Basic dialog workings. 2015-02-25 08:57:43 -08:00
C. Guy Yarvin
597cfd11ca Barnaby, almost working. 2015-02-24 14:53:31 -08:00
C. Guy Yarvin
12d11b7781 Merge branch 'master' into dillbo
Conflicts:
	urb/urbit.pill
	urb/zod/arvo/ford.hoon
2015-02-24 11:01:26 -08:00
C. Guy Yarvin
95fbf2915b Before experiment in reversing arvo moves. 2015-02-17 19:30:53 -08:00
C. Guy Yarvin
4f0a620972 Various fixes and improvements. 2015-02-13 16:37:40 -08:00
C. Guy Yarvin
2c80dd5297 Reverse i search 2015-02-11 18:57:33 -08:00
Henry Ault
fd49091755 licensing and such 2015-02-10 15:13:17 -08:00
C. Guy Yarvin
045f862a84 Full test pathway. 2015-02-09 12:40:44 -08:00
C. Guy Yarvin
a3bb81f397 Check in some testing stuff. 2015-02-08 13:22:33 -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
dfbd88b7b9 Various fixes and improvements. 2014-11-15 17:10:15 -08:00
C. Guy Yarvin
8c8fa11104 Rename. 2014-11-06 11:13:57 -08:00
C. Guy Yarvin
a2ba265d99 Renaming, renaming. 2014-11-05 19:10:22 -08:00
C. Guy Yarvin
4855a9d1d8 Another great renaming. 2014-11-05 16:20:01 -08:00
C. Guy Yarvin
dbe046620a Move loobeans from u3 to c3. 2014-11-04 17:18:47 -08:00
C. Guy Yarvin
fb982e6dd6 No more external leaks. 2014-10-10 22:32:58 -07:00
C. Guy Yarvin
18ff192e3e Various fixes and improvements. 2014-10-03 10:44:08 -07:00
C. Guy Yarvin
a71a657680 compiles and links. 2014-09-10 17:01:32 -07:00
TJIC
a1bc6dcbf8 libuv 0.11 working 2014-08-22 17:33:27 -04:00
TJIC
bd7403a034 progress on libuv11 2014-08-20 18:09:51 -04:00
C. Guy Yarvin
5c3223ba1f More memory pls. 2014-07-31 13:23:02 -07:00
C. Guy Yarvin
c0692b7a5c Various fixes and improvements. 2014-06-24 10:32:59 -07:00
~hatteb-mitlyd
c85c87f71a fix build on gcc 2014-06-09 10:00:17 -07:00
~hatteb-mitlyd
29eb63517b reorder blew 2014-06-07 17:23:35 -07:00
~hatteb-mitlyd
cccf3e2d93 default telnet windows to 80x25 2014-06-07 17:07:28 -07:00
~hatteb-mitlyd
4195c71113 negotiate about window size properly 2014-06-07 16:55:15 -07:00
~hatteb-mitlyd
c35b08e16f partially negotiate char-at-a-time telnet mode 2014-06-07 16:05:53 -07:00
~hatteb-mitlyd
50efa32a2b remove wipe, change boil 2014-06-07 13:58:29 -07:00
~hatteb-mitlyd
4344e97cb8 crash less often with dead terminals 2014-06-07 13:20:51 -07:00
~hatteb-mitlyd
c3727ee120 Don't overload the hole card 2014-06-07 13:18:13 -07:00
~hatteb-mitlyd
1b20a22eef terminal hole card 2014-06-07 13:05:35 -07:00
~hatteb-mitlyd
19ce1e5ffb reorg tty struct 2014-06-07 12:27:48 -07:00
~hatteb-mitlyd
b0472d9276 close terminals properly 2014-06-07 12:27:47 -07:00
~hatteb-mitlyd
f186c44ad9 further telnet hacks
make C-d on an empty telnet terminal do nothing, don't suck in CRs
2014-06-07 12:27:47 -07:00
~hatteb-mitlyd
f8f3ae7968 first hack at telnet 2014-06-07 12:27:47 -07:00
~hatteb-mitlyd
4daa9a6ed9 remove URBIT_HOME
New piers are structured as so:

cpu/.urb/{urbit.pill,chk,sis,get,put,code.~dansut-docfyn}
cpu/dansut-docfyn-dozzod-dozzod--dozzod-dozzod-dozzod-dozzod/{try,main,arvo}
2014-05-13 12:22:07 -07:00
~hatteb-mitlyd
e1a0cc1658 fix bogosity caused by uninitialized memory 2014-04-30 11:34:43 -07:00