aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-17libdraw: autoscale fonts when moving between low and high dpi screensRuss Cox9-28/+243
2015-02-17libdraw: add 2*font syntax for scaled fontsRuss Cox7-5/+77
2015-02-17fontsrv: use CoreText API on OS XRuss Cox5-106/+143
2014-12-02CONTRIBUTING.md: fix link to codereview(1)Russ Cox1-1/+1
2014-12-02fontsrv: disable X11 hintingEthan Burns1-1/+1
2014-12-029pfuse: Disable glibc workaround for O_LARGEFILE on ARMMerlijn Wajer1-1/+4
2014-12-02install.txt: regenerate (9 man 1 intro >install.txt)Russ Cox1-82/+203
2014-12-02libdraw, libframe, acme: fix, guard against inverted range in textsetselectRuss Cox3-3/+15
2014-12-02devdraw: fix title and "open in top" on OS XRoi Martin1-1/+4
2014-12-02CONTRIBUTING.md: add message about pull requestsRuss Cox1-0/+7
2014-11-17codereview: use 'git branch -v' for pendingRuss Cox1-1/+1
2014-11-17cmd: rename *.C to *.cRuss Cox4-0/+0
2014-11-16man: more Mercurial references changed to GitRuss Cox3-5/+5
2014-11-16codereview: make commit -a the default; warn about uncommitted changes at uploadRuss Cox3-25/+38
2014-11-16README: rename to README.md, add markdown for githubRuss Cox1-0/+0
2014-11-16codereview: fix a few bugsRuss Cox1-8/+9
2014-11-16all: update for GitRuss Cox5-118/+420
2014-11-12Delete .cvsignore. It is time.Russ Cox1-3/+0
2014-11-10Convert .hgignore to .gitignore.Russ Cox1-0/+0
2014-11-10Remove .hgtags.Russ Cox1-1/+0
2014-11-07INSTALL: fix path of quote1 and quote2David du Colombier1-3/+3
2014-10-21fix clang 3.4 warnings and ignore uninteresting onesDavid du Colombier3-6/+8
2014-10-21venti/copy: fix bug writing directories that zero truncateRuss Cox2-1/+2
2014-10-20col: import from plan 9, by popular demandRuss Cox2-0/+352
2014-10-209l: link with -lresolv on LinuxDavid du Colombier2-3/+1
2014-08-06vbackup: fix compilation on NetBSD (thanks Álvaro Jurado)David du Colombier1-0/+4
2014-08-06CONTRIBUTORS: add Aram HăvărneanuAram Hăvărneanu1-0/+1
2014-08-06g: search in *.s filesAram Hăvărneanu1-1/+1
2014-07-09mc: use $termprog to identify 9termRuss Cox1-1/+1
2014-06-05upas: fix nil pointer dereferenceDavid du Colombier1-2/+2
2014-06-03upas/common: rename aux to auxxRuss Cox2-1/+1
2014-06-03build: rename " and "" to quote1 and quote2 for hgRuss Cox3-0/+4
2014-06-03acme: fix bufread crash due to typing-point scrollingRuss Cox1-0/+4
2014-06-03acme: increase timer resolution to 10msRuss Cox1-1/+1
2014-05-19undo CL 69070045 / 8539a916d98aRuss Cox1-4/+0
2014-05-15upas: fix warningsDavid du Colombier2-3/+3
2014-05-15libndb: add AUTOLIB(resolv)David du Colombier1-0/+2
2014-05-05acme: fix two flush bugs in new log fileRuss Cox1-2/+3
2014-04-30acme: add log file in acme root directoryRuss Cox12-8/+262
2014-04-19acme: add comment for aligned writesRuss Cox1-0/+5
2014-04-19acme: use buffered i/o to write fileRuss Cox1-1/+16
2014-04-18acme: fix Get of dir in nameless window (thanks Colton Lewis)Russ Cox1-1/+1
2014-03-25dist/main.html: update supported systems and commit log link.Shenghou Ma1-3/+4
2014-03-14man/man1/0intro.1: update supported systems.Shenghou Ma1-5/+7
2014-03-13acme: copy/cut/paste with ctl+c,x,vEthan Burns2-0/+5
2014-03-13acme, sam: handle >1GB files correctlyRuss Cox4-4/+10
2014-03-05INSTALL: fix architecture detection on Solaris.Shenghou Ma1-0/+21
2014-03-03fix gcc 4.8 warningsDavid du Colombier6-15/+5
2014-03-03fossil: fix p9p changes on viewDavid du Colombier1-26/+28
2014-02-27all: DragonFly port.Shenghou Ma14-15/+356