From: <to...@us...> - 2003-12-29 11:40:26
|
Update of /cvsroot/ro-oslib/OSLib/!OsLib/docs In directory sc8-pr-cvs1:/tmp/cvs-serv2517/OSLib/!OsLib/docs Modified Files: ChangeLog Log Message: 20031227-1 Multiple changes to build OSLib on case-sensitive FS Index: ChangeLog =================================================================== RCS file: /cvsroot/ro-oslib/OSLib/!OsLib/docs/ChangeLog,v retrieving revision 1.50 retrieving revision 1.51 diff -C2 -d -r1.50 -r1.51 *** ChangeLog 9 Nov 2003 15:12:59 -0000 1.50 --- ChangeLog 29 Dec 2003 11:40:22 -0000 1.51 *************** *** 39,42 **** --- 39,63 ---- calls. (20030628-1, Tom Hughes) + * 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). + + * Bug fixes + - Corrected character case for NEEDS Wimp in Alarm.swi + (20031227-1, Tony van der Hoff). + - Corrected PCI_EnumerateFunctions using reserved keyword 'class' for + parameter name (20031227-1, Tony van der Hoff). + OSLib 6.50 - Tony van der Hoff - 26/03/2003 ------------------ |