| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Trivial changes: whitespace and modes. | Dan Cross | 2020-01-10 | 1 | -3/+3 |
| | | | | | | | | | | 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> | ||||
| * | 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 | ||||
| * | import from plan9 | rsc | 2006-05-21 | 1 | -45/+167 |
| | | |||||
| * | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 2006-04-01 | 1 | -4/+4 |
| | | |||||
| * | better labels | rsc | 2006-02-14 | 1 | -4/+5 |
| | | |||||
| * | Add more character sets. | rsc | 2006-01-19 | 1 | -655/+29 |
| | | |||||
| * | add EILSEQ for mac | rsc | 2005-12-26 | 1 | -32/+70 |
| | | |||||
| * | use plan 9 versions | rsc | 2005-03-09 | 1 | -1/+1 |
| | | |||||
| * | Add tcs; it compiles in my world, but I haven't tried it in Russ's yet. | wkj | 2004-04-21 | 1 | -0/+1053 |
