From: <to...@us...> - 2002-11-27 22:11:06
|
Update of /cvsroot/ro-oslib/OSLib/!OsLib/docs In directory sc8-pr-cvs1:/tmp/cvs-serv17960/OSLib/!OsLib/docs Modified Files: ChangeLog Log Message: Changes to tools to allow builds in 32-bit environment Index: ChangeLog =================================================================== RCS file: /cvsroot/ro-oslib/OSLib/!OsLib/docs/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** ChangeLog 23 Nov 2002 15:11:34 -0000 1.17 --- ChangeLog 27 Nov 2002 22:11:03 -0000 1.18 *************** *** 3,7 **** * Enhancements: - Defines SWI Wimp_SetIconStateFromBlock (wimp_set_icon_state_from_block) and ! TYPE Wimp_SetIconStateBlock (wimp_set_icon_state_block) to implement the native RISC OS SWI. (Philip Ludlam) --- 3,7 ---- * Enhancements: - Defines SWI Wimp_SetIconStateFromBlock (wimp_set_icon_state_from_block) and ! TYPE Wimp_SetIconStateBlock (wimp_set_icon_state_block) to implement the native RISC OS SWI. (Philip Ludlam) *************** *** 9,13 **** and OSSpriteOp_ReadSpriteInfo; synonymous with OSSpriteOp_ReadSpriteSize. This reflects better the PRM descriptions. (Philip Ludlam) ! - Added Help_FullMessageRequest, Help_FullMessageReply, Help_FullMessageEnable, which had been omitted when full message blocks were introduced in Version 6.00. --- 9,13 ---- and OSSpriteOp_ReadSpriteInfo; synonymous with OSSpriteOp_ReadSpriteSize. This reflects better the PRM descriptions. (Philip Ludlam) ! - Added Help_FullMessageRequest, Help_FullMessageReply, Help_FullMessageEnable, which had been omitted when full message blocks were introduced in Version 6.00. *************** *** 30,34 **** - Updated FileCore to reflect RISC O S 5 changes, including the addition of FileCore_DiscOp64. (Tom Hughes) ! * Bug Fixes: - Font_ReadFontMetrics misc information structure (Font_MetricsMiscInfo) is now correctly --- 30,43 ---- - Updated FileCore to reflect RISC O S 5 changes, including the addition of FileCore_DiscOp64. (Tom Hughes) ! - Distribution now includes 32-bit neutral version of OSLibSupport32 ! library. (Tony van der Hoff) ! ! * Build Environment ! - OSLib may now be built under either a 26-bit or a 32-bit environment. This is ! autodetected, and the build tools are linked accordingly. To this end YACC, ! which had been coded in pre-ANSI C, has been replaced by a modern port of ! bison. Castle 32-bit compiler. (Tony van der Hoff) ! ! * Bug Fixes: - Font_ReadFontMetrics misc information structure (Font_MetricsMiscInfo) is now correctly |