summaryrefslogtreecommitdiff
path: root/src/vsnprintf.c
AgeCommit message (Expand)Author
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