Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC 281887: | jhb | 2015-06-02 | 1 | -1/+1 |
| | | | | | Reassign copyright statements on several files from Advanced Computing Technologies LLC to Hudson River Trading LLC. | ||||
* | Add an implementation of open_memstream() and open_wmemstream(). These | jhb | 2013-02-27 | 1 | -0/+271 |
routines provide write-only stdio FILE objects that store their data in a dynamically allocated buffer. They are a string builder interface somewhat akin to a completely dynamic sbuf. Reviewed by: bde, jilles (earlier versions) MFC after: 1 month |