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
/
Support
/
Unix
/
Path.inc
Age
Commit message (
Expand
)
Author
2013-11-08
Add some temporary diagnostics to GetCurrentDirectory to diagnose mac failures
Jan Voung
2012-10-01
Merge commit '72f0976c1b91c7ba50dce4d0ad0289dc14d37f81'
Derek Schuff
2012-09-26
The assumption that /proc/self/exe always exists is incorrect.
Sylvestre Ledru
2012-08-21
Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffce
Derek Schuff
2012-08-06
Add support for the OpenBSD for Bitrig.
Eric Christopher
2012-07-12
Fixed few warnings.
Galina Kistanova
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2012-04-11
Fix the build under Debian GNU/Hurd.
Sylvestre Ledru
2012-03-26
Fix GetMainExecutable on kFreeBSD.
Anton Korobeynikov
2011-11-01
Remove a couple unused methods. PR11201.
Eli Friedman
2011-07-29
Don't look at $PWD in GetCurrentDirectory.
Nick Lewycky
2011-07-29
Teach Path::GetCurrentDirectory to use $PWD, to support users who like to do
Nick Lewycky
2011-07-05
By default mkstemp() creates a temporary file with mode 0600, but the mode
Chad Rosier
2011-03-10
Add r127409 back now that the windows file was updated.
Rafael Espindola
2011-03-10
Revert r127409 which broke all the Windows bots.
Jakob Stoklund Olesen
2011-03-10
Add support for MemoryBuffers that are not null terminated and add
Rafael Espindola
2011-02-18
improve support for OpenBSD, patch by Amit Kulkarni!
Chris Lattner
2011-01-11
Support/Path: Deprecate PathV1::isDirectory and replace all uses with PathV2:...
Michael J. Spencer
2011-01-10
Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...
Michael J. Spencer
2010-12-27
Support/PathV1: Deprecate GetRootDirectory.
Michael J. Spencer
2010-12-25
Support/PathV1: Deprecate makeAbsolute and remove Unix impl because it annoys...
Michael J. Spencer
2010-11-29
Now to chant the magical incantation that will exorcise the System library
Charles Davis
2010-11-29
Merge System into Support.
Michael J. Spencer