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
/
scandir.c
Age
Commit message (
Expand
)
Author
2013-04-05
File config.h is included with #include <config.h> in scandir.c as everywhere...
Manolo Gouy
2013-03-06
Oops! Forgot to update the copyright date.
Ian MacArthur
2013-03-06
This check-in brings in the simplified version of
Ian MacArthur
2011-12-21
Per STR 2687, remove the old fltk-local scandir implementation which might
Ian MacArthur
2011-08-03
Add a #warning to scandir.c with the intent of trying to flag up which,
Ian MacArthur
2011-01-05
Fix STR #2507. Applied supplied patch modified for Mac OS X. Checked OK on Li...
Manolo Gouy
2008-09-19
Updating fl_utf8.h references. Fixing copyright date in .fl files.
Matthias Melcher
2008-09-10
Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and addi...
Matthias Melcher
2005-02-24
Copyright updates.
Michael R Sweet
2002-05-04
Fix scandir dirent stuff under WIN32.
Michael R Sweet
2002-05-02
Update fl_filename_list() to accept a sort function to use, and export
Michael R Sweet
2000-04-04
Fixes for Cygwin POSIX emulation layer from Norman Vine.
Bill Spitzak
1999-03-09
scandir.c used a variable named "new", which is valid ANSI C but
Michael R Sweet
1998-12-07
Added cast to comparison function.
Michael R Sweet
1998-10-20
Fixed definitions of scandir, numericsort, and alphasort (no const!)
Michael R Sweet
1998-10-06
Initial revision
Michael R Sweet