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
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