gecko-dev/xpcom/io
shaver%netscape.com 89607b7de2 Repair missing newlines at end of files, and remove lines of the form
#endif foo
both of which upset HPUX's compiler quite a bit.
Patch from Andrew Taylor <Andrew.Taylor@cal.montage.ca>.
1999-11-26 05:33:35 +00:00
..
.cvsignore
Makefile.in Add storage stream and binary stream files. r: none 1999-11-16 19:14:51 +00:00
makefile.win Add storage stream and binary stream files. r: none 1999-11-16 19:14:51 +00:00
MANIFEST
MANIFEST_IDL
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
nsFileSpec.cpp
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
nsFileSpecMac.cpp In support of #8305 (implement cache). 1999-11-19 01:42:46 +00:00
nsFileSpecOS2.cpp
nsFileSpecStreaming.cpp
nsFileSpecStreaming.h
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
nsFileStream.h
nsFileUtils.cpp
nsFileUtils.h
nsIBaseStream.idl
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
nsIBufferOutputStream.idl
nsIDirectoryEnumerator.idl
nsIDirEnumeratorImpl.h
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
nsIFile.idl
nsIFileImpl.h
nsIFileImplWin.cpp
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
nsIInputStream.idl
nsIOutputStream.idl
nsIPipe.idl
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
nsIUnicharInputStream.h
nsPipe2.cpp
nsPipe2.h
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
nsSpecialSystemDirectory.h
nsStdFileStream.cpp
nsStdFileStream.h
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