aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Collapse)AuthorFilesLines
2005-02-11tweakrsc1-1/+2
2005-02-11bug fixes; quieterrsc1-3/+3
2005-02-11use nsamount and fsamountrsc1-3/+5
2005-02-11set corpidrsc1-0/+1
2005-02-11send output to fd instead of 0rsc1-1/+1
2005-02-11reserve varrsc1-0/+1
2005-02-11more pthreadrsc4-14/+33
2005-02-08fix paste againrsc1-1/+1
2005-02-08send nul with choicersc1-3/+7
2005-02-08avoid unix special filesrsc1-14/+7
2005-02-08try to handle DEL betterrsc1-17/+16
2005-02-08Maybe it will run on SunOS 5.8 now.rsc1-1/+7
2005-02-02silence archive warning for .a filesrsc1-1/+2
2005-01-30do not readdir files - from zoltan jarairsc1-1/+4
2005-01-30disable chordingrsc1-3/+5
2005-01-30fix mkfile againrsc1-1/+1
2005-01-30add -rsc1-0/+1
2005-01-30add lex filesrsc1-1/+1
2005-01-30why bother?rsc1-1/+13
2005-01-30silence warningrsc1-1/+1
2005-01-30add errors filersc5-0/+51
2005-01-30use correct graphics formatrsc1-11/+8
2005-01-30handle sysnames in labelsrsc2-6/+26
2005-01-29update usagersc1-1/+1
2005-01-29add diff -arsc2-13/+30
2005-01-27cope with unix ORCLOSErsc1-1/+2
2005-01-27fix rowdump bugrsc1-1/+1
2005-01-27remove searching print; check fids in use; handle addr correctly againrsc3-4/+23
2005-01-27remove debugging printrsc1-1/+0
2005-01-27add autoindent (-a) and chording.rsc8-74/+113
clean up argument parsing.
2005-01-26add -c optionrsc3-1/+82
2005-01-24volatilersc1-1/+2
2005-01-23more searchpath-related changesrsc2-1/+2
2005-01-23avoid saying unsigned long, for unix portrsc2-2/+2
2005-01-23add undocumented Abort builtinrsc1-5/+27
2005-01-23do not clobber register namesrsc1-1/+105
2005-01-23sort cores; print stack as commandrsc1-7/+16
2005-01-23change to use attach functions.rsc5-97/+35
$a means switch thread in core dumps. (maybe that should be $A now?).
2005-01-23Working on better handling of multithreading in generalrsc10-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-21arg countrsc1-1/+1
2005-01-21use better versionsrsc1-1/+1
2005-01-20ignore host read eof while exitingrsc3-0/+9
2005-01-20todorsc1-0/+6
2005-01-19use correct yaccrsc1-1/+0
2005-01-19add errnorsc2-1/+1
2005-01-19do not use shutdown on macrsc1-4/+6
2005-01-19avoid c99rsc1-15/+22
2005-01-19avoid c99 extensionsrsc1-4/+15
2005-01-19try againrsc1-4/+4
2005-01-19try again at x86-64rsc1-1/+3