gecko-dev/xpcom/io
shaver%netscape.com 24299cc8ca - Portions of nsIFile and nsIDirectoryEnumerator implementations for Unix.
- Various missing-newline-at-end-of-file fixes from Andrew Taylor
  <Andrew.Taylor@cal.montage.ca>.
- Fixed case in nsIDirectoryEnumerator.idl
- Added |normalize()|, |truncate()| and |target|, |isSpecial()| to nsIFile.idl
- Changed |isExists()| to |exists()|, |fileName| to |leafName|, |isEqual()| to
  |equals| and added |in boolean recur| to |isContainedIn()|.
- Corrected widespread misspelling of |NS_ERROR_FILE_UNRECOGNIZED_PATH|.
- Partially updated Windows code to track changes.
Partially addresses 17948, r=dougt
1999-11-29 14:55:03 +00:00
..
.cvsignore
MANIFEST Removed yet another file warren obsoleted from yet another MANIFEST file (didn't he come up with the idea for MANIFEST files in the first place?) 1999-11-09 00:31:52 +00:00
MANIFEST_IDL
Makefile.in Add storage stream and binary stream files. r: none 1999-11-16 19:14:51 +00:00
makefile.win Eliminated the libs build pass. 1999-11-28 03:05:01 +00:00
nsBinaryStream.cpp In support of bug #8305 (Implement cache) 1999-11-21 08:01:08 +00:00
nsBinaryStream.h In support of bug #8305 (Implement cache) 1999-11-21 08:01:08 +00:00
nsEscape.cpp Fix for memory allocation off by 1 error. No bug. r: rhp (submitted by Ben Bucksch <mozilla-news@bucksch.org> 1999-11-18 02:46:52 +00:00
nsEscape.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsFileSpec.cpp updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsFileSpec.h In support of #8305 (implement cache). 1999-11-19 01:42:46 +00:00
nsFileSpecBeOS.cpp Clone nsFileSpec::Truncate from nsFileSpecUnix.cpp, r=shaver. 1999-11-20 17:57:42 +00:00
nsFileSpecImpl.cpp In support of #8305 (implement cache). 1999-11-19 01:42:46 +00:00
nsFileSpecImpl.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsFileSpecMac.cpp In support of #8305 (implement cache). 1999-11-19 01:42:46 +00:00
nsFileSpecOS2.cpp Changing nsFileSpec Copy and Move function names to match their 1999-10-21 00:40:39 +00:00
nsFileSpecStreaming.cpp updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsFileSpecStreaming.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsFileSpecUnix.cpp Took out unnecessary const, which will hopefully unbusticate unix build 1999-11-19 02:25:04 +00:00
nsFileSpecWin.cpp Fix build bustage, maybe. Get rid of unnecessary const 1999-11-19 02:35:02 +00:00
nsFileStream.cpp updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsFileStream.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsFileUtils.cpp - Portions of nsIFile and nsIDirectoryEnumerator implementations for Unix. 1999-11-29 14:55:03 +00:00
nsFileUtils.h - Portions of nsIFile and nsIDirectoryEnumerator implementations for Unix. 1999-11-29 14:55:03 +00:00
nsIBaseStream.idl updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsIBinaryInputStream.idl Bug #8305 (Implement cache), r: valeski, rickg 1999-11-16 19:12:41 +00:00
nsIBinaryOutputStream.idl Bug #8305 (Implement cache), r: valeski, rickg 1999-11-16 19:12:41 +00:00
nsIBufferInputStream.idl updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsIBufferOutputStream.idl updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsIDirEnumeratorImpl.h - Portions of nsIFile and nsIDirectoryEnumerator implementations for Unix. 1999-11-29 14:55:03 +00:00
nsIDirEnumeratorImplUnix.cpp - Portions of nsIFile and nsIDirectoryEnumerator implementations for Unix. 1999-11-29 14:55:03 +00:00
nsIDirEnumeratorImplUnix.h - Portions of nsIFile and nsIDirectoryEnumerator implementations for Unix. 1999-11-29 14:55:03 +00:00
nsIDirEnumeratorImplWin.cpp Repair missing newlines at end of files, and remove lines of the form 1999-11-26 05:33:35 +00:00
nsIDirEnumeratorImplWin.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsIDirectoryEnumerator.idl - Portions of nsIFile and nsIDirectoryEnumerator implementations for Unix. 1999-11-29 14:55:03 +00:00
nsIFile.idl - Portions of nsIFile and nsIDirectoryEnumerator implementations for Unix. 1999-11-29 14:55:03 +00:00
nsIFileImpl.h - Portions of nsIFile and nsIDirectoryEnumerator implementations for Unix. 1999-11-29 14:55:03 +00:00
nsIFileImplUnix.cpp - Portions of nsIFile and nsIDirectoryEnumerator implementations for Unix. 1999-11-29 14:55:03 +00:00
nsIFileImplUnix.h - Portions of nsIFile and nsIDirectoryEnumerator implementations for Unix. 1999-11-29 14:55:03 +00:00
nsIFileImplWin.cpp - Portions of nsIFile and nsIDirectoryEnumerator implementations for Unix. 1999-11-29 14:55:03 +00:00
nsIFileImplWin.h Repair missing newlines at end of files, and remove lines of the form 1999-11-26 05:33:35 +00:00
nsIFileSpec.idl In support of #8305 (implement cache). 1999-11-19 01:42:46 +00:00
nsIFileStream.cpp making sure that we do not empty our segmented buffer if we did not create it 1999-11-19 03:01:33 +00:00
nsIFileStream.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsIInputStream.idl updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsIOutputStream.idl updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsIPipe.idl updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsIStorageStream.idl Bug #8305, r: valeski, rickg 1999-11-16 19:14:08 +00:00
nsIStringStream.cpp * Fix 12124 [DOGFOOD] Reading user's preferences 1999-11-16 05:07:31 +00:00
nsIStringStream.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsIUnicharInputStream.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsPipe2.cpp Fix for case where we're trying to Write to a blocking stream, and we're out of buffer space. This should block. r=rpotts 1999-11-13 06:16:52 +00:00
nsPipe2.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsSegmentedBuffer.cpp Bug #8305 (Implement cache), r: valeski, rickg 1999-11-16 19:12:41 +00:00
nsSegmentedBuffer.h Bug #8305 (Implement cache), r: valeski, rickg 1999-11-16 19:12:41 +00:00
nsSpecialSystemDirectory.cpp updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsSpecialSystemDirectory.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsStdFileStream.cpp updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsStdFileStream.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsStorageStream.cpp Fixed indentation 1999-11-21 07:58:53 +00:00
nsStorageStream.h Quash warning 1999-11-19 01:22:30 +00:00
nsUnicharInputStream.cpp updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00