Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-01-31 | add stack to list | rsc | 1 | -1/+1 | |
2005-01-30 | do not readdir files - from zoltan jarai | rsc | 1 | -1/+4 | |
2005-01-30 | disable chording | rsc | 1 | -3/+5 | |
2005-01-30 | fix mkfile again | rsc | 1 | -1/+1 | |
2005-01-30 | add ranlib for mac | rsc | 3 | -0/+4 | |
2005-01-30 | add - | rsc | 1 | -0/+1 | |
2005-01-30 | add lex files | rsc | 1 | -1/+1 | |
2005-01-30 | why bother? | rsc | 1 | -1/+13 | |
2005-01-30 | osprocid can be -1 | rsc | 1 | -1/+1 | |
2005-01-30 | silence warning | rsc | 1 | -1/+1 | |
2005-01-30 | add errors file | rsc | 6 | -0/+69 | |
2005-01-30 | fix mintag bug - thanks lucho | rsc | 1 | -4/+0 | |
2005-01-30 | document -a | rsc | 1 | -1/+4 | |
2005-01-30 | document -a, Indent | rsc | 1 | -12/+33 | |
2005-01-30 | respect sysname | rsc | 1 | -1/+28 | |
2005-01-30 | use correct graphics format | rsc | 1 | -11/+8 | |
2005-01-30 | handle sysnames in labels | rsc | 3 | -11/+37 | |
2005-01-30 | handle non-zero mintag properly | rsc | 1 | -2/+2 | |
2005-01-29 | update usage | rsc | 1 | -1/+1 | |
2005-01-29 | add diff -a | rsc | 2 | -13/+30 | |
2005-01-28 | better offset handling | rsc | 1 | -0/+5 | |
2005-01-27 | cope with unix ORCLOSE | rsc | 1 | -1/+2 | |
2005-01-27 | fix rowdump bug | rsc | 1 | -1/+1 | |
2005-01-27 | remove searching print; check fids in use; handle addr correctly again | rsc | 3 | -4/+23 | |
2005-01-27 | add here | rsc | 1 | -0/+1 | |
2005-01-27 | do not use cvs for here | rsc | 1 | -0/+0 | |
2005-01-27 | how did we lose this? | rsc | 1 | -1/+7 | |
2005-01-27 | remove debugging print | rsc | 1 | -1/+0 | |
2005-01-27 | add autoindent (-a) and chording. | rsc | 8 | -74/+113 | |
clean up argument parsing. | |||||
2005-01-26 | add -c option | rsc | 4 | -2/+88 | |
2005-01-26 | handle @ better in winsize | rsc | 1 | -0/+4 | |
2005-01-24 | update | rsc | 2 | -188/+30 | |
2005-01-24 | update | rsc | 1 | -0/+39 | |
2005-01-24 | volatile | rsc | 1 | -1/+2 | |
2005-01-23 | more searchpath-related changes | rsc | 3 | -1/+3 | |
2005-01-23 | document isum | rsc | 1 | -1/+17 | |
2005-01-23 | stupid bugs | rsc | 2 | -5/+5 | |
2005-01-23 | rename scheduler to have a more distinctive name, so stack traces can end there | rsc | 1 | -5/+5 | |
2005-01-23 | avoid saying unsigned long, for unix port | rsc | 2 | -2/+2 | |
2005-01-23 | add undocumented Abort builtin | rsc | 1 | -5/+27 | |
2005-01-23 | do not clobber register names | rsc | 1 | -1/+105 | |
2005-01-23 | add stack | rsc | 1 | -0/+3 | |
2005-01-23 | document -q | rsc | 1 | -0/+4 | |
2005-01-23 | document core and stack | rsc | 2 | -13/+31 | |
2005-01-23 | sort cores; print stack as command | rsc | 1 | -7/+16 | |
2005-01-23 | changes mainly for threading support | rsc | 1 | -0/+72 | |
2005-01-23 | less verbose | rsc | 1 | -1/+2 | |
2005-01-23 | change to use attach functions. | rsc | 5 | -97/+35 | |
$a means switch thread in core dumps. (maybe that should be $A now?). | |||||
2005-01-23 | Working on better handling of multithreading in general | rsc | 10 | -174/+526 | |
and core dumps in particular. See notes: new types: register is something that when dereferenced gives you the registers. the Ureg is no longer mapped at 0. refconst is something that gives a constant when dereferenced. new builtin register("AX") creates register values new builtin refconst(0x123) creates refconst values new builtin var("foo") is equivalent to the variable foo (it returns foo but can also be used as the lhs of an assignment). new acid function getregs() returns a list of the current values of registers. new acid function setregs() sets the current registers to those values. note that getregs and setregs operate on register locations, not the register values themselves. new acid function resetregs() sets registers to register("AX"), etc. new acid function clearregs() sets all registers to constant -1. the default register settings are as in resetregs(), not small numbers. new acid variables coretext, pids, systype, corefile, cmdline. new behavior: local variable lookup, stk, etc., use the acid values of registers (*PC, *SP, and so on), so the thread support code can change the context completely. unary + is applicable to more data types and prints more often. | |||||
2005-01-23 | document searchpath(3) | rsc | 1 | -0/+61 | |