aboutsummaryrefslogtreecommitdiff
path: root/src/fwriteln.c
AgeCommit message (Expand)Author
2015-10-06use z_wrappers around sys_open/close()IOhannes m zmölnig
2015-08-28one-true indentationIOhannes m zmölnig
2011-09-21fixed license boilerplate and UTF8 encodingIOhannes m zmölnig
2010-01-25free() requires stdlib.hIOhannes m zmölnig
2009-11-30made prefix buffer hold 3 bytes (as suggested by claude; closes #2838114)IOhannes m zmölnig
2009-03-23fixed insecure usage of snprintfIOhannes m zmölnig
2009-03-19fixed warningsIOhannes m zmölnig
2008-01-03run with "-pedantic" and "-std=c99": removed warningsIOhannes m zmölnig
2007-10-31win32 fixesmusil
2007-09-23made the best out of "fwriteln": now accepts also arguments "f" "g" and "e" a...Franz Zotter
2007-09-23corrected the segmentation fault error in fwriteln. (string length was too sh...Franz Zotter
2007-08-29added a "g" instead of the "f" to fwriteln.c for better precision, when using...Franz Zotter
2007-08-24added a more stable version of float formatting to [fwriteln] with the argumentsFranz Zotter
2007-08-21added a format string for writing floats with fwritelnFranz Zotter
2007-08-16freadln:Franz Zotter
2007-07-05w32 does not know vsnprintf()! use _vsnprintf(), dude...musil
2007-05-21made it more zexyIOhannes m zmölnig
2007-05-21added fz's [freadln] and [fwriteln]IOhannes m zmölnig