source: trunk/doc/ReleaseNotes.os2@ 1503

Last change on this file since 1503 was 1388, checked in by bird, 22 years ago

Beta 4 CSD 1 notes.

  • Property cvs2svn:cvs-rev set to 1.20
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 17.0 KB
Line 
1
2
3 R e l e a s e N o t e s G C C f o r O S / 2
4 +----------------------------------------------------+
5
6
7(C)'2003-2004 InnoTek Systemberatung GmbH
8http://www.innotek.de
9
10v3.2.2 Beta 4 CSD 1:
11--------------------
12
13 Bug fixes:
14
15 o Fixed crash in file stream allocation code.
16
17 o Fixed incorrect time on machines which had DATETIME::timezone
18 set. This fix changes the time granularity from hundredths of
19 a second to milliseconds.
20
21 o Added the SPBCDATA struct, the defines FCF_CLOSEBUTTON and
22 BS_NOTEBOOKBUTTON and infosegment structs to os2emx.h
23
24 o Fixed bug in sys/locale.h where it hid the lconv struct.
25
26 o Fixed missing error number translations in getsockopt() and
27 setsockopt().
28
29 o Fixed potential conflict caused by sys/types.h not defining
30 _KEY_T with the key_t typedef.
31
32 o Fixed missing 64bit I/O support in ftell(), fstat() and stat().
33
34 o Fixed UCS-2 codepage mappings.
35
36 o Fixed problem with emxbind not recognizing option -e and
37 a problem with case sensitivity in the export checking.
38
39
40v3.2.2 Beta 4:
41--------------
42
43 (The changelog is removed, thus the release notes are more detailed.)
44
45 New features and fixes: