| | [ Return to Articles | Show Comments | Submit Comment ]
Article #965: FLTK 1.3.x Weekly Snapshot, r6990
Created at 01:01 Jan 08, 2010 by mike
A new weekly snapshot of FLTK 1.3.x (r6990) is now available on the download page:
http://www.fltk.org/software.php?VERSION=fltk-1.3.x-r6990
Commit Log:
------------------------------------------------------------------------
r6990 | matt | 2010-01-07 08:02:44 -0800 (Thu, 07 Jan 2010) | 1 line
Fixed stupid crash bug in Fl_Preferences.
------------------------------------------------------------------------
r6989 | matt | 2010-01-04 08:57:11 -0800 (Mon, 04 Jan 2010) | 1 line
Another update by Manolo.
------------------------------------------------------------------------
r6988 | AlbrechtS | 2010-01-04 02:30:37 -0800 (Mon, 04 Jan 2010) | 3 lines
Fixed previous commit (s/gethostbyname/gethostname/) and added
#if defined (__GNUC__) to remove #warnings from other (Windows) compilers.
------------------------------------------------------------------------
r6987 | AlbrechtS | 2010-01-04 01:40:25 -0800 (Mon, 04 Jan 2010) | 6 lines
Temporary fix for Fl_Preferences on Windows, because gethostbyname would
need
winsock (ws2_32.dll) - the final fix would have to load it dynamically or
use another function...
Also fixed the missing return statement (all platforms).
------------------------------------------------------------------------
r6986 | greg.ercolano | 2010-01-01 10:30:49 -0800 (Fri, 01 Jan 2010) | 6
lines
Updated filename.H function docs with indication of #include
<FL/filename.H>
and in several cases, code examples.
Solves issue raised on fltk.general (12/30/09) by Alvin.
------------------------------------------------------------------------
[ Download | Home Page | Listing ]
[ Submit Comment ] |
| |