Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-10 | Trivial changes: whitespace and modes. | Dan Cross | 9 | -998/+995 | |
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net> | |||||
2010-06-28 | This patch fixes unicode, unicode-be and unicode-le | Michael Teichgräber | 1 | -11/+21 | |
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 | |||||
2010-06-28 | tcs: macroman charset fixes | Anthony Martin | 1 | -5/+5 | |
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 | |||||
2009-09-13 | tcs: update for 32-bit Rune | Russ Cox | 2 | -172/+4 | |
http://codereview.appspot.com/117063 | |||||
2006-10-12 | avoid hang with htmlroff (Michael Teichgräber) | rsc | 1 | -1/+1 | |
2006-10-12 | avoid nonstandard entity names (Michael Teichgräber) | rsc | 1 | -8/+25 | |
2006-05-21 | forgot | rsc | 1 | -0/+309 | |
2006-05-21 | import from plan9 | rsc | 9 | -62/+320 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 12 | -54/+54 | |
2006-02-14 | better labels | rsc | 2 | -5/+6 | |
2006-01-19 | Add more character sets. | rsc | 6 | -683/+1346 | |
2005-12-27 | oops | rsc | 1 | -0/+330 | |
2005-12-26 | add EILSEQ for mac | rsc | 4 | -33/+76 | |
2005-12-17 | better errno declarations | rsc | 1 | -9/+6 | |
2005-09-13 | Fix UTF bug reported on 9fans. | rsc | 1 | -2/+3 | |
2005-03-18 | silence gcc | rsc | 1 | -1/+1 | |
2005-03-09 | use plan 9 versions | rsc | 2 | -150/+54 | |
2005-01-04 | Goodbye SHORTLIB | rsc | 1 | -1/+0 | |
2004-04-21 | Add tcs; it compiles in my world, but I haven't tried it in Russ's yet. | wkj | 40 | -0/+10784 | |