summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libdraw, libframe, acme: fix, guard against inverted range in textsetselectRuss Cox2014-12-023-3/+15
* devdraw: fix title and "open in top" on OS XRoi Martin2014-12-021-1/+4
* CONTRIBUTING.md: add message about pull requestsRuss Cox2014-12-021-0/+7
* codereview: use 'git branch -v' for pendingRuss Cox2014-11-171-1/+1
* cmd: rename *.C to *.cRuss Cox2014-11-174-0/+0
* man: more Mercurial references changed to GitRuss Cox2014-11-163-5/+5
* codereview: make commit -a the default; warn about uncommitted changes at uploadRuss Cox2014-11-163-25/+38
* README: rename to README.md, add markdown for githubRuss Cox2014-11-161-0/+0
* codereview: fix a few bugsRuss Cox2014-11-161-8/+9
* all: update for GitRuss Cox2014-11-165-118/+420
* Delete .cvsignore. It is time.Russ Cox2014-11-121-3/+0
* Convert .hgignore to .gitignore.Russ Cox2014-11-101-0/+0
* Remove .hgtags.Russ Cox2014-11-101-1/+0
* INSTALL: fix path of quote1 and quote2David du Colombier2014-11-071-3/+3
* fix clang 3.4 warnings and ignore uninteresting onesDavid du Colombier2014-10-213-6/+8
* venti/copy: fix bug writing directories that zero truncateRuss Cox2014-10-212-1/+2
* col: import from plan 9, by popular demandRuss Cox2014-10-202-0/+352
* 9l: link with -lresolv on LinuxDavid du Colombier2014-10-202-3/+1
* vbackup: fix compilation on NetBSD (thanks Álvaro Jurado)David du Colombier2014-08-061-0/+4
* CONTRIBUTORS: add Aram HăvărneanuAram Hăvărneanu2014-08-061-0/+1
* g: search in *.s filesAram Hăvărneanu2014-08-061-1/+1
* mc: use $termprog to identify 9termRuss Cox2014-07-091-1/+1
* upas: fix nil pointer dereferenceDavid du Colombier2014-06-051-2/+2
* upas/common: rename aux to auxxRuss Cox2014-06-032-1/+1
* build: rename " and "" to quote1 and quote2 for hgRuss Cox2014-06-033-0/+4
* acme: fix bufread crash due to typing-point scrollingRuss Cox2014-06-031-0/+4
* acme: increase timer resolution to 10msRuss Cox2014-06-031-1/+1
* undo CL 69070045 / 8539a916d98aRuss Cox2014-05-191-4/+0
* upas: fix warningsDavid du Colombier2014-05-152-3/+3
* libndb: add AUTOLIB(resolv)David du Colombier2014-05-151-0/+2
* acme: fix two flush bugs in new log fileRuss Cox2014-05-051-2/+3
* acme: add log file in acme root directoryRuss Cox2014-04-3012-8/+262
* acme: add comment for aligned writesRuss Cox2014-04-191-0/+5
* acme: use buffered i/o to write fileRuss Cox2014-04-191-1/+16
* acme: fix Get of dir in nameless window (thanks Colton Lewis)Russ Cox2014-04-181-1/+1
* dist/main.html: update supported systems and commit log link.Shenghou Ma2014-03-251-3/+4
* man/man1/0intro.1: update supported systems.Shenghou Ma2014-03-141-5/+7
* acme: copy/cut/paste with ctl+c,x,vEthan Burns2014-03-132-0/+5
* acme, sam: handle >1GB files correctlyRuss Cox2014-03-134-4/+10
* INSTALL: fix architecture detection on Solaris.Shenghou Ma2014-03-051-0/+21
* fix gcc 4.8 warningsDavid du Colombier2014-03-036-15/+5
* fossil: fix p9p changes on viewDavid du Colombier2014-03-031-26/+28
* all: DragonFly port.Shenghou Ma2014-02-2714-15/+356
* codereview: sync from Go.Shenghou Ma2014-02-241-112/+185
* mac/Plumb: add URL scheme to Info.plistRob Kroeger2014-01-221-1/+14
* devdraw: clear altdown on focus out (thanks Ethan Burns)Russ Cox2014-01-221-0/+1
* INSTALL: diagnose missing gcc on DarwinRuss Cox2014-01-221-1/+5
* keyboard: add more sequences, from existing ones or RFC 1345Jonathan Cast2014-01-062-0/+14
* fossil: fix remaining warningsDavid du Colombier2013-10-235-13/+13
* acme: scroll a directory window when navigating if:Rob Pike2013-10-223-4/+29