Commit Graph

8 Commits

Author SHA1 Message Date
d4fa6f0e08 implement fmemopen
testing so far has been minimal. may need further work.
2011-09-03 23:26:17 -04:00
b158b32a44 implement open_memstream
this is the first attempt, and may have bugs. only minimal testing has
been performed.
2011-09-03 00:45:21 -04:00
7640497f5f implement the nonstandard GNU function fpurge
this is a really ugly and backwards function, but its presence will
prevent lots of broken gnulib software from trying to define its own
version of fpurge and thereby failing to build or worse.
2011-06-30 11:42:33 -04:00
e72180083e add more legacy functions: setlinebuf and setbuffer 2011-04-05 12:25:31 -04:00
46b99426e1 prototypes for GNU asprintf/vasprintf 2011-02-20 17:17:09 -05:00
571312de5f move stdio stuff that's not arch-specific out of bits 2011-02-15 19:47:22 -05:00
80695b1d1e begin namespace-cleanup of standard C headers 2011-02-14 05:10:10 -05:00
0b44a0315b initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00