-
There is an error in ui/scaler/scalers.c that avoids successful compilation:
#ifndef ABS
#define ABS(a) ((x)>=0?(x):-(x))
#endif
Should be, probably:
#ifndef ABS
#define ABS(x) ((x)>=0?(x):-(x))
#endif
because you're using "x" as variable in the macro body.
2008-01-01 21:33:20 UTC in Fuse - the Free Unix Spectrum Emulator
-
Version: 3.9. OS: WXP SP2.
If you create a new document, write something, press
Ctrl+S (Save), and when prompted about filename you
cancel saving, document appears always as saved even if
you change it, so you are not prompted about saving it
when closing it or closing the application.
2006-10-26 11:40:17 UTC in Notepad++
-
As response to my "Help wanted" note, I'm proudly to announce that Damian Regan has presented to me some logos that are, in fact, in the way I want. I simply love them!
The logos will be soon available as the Seed 0.1/20060601 release package. Thanks Damian, your work is so beauty, thank you very much for spending your time with Seed!
2006-05-03 12:27:18 UTC in Seed
-
After four years of project online inactivity, Seed has been taken on again. A lot of things happened, some other useful PHP frameworks have been released, and this is obviously very good news for people that loves PHP.
Anyway, Seed have been conceptually polited, the Seed team tasted almost every framework in the open-source market, and now the team is practically ready to make the goal...
2006-04-15 21:51:44 UTC in Seed
-
evanz_d registered the Apricot project.
2006-03-28 14:16:40 UTC in Apricot
-
evanz_d registered the SmartMail project.
2006-03-01 12:51:46 UTC in SmartMail
-
evanz_d committed patchset 2 of module aleph to the Seed CVS repository, changing 11 files.
2003-09-14 23:36:22 UTC in Seed
-
evanz_d committed patchset 1 of module aleph to the Seed CVS repository, changing 11 files.
2003-09-14 23:36:22 UTC in Seed