summaryrefslogtreecommitdiff
path: root/src/vsnprintf.c
AgeCommit message (Expand)Author
2016-01-31Fix compiler warnings (STR 2988), porting from branch-1.3.Albrecht Schlosser
2014-08-21Use system vsnprintf when possible, saves 2kb lib size.Lauri Kasanen
2012-04-05Fixed build error in msvs because Fl ref to FULLSCREEN enum was not accessibl...Fabien Costantini
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2008-09-16Doxygen documentation : took the opportunity to update copyright info as we m...Fabien Costantini
2007-05-21Typo HAVE_LONg_LONG instead of HAVE_LONG_LONGMatthias Melcher
2007-05-20Fix all compiler warnings from various build systems.Michael R Sweet
2005-08-29Fixed C++ style comments in plain C files (STR #997)Matthias Melcher
2005-08-11Remove unnecessary breaks...Michael R Sweet
2005-08-11Fix fl_vsnprintf bugs, remove VC++.NET link warningsMichael R Sweet
2005-08-11Add support for * width and precision values, and fix potentialMichael R Sweet
2005-04-18Fix compiler warnings.Michael R Sweet
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-04-11Remove all warnings for Mac buidl with gcc (except one)Matthias Melcher
2005-04-10The FLTK string functions are now compiled in on all systems (STRMichael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2002-03-25Don't use the snprintf() and vsnprintf() names; instead, use fl_snprintf()Michael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2001-04-27Handle WM_ACTIVATEAPP message under WIN32, using GetAsyncKeyState() forMichael R Sweet
2001-01-22Copyright 2001.Michael R Sweet
2000-06-05OK, now version 1.0.9Michael R Sweet
2000-04-25Updated copyright notices for all of the 1.0.x files.Michael R Sweet
1999-03-29Changes needed to get FLTK to compile on Borland C++ 5 under Windows. ICarl E. Thompson
1999-01-07Yay, change all copyright notices to be 1998-1999.Michael R Sweet
1998-11-05Updated vsnprint stuff for C++.Michael R Sweet
1998-11-05Added vsnprintf() emulation code.Michael R Sweet