View Single Post
Old 28 September 2008, 01:07   #7
hitchhikr
Registered User
 
Join Date: Jun 2008
Location: somewhere else
Posts: 511
v0.9:

- Vasm got promoted to the latest 1.3 version (modified vbcc according to this).
- Fixed a bug in vbcc involving odd aligned local variables which would generate exceptions on 68000 machines.
- Printf & scanf functions now support floating point arguments by default.
- Modified the libraries so the generated executables are now compatible with OS 1.x. (note that when linking programs with mieee.lib, the compiler is using math*.library files and there's some discrepancies in the output between the 1.x (v34) and more recent ones (around v37 which are more accurate)).
- Executables startup should be faster now especially on 68000 based machines.
- Toupper() & tolower() were broken.
- Cleaner and more flexible make scripts.
- Added the necessary make files and an example to create static libraries.
hitchhikr is offline  
 
Page generated in 0.15691 seconds with 11 queries