index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
System
/
Unix
Age
Commit message (
Expand
)
Author
2004-12-13
For PR351: \
Reid Spencer
2004-12-13
Make the size() method const
Reid Spencer
2004-12-11
Path::get -> Path::toString
Reid Spencer
2004-12-08
Make this work with the ICC compiler, contributed by Bjørn Wennberg
Chris Lattner
2004-12-02
Fix seriously broken implementation of GetMagicNumber.
Reid Spencer
2004-11-29
Implement the default constructor which causes the current program to be
Reid Spencer
2004-11-18
Dynamic Library abstraction. This makes the abstraction of a single dynamic
Reid Spencer
2004-11-16
* Use low-level unix I/O interface since we're on Unix.
Reid Spencer
2004-11-16
Per code review:
Reid Spencer
2004-11-16
Per code review:
Reid Spencer
2004-11-15
Make it actually compile on Solaris.
Reid Spencer
2004-11-15
Consolidate the implementation of TimeValue::now() for Unix to use the
Reid Spencer
2004-11-14
Implement functionality suggested from code review: getStatusInfo should
Reid Spencer
2004-11-14
Forget strerror_r, it causes problems. Fix later when threading matters
Reid Spencer
2004-11-14
Implement the toString method
Reid Spencer
2004-11-14
Update for prototype changes
Reid Spencer
2004-11-14
* Implement getDirectoryContents * Implement getStatusInfo * Implement setSta...
Reid Spencer
2004-11-14
Fix bugs in class invariant
Reid Spencer
2004-11-09
* Implement getStatusInfo for getting stat(2) like information
Reid Spencer
2004-11-05
Stop propagating method names that violate the coding standard
Reid Spencer
2004-10-27
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
2004-10-05
Must include sys/stat.h before declaring a 'struct stat'
Brian Gaeke
2004-10-05
Adjust sys/stat.h inclusion so its only for SunOS.
Reid Spencer
2004-10-05
Added a couple of includes to get this to compile on Sparc.
Tanya Lattner
2004-10-05
Solaris doesn't have MAP_FILE.
Chris Lattner
2004-10-04
First version of the MappedFile abstraction for operating system idependent
Reid Spencer
2004-09-25
Added stub implementations of TimeValue concept for remaining platforms.
Reid Spencer
2004-09-18
Get rid of file descriptor leak in create_file.
Reid Spencer
2004-09-16
Allow "bc" as suffix for bytecode files.
Reid Spencer
2004-09-14
Implement the GetLibraryPath function.
Reid Spencer
2004-09-13
Clean up the interface and implementation of sys::Program so that it is
Reid Spencer
2004-09-11
Provide a generic Unix implementation of the Memory concept.
Reid Spencer
2004-09-11
Provide a generic unix implementation of the Process abstraction.
Reid Spencer
2004-09-11
Implemented support for detecting file types by magic number, stripping
Reid Spencer
2004-09-11
Implementation of Process concept for SUSv2 platforms.
Reid Spencer
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-31
Actually define PreventCoreFiles in the sys namespace.
Reid Spencer
2004-08-31
Add a new abstraction, SysConfig for platform independent system
Reid Spencer
2004-08-30
Move the GetTemporaryDirectory function from "generic Unix" to platform
Reid Spencer
2004-08-30
Add inclusion of assert.h
Reid Spencer
2004-08-29
Add a declaration of environ global for Darwin
Reid Spencer
2004-08-29
Include some additional header files.
Reid Spencer
2004-08-29
Initial platform independent implementation of operating system concept
Reid Spencer
2004-08-29
Initial commit of an platform-indepdendent implementation for the
Reid Spencer
2004-08-29
Revise the design of the Path concept per peer review. Too many changes to
Reid Spencer
2004-08-26
Fix a typo.
Reid Spencer
2004-08-26
Add a README explaining the intended content of this directory.
Reid Spencer
2004-08-25
Initial implementation of the Path operating system concept.
Reid Spencer
[prev]