aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-04-17vacfs: quieterRuss Cox1-1/+0
2008-04-17post9pservice: add extra arg to unmodified callsRuss Cox3-3/+3
2008-04-17vacfs: implement -m flagRuss Cox2-21/+14
2008-04-17acme(1): document -mRuss Cox1-0/+14
2008-04-17acme: add -m option and avoid looking in the mirrorRuss Cox6-2/+25
2008-04-179pfuse: accept - for stdin, try to hang up cleanlyRuss Cox2-4/+21
2008-04-16sam: clean up checkerrs (Rob Pike)Russ Cox1-3/+3
2008-04-15mergeRuss Cox5-47/+65
2008-04-15sam: allow more output from ! command (Rob Pike)Russ Cox1-2/+2
2008-03-22libip: fix 64-bit problem in nhgetv (William Josephson)Russ Cox1-4/+4
2008-03-069pfuse: use intptr to silence 64-bit warning (Michael Teichgräber)Russ Cox1-1/+1
2008-03-06libsec: use intptr to silence 64-bit warning (Michael Teichgräber)Russ Cox1-1/+1
2008-03-06u.h: add intptrRuss Cox1-0/+1
2008-03-06eqn: use intptr to silence 64-bit warning (Michael Teichgräber)Russ Cox1-1/+1
2008-03-03lib9: gcc-4.2 bug in sprintRuss Cox1-1/+4
2008-02-28libthread: remove bogus write in threadmainRuss Cox1-1/+0
2008-02-04lib9p: fix Tattach ref count bugRuss Cox1-1/+1
2008-02-01troff: yet another case problem (OS X)Russ Cox1-0/+0
2008-01-31xshove: document, tweakRuss Cox2-14/+77
2008-01-31rio: add xshove programRuss Cox4-3/+298
2008-01-31tr2post: rename charlib files to not be case-dependent (OS X)Russ Cox21-2/+413
2008-01-31bogus fileRuss Cox1-12/+0
2008-01-31troff: rename Hr etc to longer names (OS X)Russ Cox4-0/+0
2008-01-30CHANGESRuss Cox1-0/+134
2008-01-30acme: fix regexp match choice bugRuss Cox1-1/+1
2008-01-30sam: fix regexp match choice bugRuss Cox1-1/+1
2008-01-30devdraw, rio: more full-screen nonsenseRuss Cox4-107/+17
2008-01-30devdraw: full-screen cleanupRuss Cox3-1/+16
2008-01-30rio: more full-screen fixes.Russ Cox3-6/+9
2008-01-30devdraw: add F11 for full-screen toggleRuss Cox6-7/+78
2008-01-30mergeRuss Cox12-46/+48
2008-01-30rio: make full-screen work properly; add showeventRuss Cox12-11/+2132
2008-01-12libdiskfs: fix ext2 directory reading bug (Mike Mammarella)Russ Cox1-6/+9
2008-01-10acme: make STACK bigger for OS X (David Swasey)Russ Cox1-1/+1
2008-01-10libdraw: fix spinning event loop (David Bulkow)Russ Cox1-6/+6
2008-01-10libregexp: fix match choice bugRuss Cox2-2/+2
This bug fix allows some pathological regular expressions to cause the regexp library to report a stack overflow (really a stack filling; safe) but it also fixes the behavior of some common regexps. It is too hard to satisfy both.
2008-01-10dist,unix: use MKSHELL=$PLAN9/bin/rc (John DeGood)Russ Cox2-2/+2
2007-12-07libregexp: revert regexp fixRuss Cox5-117/+113
2007-12-07sam: revert regexp fixRuss Cox1-59/+49
2007-12-07acme: revert regexp changeRuss Cox1-59/+51
2007-12-07sam: regexp fix (see libregexp change)Russ Cox1-49/+59
2007-12-07acme: regexp fix (see libregexp change)Russ Cox1-51/+59
2007-12-07libregexp: fix ambiguous match selectionRuss Cox5-113/+117
echo SYSSYSR1 | sed 's/SYS.+/sysr1/' was producing SYSsysr1 instead of sysr1. Bug was introduced during overflow cleanup earlier this year. Also bring regexec.c and rregexec.c into sync again. Also allocate large enough lists in the regexec2/rregexec2 case.
2007-12-07hoc: print exact floating point outputRuss Cox1-2/+2
2007-12-04sam: turn off DEBUG logging (oops)Russ Cox1-1/+0
2007-12-04vbackup: fix uninitialized variable use in -i codeRuss Cox1-0/+1
2007-11-28acme: refresh window properly after Tab command (Fazlul Shahriar)Russ Cox1-1/+1
2007-11-27vbackup: add -i flag to avoid score prefetching (David Swasey)Russ Cox2-39/+68
2007-11-27.hgignore: ignore moreRuss Cox1-0/+2
2007-11-27mergeRuss Cox21-107/+239