This website requires JavaScript.
Explore
Help
Register
Sign In
Magic-Mirror
/
gecko-dev
Watch
1
Star
0
Fork
0
You've already forked gecko-dev
mirror of
https://github.com/mozilla/gecko-dev.git
synced
2025-02-20 17:20:54 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
gecko-dev
/
xpcom
/
io
History
mcafee%netscape.com
e78449776b
Changes for OS/2.
1999-06-28 22:41:48 +00:00
..
.cvsignore
…
Makefile.in
Changed to reference parameters (to avoid copying of objects onto the stack)
1999-06-22 05:03:30 +00:00
makefile.win
Changed to reference parameters (to avoid copying of objects onto the stack)
1999-06-22 05:03:30 +00:00
MANIFEST
Changed to reference parameters (to avoid copying of objects onto the stack)
1999-06-22 05:03:30 +00:00
MANIFEST_IDL
…
nsByteBufferInputStream.cpp
…
nsByteBufferInputStream.h
…
nsEscape.cpp
…
nsEscape.h
…
nsFileSpec.cpp
…
nsFileSpec.h
…
nsFileSpecBeOS.cpp
BeOS landing; thanks to Duncan Wilcox (duncan@be.com) for these changes.
1999-06-25 10:56:50 +00:00
nsFileSpecImpl.cpp
readLine was returning (in its truncation parameter) the exact opposite of the promised boolean. Thanks to kin@netscape.com for pointing this out.
1999-06-22 23:21:00 +00:00
nsFileSpecImpl.h
Changed to reference parameters (to avoid copying of objects onto the stack)
1999-06-22 05:03:30 +00:00
nsFileSpecMac.cpp
…
nsFileSpecOS2.cpp
Changes for OS/2.
1999-06-28 22:41:48 +00:00
nsFileSpecStreaming.cpp
…
nsFileSpecStreaming.h
…
nsFileSpecUnix.cpp
…
nsFileSpecWin.cpp
…
nsFileStream.cpp
…
nsFileStream.h
…
nsIBaseStream.idl
…
nsIBufferInputStream.idl
Making buffers work better. Now out-of-memory is handled properly.
1999-06-19 22:23:18 +00:00
nsIBufferOutputStream.idl
Making buffers work better. Now out-of-memory is handled properly.
1999-06-19 22:23:18 +00:00
nsIByteBufferInputStream.h
…
nsIFileSpec.idl
add [ptr] version of nsFileSpec
1999-06-26 20:27:28 +00:00
nsIFileStream.cpp
…
nsIFileStream.h
…
nsIInputStream.idl
…
nsIOutputStream.idl
…
nsIStringStream.cpp
…
nsIStringStream.h
…
nsIUnicharInputStream.h
…
nsPipe.cpp
Fixed problems with GetReadSegment after eof.
1999-06-21 21:05:07 +00:00
nsSpecialSystemDirectory.cpp
…
nsSpecialSystemDirectory.h
…
nsStdFileStream.cpp
…
nsStdFileStream.h
…
nsUnicharInputStream.cpp
…