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.c
Age
Commit message (
Expand
)
Author
2012-04-24
Fixed comments
Fabien Costantini
2012-04-24
Fixed indentation as specified by the CMP
Fabien Costantini
2012-04-24
Fixed a sorting issue w/ different sizes
Fabien Costantini
2012-04-24
improved ascii strcasecmp, and use it in font sort instead of strcasecmp
Fabien Costantini
2012-04-24
Added range test in new fl_ascii_strcasecmp to avoid potential false positives.
Fabien Costantini
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-28
Fixed Copyright to 2010.
Matthias Melcher
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
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-01-30
Copyright update for 1.1.3 release (not quite yet, but soon...)
Michael R Sweet
2002-05-17
Fix redraw area for focus box on buttons with no box.
Michael R Sweet
2002-05-16
Massive update to use strlcpy() and strlcat() instead of strncpy()
Michael R Sweet