Ignore:
Timestamp:
Jun 12, 2005, 1:52:12 PM (20 years ago)
Author:
bird
Message:

o Handle .cmd, .bat, .btm and hash-bang script files if DosExecPgm()

fails. (I'm a little bit uncertain about argv[0], but it appears to work.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/ChangeLog.LIBC

    • Property cvs2svn:cvs-rev changed from 1.52 to 1.53
    r2019 r2020  
    332005-06-11: knut st. osmundsen <bird-gccos2-spam@anduin.net>
    44    - libc:
    5         o The smallcnv stuff is gone, waste of space since we're not really into 
     5        o The smallcnv stuff is gone, waste of space since we're not really into
    66          static linking. Should've done this when switching to gdtoa.
    77        o Ported the msun and some other math bits from current FreeBSD libc.
     
    1010          if we're gonna catch up on the C99 bits and make libstdc++ happy.
    1111          There are some new headers, complex.h and fenv.h being the importan ones.
    12           float.h have gotten some updates while math.h is totally replaced. 
     12          float.h have gotten some updates while math.h is totally replaced.
    1313          More than 100 standard functions were added!
    14           NOTE: msun is using MATH_ERREXCEPT (math_errhandling) and not 
     14          NOTE: msun is using MATH_ERREXCEPT (math_errhandling) and not
    1515                MATH_ERRNO for error reporting.
    1616          I really hope this is not gonna uncover more OS/2 387 mess.
     17        o Handle .cmd, .bat, .btm and hash-bang script files if DosExecPgm()
     18          fails. (I'm a little bit uncertain about argv[0], but it appears to work.)
    1719
    18202005-06-05: knut st. osmundsen <bird-gccos2-spam@anduin.net>
Note: See TracChangeset for help on using the changeset viewer.