Age | Commit message (Collapse) | Author | Files | Lines |
|
R=rsc
CC=codebot
http://codereview.appspot.com/2065042
|
|
R=rsc
http://codereview.appspot.com/2295043
|
|
R=rsc
http://codereview.appspot.com/2277041
|
|
R=rsc
http://codereview.appspot.com/2162042
|
|
R=rsc
http://codereview.appspot.com/2124042
|
|
Also just drop \r from output.
It's a losing battle to keep turning it off.
R=rsc
http://codereview.appspot.com/2128042
|
|
R=rsc
CC=codebot
http://codereview.appspot.com/2007045
|
|
Otherwise io.c:39 compares int != ulong,
causing spurious file modification warnings
when dev doesn't fit in an int.
R=r
http://codereview.appspot.com/1917045
|
|
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
|