Age | Commit message (Collapse) | Author | Files | Lines |
|
R=rsc
http://codereview.appspot.com/4436071
|
|
R=rsc
http://codereview.appspot.com/4438088
|
|
Ignore scroll/noscroll window setting.
Instead, scroll when the write begins in
or immediately after the displayed window content.
In the new scrolling discipline, executing
"Noscroll" is replaced by typing Page Up or
using the mouse to scroll higher in the buffer,
and executing "Scroll" is replaced by typing End
or using the mouse to scroll to the bottom of
the buffer.
R=r, r2
http://codereview.appspot.com/4433060
|
|
Fixes #71.
R=rsc
CC=codebot
http://codereview.appspot.com/4327057
|
|
R=rsc
http://codereview.appspot.com/4221043
|
|
R=rsc
http://codereview.appspot.com/4187050
|
|
Fixes UTF-8 input files.
R=rsc
http://codereview.appspot.com/4132042
|
|
R=rsc
CC=codebot
http://codereview.appspot.com/3922043
|
|
R=rsc
http://codereview.appspot.com/3852042
|
|
R=rsc
http://codereview.appspot.com/3761044
|
|
R=rsc
http://codereview.appspot.com/3828045
|
|
R=rsc
http://codereview.appspot.com/3784048
|
|
R=rsc
http://codereview.appspot.com/3777044
|
|
R=rsc
http://codereview.appspot.com/3860041
|
|
Add -x flag to mklatinkbd to generate file for $HOME/.XCompose.
Thanks to Anthony Martin, Tony Lainson, and Kris Maglione for legwork.
R=rsc
http://codereview.appspot.com/3811043
|
|
R=rsc
http://codereview.appspot.com/3833043
|
|
R=rsc
http://codereview.appspot.com/3798046
|
|
R=rsc
http://codereview.appspot.com/3750045
|
|
R=rsc
http://codereview.appspot.com/3437044
|
|
thanks to Erik Quanstrom
R=rsc
http://codereview.appspot.com/3469042
|
|
Fixes #51.
R=rsc
http://codereview.appspot.com/3431044
|
|
R=rsc
http://codereview.appspot.com/3003041
|
|
R=rsc
http://codereview.appspot.com/2875041
|
|
R=rsc
http://codereview.appspot.com/2729042
|
|
R=rsc
http://codereview.appspot.com/2783041
|
|
R=rsc
http://codereview.appspot.com/2476042
|
|
R=rsc
http://codereview.appspot.com/2388041
|
|
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
|