Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-04-19 | remove ref to mach2 | rsc | 1 | -1/+0 | |
2004-04-19 | debugger | rsc | 15 | -0/+3179 | |
2004-04-19 | libmach | rsc | 53 | -0/+12038 | |
2004-04-19 | add mach.h | rsc | 1 | -0/+504 | |
2004-04-19 | Mostly path name updates | rsc | 153 | -211/+218 | |
2004-04-19 | bring them up-to-speed for current system. | rsc | 3 | -54/+66 | |
2004-04-19 | whoops | rsc | 2 | -54/+0 | |
2004-04-19 | acid files | rsc | 23 | -0/+4251 | |
2004-04-19 | tweaks | rsc | 3 | -0/+30101 | |
2004-04-19 | some needed manual pages | rsc | 2 | -0/+442 | |
2004-04-19 | small fixes to man page lists | rsc | 2 | -0/+6 | |
2004-04-19 | add files from david tolpin | rsc | 2 | -0/+866 | |
2004-04-19 | fix drawread, add changes from david tolpin | rsc | 4 | -32/+36 | |
2004-04-19 | oldorg was bad idea | rsc | 2 | -14/+0 | |
2004-04-19 | various little bug fixes | rsc | 8 | -8/+2351 | |
2004-04-19 | push man pages through nobs. | rsc | 1 | -1/+1 | |
2004-04-19 | cut the bs | rsc | 1 | -0/+3 | |
2004-04-19 | nits | rsc | 2 | -14/+18 | |
2004-04-19 | add s32int, s64int, s16int | rsc | 1 | -0/+5 | |
2004-04-19 | use new tab for firefox | rsc | 1 | -1/+1 | |
2004-04-19 | use os-provided state strings | rsc | 1 | -4/+7 | |
2004-04-19 | make plumb work a little better? | rsc | 1 | -0/+1 | |
2004-04-18 | add cooked override. | rsc | 1 | -16/+25 | |
2004-04-18 | Make checkboxes a little more attractive. | rsc | 1 | -0/+0 | |
2004-04-16 | add this | rsc | 1 | -0/+109 | |
2004-04-16 | make echoing work. | rsc | 9 | -154/+51 | |
2004-04-16 | add rog's chording fix. | rsc | 1 | -7/+7 | |
2004-04-15 | forgot mklib | rsc | 1 | -0/+13 | |
2004-04-15 | 9term manages to turn off echo at the right times under SunOS ? | rsc | 9 | -10/+173 | |
2004-04-15 | add -p flag. too many install scripts want it. | rsc | 1 | -17/+61 | |
2004-04-15 | only archive the new files | rsc | 1 | -1/+1 | |
2004-04-14 | add gzip, bzip2 | rsc | 44 | -2/+9880 | |
' | |||||
2004-04-14 | Add graph, plot | rsc | 44 | -0/+2307 | |
2004-04-11 | Modified db man page. | rsc | 1 | -0/+976 | |
2004-04-11 | Rewrite page(2) references to page(3). | rsc | 91 | -1615/+1632 | |
Add description of new libmach. | |||||
2004-04-10 | Lots of man pages. | rsc | 152 | -148/+25407 | |
2004-04-09 | add new atoi etc. | rsc | 1 | -1/+4 | |
2004-04-08 | bye bye | rsc | 1 | -116/+0 | |
2004-04-08 | there | rsc | 1 | -0/+6 | |
2004-04-08 | Make libhtml, htmlfmt build. | rsc | 7 | -39/+20 | |
Thanks to wkj for doing all the hard work. | |||||
2004-04-08 | Plan 9 atoi, ... | rsc | 1 | -3/+6 | |
2004-04-08 | Cache last uid, gid to make translation faster. | rsc | 1 | -4/+21 | |
2004-04-08 | Let's try this - Dotfiles toggles listing of .* in directory listings. | rsc | 3 | -0/+21 | |
2004-04-06 | Import version of libhtml that might actually work with ANSI C. | wkj | 13 | -0/+7206 | |
2004-04-06 | better fix to window flash bug on new -- also | rsc | 2 | -4/+2 | |
happens on resize. | |||||
2004-04-05 | whoops - missing } | rsc | 1 | -1/+2 | |
2004-04-05 | debugging print | rsc | 1 | -1/+2 | |
2004-04-05 | more | rsc | 1 | -0/+12 | |
2004-04-05 | Fixes from Axel Belinfante. | rsc | 5 | -37/+45 | |
Fix 9term New border flash too. | |||||
2004-04-02 | Change _p9strsig to return nil if tmp==nil. | rsc | 5 | -0/+32 | |
Add atoi, atol, atoll. These versions call strtol/strtoll with base==0. The Unix versions use base==10. |