aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
AgeCommit message (Collapse)AuthorFilesLines
2017-07-23venti: fix venti graph on 64-bitMichael Stroucken1-0/+1
A pixel is 32 bits wide in RGBA, regardless of system's word size. Change-Id: Iea36a8dafdec9ce8d593f944ef5ed1ea08e11d25 Reviewed-on: https://plan9port-review.googlesource.com/2980 Reviewed-by: David du Colombier <0intro@gmail.com>
2014-10-21venti/copy: fix bug writing directories that zero truncateRuss Cox1-0/+1
Found by nwf. TBR=rsc https://codereview.appspot.com/162860045
2014-08-06CONTRIBUTORS: add Aram HăvărneanuAram Hăvărneanu1-0/+1
LGTM=rsc R=rsc CC=plan9port-dev https://codereview.appspot.com/119500043
2014-03-13acme: copy/cut/paste with ctl+c,x,vEthan Burns1-0/+1
LGTM=rsc R=rsc CC=plan9port.codebot https://codereview.appspot.com/69070045
2014-01-06keyboard: add more sequences, from existing ones or RFC 1345Jonathan Cast1-0/+1
R=rsc CC=plan9port.codebot https://codereview.appspot.com/43990046
2013-08-13rcmain: use new $termprog variableSteve McCoy1-0/+1
R=rsc CC=plan9port.codebot https://codereview.appspot.com/12505045
2013-07-17cmd/devdraw: clear keyboard state on lost focus.Roger Peppe1-0/+1
See https://bitbucket.org/rsc/plan9port/issue/128/alt-button-sticks-in-acme-sometimes-after R=rsc https://codereview.appspot.com/11453043
2013-01-30CONTRIBUTORS: three moreRuss Cox1-1/+3
R=rsc https://codereview.appspot.com/7225073
2012-12-11fontsrv: fix build on OpenBSD 5.2Christian Kellermann1-0/+1
R=rsc CC=plan9port.codebot https://codereview.appspot.com/6850108
2012-11-25devdraw: restore compilation on OS X 10.6Shenghou Ma1-0/+1
Also add some ignored files to .hgignore R=rsc http://codereview.appspot.com/6842089
2012-10-21fontsrv: x11 supportYuval Pavel Zholkover1-0/+1
R=rsc, 0intro CC=plan9port.codebot http://codereview.appspot.com/6739047
2012-10-21devdraw: map X11 dead_diaresis to double quoteCaio Oliveira1-0/+1
R=rsc CC=plan9port.codebot http://codereview.appspot.com/6690049
2012-10-05acme: correct writes of runes on auspicious byte boundariesErik Quanstrom1-0/+1
R=rsc, r CC=plan9port.codebot http://codereview.appspot.com/6586067
2012-09-24src/cmd: Add a repurposed import(4), called `9import', to the ports.Akshat Kumar1-0/+1
The code is adapted from Plan 9's import(4); this allows us to speak that protocol. We don't currently support AAN (in the works) or TLS/SSL. Thanks to David for help with the man page, testing, and development. R=0intro, rsc CC=plan9port.codebot http://codereview.appspot.com/6458100
2012-09-109pfuse: fix memory leak, avoid memory explosionTies Bos1-0/+1
Change is to handle FUSE_FORGET in main loop instead of separate thread for each as 10s of thousands can come in at once. Fixes issue 104. R=0intro, rsc http://codereview.appspot.com/6498081
2012-09-10lib/acme.rc: remove noscrollIngo Dreilich1-0/+1
R=rsc CC=plan9port.codebot http://codereview.appspot.com/6346079
2012-07-149l: fix for Linux 3.x (thanks Christopher Brannon)Russ Cox1-0/+1
R=rsc http://codereview.appspot.com/6395047
2012-05-29CONTRIBUTORS: add Abhishek KulkarniRuss Cox1-0/+1
R=rsc http://codereview.appspot.com/6258059
2011-11-28mac Plumb: skip loading non-existent .bashrcRob Kroeger1-0/+1
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5434052
2011-11-17acme: fix arrow near end of textSean McKean1-0/+1
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5399050
2011-09-28devdraw: do not interpret alt-tab as alt for composeJustin Davis1-0/+1
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5132050
2011-09-06devdraw: draft cocoa supportDavid Jeannot1-0/+1
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4974060
2011-08-16CONTRIBUTORS: updateRuss Cox1-0/+1
R=rsc http://codereview.appspot.com/4888051
2011-06-20devdraw: dynamic discovery of MultiTouch devicesMarius Eriksen1-0/+1
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4653041
2011-06-02INSTALL: add -r flagPeter Saveliev1-0/+1
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4526096
2011-06-01CONTRIBUTORS: 0introRuss Cox1-0/+1
R=rsc http://codereview.appspot.com/4536101
2011-05-18CONTRIBUTORS: add Richard MillerRuss Cox1-0/+1
R=rsc http://codereview.appspot.com/4532070
2010-08-24acme: fix rounding in rows computationRob Pike1-1/+2
R=rsc CC=codebot http://codereview.appspot.com/2007045
2010-06-289term: fix getpts on linuxAnthony Martin1-0/+1
Openpty uses grantpt internally and its behavior is unspecified when a handler is set to catch SIGCHLD. Fixes issue 37. http://code.swtch.com/plan9port/issues/37 R=rsc CC=codebot http://codereview.appspot.com/1209049
2010-04-139term: cut, snarf, and paste with keyboard on MacDavid Swasey1-0/+1
R=rsc CC=codebot http://codereview.appspot.com/854042
2010-04-09fix build on SunOS (Sparc)Arvindh Rajesh Tamilmani1-0/+1
R=rsc CC=codebot http://codereview.appspot.com/882044
2010-02-229c, 9l: allow CC9=clangNikolai Saoukh1-0/+1
R=rsc CC=codebot http://codereview.appspot.com/217045
2010-02-18This should resolve the crash indicated in issue 44:Eoghan Sherry1-0/+2
http://code.swtch.com/plan9port/issue/44/sam-crash R=rsc CC=codebot http://codereview.appspot.com/207094
2010-02-04R=rscMathieu Lonjaret1-0/+1
CC=codebot http://codereview.appspot.com/193069
2009-11-30preliminary contributor listRuss Cox1-0/+21
R=rsc http://codereview.appspot.com/163046