---------------------------- Version history --------------- YAEC 19a -------- 1.9: 6:th public release (Bugfix release) Well, last version had been pretty rearranged internally, it shows :) *** front-end *** - Fix : RAISE keyword had no effect. - Fix : oop was messed up. - Fix : conditional compilation did not work. - Fix : indexing buggy ...gaah.. *** back-end *** - Fix : nilcheck/ptrcheck was messed up. *** linklib *** - Fix : stringformatting - now formats hexa correctly AND is even faster then before ! :) - Fix : StrAdd() with len did not set strlen correctly. - now libraries have exec,dos,intuition and graphics libraries opened automatically. (just as exes). - It is now possible to use WriteF(),PrintF(),PutFmt() from libraries! - Added new formatcode : \f -- for floats ! see example. *** source *** - Added debuglib.e and ddebuglib.e, modules with inline macros. You need the appropriate linklibs from AmigaŽ to use them. *** front-end *** - Implemented compiler-arg DEF/K. Define a globally visible symbol to be used with conditional compilation. ex : DEF DEBUG. (The global symbol YAEC is always defined) 1.8a: (July 15 2001) Fifth public release. *** front-end *** - Bugfixed : relative module path (*). - macros (#define) implemented. Bonus : 0-arg macros "()", "EXPORT #define" and "#undef" keyword. experimental : "IMPORT #define