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