| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Document recent changes. | wkj | 2004-04-21 | 3 | -4/+5 |
| | | | | | Make lex really compile in rsc's world. | ||||
| * | make scripts work with more shells, | rsc | 2004-04-21 | 5 | -6/+10 |
| | | | | | use current variable names. | ||||
| * | ditto | rsc | 2004-04-21 | 2 | -0/+8 |
| | | |||||
| * | maybe this will work. | rsc | 2004-04-21 | 2 | -0/+8 |
| | | |||||
| * | Rename the files so that we can run them through cpp. | rsc | 2004-04-21 | 3 | -0/+5 |
| | | |||||
| * | no debugging prints | rsc | 2004-04-21 | 1 | -1/+0 |
| | | |||||
| * | Include looks in #9/acid now. | rsc | 2004-04-21 | 3 | -6/+26 |
| | | | | | Acid works harder at not falling over. | ||||
| * | Fix the bugs I introduced fixing the bug earlier tonight. | rsc | 2004-04-21 | 4 | -6/+11 |
| | | |||||
| * | MD5 and SHA1 in transliterated to x86 assembler with C preprocessor goo. | wkj | 2004-04-21 | 4 | -2/+471 |
| | | | | | Thanks to Brendan Connell for putting up with this nonsense. | ||||
| * | yet more | rsc | 2004-04-21 | 1 | -0/+14 |
| | | |||||
| * | more stuff. | rsc | 2004-04-21 | 1 | -0/+1 |
| | | |||||
| * | No more malloc or lock inside signal handlers. | rsc | 2004-04-21 | 6 | -54/+77 |
| | | |||||
| * | Add basic libmp support for the x86. | wkj | 2004-04-21 | 9 | -15/+349 |
| | | |||||
| * | Tcs seems to build now. | wkj | 2004-04-21 | 1 | -1/+1 |
| | | |||||
| * | Try to gather entropy from /dev/random. | wkj | 2004-04-21 | 1 | -0/+21 |
| | | |||||
| * | Add sunrpc. | rsc | 2004-04-21 | 16 | -0/+7163 |
| | | |||||
| * | need this | rsc | 2004-04-21 | 1 | -0/+50 |
| | | |||||
| * | Fix bug in typedef guys. | rsc | 2004-04-21 | 3 | -2/+10 |
| | | |||||
| * | Use unsharp() instead of SYS9. | wkj | 2004-04-21 | 3 | -4/+5 |
| | | |||||
| * | Tell astro where to find estartab and here by defining SYS9 in CFLAGS. | wkj | 2004-04-21 | 3 | -2/+6 |
| | | | | | (Better ideas welcome). | ||||
| * | Astro with some minor changes to placate Unix. | wkj | 2004-04-21 | 33 | -0/+4819 |
| | | |||||
| * | Clean up the dwarf code. | rsc | 2004-04-21 | 5 | -54/+50 |
| | | |||||
| * | Clean up the dwarf code a little and make | rsc | 2004-04-21 | 4 | -179/+144 |
| | | | | | acidtypes handle gcc 3.3.3 binaries. | ||||
| * | Plan 9 lex (to be installed as lex.9, if at all). | wkj | 2004-04-21 | 8 | -0/+2903 |
| | | |||||
| * | Don't build lex until Russ says it is OK (it is useful for troff, which I ↵ | wkj | 2004-04-21 | 2 | -1/+145 |
| | | | | | | | don't really want to port to flex). Add aescbc because I use it once in a while. | ||||
| * | Add tcs; it compiles in my world, but I haven't tried it in Russ's yet. | wkj | 2004-04-21 | 42 | -1/+10804 |
| | | |||||
| * | Compute time zone using strftime. | rsc | 2004-04-20 | 1 | -3/+2 |
| | | |||||
| * | fix a deadlock. | rsc | 2004-04-20 | 1 | -1/+7 |
| | | |||||
| * | better \r handling | rsc | 2004-04-20 | 1 | -6/+15 |
| | | |||||
| * | acid on freebsd | rsc | 2004-04-20 | 1 | -0/+1 |
| | | |||||
| * | cut dwarf a little slack. | rsc | 2004-04-20 | 2 | -3/+7 |
| | | |||||
| * | help out freebsd 4.9 | rsc | 2004-04-20 | 1 | -0/+1 |
| | | |||||
| * | remove debugging print | rsc | 2004-04-20 | 1 | -1/+0 |
| | | |||||
| * | little fixes. | rsc | 2004-04-20 | 2 | -0/+2 |
| | | |||||
| * | fix stupid bug in findsym | rsc | 2004-04-20 | 1 | -1/+1 |
| | | |||||
| * | final tweaks for tonight. | rsc | 2004-04-20 | 3 | -5/+3 |
| | | |||||
| * | make things work on SunOS | rsc | 2004-04-20 | 18 | -19/+41 |
| | | |||||
| * | i hate [] | rsc | 2004-04-20 | 5 | -120/+152 |
| | | |||||
| * | i hate the [] | rsc | 2004-04-20 | 1 | -8/+8 |
| | | |||||
| * | yet more [] | rsc | 2004-04-20 | 1 | -8/+8 |
| | | |||||
| * | fix various bugs for sunos | rsc | 2004-04-20 | 6 | -13/+13 |
| | | |||||
| * | kill some more [] | rsc | 2004-04-20 | 1 | -23/+31 |
| | | |||||
| * | remove some [] array initializers. | rsc | 2004-04-20 | 1 | -22/+328 |
| | | |||||
| * | C | rsc | 2004-04-20 | 2 | -5/+6 |
| | | | | | | err is a bad name for a variable. VS: ---------------------------------------------------------------------- | ||||
| * | darwin | rsc | 2004-04-19 | 1 | -0/+1 |
| | | | | | . | ||||
| * | make mac work | rsc | 2004-04-19 | 7 | -152/+11 |
| | | |||||
| * | for no systems. | rsc | 2004-04-19 | 1 | -0/+59 |
| | | |||||
| * | clean up when finished. | rsc | 2004-04-19 | 45 | -60/+294 |
| | | | | | | don't set PLAN9 don't set PLAN9 | ||||
| * | clean up when finished. | rsc | 2004-04-19 | 2 | -2/+0 |
| | | | | | don't set PLAN9 | ||||
| * | clean up when finished. | rsc | 2004-04-19 | 20 | -83/+41 |
| | | |||||
