summaryrefslogtreecommitdiff
path: root/src/flstring.c
AgeCommit message (Expand)Author
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2012-06-06Minor comments formatting discrepancies fix.Fabien Costantini
2012-05-26SGI fixes.Greg Ercolano
2012-04-24Optimized final string ending sorting testFabien Costantini
2012-04-24Optimized unnecessary use of strlen()Fabien Costantini
2012-04-24Fixed commentsFabien Costantini
2012-04-24Fixed indentation as specified by the CMPFabien Costantini
2012-04-24Fixed a sorting issue w/ different sizesFabien Costantini
2012-04-24improved ascii strcasecmp, and use it in font sort instead of strcasecmpFabien Costantini
2012-04-24Added range test in new fl_ascii_strcasecmp to avoid potential false positives.Fabien Costantini
2012-04-21STR 2771 fix: introduce a new ascii strcasecmp that does not rely on locale s...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
2005-04-16Update source file headers with STR web page.Michael R Sweet
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-05-17Fix redraw area for focus box on buttons with no box.Michael R Sweet
2002-05-16Massive update to use strlcpy() and strlcat() instead of strncpy()Michael R Sweet