diff options
| author | Charles.Forsyth <devnull@localhost> | 2007-01-15 21:04:26 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2007-01-15 21:04:26 +0000 |
| commit | 8911721efbf3b3721376e2baa30bae002c2975c2 (patch) | |
| tree | aa059ffa39c2c4f1cd5ed2e137dcb9b079de2717 /lib/proto | |
| parent | 0e96539ff7cff23233d3f0a64bb285b385a3a1f4 (diff) | |
20070115
Diffstat (limited to 'lib/proto')
| -rw-r--r-- | lib/proto/Irix | 1 | ||||
| -rw-r--r-- | lib/proto/inferno | 24 | ||||
| -rw-r--r-- | lib/proto/utils | 4 |
3 files changed, 23 insertions, 6 deletions
diff --git a/lib/proto/Irix b/lib/proto/Irix index 4f991c48..24b67912 100644 --- a/lib/proto/Irix +++ b/lib/proto/Irix @@ -22,6 +22,7 @@ Irix acid asm awk + data2c data2s ftl iar diff --git a/lib/proto/inferno b/lib/proto/inferno index 2dff9d00..4eaf958c 100644 --- a/lib/proto/inferno +++ b/lib/proto/inferno @@ -63,7 +63,6 @@ include isa.h kernel.h keyboard.h - libcrypt_o.h libsec.h mathi.h memdraw.h @@ -597,7 +596,6 @@ appl look.b ls.b lstar.b - man.b man2html.b man2txt.b manufacture.b @@ -813,6 +811,7 @@ appl units.b units.m grid + README demo block.b blur.b @@ -850,6 +849,7 @@ appl cfg.b cfgfile.b chanfill.b + complete.b convcs 8bit_stob.b big5_btos.b @@ -1140,8 +1140,6 @@ appl spree.b spree.m clients - images - + bounce.b cards.b chat.b @@ -1289,7 +1287,18 @@ appl mash.b memory.b minitel - * + README + event.b + event.m + keyb.b + miniterm.b + miniterm.m + mkfile + modem.b + screen.b + socket.b + swkeyb.b + swkeyb.m mkfile mpeg.b mpeg @@ -1407,6 +1416,7 @@ dis + avr + + basename.dis bind.dis broke.dis bytes.dis @@ -1498,6 +1508,7 @@ dis cfg.dis cfgfile.dis chanfill.dis + complete.dis convcs + crc.dis @@ -1658,7 +1669,7 @@ dis lookman ls.dis lstar.dis - man.dis + man man2html.dis man2txt.dis mash.dis @@ -2059,6 +2070,7 @@ module cci.m cfg.m cfgfile.m + complete.m convcs.m crc.m css.m diff --git a/lib/proto/utils b/lib/proto/utils index 9decb6b6..4ae8d1dd 100644 --- a/lib/proto/utils +++ b/lib/proto/utils @@ -69,7 +69,11 @@ lib9 readn.c rerrstr.c rune.c + runeseprint.c + runesmprint.c + runesnprint.c runestrlen.c + runevseprint.c sbrk-posix.c seek.c seprint.c |
