summaryrefslogtreecommitdiffstats
path: root/src/cmd
Commit message (Expand)AuthorAgeFilesLines
* fontsrv: use CoreText API on OS XRuss Cox2015-02-175-106/+143
* fontsrv: disable X11 hintingEthan Burns2014-12-021-1/+1
* 9pfuse: Disable glibc workaround for O_LARGEFILE on ARMMerlijn Wajer2014-12-021-1/+4
* libdraw, libframe, acme: fix, guard against inverted range in textsetselectRuss Cox2014-12-021-3/+9
* devdraw: fix title and "open in top" on OS XRoi Martin2014-12-021-1/+4
* cmd: rename *.C to *.cRuss Cox2014-11-174-0/+0
* fix clang 3.4 warnings and ignore uninteresting onesDavid du Colombier2014-10-211-5/+5
* venti/copy: fix bug writing directories that zero truncateRuss Cox2014-10-211-1/+1
* col: import from plan 9, by popular demandRuss Cox2014-10-201-0/+295
* vbackup: fix compilation on NetBSD (thanks Álvaro Jurado)David du Colombier2014-08-061-0/+4
* 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
* 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
* acme: fix two flush bugs in new log fileRuss Cox2014-05-051-2/+3
* acme: add log file in acme root directoryRuss Cox2014-04-3011-6/+236
* 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
* acme: copy/cut/paste with ctl+c,x,vEthan Burns2014-03-131-0/+4
* acme, sam: handle >1GB files correctlyRuss Cox2014-03-134-4/+10
* fix gcc 4.8 warningsDavid du Colombier2014-03-035-7/+5
* fossil: fix p9p changes on viewDavid du Colombier2014-03-031-26/+28
* all: DragonFly port.Shenghou Ma2014-02-277-7/+17
* devdraw: clear altdown on focus out (thanks Ethan Burns)Russ Cox2014-01-221-0/+1
* fossil: fix remaining warningsDavid du Colombier2013-10-235-13/+13
* acme: scroll a directory window when navigating if:Rob Pike2013-10-221-1/+17
* xd: fix build by declaring swizz8David du Colombier2013-09-261-1/+1
* fossil: cleanup mkfileDavid du Colombier2013-09-261-62/+1
* fossil: import conf.rcDavid du Colombier2013-09-261-0/+68
* fossil: cast Qid.vers, Dir.mode and Qid.mtime to u32int (thanks Tim Kack)David du Colombier2013-09-261-4/+4
* fossil: fix various warningsDavid du Colombier2013-09-265-95/+0
* fossil: required p9p changesDavid du Colombier2013-09-2615-67/+156
* fossil: move from liboventi to libthread and libventiDavid du Colombier2013-09-2338-1424/+1360
* fossil: import from plan 9David du Colombier2013-09-2348-0/+20604
* acme: execute commands with / using shellMarius Eriksen2013-09-061-1/+1
* acme Mail: add Search commandAkshat Kumar2013-09-062-1/+63
* mailfs: allow spaces in box nameAkshat Kumar2013-09-061-1/+16
* mailfs: support for UTF-8 searchesAkshat Kumar2013-09-061-10/+45
* devdraw: set window name to argv[0]Russ Cox2013-08-061-0/+120
* 9term: set TERM=dumb instead of TERM=9termRuss Cox2013-08-064-1/+13
* acme: allow :6 in 5-line fileRuss Cox2013-07-311-0/+2
* cmd/devdraw: clear keyboard state on lost focus.Roger Peppe2013-07-171-0/+6
* devdraw: fix x11 inputRuss Cox2013-06-211-1/+1
* rc: avoid undefined CXi Wang2013-03-191-4/+4
* xd: accept -S for 8-byte swapRuss Cox2013-03-111-0/+36
* devdraw: control+click = button 2, alt/shift+click = button 3Russ Cox2013-03-073-26/+111