Age | Commit message (Collapse) | Author | Files | Lines |
|
maybe the code is also actually correct. who knows.
R=rsc
http://codereview.appspot.com/1875045
|
|
R=r
http://codereview.appspot.com/1765042
|
|
R=r
http://codereview.appspot.com/868046
|
|
R=, rsc
CC=
http://codereview.appspot.com/1762045
|
|
R=, rsc
CC=
http://codereview.appspot.com/1810041
|
|
input, and unicode output, which have been broken due
to the change of the size of Rune from two bytes to
four bytes.
(Unicode-le and unicode-be output have not been
affected, since they work different, and produce
correct output as long as sizeof(Rune) >= 2.)
In all of the affected functions an extra array of N
elements of type u16int is used to temporarily store
the 16-bit unicode data. As this increases stack
usage, perhaps a different, slightly more complicated
solution might be preferred, where only a single
`Rune buf[N]' is used for both temporary storage and
the result.
R=rsc
CC=codebot
http://codereview.appspot.com/1574041
|
|
2126 -> 03a9 # greek capital letter omega
2012 -> 201c # left double quotation mark
00a4 -> 20ac # euro sign
f7ff -> f8ff # apple logo
R=rsc
CC=codebot
http://codereview.appspot.com/1233043
|
|
R=rsc
CC=codebot
http://codereview.appspot.com/1282042
|
|
R=rsc
CC=codebot
http://codereview.appspot.com/1265043
|
|
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
|
|
R=rsc
CC=codebot
http://codereview.appspot.com/1044043
|
|
R=rsc
http://codereview.appspot.com/1169043
|
|
R=rsc
CC=codebot
http://codereview.appspot.com/816041
|
|
than cachemem
R=rsc
CC=codebot
http://codereview.appspot.com/817041
|
|
R=rsc
CC=codebot
http://codereview.appspot.com/854042
|
|
R=rsc
CC=codebot
http://codereview.appspot.com/882044
|
|
R=rsc
http://codereview.appspot.com/799045
|
|
R=rsc
CC=codebot
http://codereview.appspot.com/643041
|
|
R=r
http://codereview.appspot.com/583043
|
|
R=rsc
http://codereview.appspot.com/462041
|
|
R=rsc
http://codereview.appspot.com/464041
|
|
R=rsc
http://codereview.appspot.com/463041
|
|
R=rsc
http://codereview.appspot.com/429042
|
|
R=rsc
http://codereview.appspot.com/376045
|
|
R=rsc
http://codereview.appspot.com/396042
|
|
R=rsc
CC=codebot
http://codereview.appspot.com/224104
|
|
R=rsc
http://codereview.appspot.com/221041
|
|
R=rsc
http://codereview.appspot.com/220043
|
|
R=rsc
http://codereview.appspot.com/220042
|
|
R=rsc
http://codereview.appspot.com/220041
|
|
R=rsc
CC=codebot
http://codereview.appspot.com/207093
|
|
http://code.swtch.com/plan9port/issue/44/sam-crash
R=rsc
CC=codebot
http://codereview.appspot.com/207094
|
|
R=, rsc
CC=
http://codereview.appspot.com/203061
|
|
R=rsc
http://codereview.appspot.com/203059
|
|
CC=codebot
http://codereview.appspot.com/193069
|
|
R=, rsc
CC=
http://codereview.appspot.com/196054
|
|
CC=codebot
http://codereview.appspot.com/193056
|
|
R=rsc
http://codereview.appspot.com/189104
|
|
Was turning all button touches into clicks of high
buttons, causing spurious clicks even outside the
app window.
R=rsc
http://codereview.appspot.com/189084
|
|
makes windows redraw properly when moved
between screens when monitors get shuffled around
R=
CC=
http://codereview.appspot.com/189076
|
|
R=rsc
http://codereview.appspot.com/188041
|
|
R=, rsc
CC=
http://codereview.appspot.com/188042
|
|
- don't exit from a "child" note unless rc exited (code copied from 9term.c)
- ignore writes to the tag; specifically " Send Noscroll" at startup.
R=rsc
CC=codebot
http://codereview.appspot.com/181115
|
|
R=rsc
CC=plalonde, r
http://codereview.appspot.com/181129
|
|
Various tweaks to avoid breaking standard mice,
but probably needs tweaks to work with multitouch
mice again. Still, it's a start.
R=rsc
CC=plalonde, r
http://codereview.appspot.com/181124
|
|
R=rsc
http://codereview.appspot.com/181070
|
|
|
|
exposed by UTFmax==4
R=rsc
http://codereview.appspot.com/165071
|
|
R=rsc_swtch, rsc
CC=old.codebot, codebot
http://codereview.appspot.com/132045
|
|
http://bitbucket.org/rsc/plan9port/issue/38/
This patch tries to make 9pserve work again with
9P2000 clients, in case the server handled by 9pserve
expects 9P2000.u.
(Since changeset
http://bitbucket.org/rsc/plan9port/changeset/d9843471f0bc/
servers using srv() stop communicating after they
received a 9P2000 msg that has a different .u
definition.)
Tattach, Tauth and Tcreate 9P2000 messages will
be translated now, if neccessary, to 9P2000.u by
growing them to the new size, and providing the
missing (default) values.
The code of the first two message types has been
tested with drawterm on linux (dialing factotum),
and mounts from within 9vx to plan9port's factotum
and dossrv.
The code for Tcreate couldn't be tested due to lack
of file servers both speaking 9P2000.u and allowing file
creation.
R=rsc_swtch, rsc
CC=codebot
http://codereview.appspot.com/151052
|