Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bring back wprintf. We've sorted out what to do for gcc2 and gcc3. | 2011-04-28 | 1 | -0/+42 | |
| | | | | "Yes, go ahead then" deraadt | ||||
* | Back out wprintf until we've determined what to do for gcc2 and gcc3 arches. | 2011-04-24 | 1 | -42/+0 | |
| | |||||
* | Add fwprintf, swprintf, vfwprintf, vswprintf, vwprintf, and wprintf to libc. | 2011-04-24 | 1 | -0/+42 | |
Based on our vfprintf etc. implementations. Wide character parts based on NetBSD but with lots of macros expanded. Minor bump for libc. ok kettenis espie |