Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Big fricking merge from trunk. | "Steven J. Hill" | 2006-01-07 | 1 | -0/+9 |
| | |||||
* | Added some temporary "stubs" for collation. | Manuel Novoa III | 2002-11-08 | 1 | -47/+0 |
| | | | | | | | | strcoll is an alias for strcmp. strxfrm is an alias for strlcpy. wcscoll is an alias for wcscmp. wcsxfrm is implemented as a wchar version of strlcpy. Real locale-dependent implementations are coming soon. | ||||
* | Write a new strxfrm that doesn't make function calls. Uses the same logic as | Eric Andersen | 2002-06-12 | 1 | -0/+47 |
before but unrolls the func calls and thereby eliminates some steps and some bytes. Now adds just 40 bytes to .text. -Erik |