Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert tools/regression/lib/libc/stdio/test-fmemopen into an ATF testcase and | ngie | 2014-11-16 | 1 | -299/+0 |
* | - Use strlen instead of hardcoding a number | gahr | 2014-06-03 | 1 | -2/+2 |
* | - Return NULL and set errno to EINVAL if size is 0 (as required by POSIX). | gahr | 2014-06-02 | 1 | -0/+47 |
* | - Fix more style(9)-related issues (copyright header, spaces after function | gahr | 2013-02-01 | 1 | -71/+71 |
* | - Remove underscores from the internal structure name, as it doesn't collide | gahr | 2013-01-31 | 1 | -27/+136 |
* | Add fmemopen(3), an interface to get a FILE * from a buffer in memory, along | gahr | 2013-01-30 | 1 | -0/+143 |