aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-09-14all: remove .cvsignore filesKare Nuorteva22-62/+0
2017-09-01lib9: import frand function from Plan 9David du Colombier2-0/+18
2017-09-01svgpic: fix warningsDavid du Colombier1-3/+1
2017-09-01libmach: initialize ss variable in stabsline2pc functionDavid du Colombier1-1/+2
2017-09-01all: update site from swtch.com to 9fans.github.ioRuss Cox1-1/+1
2017-09-01ed: allow larger temp filesRuss Cox1-1/+1
2017-07-23venti: fix venti graph on 64-bitMichael Stroucken1-1/+1
2017-07-16acme: implement Cmd-Shift-Z for Redo on MacRuss Cox1-0/+4
2017-07-16devdraw: fix Mac Kcmd+ShiftRuss Cox1-0/+3
2017-06-19fontsrv: avoid quote mapping on fonts with indistinguishable quotesRuss Cox1-5/+19
2017-06-19lib9: fix needsrcquoteRuss Cox1-1/+1
2017-06-19svgpic: new program to convert pic to svgRuss Cox18-0/+4019
2017-05-05factotum: Fix an operator precedence bug in the secstore codeDan Cross1-1/+1
2017-04-21yacc: Fix a bug from at least 1995.Dan Cross1-1/+2
2017-04-08libdraw: replace hand-rolled realloc, preventing buffer overflow.Ray Lai1-3/+1
2017-04-089term: Add missing parentheses, preventing buffer overflow.Ray Lai1-1/+1
2017-02-109pfuse: support osxfuse>=3.3.0James Porter1-7/+28
2017-01-099term: c nitsRuss Cox2-2/+3
2017-01-09cmd/9term: A hack because I'm constantly getting confused about ^C vs fn+deleteDave Presotto3-0/+11
2017-01-07src/cmd: take fontsrv out of BUGGEREDDave Presotto1-1/+1
2017-01-06all: fix or silence all INSTALL warnings on macOSRuss Cox13-83/+101
2017-01-069term, win: work around bsd linker nonsenseRuss Cox2-2/+7
2017-01-069term, mc: conspire to handle hidpi displaysRuss Cox2-1/+26
2016-11-20include: define _DEFAULT_SOURCEDavid du Colombier5-0/+5
2016-11-02libregexp: various fixesDavid du Colombier3-6/+4
2016-11-02fix segfaults on OpenBSD: int cannot hold all the values a ptrdiff_t can take.Gleydson Soares1-1/+1
2016-01-22fontsrv: do not try to look up surrogate pairsRuss Cox1-0/+2
2015-12-08auxstats: fix OpenBSD by using getifaddrs(3) instead of kvm(3)Gleydson Soares2-75/+24
2015-11-11devdraw: cocoa: set window title on main threadsqweek1-2/+12
2015-11-10win: local \r cancellationRuss Cox1-1/+14
2015-11-109term, win: better \r handling (thanks, git)Russ Cox2-1/+31
2015-08-27mk: avoid infinite loop when targets are repeatedRuss Cox2-0/+6
2015-08-27fontsrv: use 64 chars per subfont instead of 256Russ Cox4-9/+14
2015-06-29upas/nfs: search for stunnele3 in $PATHGleydson Soares1-4/+7
2015-06-03all: linux/arm64 portAram Hăvărneanu4-0/+17
2015-06-03libregexp: fix copy-paste errorDavid du Colombier1-1/+1
2015-06-03all: linux/mips portAram Hăvărneanu4-0/+17
2015-06-03all: fix openbsd buildAram Hăvărneanu2-3/+4
2015-06-03acme: add focus change to logSergiusz Urbaniak1-0/+6
2015-06-03devdraw: plumb drag-n-dropped filesmarius a. eriksen1-0/+39
2015-05-15libdraw, acme: fix acme segfault triggered passing an invalid fontGleydson Soares1-0/+2
2015-02-18fontsrv: fix x11 buildRuss Cox1-1/+0
2015-02-17devdraw: enable retina behavior by default on OS XRuss Cox1-3/+3
2015-02-17libdraw: refine hidpi font selectionRuss Cox3-1/+43
2015-02-17libdraw: autoscale fonts when moving between low and high dpi screensRuss Cox7-27/+212
2015-02-17libdraw: add 2*font syntax for scaled fontsRuss Cox6-4/+75
2015-02-17fontsrv: use CoreText API on OS XRuss Cox5-106/+143
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-02libdraw, libframe, acme: fix, guard against inverted range in textsetselectRuss Cox3-3/+15