Patch 1 to Xfractint version 20.3 is now available. The big change is that I can now compile the source using the latest gcc (very handy). What's new: Fixed the float bailout for the lambdafn fractal type when the EXP function is used so the float and integer images match. Jan Andres contributed Xfractint fixes that allow compiling with newer versions of gcc because varargs.h is no longer supported. Enabled the use of the long double type on Solaris. Moved the getwd() macro definition in prompts1.c after the #include lines, to avoid the mess that happens when the prototype for getwd() is included but it's already defined as a macro. Added some Solaris-specific comments to the Makefile. Fixed the sound in Xfractint so the beep turns off now. Changed lsys.c to use inline1 instead of the reserved word inline. ***** Yes, I know, the floating point only code is more broken than it was before. Solid guessing now doesn't work right. Since we are trying to get an official release of the integer/float together, I'm not going to look at it right now. Anyone who wishes to look at it and fix it, may. Hopefully, I should get patch 1 for the DOS code out this afternoon. Jonathan