Age | Commit message (Collapse) | Author | Files | Lines |
|
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
CC=codebot
http://codereview.appspot.com/953047
|
|
R=rsc
http://codereview.appspot.com/1169043
|
|
R=r
http://codereview.appspot.com/925041
|
|
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=r
http://codereview.appspot.com/744041
|
|
R=rsc
CC=codebot
http://codereview.appspot.com/637041
|
|
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/254042
|
|
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/217045
|
|
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
|
|
R=, rsc
CC=
http://codereview.appspot.com/186107
|
|
- 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
|