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
/
flstring.h
Age
Commit message (
Expand
)
Author
2012-05-26
SGI fixes.
Greg Ercolano
2012-04-21
STR 2771 fix: introduce a new ascii strcasecmp that does not rely on locale s...
Fabien Costantini
2011-07-19
Modifications to all LGPL headers for STR #2685.
Greg Ercolano
2010-11-29
More copyright 2010 mods.
Greg Ercolano
2010-03-29
Removed Metrowerks support for Apple builds.
Matthias Melcher
2009-03-14
Fixes for SGI builds (STR#2174)
Greg Ercolano
2009-01-01
Changed Copyright in 'src' directory
Matthias Melcher
2007-02-20
Update copyright years and use "#ifndef" instead of "#if !defined".
Michael R Sweet
2007-02-20
Fixed Watcom compiler setup without verification using a patch by mnieuw
Matthias Melcher
2005-11-27
VC++ 2005 Support, drop old files, add icons for Sudoku
Michael R Sweet
2005-04-16
Update source file headers with STR web page.
Michael R Sweet
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-04-03
- sorted fluid menu bar
Matthias Melcher
2003-01-30
Copyright update for 1.1.3 release (not quite yet, but soon...)
Michael R Sweet
2002-07-17
Use parenthesis for "#if defined foo" -> "#if defined(foo)" - portability.
Michael R Sweet
2002-07-17
First steps in CodeWarrior on OS_X support.
Matthias Melcher
2002-07-14
More FL_EXPORT stuff for WIN32.
Michael R Sweet
2002-05-19
Add -sgi_version,sgi1.1 to the IRIX DSO command.
Michael R Sweet
2002-05-16
Massive update to use strlcpy() and strlcat() instead of strncpy()
Michael R Sweet
2002-04-29
Re-import the *current* version of Matthias's code, with appropriate
Michael R Sweet
2002-03-28
Change C++ comments in flstring.h to C comments...
Michael R Sweet
2002-03-25
Don't use the snprintf() and vsnprintf() names; instead, use fl_snprintf()
Michael R Sweet
2002-01-15
Unixware fixes.
Michael R Sweet
2001-11-25
Add flstring.h header file to include string functions, strcasecmp
Michael R Sweet