- Timestamp:
- Aug 11, 2003, 3:53:26 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/ReleaseNotes.os2 (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/ReleaseNotes.os2
-
Property cvs2svn:cvs-rev
changed from
1.3to1.4
r578 r579 3 3 R e l e a s e N o t e s 4 4 +------------------------+ 5 6 7 5 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 6 60 7 61 v3.2.2 Alpha 3: 8 62 --------------- 9 63 10 Primarily bugfixes.11 12 o Changed code generator for floating point truncations (double to int13 casts and such) so PM can freely mess up the fpu status.14 15 o We were using the wrong float.h in two sense. We're now using the16 correct one which includes all the PC defines and prototypes.17 18 o Fixed a few issues with error defines and tcpip.19 Note that some of the error defines have changed value in the process20 so we could become compatible with the tcpip stack and FreeBSD.21 22 o Corrected bugs in a number of headers.23 24 o Added more OS/2 prototypes and imports. There is still work left on25 the header part,26 27 o Optimized emxomf debug info conversion.28 29 o Wrapped bsdselect for BSD 4.4 header mode to implement bsdselect().30 64 Primarily bugfixes. 65 66 o Changed code generator for floating point truncations (double to int 67 casts and such) so PM can freely mess up the fpu status. 68 69 o We were using the wrong float.h in two sense. We're now using the 70 correct one which includes all the PC defines and prototypes. 71 72 o Fixed a few issues with error defines and tcpip. 73 Note that some of the error defines have changed value in the process 74 so we could become compatible with the tcpip stack and FreeBSD. 75 76 o Corrected bugs in a number of headers. 77 78 o Added more OS/2 prototypes and imports. There is still work left on 79 the header part, 80 81 o Optimized emxomf debug info conversion. 82 83 o Wrapped bsdselect for BSD 4.4 header mode to implement bsdselect(). 84 31 85 o .... what did we forget... 32 86 33 87 34 88 v3.2.2 Alpha 2: 35 89 --------------- 36 37 A few bugfixes and a couple of new features.38 39 o The TCP/IP headers and libraries scheme have been changed.40 The default is the current OS/2 tcpip toolkit (BSD 4.4 based).41 To target the older OS/2 tcpip stack (BSD 4.3 based) you must42 define TCPV40HDRS before including any TCP/IP headers and make43 sure usr/lib/tcpipv4 is searched before usr/lib (this is to get44 the right libsocket). It is recommended to use the -D compiler45 option for the define and either the LIBRARY_PATH or the -L46 compiler/linker option for the library.90 91 A few bugfixes and a couple of new features. 92 93 o The TCP/IP headers and libraries scheme have been changed. 94 The default is the current OS/2 tcpip toolkit (BSD 4.4 based). 95 To target the older OS/2 tcpip stack (BSD 4.3 based) you must 96 define TCPV40HDRS before including any TCP/IP headers and make 97 sure usr/lib/tcpipv4 is searched before usr/lib (this is to get 98 the right libsocket). It is recommended to use the -D compiler 99 option for the define and either the LIBRARY_PATH or the -L 100 compiler/linker option for the library. 47 101 48 o There are a couple of new and updated based on FreeBSD 5.1.49 sys\stdint.h and inttypes.h (and a few internal once) are new.50 sys\types.h and unistd.h are the ones most heavily updated.51 We're working on getting the headers and libc in a better shape52 standardwise to easy compatability and portability.53 54 o A infinite loop in emxomf has been fixed.55 56 o Linker error on sopen() has been corrected.57 102 o There are a couple of new and updated based on FreeBSD 5.1. 103 sys\stdint.h and inttypes.h (and a few internal once) are new. 104 sys\types.h and unistd.h are the ones most heavily updated. 105 We're working on getting the headers and libc in a better shape 106 standardwise to easy compatability and portability. 107 108 o A infinite loop in emxomf has been fixed. 109 110 o Linker error on sopen() has been corrected. 111 58 112 o .... what did we forget... 59 60 113 114 61 115 v3.2.2 Alpha 1: 62 116 --------------- 63 117 64 118 This is the first release from Innotek, and it contains the Innotek LIBC. 65 In addition to the new LIBC there is a number of other major changes:119 In addition to the new LIBC there is a number of other major changes: 66 120 67 121 o Name mangling in OMF mode have changed. -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
