gecko-dev/base/src
1999-03-19 10:27:41 +00:00
..
gtk Fix bugs 3653, 3652 and 3566. Leaking timers. 1999-03-15 21:23:49 +00:00
mac Fixes for bugs #3779,#2784. Member initialization of nsFileURL for windows compiler, escaping of url when made from path or spec, add file:// on macintosh when making a url from a spec. [bugs introduced when, for dp, I changed nsFilePath not to escape]. a=chofmann. 1999-03-16 19:12:51 +00:00
motif Adding nsCaretProperties.cpp to Windows and UNIX builds 1999-02-17 23:36:54 +00:00
rhapsody Remove dependency on nscoord.h; return caret width in pixels, and turn off blinking on UNIX 1999-02-13 04:44:23 +00:00
unix Upgrades, bugfixes (including nsFilePath no longer hex escaped). Features (including DiskSpaceAvailable) 1999-03-13 06:38:57 +00:00
windows Fix a parameter type. 1999-03-13 07:07:33 +00:00
.cvsignore Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
Makefile.in proper fix 1999-03-05 23:52:34 +00:00
makefile.win Landing nspr library name change, and plevent function call change. 1999-03-17 21:32:03 +00:00
MANIFEST Added wrappers for 64-bit arithmetic and PRTime. 1998-09-16 19:53:12 +00:00
nsArena.cpp moved to pub 1998-04-13 20:24:54 +00:00
nsAtomTable.cpp Use proper new operator 1999-03-05 04:33:57 +00:00
nsBaseDLL.cpp Removed nsService template. 1999-03-09 11:12:52 +00:00
nsBaseDLL.h Fixed compiler warning on Linux. 1999-02-03 18:11:45 +00:00
nsBTree.cpp warning removal 1998-07-25 02:11:02 +00:00
nsBTree.h warning removal 1998-07-25 02:11:02 +00:00
nsByteBuffer.cpp purify fixes from bruce@cybersight.com - free memory the right way 1999-03-10 00:32:44 +00:00
nscore.h Latest AIX fixes from waqar@netscape.com. 1999-03-06 15:07:01 +00:00
nsCRT.cpp add IsUpper and IsLower which work for all Unicode, reviewed and approved by kipp 1999-03-02 18:24:42 +00:00
nsCRT.h Backed out nsUnicharKey -- couldn't get it to build with -pedantic linux. 1999-03-19 10:27:41 +00:00
nsDeque.cpp new API on deque to set deallocator 1999-02-26 07:23:56 +00:00
nsDeque.h new API on deque to set deallocator 1999-02-26 07:23:56 +00:00
nsEscape.cpp Fixes for bugs #3779,#2784. Member initialization of nsFileURL for windows compiler, escaping of url when made from path or spec, add file:// on macintosh when making a url from a spec. [bugs introduced when, for dp, I changed nsFilePath not to escape]. a=chofmann. 1999-03-16 19:12:51 +00:00
nsFileSpec.cpp Fixes for bugs #3779,#2784. Member initialization of nsFileURL for windows compiler, escaping of url when made from path or spec, add file:// on macintosh when making a url from a spec. [bugs introduced when, for dp, I changed nsFilePath not to escape]. a=chofmann. 1999-03-16 19:12:51 +00:00
nsFileStream.cpp Added output streamers for int and unsigned int. 1999-03-10 20:56:38 +00:00
nsGenericCaretProperties.cpp Remove dependency on nscoord.h; return caret width in pixels, and turn off blinking on UNIX 1999-02-13 04:44:23 +00:00
nsIArena.h moved to pub 1998-04-13 20:24:54 +00:00
nsIAtom.h rename |IID()| --> |GetIID()| 1999-03-03 19:48:57 +00:00
nsIBaseStream.h rename |IID()| --> |GetIID()| 1999-03-03 19:48:57 +00:00
nsIByteBuffer.h Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener. 1998-12-16 05:40:20 +00:00
nsIFileStream.cpp Upgrades, bugfixes (including nsFilePath no longer hex escaped). Features (including DiskSpaceAvailable) 1999-03-13 06:38:57 +00:00
nsIInputStream.h Removed the offset parameter from the base stream interfaces. Implemented string streams. 1999-03-05 22:53:56 +00:00
nsInt64.h Fixed linkage problems with nsInt64 and nsTime classes. 1998-10-06 20:06:06 +00:00
nsIOutputStream.h Removed the offset parameter from the base stream interfaces. Implemented string streams. 1999-03-05 22:53:56 +00:00
nsIStringStream.cpp First Checked In. 1999-03-05 20:55:10 +00:00
nsITimer.h added NS_DEFINE_STATIC_IID_ACCESSOR. 1999-03-12 04:46:43 +00:00
nsITimerCallback.h added NS_DEFINE_STATIC_IID_ACCESSOR. 1999-03-12 04:46:43 +00:00
nsIUnicharBuffer.h Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener. 1998-12-16 05:40:20 +00:00
nsIUnicharInputStream.h Hacky Unicode converters implementation replaced with the real xpcom thing. 1999-02-03 18:55:10 +00:00
nsProperties.cpp Made a function static to remove a warning. 1999-03-05 21:35:23 +00:00
nsProperties.h Forgot to say "public" in "class nsPropertiesFactory : nsIFactory". 1999-02-10 22:51:01 +00:00
nsRBTree.cpp Fixed compiler bugs/warnings 1998-04-26 03:13:20 +00:00
nsRBTree.h warning removal 1998-07-25 02:11:02 +00:00
nsSizeOfHandler.cpp new 1998-06-05 20:46:23 +00:00
nsSpecialSystemDirectory.cpp Solaris needs prototype for PR_GetEnv(). 1999-03-18 22:41:24 +00:00
nsStdFileStream.cpp First Checked In. 1998-12-18 22:38:28 +00:00
nsString.cpp removed static vars 1999-03-19 08:47:20 +00:00
nsString.h removed static vars 1999-03-19 08:47:20 +00:00
nsTime.h Added constructor for strings. 1999-02-18 00:12:08 +00:00
nsUnicharBuffer.cpp purify fixes from bruce@cybersight.com - free memory the right way 1999-03-10 00:32:44 +00:00
nsUnicharInputStream.cpp add prototype to reduce warnings on Macintosh compiler 1999-02-19 16:13:47 +00:00
nsUnitConversion.h re-added backed-out changes 1998-08-01 00:56:28 +00:00
nsVoidArray.cpp added nsStringArray 1999-01-23 06:58:34 +00:00
nsVoidArray.h added nsStringArray 1999-01-23 06:58:34 +00:00