Changeset 2444 for branches


Ignore:
Timestamp:
Nov 14, 2005, 6:42:14 AM (20 years ago)
Author:
bird
Message:

0.6 release.

Location:
branches/libc-0.6/doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/doc/MailingLists.os2

    r2443 r2444  
    11
    22                                                                                                               
    3 G C C   a n d   L I B C   m a i l i n g   l i s t ( s )
    4 ------------------------------------------------------------
     3 L I B C   m a i l i n g   l i s t
     4 +-------------------------------+
    55
    66
    7 A mailing list primarily intended for development of LIBC and GCC is crated on
    8 netlabs. If there is too much usage questions and problem reports we'll create
    9 a new list, but let's try with one list for a start.
     7A mailing list for LIBC & GCC users has been created on netlabs.org.
     8Bugs, user questions, development questions, new ticket notifications,
     9patches, etc. can be posted on that list.
    1010
    11 Netlabs is using majormajor, and the procedure for subscribing is to send a
    12 mail to majormajor@netlabs.org with this body:
    13         subscribe gcc
    14         end
     11Netlabs is using ezmlm, and the procedure for subscribing is simply to
     12send a mail to libc-user-subscribe@netlabs.org.
    1513       
    16 The list gets archived at http://www.mail-archive.com/
     14The list can also be accessed using gmane:
     15     http://dir.gmane.org/gmane.org.netlabs.libc.user
    1716
    1817
  • branches/libc-0.6/doc/ReleaseNotes.os2

    r2443 r2444  
    22
    33    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-2005 InnoTek Systemberatung GmbH
    8 http://www.innotek.de
    9 (C)'2004-2005 Knut St. Osmundsen
     4    +---------------------------------------------------+
     5
     6
     7(C)'2004-2005 Knut St. Osmundsen (bird-gccspam@anduin.net)
     8(C)'2003-2005 InnoTek Systemberatung GmbH (http://www.innotek.de)
     9
     10
     11GCC v3.3.5 / LIBC v0.6:
     12-----------------------
     13
     14    WARNINGS
     15
     16    There are several incompatible interface changes. So, you'll have
     17    to rebuild static libraries and it's a good idea to do the same
     18    thing for dynamic libs and programs too.
     19
     20    The build is not tested as much as I would've liked. I'm very
     21    pressed on time as usual, but I really wanted to get the 0.6 stuff
     22    out now. I can only hope everything still builds and works.
     23
     24
     25    The Project is Moving
     26
     27    The source code has been migrated to subversion and now resides
     28    on the svn.netlabs.org server. The server also provides an issue
     29    tracker and project management service called trac. Check it
     30    out at http://svn.netlabs.org/libc/.
     31
     32    The source code for this release (and any bugfix releases on
     33    the 0.6 code base) can be checked out using this url:
     34        http://svn.netlabs.org/repos/libc/branches/libc-0.6
     35
     36    Developers who wish to contribute to the 0.7 code will have to
     37    diff against the trunk. There are several pending restructuring
     38    tasks on 0.7, so don't expect everything to build fine or work
     39    properly while those are still open. Anyway, the url:
     40        http://svn.netlabs.org/repos/libc/trunk
     41
     42    Users are encouraged to join the gcc-user@netlabs.org mailing list
     43    and use that list for questions rather than the InnoTek form. If
     44    you think you've found a bug, you should first ask on the mailing
     45    list, and if I decide it's a *real*, *new*, bug I'll open a
     46    ticket for it and address it.
     47
     48    Developers which have patches for real bugs or enhancements can
     49    create trac tickets and drop me or the gcc-user list a mail (we
     50    haven't figure out how to get email notifications from trac yet).
     51
     52
     53    New features:
     54
     55        o Added __libc_Back_gfProcessHandlePCBatchScripts and
     56          __libc_Back_gfProcessHandleHashBangScripts (globale
     57          variables) to turn on/off script handling in exec/spawn.
     58          Very useful for shells.
     59
     60        o Changed the default stack of emxomfld and emxbind to 1MB,
     61          it used to be 8KB and 8MB.
     62
     63        o open() can now open directories like on unix, and fchdir()
     64          can chdir to the opened directories.
     65
     66        o Implemented much of the unix-attributes-in EA stuff.
     67
     68        o Implemented getdirents(), will be used to replace
     69          opendir/readdir/seekdir/telldir/closedir in 0.7.
     70
     71        o Implemented the fcntl interface for setting and clearing
     72          the O_NONBLOCK flag on sockets.
     73
     74
     75    Bug fixes:
     76
     77        o Fixed bug preventing libc from working on legacy systems.
     78          Kudos to Andrew Below for spotting it.
     79
     80        o Fixed ld bustage in rc1.
     81
     82        o Fixed fork bug in shm.
     83
     84        o Fixed spawn/exec bug where .exe was appended too early
     85          preventing configure and other scripts without suffix
     86          from being executed.
     87
     88        o Fixed several signal bugs (deadlocks, sigsuspend, pause).
     89
     90        o Fixed symbol truncation problem in emxomf.
     91
     92        o Fixed a generic error handling bug in ioctl, write, read,
     93          dup and dup2 which was causing incorrect errno values.
     94
     95
     96    Known Issues, see open ticket in trac:
     97        http://svn.netlabs.org/libc/report/1
    1098
    1199
Note: See TracChangeset for help on using the changeset viewer.