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
2005-03-02
Be slightly more accurate in an error message.
Reid Spencer
2005-02-14
Fix a bug in my previous change to this, which broke the build on sparcs.
Chris Lattner
2005-02-13
If errno is zero strerror_r does not modify the buffer, leaving it unterminated.
Chris Lattner
2005-01-16
Fix bugpoint
Chris Lattner
2005-01-14
Make asctime_r work for HP/UX.
Reid Spencer
2005-01-09
Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly
Reid Spencer
2005-01-08
Use size_t instead of long to represent memory usage. long is 32 bits
Jeff Cohen
2005-01-01
Add functions for determining if the stdin/out/err is connected to a
Reid Spencer
2004-12-31
Fix a compilation error for the case where mallinfo() is not available.
Reid Spencer
2004-12-27
For PR351:
Reid Spencer
2004-12-27
For PR351:
Reid Spencer
2004-12-27
For PR351:
Reid Spencer
2004-12-27
For PR351:
Reid Spencer
2004-12-27
For PR351:
Reid Spencer
2004-12-27
For PR351:
Reid Spencer
2004-12-27
For PR351:
Reid Spencer
2004-12-24
For PR351:
Reid Spencer
2004-12-24
Remove these files as they are not being included any more. DynamicLibrary
Reid Spencer
2004-12-21
Put the CopyFile function explicitly in the sys namespace.
Reid Spencer
2004-12-20
Implement GetTimeUsage correctly.
Reid Spencer
2004-12-20
Provide a getrusage based implementation of GetTotalMemoryUsage and use
Reid Spencer
2004-12-20
Consistently use the same #if style. Also, fix a bug testing for sbrk(3)
Reid Spencer
2004-12-20
For PR351:
Reid Spencer
2004-12-20
* Use "" for LLVM include files, not <>
Misha Brukman
2004-12-19
Use <> for system #include files
Misha Brukman
2004-12-19
Make references to 'struct sigaction' compile under Solaris.
Brian Gaeke
2004-12-19
For PR351:
Reid Spencer
2004-12-19
For PR351:
Reid Spencer
2004-12-15
Change the signatures of the destroyFile and destroyDirectory methods to
Reid Spencer
2004-12-15
Remove automatic insertion of CFE's lib directory into the bytecode path
Reid Spencer
2004-12-15
Fix a file overwrite bug in llvm-ar introduced by changes to
Reid Spencer
2004-12-15
For PR351:
Reid Spencer
2004-12-14
For PR351:
Reid Spencer
2004-12-13
For PR351:
Reid Spencer
2004-12-13
Remove an always false clause from an if statement.
Reid Spencer
2004-12-13
Fix a bug where directory names of length one or less where not set
Alkis Evlogimenos
2004-12-13
* Add a std::ostream inserter for sys::Path
Reid Spencer
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
[next]