index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
vsnprintf.c
Age
Commit message (
Expand
)
Author
2009-01-01
Changed Copyright in 'src' directory
Matthias Melcher
2008-09-16
Doxygen documentation : took the opportunity to update copyright info as we m...
Fabien Costantini
2007-05-21
Typo HAVE_LONg_LONG instead of HAVE_LONG_LONG
Matthias Melcher
2007-05-20
Fix all compiler warnings from various build systems.
Michael R Sweet
2005-08-29
Fixed C++ style comments in plain C files (STR #997)
Matthias Melcher
2005-08-11
Remove unnecessary breaks...
Michael R Sweet
2005-08-11
Fix fl_vsnprintf bugs, remove VC++.NET link warnings
Michael R Sweet
2005-08-11
Add support for * width and precision values, and fix potential
Michael R Sweet
2005-04-18
Fix compiler warnings.
Michael R Sweet
2005-04-16
Update source file headers with STR web page.
Michael R Sweet
2005-04-11
Remove all warnings for Mac buidl with gcc (except one)
Matthias Melcher
2005-04-10
The FLTK string functions are now compiled in on all systems (STR
Michael R Sweet
2005-02-24
Copyright updates.
Michael R Sweet
2004-04-11
Copyright updates and prep for 1.1.5rc1.
Michael R Sweet
2003-01-30
Copyright update for 1.1.3 release (not quite yet, but soon...)
Michael R Sweet
2002-03-25
Don't use the snprintf() and vsnprintf() names; instead, use fl_snprintf()
Michael R Sweet
2002-01-01
Copyright updates...
Michael R Sweet
2001-04-27
Handle WM_ACTIVATEAPP message under WIN32, using GetAsyncKeyState() for
Michael R Sweet
2001-01-22
Copyright 2001.
Michael R Sweet
2000-06-05
OK, now version 1.0.9
Michael R Sweet
2000-04-25
Updated copyright notices for all of the 1.0.x files.
Michael R Sweet
1999-03-29
Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I
Carl E. Thompson
1999-01-07
Yay, change all copyright notices to be 1998-1999.
Michael R Sweet
1998-11-05
Updated vsnprint stuff for C++.
Michael R Sweet
1998-11-05
Added vsnprintf() emulation code.
Michael R Sweet