From: Tony v. d. H. <to...@us...> - 2004-07-08 11:29:55
|
Update of /cvsroot/ro-oslib/OSLib/!OsLib/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29744/docs Modified Files: ChangeLog Log Message: OSLib 6.70 release Index: ChangeLog =================================================================== RCS file: /cvsroot/ro-oslib/OSLib/!OsLib/docs/ChangeLog,v retrieving revision 1.64 retrieving revision 1.65 diff -C2 -d -r1.64 -r1.65 *** ChangeLog 4 May 2004 16:36:01 -0000 1.64 --- ChangeLog 8 Jul 2004 11:29:45 -0000 1.65 *************** *** 5,9 **** ********************************************************************** ! OSLib CVS ---------- * Enhancements: --- 5,9 ---- ********************************************************************** ! OSLib 6.70 - Tony van der Hoff 08/07/2004 ---------- * Enhancements: *************** *** 23,27 **** - Syslog now defines a set of functions to control logs by handle (20040504-3, Philip Ludlam) ! * Bug Fixes: - FrontEnd and SysLog now include OS (20040504-2, Philip Ludlam) --- 23,27 ---- - Syslog now defines a set of functions to control logs by handle (20040504-3, Philip Ludlam) ! * Bug Fixes: - FrontEnd and SysLog now include OS (20040504-2, Philip Ludlam) *************** *** 74,87 **** * Build Environment: - Corrections to Makefiles, Obey files and a few file names to enable ! OSLib to be built on a case-sensitive filing system. Note, in particular, that Hdr.types has been changed to Hdr.Types (20031227-1, Tony van der Hoff). - The Make files now use the enhanced GNU-type syntax available with the 32-bit Castle tools. These, or GNU Make are now required ! to build OSLib using the supplied tools (20031227-1, Tony van der Hoff). - Fix to DefMod to no longer emit the OSLib: prefix to assembler Hdr includes (20031227-1, Tony van der Hoff). - Makefiles updated to include latest modules ! (20031227-1, Tony van der Hoff). - Test suite updated to include latest modules (20031227-1, Tony van der Hoff). --- 74,87 ---- * Build Environment: - Corrections to Makefiles, Obey files and a few file names to enable ! OSLib to be built on a case-sensitive filing system. Note, in particular, that Hdr.types has been changed to Hdr.Types (20031227-1, Tony van der Hoff). - The Make files now use the enhanced GNU-type syntax available with the 32-bit Castle tools. These, or GNU Make are now required ! to build OSLib using the supplied tools (20031227-1, Tony van der Hoff). - Fix to DefMod to no longer emit the OSLib: prefix to assembler Hdr includes (20031227-1, Tony van der Hoff). - Makefiles updated to include latest modules ! (20031227-1, Tony van der Hoff). - Test suite updated to include latest modules (20031227-1, Tony van der Hoff). *************** *** 101,105 **** * To facilitate cross referencing this file with CVS updates, a reference number is now included, as well as the originator of the change. ! * Enhancements: - Defines ADFS_DiscOp64 for RISC O S 5 and adds placeholders for two --- 101,105 ---- * To facilitate cross referencing this file with CVS updates, a reference number is now included, as well as the originator of the change. ! * Enhancements: - Defines ADFS_DiscOp64 for RISC O S 5 and adds placeholders for two *************** *** 117,125 **** - Define OS_LeaveOS. (Tom Hughes) - Defines Territory_AlphabetLatin5, Territory_AlphabetWelsh, ! Territory_AlphabetLatin9, Territory_AlphabetLatin6. (20030226-1, Theo Markettos) - Amended OSLib_Readme to clarify use of compiler and linker. (20030226-1, Tony van der Hoff) ! * Bug Fixes: - Changes char* to toolbox_msg_ref for: --- 117,125 ---- - Define OS_LeaveOS. (Tom Hughes) - Defines Territory_AlphabetLatin5, Territory_AlphabetWelsh, ! Territory_AlphabetLatin9, Territory_AlphabetLatin6. (20030226-1, Theo Markettos) - Amended OSLib_Readme to clarify use of compiler and linker. (20030226-1, Tony van der Hoff) ! * Bug Fixes: - Changes char* to toolbox_msg_ref for: *************** *** 127,131 **** toolaction_gadget.off_text, toolaction_object.off_text (20030226-1, Dave Appleby) ! - Corrected Help Text for FileSwitch Error_NotFound (20030226-1, J-J van der Geer) - Corrected capitalisation of include file "Wimp" in: --- 127,131 ---- toolaction_gadget.off_text, toolaction_object.off_text (20030226-1, Dave Appleby) ! - Corrected Help Text for FileSwitch Error_NotFound (20030226-1, J-J van der Geer) - Corrected capitalisation of include file "Wimp" in: *************** *** 134,142 **** - Added Toolaction, which was missing, to Toolbox MakeFile (20030226-1, J.M. Temple) ! OSLib Version 6.40 - Tony van der Hoff - 28/11/2002 ------------------ * 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) --- 134,142 ---- - Added Toolaction, which was missing, to Toolbox MakeFile (20030226-1, J.M. Temple) ! OSLib Version 6.40 - Tony van der Hoff - 28/11/2002 ------------------ * 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) *************** *** 164,183 **** - Updated FileCore to reflect RISC O S 5 changes, including the addition of FileCore_DiscOp64. (Tom Hughes) ! - Adds OSSpriteOp_ReadPixelColourDeep and OSSpriteOp_WritePixelColourDeep to manipulate 24-bit RGB values. (John Clark) ! - Distribution now includes 32-bit neutral version of OSLibSupport32 library. (Tony van der Hoff) - Added OS_ReadLine32, OS_HeapSort32 and OS_SubstituteArgs32 for 32 bit support in RISC O S 5. (Tom Hughes) ! ! * 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) - Defmod build is is now free of warning messages. (Tony van der Hoff) - Instated pre-release test for assembler headers similar to that used for C headers. (Tony van der Hoff) ! * Bug Fixes: - Font_ReadFontMetrics misc information structure (Font_MetricsMiscInfo) is now correctly --- 164,183 ---- - Updated FileCore to reflect RISC O S 5 changes, including the addition of FileCore_DiscOp64. (Tom Hughes) ! - Adds OSSpriteOp_ReadPixelColourDeep and OSSpriteOp_WritePixelColourDeep to manipulate 24-bit RGB values. (John Clark) ! - Distribution now includes 32-bit neutral version of OSLibSupport32 library. (Tony van der Hoff) - Added OS_ReadLine32, OS_HeapSort32 and OS_SubstituteArgs32 for 32 bit support in RISC O S 5. (Tom Hughes) ! ! * 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) - Defmod build is is now free of warning messages. (Tony van der Hoff) - Instated pre-release test for assembler headers similar to that used for C headers. (Tony van der Hoff) ! * Bug Fixes: - Font_ReadFontMetrics misc information structure (Font_MetricsMiscInfo) is now correctly *************** *** 187,219 **** - types.h now tests for __bool_true_false_are_defined and sets BOOL_DEFINED if true, to provide support for inclusion of <stdbool.h> (Kevin Bracey) ! - EventInternet_RARPReply corrected to take 2 args; the requester's address had been omitted. (Dave Ruck) - Corrected value of FileCore_HardDiscsCanEject. (Tom Hughes) - Fixes BASICTrans_Error to return a pointer to a string, not an OS_Error. (Ralph Corderoy) ! - Fixed sizes of FontMenu_ActionSelection and FontDbox_ActionApplyFont to 212 bytes from 216. (Kevin Bracey) ! - OS_CRC now takes the same data type (byte*) for both input and output. This is not 100% backward compatible as it may cause a compiler warning (not an error). (Jan-Jaap van der Geer) ! - Removed all references to OS_F in Arcweb module. 8-bit file handles were never supported. (Tom Hughes) - Fixed assembly error when including HDR.OSF32. (Philip Ludlam) - Fixed all instances in Iconbar.swi of Toolbox_o in favour of Toolbox_O. ! (Philip Ludlam) ! - Fixed duplicate symbols in assembler headers. In order to preserve compatibility in C headers, this is achieved by a name case change for the constants. (Philip Ludlam) ! - Fixed Defmod generating bad Macro definitions for nested macros in Assembler Headers. (Tony van der Hoff) ! * CVS release: - this version is the first to be made available as a CVS archive. In ! preparation for this, some of the source directory names in OSLibSupport have been changed, and many minor changes have been made to the build ! environment. As a result of these changes, OSLib can now be fully built ! "out of the box". The CVS archive goes back to version 6.0 for historical ! purposes, thus it correctly reflects the changes to the sources since then; ! it is however not intended that early OSLib versions can be correctly re-built from these retrospective archives. --- 187,219 ---- - types.h now tests for __bool_true_false_are_defined and sets BOOL_DEFINED if true, to provide support for inclusion of <stdbool.h> (Kevin Bracey) ! - EventInternet_RARPReply corrected to take 2 args; the requester's address had been omitted. (Dave Ruck) - Corrected value of FileCore_HardDiscsCanEject. (Tom Hughes) - Fixes BASICTrans_Error to return a pointer to a string, not an OS_Error. (Ralph Corderoy) ! - Fixed sizes of FontMenu_ActionSelection and FontDbox_ActionApplyFont to 212 bytes from 216. (Kevin Bracey) ! - OS_CRC now takes the same data type (byte*) for both input and output. This is not 100% backward compatible as it may cause a compiler warning (not an error). (Jan-Jaap van der Geer) ! - Removed all references to OS_F in Arcweb module. 8-bit file handles were never supported. (Tom Hughes) - Fixed assembly error when including HDR.OSF32. (Philip Ludlam) - Fixed all instances in Iconbar.swi of Toolbox_o in favour of Toolbox_O. ! (Philip Ludlam) ! - Fixed duplicate symbols in assembler headers. In order to preserve compatibility in C headers, this is achieved by a name case change for the constants. (Philip Ludlam) ! - Fixed Defmod generating bad Macro definitions for nested macros in Assembler Headers. (Tony van der Hoff) ! * CVS release: - this version is the first to be made available as a CVS archive. In ! preparation for this, some of the source directory names in OSLibSupport have been changed, and many minor changes have been made to the build ! environment. As a result of these changes, OSLib can now be fully built ! "out of the box". The CVS archive goes back to version 6.0 for historical ! purposes, thus it correctly reflects the changes to the sources since then; ! it is however not intended that early OSLib versions can be correctly re-built from these retrospective archives. |