Changes between Version 2 and Version 3 of OSInterfaceAdditions

Show
Ignore:
Timestamp:
04/12/10 08:38:00 (12 years ago)
Author:
fperrad
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OSInterfaceAdditions

    v2 v3  
    11Things we would like to add for the OS interface and OS-related libraries (mostly from fperrad): 
    22 
    3  * chmod(2) or similar interface 
     3 * chmod(2) or similar interface (see TT#1322) 
    44 * some means of accessing archive (tar) files 
    5  * some means of generating compressed (gzip) files 
     5 * some means of generating compressed (gzip) files, for example a GzipHandle PMC which wraps zlib 
    66 
    77The goal here is to reduce dependency on our system(3) wrapper, which is a portability liability.