This example relies on: - a C# implementation: either pnet+pnetlib or mono+mcs Installation: ./autogen.sh ./configure --prefix=/some/prefix make make install Cleanup: make distclean ./autoclean.sh m+xml'/>
summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fvwrite.c
AgeCommit message (Expand)Author
2021-07-22revert changes to fflush.c (1.18) and fvwrite.c (1.25) until we investigatechristos
2021-07-19There's no need to adjust `iov' in the error path.christos
2021-07-16When fflush fails, adjust pointers and the io vectors. From RVP. Fixeschristos
2021-07-08Obey EINTR and return immediately adjusting for unwritten. From RVPchristos
2021-07-06Handle EINTR, from RVP.christos
2012-03-27- widen the internal read and write calls to match the syscallschristos
2012-03-15- ansify, knf.christos
2012-03-13PR/45989: Martin Husemann: lint invocation does include -w only on i386christos
2011-03-24Eliminate dead store. From Henning Petersen in PR 42776. Doesn't changedholland
2009-10-25revert some of dsl's changes to make things build on i386; he can undo whatchristos
2009-10-25Lint is differentially far too picky...dsl
2009-10-24Remove a load of pointless casts - one that even lint doesn't bleat about.dsl
2009-02-11Fix sign-compare issues.lukem
2007-02-02Instead of abusing stdio to get a signal-safe version of sprintf, provide one.christos
2006-10-27Add signal-safe versions of snprintf and vsnprintfchristos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-01-18Merge the nathanw_sa branch.thorpej