summaryrefslogtreecommitdiff
path: root/src/flstring.h
AgeCommit message (Expand)Author
3 dayswip: forkmaxim nikonov
2024-03-15Fix a bunch of compiler warnings, particularly for old compilersAlbrecht Schlosser
2024-03-02Promote fl_strlcpy to <FL/fl_string_functions.h>Matthias Melcher
2020-08-01Implement + deploy fl_strdup()Greg Ercolano
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-01-16Don't include 'src/flstring.h' in menubar demoAlbrecht Schlosser
2018-02-09Replace "WIN32" with "_WIN32" or "Windows".Albrecht Schlosser
2017-10-15Replace inappropriate usage of __WATCOM__ with _MSC_VER.Albrecht Schlosser
2017-10-14Fix conditional compilation under Windows.Albrecht Schlosser
2016-04-12Remove obsolete EMX (DOS, OS/2 extender) support.Albrecht Schlosser
2016-04-11Fix VisualC++ build (Visual Studio 2015).Albrecht Schlosser
2016-01-31Fix compiler warnings (STR 2988), porting from branch-1.3.Albrecht Schlosser
2014-01-21Fix strcasecmp() issues (again), see STR #2994.Albrecht Schlosser
2012-06-06Minor comments formatting discrepancies fix.Fabien Costantini
2012-05-26SGI fixes.Greg Ercolano
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-29More copyright 2010 mods.Greg Ercolano
2010-03-29Removed Metrowerks support for Apple builds.Matthias Melcher
2009-03-14Fixes for SGI builds (STR#2174)Greg Ercolano
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2007-02-20Update copyright years and use "#ifndef" instead of "#if !defined".Michael R Sweet
2007-02-20Fixed Watcom compiler setup without verification using a patch by mnieuwMatthias Melcher
2005-11-27VC++ 2005 Support, drop old files, add icons for SudokuMichael R Sweet
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-04-03- sorted fluid menu barMatthias Melcher
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2002-07-17Use parenthesis for "#if defined foo" -> "#if defined(foo)" - portability.Michael R Sweet
2002-07-17First steps in CodeWarrior on OS_X support.Matthias Melcher
2002-07-14More FL_EXPORT stuff for WIN32.Michael R Sweet
2002-05-19Add -sgi_version,sgi1.1 to the IRIX DSO command.Michael R Sweet
2002-05-16Massive update to use strlcpy() and strlcat() instead of strncpy()Michael R Sweet
2002-04-29Re-import the *current* version of Matthias's code, with appropriateMichael R Sweet
2002-03-28Change C++ comments in flstring.h to C comments...Michael R Sweet
2002-03-25Don't use the snprintf() and vsnprintf() names; instead, use fl_snprintf()Michael R Sweet
2002-01-15Unixware fixes.Michael R Sweet
2001-11-25Add flstring.h header file to include string functions, strcasecmpMichael R Sweet