VirtualBox

source: vbox/trunk/include/iprt/path.h

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @49039   11 年 vboxsync IPRT: Filename extension versus suffix cleanup, long overdue.
(edit) @46162   12 年 vboxsync Simple RTPathIsSame implementation.
(edit) @46104   12 年 vboxsync RTPathFilenameEx: Take path style as argument.
(edit) @45400   12 年 vboxsync IPRT: A Study in Paths - Chapter 3: Reassembling parsed and split paths.
(edit) @45394   12 年 vboxsync IPRT: A Study in Paths - Chapter 2: The splitting of a path into …
(edit) @45391   12 年 vboxsync IPRT: Changed the RTPATHPARSE_FLAGS_ into generic ones as they will be …
(edit) @45389   12 年 vboxsync IPRT: A Study in Paths - Chapter 1: The cross platform parser.
(edit) @45375   12 年 vboxsync RTPathParse -> RTPathParseSimple.
(edit) @45265   12 年 vboxsync doc typo.
(edit) @44623   12 年 vboxsync Runtime: RTPathCreateRelative -> RTPathCalcRelative
(edit) @44615   12 年 vboxsync Runtime/path: Add RTPathCreateRelative to create a relative path …
(edit) @44528   12 年 vboxsync header (C) fixes
(edit) @44278   12 年 vboxsync IPRT: Initial implementation of rm. Missing interactivity. Not tested …
(edit) @40980   13 年 vboxsync Corrected two really old sins.
(edit) @40979   13 年 vboxsync Corrected two really old sins.
(edit) @40826   13 年 vboxsync VBoxTpG.cpp: Microsoft Visual C++ support.
(edit) @39641   13 年 vboxsync IPRT headers: warning
(edit) @39628   13 年 vboxsync symlinks: small fixes
(edit) @39627   13 年 vboxsync backed out previous changeset
(edit) @39626   13 年 vboxsync more symlink stuff
(edit) @39612   13 年 vboxsync IPRT/*: add _NO_SYMLINKS flags to certain functions
(edit) @36611   14 年 vboxsync iprt: add RTPathUserDocuments
(edit) @35218   14 年 vboxsync Introduced RTPathAppPrivateArchTop for hacking around the …
(edit) @34230   14 年 vboxsync iprt,VBoxServiceAutoMount.cpp: RTPathSetOwner[Ex] should take …
(edit) @34214   14 年 vboxsync IPRT: Added RTPathJoinEx and RTPathAppendEx.
(edit) @34002   14 年 vboxsync iprt: Working on tar vfs.
(edit) @33802   14 年 vboxsync iprt/path.h: Added RTPATHRENAME_FLAGS_NO_REPLACE to make …
(edit) @33540   14 年 vboxsync *: spelling fixes, thanks Timeless!
(edit) @33450   14 年 vboxsync iprt/path: Added RTPathJoinA.
(edit) @33439   14 年 vboxsync IPRT, Linux additions, Shared folders: added support for guest shared …
(edit) @33337   14 年 vboxsync iprt: introduced RTSymlink() and RTReadLink() (thanks Brian …
(edit) @33245   14 年 vboxsync IPRT: Added RTPathStartsWithRoot.
(edit) @31404   14 年 vboxsync RTPathGetMode: Can simplify this now that we've got RTPathQueryInfoEx.
(edit) @28800   15 年 vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @26520   15 年 vboxsync iprt: Added RTPathChangeToUnixSlashes and RTPathChangeToDosSlashes.
(edit) @26476   15 年 vboxsync iprt: Added RTPathCountComponents, RTPathCopyComponents, …
(edit) @26133   15 年 vboxsync IPRT: Added RTPathJoin.
(edit) @25923   15 年 vboxsync RTPathStripTrailingSlash: testcase + extensions.
(edit) @25645   15 年 vboxsync IPRT,DoxyFile.Core: Mopped up the errors in the IPRT doxygen run.
(edit) @23294   15 年 vboxsync iprt/path.h: typo
(edit) @23291   15 年 vboxsync IPRT: RTPathQueryInfo and RTPathSetTimes should work on symbolic links …
(edit) @22109   15 年 vboxsync IPRT: Added RTPathTraverseList.
(edit) @20374   16 年 vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20362   16 年 vboxsync iprt/*: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20018   16 年 vboxsync Runtime: Added method for returning the system temporary directory path.
(edit) @19928   16 年 vboxsync IPRT: More RTPathAppend docs updates.
(edit) @19927   16 年 vboxsync iprt/path.h: Updated RTPathAppend docs.
(edit) @19926   16 年 vboxsync IPRT: Added RTPathAppend.
(edit) @19924   16 年 vboxsync IPRT,SUP: Renamed RTPathProgram to RTPathExecDir to make it clear what …
(edit) @16516   16 年 vboxsync IPRT: documentation.
(edit) @16252   16 年 vboxsync iprt: typos
(edit) @15754   16 年 vboxsync Runtime/POSIX: RTPathAbs: Don't access file system when calculating …
(edit) @14054   16 年 vboxsync iprt: RTPath - lenths are size_t not unsigned.
(edit) @14052   16 年 vboxsync iprt: RTPath - lenths are size_t not unsigned.
(edit) @14051   16 年 vboxsync iprt: RTPath - lenths are size_t not unsigned.
(edit) @14050   16 年 vboxsync iprt: RTPath - lenths are size_t not unsigned.
(edit) @11836   16 年 vboxsync IPRT: Implemented RTR3Init*WithProgramPath. Added RTPathParse. Cleaned …
(edit) @10911   16 年 vboxsync IPRT: Added RTPathSetCurrent.
(edit) @8245   17 年 vboxsync rebranding: IPRT files again.
(edit) @8163   17 年 vboxsync rebrand IPRT
(edit) @8155   17 年 vboxsync The Big Sun Rebranding Header Change
(edit) @7170   17 年 vboxsync Doxygen fixes. (DOXYGEN -> DOXYGEN_RUNNING, ++)
(edit) @5999   17 年 vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5605   17 年 vboxsync BIT => RT_BIT, BIT64 => RT_BIT_64. BIT() is defined in Linux 2.6.24
(edit) @4071   17 年 vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3860   17 年 vboxsync introduced some generic IPRT functions for requesting several pathes
(edit) @3636   17 年 vboxsync AMD64 -> RT_ARCH_AMD64; X86 -> RT_ARCH_X86; [OS] (except …
(edit) @3630   17 年 vboxsync iprt_hdr_h -> _iprt_hdr_h
(edit) @2981   18 年 vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2778   18 年 vboxsync updated comments
(edit) @2769   18 年 vboxsync for discussion of #1856 (Knut, Dmitry pls)
(edit) @937   18 年 vboxsync RTPathExists.
(edit) @204   18 年 vboxsync runtime.h now includes everything. Created a new header, initterm.h, …
(add) @1   55 年 vboxsync import
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette