index
:
svn2git/libraries/zexy.git
externals/zexy
zexy: converted automatically from sourceforge/svn
Sir Walter Raleigh
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fwriteln.c
Age
Commit message (
Expand
)
Author
2011-09-21
fixed license boilerplate and UTF8 encoding
IOhannes m zmölnig
2010-01-25
free() requires stdlib.h
IOhannes m zmölnig
2009-11-30
made prefix buffer hold 3 bytes (as suggested by claude; closes #2838114)
IOhannes m zmölnig
2009-03-23
fixed insecure usage of snprintf
IOhannes m zmölnig
2009-03-19
fixed warnings
IOhannes m zmölnig
2008-01-03
run with "-pedantic" and "-std=c99": removed warnings
IOhannes m zmölnig
2007-10-31
win32 fixes
musil
2007-09-23
made the best out of "fwriteln": now accepts also arguments "f" "g" and "e" a...
Franz Zotter
2007-09-23
corrected the segmentation fault error in fwriteln. (string length was too sh...
Franz Zotter
2007-08-29
added a "g" instead of the "f" to fwriteln.c for better precision, when using...
Franz Zotter
2007-08-24
added a more stable version of float formatting to [fwriteln] with the arguments
Franz Zotter
2007-08-21
added a format string for writing floats with fwriteln
Franz Zotter
2007-08-16
freadln:
Franz Zotter
2007-07-05
w32 does not know vsnprintf()! use _vsnprintf(), dude...
musil
2007-05-21
made it more zexy
IOhannes m zmölnig
2007-05-21
added fz's [freadln] and [fwriteln]
IOhannes m zmölnig