aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)AuthorFilesLines
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-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-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 Cox10-75/+96
2017-01-069term, win: work around bsd linker nonsenseRuss Cox1-2/+2
2017-01-069term, mc: conspire to handle hidpi displaysRuss Cox2-1/+26
2016-11-20include: define _DEFAULT_SOURCEDavid du Colombier4-0/+4
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 Cox3-8/+13
2015-06-29upas/nfs: search for stunnele3 in $PATHGleydson Soares1-4/+7
2015-06-03all: fix openbsd buildAram Hăvărneanu1-1/+2
2015-06-03acme: add focus change to logSergiusz Urbaniak1-0/+6
2015-06-03devdraw: plumb drag-n-dropped filesmarius a. eriksen1-0/+39
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-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 Cox1-3/+9
2014-12-02devdraw: fix title and "open in top" on OS XRoi Martin1-1/+4
2014-11-17cmd: rename *.C to *.cRuss Cox4-0/+0
2014-10-21fix clang 3.4 warnings and ignore uninteresting onesDavid du Colombier1-5/+5
2014-10-21venti/copy: fix bug writing directories that zero truncateRuss Cox1-1/+1
2014-10-20col: import from plan 9, by popular demandRuss Cox1-0/+295
2014-08-06vbackup: fix compilation on NetBSD (thanks Álvaro Jurado)David du Colombier1-0/+4
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-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-05acme: fix two flush bugs in new log fileRuss Cox1-2/+3
2014-04-30acme: add log file in acme root directoryRuss Cox11-6/+236
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