| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | MFC 205021: | John Baldwin | 2010-10-12 | 1 | -3/+1 |
| | | | | | | | | | | | | | - Use an initializer macro to initialize fields in 'fake' FILE objects used by *sprintf(), etc. - Explicitly initialize _fl_mutex to PTHREAD_MUTEX_INITIALIZER for all FILE objects. This is currently a nop on FreeBSD, but is import for other platforms (or in the future) where PTHREAD_MUTEX_INITIALIZER is not simply zero. Notes: svn path=/stable/8/; revision=213720 | ||||
| * | Add dprintf() and vdprintf() from POSIX.1-2008. Like getline(), | David Schultz | 2009-03-04 | 1 | -0/+66 |
| dprintf() is a simple wrapper around another function, so we may as well implement it. But also like getline(), we can't prototype it by default right now because it would break too many ports. Notes: svn path=/head/; revision=189356 | |||||
