jbetak%netscape.com
c1d3e10b8e
fix bustage
...
37408
String bundle doesn't offer a scriptable enumerator
r=be
2000-05-02 06:27:05 +00:00
sspitzer%netscape.com
9a331f1be1
fix build bustage.
2000-05-02 05:56:27 +00:00
jbetak%netscape.com
e9bca82014
37408
...
String bundle doesn't offer a scriptable enumerator
r=be
2000-05-02 05:52:50 +00:00
jbetak%netscape.com
acc4c1956b
37408
...
String bundle doesn't offer a scriptable enumerator
r=be
2000-05-02 05:08:39 +00:00
cls%seawood.org
58aac2e6af
OS/2 Makefile.in tweaks. Batch 10 & 11. Bug #34106
2000-05-02 01:18:46 +00:00
sgehani%netscape.com
e30303ea95
Fix Autoregistration bustage in the context of apps using XPCOM outside Mozilla (e.g. the installer stubs).
2000-05-02 00:54:11 +00:00
mkaply%us.ibm.com
7bd04d1521
# 37239
...
r= dougt@netscape.com
OS/2 bring up continues - need an include for EMX only
2000-05-01 22:27:59 +00:00
mkaply%us.ibm.com
6b9f866b4a
# 37239
...
r= dougt@netscape.com
OS/2 bring up continues - need another INCL_
2000-05-01 22:27:21 +00:00
mkaply%us.ibm.com
444f6188f7
# 37239
...
r= dougt@netscape.com
Misspelling in printf
2000-05-01 22:26:26 +00:00
mkaply%us.ibm.com
5c44941967
# 37239
...
r= dougt@netscape.com
OS/2 bring up continues - xpcom changes - #ifdefs for OS/2
2000-05-01 22:25:44 +00:00
mkaply%us.ibm.com
aab38ad60d
# 37239
...
r= mkaply@us.ibm.com
OS/2 bring up continues - checking in files for the OS/2 team
2000-05-01 22:21:43 +00:00
jbetak%netscape.com
f4a2cf6aba
5313 Accept-Charset for form is not implemented, r=ftang, be
2000-05-01 05:47:12 +00:00
erik%netscape.com
7b965837d3
fixing build bustage
2000-04-28 22:06:39 +00:00
erik%netscape.com
ffbce8d476
fixing build bustage; temporary removal of nsStringTest.cpp
2000-04-28 22:04:57 +00:00
amasri%netscape.com
2cb365adc9
*** empty log message ***
2000-04-28 21:05:28 +00:00
mccabe%netscape.com
2597caf512
Fix 13413 - Require that the targets of length_is attributes have unsigned long type. There were a number of violations of this in the tree, so it turns out this was a useful one. Also add checks for missing parameters, length_is parameters that point to themselves, etc.
...
Fix 8833 - Allow typedefs in const declarations.
Fix several warnings.
Remove a huge chunk of #if 0 code in in xpidl_typelib.c (that had accumulated subsequent changes!)
2000-04-28 11:14:29 +00:00
mccabe%netscape.com
b46e6e7a8c
change several IDL parameters to be unsigned, to work better with length_is, size_is. Preperatory to requiring unsigned in xpidl, fixing 13413
2000-04-28 10:51:52 +00:00
jband%netscape.com
479e473d4d
not part of build
2000-04-28 05:42:57 +00:00
scc%netscape.com
6139d6c97e
fix for pink
2000-04-28 00:21:44 +00:00
pavlov%netscape.com
875538041f
fix tests
2000-04-27 23:20:32 +00:00
pinkerton%netscape.com
291a02837e
missing string conversion for comparing AutoString with Unichar*
2000-04-27 21:58:43 +00:00
scc%netscape.com
e6aaa0f8f5
making string conversions explicit; this checkin stops the back-sliding before we turn on NEW_STRING_APIS.
2000-04-27 20:37:54 +00:00
scc%netscape.com
0ef80f2c28
making promises work
2000-04-27 20:01:28 +00:00
waterson%netscape.com
360dc75555
Revert changes. They're causing problems elsewhere.
2000-04-27 07:01:58 +00:00
waterson%netscape.com
6e69e7eee7
Oops. Didn't realize nscore.h was included in 'C' compilation as well. Wrap namespace baloney with #ifdef __cplusplus__. r=scc
2000-04-27 06:50:38 +00:00
waterson%netscape.com
c416940deb
Get rid of extra operators that we can get for free by including <algorithm>. Gets rid of gcc-2.7.2.3 ambiguity problems with new string APIs, too. r=scc
2000-04-27 06:47:05 +00:00
waterson%netscape.com
8019d8d1cf
Make the std::rel_ops namespace visible without qualification so that we can get operator!= from operator==, and operators >=, <=, and > from operator<. Needed for disambiguation with new string classes. r=scc
2000-04-27 06:37:06 +00:00
brendan%mozilla.org
bb43b6e2a2
Debloat output by consolidating onmouseovers.
2000-04-27 05:41:59 +00:00
waterson%netscape.com
1d9fda50da
Get rid of operator==(nsCOMPtr, int) usage because it fries gcc-2.7.2.3's mind with new string stuff. r=scc
2000-04-27 04:44:56 +00:00
brendan%mozilla.org
f2203f5ca6
Add TraceMalloc* native methods; allow multiple log files per site file.
2000-04-27 04:02:22 +00:00
dougt%netscape.com
b139d06f0b
Patch from Tim Rowley <tor@cs.brown.edu>.
...
From his email:
Your checkin v1.9 to nsDirectoryService.cpp broke a SUNWspro4.2
debug build of mozilla, causing xpcom to fail initializing. The
root problem was that nsDirectoryService::Create() was failing.
This appears to a mistake caused by a shadowed copy of the "rv"
variable in that method. The fix below causes the SUNWspro build
to start up normally.
Not sure why this didn't break other platforms.
2000-04-26 21:37:45 +00:00
erik%netscape.com
5b7d203ccd
changed names of interfaces (Language -> LanguageAtom)
2000-04-26 21:29:50 +00:00
ftang%netscape.com
86711491f1
check in fix for 37106. r=ftang. patched proposed by m_kato@ga2.so-net.ne.jp
...
handle 0x5C properly by calling DBCSIsLeadByte function
2000-04-26 03:57:34 +00:00
mjudge%netscape.com
102007dcd8
strange corruptness
2000-04-26 01:58:34 +00:00
dougt%netscape.com
1630293e17
Fixes problems in local file where getting a parent of a non-existant file did not work.
Fixes a problem if you tried to create a folder and it parents did not exist.
Fixes a problem if you had a initialized with a FSSpec which was not resolved complete and you tried to add a relative path.
Fixing nsInstallFile to use nsIFile:: enums insteads of numbers.
r=sgehani, a=leaf
2000-04-26 01:50:24 +00:00
mjudge%netscape.com
47511cf02b
scc string fixes
2000-04-26 00:55:37 +00:00
dougt%netscape.com
7cb21a33be
if components directory does not include any xpt files, we should not fail
...
autoregistration. This caused the xpinstall stub installer to fail.
r=dveditz, a=leaf
2000-04-25 19:37:57 +00:00
dougt%netscape.com
56f4d7e351
missed commenting out two assertions which will cause mac and OS2 users
...
lots of pain. r=brade, a=leaf.
2000-04-25 18:16:16 +00:00
sspitzer%netscape.com
f249873f43
fix the threadsafe assertion.
2000-04-25 14:56:59 +00:00
pavlov%netscape.com
03d4675682
string api changes r=scc
2000-04-25 05:40:45 +00:00
jband%netscape.com
0d006c89f8
make the component manager's AutoRegister call the interface info manager's AutoRegisterInterfaces
2000-04-25 05:11:30 +00:00
mjudge%netscape.com
3faeabcb95
fixing vc6.0 compiler bug. cant have static variable called "count" and compare it using "<". dont ask.
2000-04-25 05:09:49 +00:00
jband%netscape.com
a2827c5018
Remove use of nsSpecialSystemDirectory. r=dougt
2000-04-25 05:01:05 +00:00
jband%netscape.com
f5377a4579
fix to make the comment not lie
2000-04-25 04:52:30 +00:00
pinkerton%netscape.com
a7bb525b7c
adding a helper to create/init from an FSSpec.
2000-04-25 04:09:18 +00:00
ssu%netscape.com
b8fe8bbb03
fixing bug #36958 . No longer makes the installer require a reboot at the end if replacing file that are *not* in use.
2000-04-25 02:39:42 +00:00
dougt%netscape.com
cf392312f9
checked in warren's patch to remove circular memory leak in directory service
...
removed strcmp'er in favor of atom compares.
added comments to nsFileSpec indicating that it is no longer supported.
2000-04-25 01:48:02 +00:00
shaver%mozilla.org
7b6f80d5fb
Linux/m68k xptcall port from <Michael_Fedrowitz@gmx.net>
2000-04-25 01:15:51 +00:00
shaver%mozilla.org
8e0c600b26
add CurrentItemInPlaceUTF8 to reduce startup alloc by 2.3M(!), r=brendan
2000-04-25 01:11:08 +00:00
brendan%mozilla.org
a3dc40d18b
Count allocations too; dump nodes ranked by mean allocation size.
2000-04-24 23:52:27 +00:00
dougt%netscape.com
79681b7a19
Adding xpcom.currentProcess
2000-04-24 22:54:04 +00:00
brade%netscape.com
c6cac4df01
fixing build bustage; submitted by Philip.Blundell@pobox.com (a=granrose)
2000-04-24 15:42:15 +00:00
dougt%netscape.com
3bf4c6a4f3
Fix for bug 35751. Caching type and creator information for nsLocalFileMac. This is so that files can be created with a given type/creator tag after the initialization of the ifile.. r=warren and sfraser.
2000-04-24 03:24:49 +00:00
jband%netscape.com
ec1a5ea7a0
checking in changes from Stefan Hanske <sh990154@mail.uni-greifswald.de> (who wrote the original version of the Linux ARM code)
2000-04-23 21:14:11 +00:00
cls%seawood.org
33edc21c9c
General cleanup of the shared library rules.
...
Quick fix for bug #36844 .
Since people kept forgetting to wrap SHARED_LIBRARY_LIBS inside MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs, we now handle it in rules.mk. Same goes for making $(SHARED_LIBRARY) dependent upon $(SHARED_LIBRARY_LIBS).
2000-04-23 17:48:04 +00:00
cls%seawood.org
128a91b6b4
Removing unused dependency upon nsappShellCIDs.h. Bug #24515 . r=shaver
2000-04-23 16:08:55 +00:00
shaver%mozilla.org
7d006ae565
show pointed-to symbol onmouseover, for easier scanning (r=brendan)
2000-04-23 07:13:19 +00:00
pavlov%netscape.com
29d75b355b
add typename to make linux compiler happy r=scc
2000-04-23 05:54:36 +00:00
brendan%mozilla.org
e6d9eaa229
Add -f function-dump-filename option; try to keep its first table cell of reasonable width without depending on (broken in 4.x) css support.
2000-04-23 05:04:58 +00:00
scc%netscape.com
f1766992d8
Added an additional permitting and denying signatures for |NS_ConvertASCIItoUCS2|
2000-04-23 01:03:28 +00:00
jband%netscape.com
2d23299249
a little safer
2000-04-22 19:21:18 +00:00
jband%netscape.com
80765be861
cleanup manifest line scanner - was reading one char beyond the end of the array
2000-04-22 19:13:39 +00:00
brendan%mozilla.org
eebea6f933
Comment improvements.
2000-04-22 18:36:10 +00:00
tbogard%aol.net
76e8db8e09
Moved the implementation of AssignWithConversion to the cpp file since Linux and Windows didn't like it inline in the h file. r=scc
2000-04-22 09:17:20 +00:00
scc%netscape.com
03755b0d9d
making string conversions explicit
2000-04-22 08:43:34 +00:00
scc%netscape.com
08376156e3
Added a signature previously covered by |Assign(const nsStr&)|, now |Assign( const nsString& )|.
2000-04-22 08:36:28 +00:00
jband%netscape.com
45fe5dd669
fix bug 36805 - was leaking xptiInterfaceGuts by unconditionally overwriting a union
2000-04-22 06:30:46 +00:00
jband%netscape.com
a43b0cce27
fix bug 36806 - leaking locks. Just plain sloppy!
2000-04-22 06:28:44 +00:00
jband%netscape.com
3aed823910
hey! someone changed the progid for the zip reader, updating my copy of the progid. xptiZipLoader.cpp
2000-04-22 04:11:33 +00:00
jband%netscape.com
6aae3cf41f
fix debug message
2000-04-22 01:07:39 +00:00
dbaron%fas.harvard.edu
e1ada51a01
Make XPCOM_MEM_LOG_OBJECTS work with alloc logging (before it worked only with refcount logging). r=waterson@netscape.com
2000-04-22 00:40:13 +00:00
erik%netscape.com
b045d89b8b
grabbing a few IDs for nsILanguage and nsILanguageService; not part of
...
build
2000-04-21 22:42:42 +00:00
ftang%netscape.com
c8017ec30e
fix nsFileSpec unicode interface .
2000-04-21 21:44:23 +00:00
brendan%mozilla.org
df0a4c7926
Stop component-wise over-totalling madness when JS=>js=>JS=>js.
2000-04-21 21:38:18 +00:00
cls%seawood.org
16043963c0
BeOS uses the Unix local file implementation.
2000-04-21 21:04:35 +00:00
cls%seawood.org
741fb751f9
Removed extra & as suggested by Matthew Z. on m.beos.
2000-04-21 21:03:56 +00:00
brendan%mozilla.org
11ab539a13
Percent signs after numbers, please\!
2000-04-21 19:05:53 +00:00
brendan%mozilla.org
3d1af4c738
Optimize total computation, fix visited to be a counter.
2000-04-21 08:47:00 +00:00
jband%netscape.com
43af13977d
trivial renaming of local var to fix compiler warning
2000-04-21 08:42:14 +00:00
pinkerton%netscape.com
b138f71e20
Fix build bustage r=scc.
2000-04-21 07:34:06 +00:00
scc%netscape.com
1a5f86f42b
making string conversions explicit
2000-04-21 07:09:51 +00:00
scc%netscape.com
c9db033ed7
there were a bunch of routines that returned references to this and were abused as much as they were used correctly. now they return |void|
2000-04-21 06:59:14 +00:00
warren%netscape.com
02dfd094cb
Fixed optimized build problem.
2000-04-21 05:32:59 +00:00
warren%netscape.com
b63cd30bcf
Fixed thread pool thread allocation to be more lazy (still doesn't release unused threads though). (Code adapted from dougt.)
2000-04-21 05:12:57 +00:00
brendan%mozilla.org
0f9b2de459
Fix plib-instead-of-lib->total += type; use int32 for possibly negative values.
2000-04-21 03:01:09 +00:00
jband%netscape.com
9fa4268f1c
fix bustage due to relative path include of removed (and otherwise unused) file
2000-04-21 01:33:13 +00:00
scc%netscape.com
2eb9fa2d3c
Fixed |nsPromiseSubstring::GetReadableFragment|, which had been walking off the end. Re-implemented |copy_string| in terms of the new char-source/char-sink stuff that beard and I came up with. Factored some code into |SameFragment|. Did some general shuffling and cleanup.
2000-04-21 01:25:19 +00:00
jband%netscape.com
b1e6abc30a
fix bustage due to relative path include of removed (and otherwise unused) file
2000-04-21 01:22:16 +00:00
scc%netscape.com
dd7694898d
Added |nsCharSourceTraits| and |nsCharSinkTraits| to better facilitate copying from arbitrary char sources into arbitrary char consumers
2000-04-21 01:20:55 +00:00
scc%netscape.com
d03cfe6e83
added |nsWritingIterator<T>::write| to satisfy the char-source/char-sink stuff beard and I put in.
2000-04-21 01:19:40 +00:00
jband%netscape.com
983ab29f39
fix bustage due to relative path include of removed (and otherwise unused) file
2000-04-21 01:12:19 +00:00
rginda%netscape.com
6e5e987b35
Adding nsIConsoleService.idl, nsIConsoleMessage.idl, nsIConsoleListener.idl. Previously, the .h and .xpt products of these files were still being built back in xpfe/components/console, which is bad.
Checkin by McCabe, on rginda's mac.
2000-04-21 00:52:02 +00:00
jband%netscape.com
9248badb25
removing unused files
2000-04-21 00:17:56 +00:00
dbragg%netscape.com
f68faea6f7
typo in Manifest file
2000-04-20 23:06:00 +00:00
ftang%netscape.com
3eaa473913
add nsLocalFileCommon.cpp
2000-04-20 23:00:00 +00:00
dbragg%netscape.com
65f25ea943
Oops, forgot nsFileSpec.h
2000-04-20 22:59:30 +00:00
ftang%netscape.com
492cbadd7d
1. small fix on nsLocalFileCommon.cpp to fix unix warrning
...
2. add unicode methods to nsIFile/nsILocalFile idl
3. add nsLocalFileCommon.cpp to the unix and window makefile
2000-04-20 22:53:29 +00:00
dbragg%netscape.com
17f53749f2
Fully implemented the DirectoryService and fixed the Mac nsFileSpecToIFile
2000-04-20 22:49:18 +00:00
dveditz%netscape.com
8ba478a993
resurrecting VC 5 build (and other pedantic compilers)
2000-04-20 18:52:06 +00:00
jband%netscape.com
f9a733be1f
landing typelib loading improvements. bug 30753
2000-04-20 08:52:05 +00:00
ftang%netscape.com
d968ef267e
first add for nsILocalFile unicode interface wrapper code
...
not part of the build system yet.
2000-04-20 05:44:03 +00:00
ftang%netscape.com
329f088d23
fix 22116. Check in patch from m_kato@ga2.so-net.ne.jp
...
Perform IsDBCSLeadByte before 0x5c escaping
2000-04-20 05:08:02 +00:00
brendan%mozilla.org
43bfe2d5e8
Add nsTraceMalloc.[ch] and bloatblame.c, not part of build (setenv NS_TRACE_MALLOC to enable here and in xpfe/bootstrap).
2000-04-20 04:55:26 +00:00
jband%netscape.com
208ce8c320
update comment - mostly just to verify that I can checkin from my Mac without bad things happening.
2000-04-20 04:50:06 +00:00
dougt%netscape.com
7264d84926
fix for 36266. submitting by koehler@mythrium.com.
2000-04-20 01:08:53 +00:00
beard%netscape.com
9d3aee255a
Compatibility with Universal Headers 3.3 or later. a=leaf
2000-04-19 22:13:51 +00:00
jdunn%netscape.com
d2182db1a4
adding newline - hp bustage
2000-04-19 14:57:43 +00:00
davidm%netscape.com
65508e91e9
28412 metaDataLength is wrong in nsCachedNetData::Deserialize. Add routines to build stream from char* and length
2000-04-19 04:54:53 +00:00
sspitzer%netscape.com
c63e61a95a
add error module for the profile module.
2000-04-19 03:04:49 +00:00
scc%netscape.com
995abb7f46
making string conversions explicit
2000-04-18 23:53:10 +00:00
jband%netscape.com
eb124bcc4b
NOT PART OF BUILD. cvs is a fine place for the TODO list
2000-04-18 22:19:12 +00:00
jband%netscape.com
45a49ce848
Fix sorting bug reported by Michael Kaply <mkaply@us.ibm.com>. There was a bad assumption that qsort would produce the exact same ordering on two arrays with elements of different size even when some string keys compare the same. The fix is to use the address of the string keys as a fallback in the compare function. This works right because the two arrays have diffrent elements, but they contain pointers to shared strings. r=mccabe
2000-04-18 21:57:57 +00:00
jband%netscape.com
bca6601e81
add an assert for a whacky case that is not supposed to happen but biting me a while back when some other code was broken. This has been kicking around my tree for a while.
2000-04-18 21:44:38 +00:00
jband%netscape.com
e6a64cb2a6
NOT YET PART OF SEAMONKEY BUILD. added locking
2000-04-18 21:33:46 +00:00
dp%netscape.com
f96b022e23
Hooking up component unregister to regxpcom.
2000-04-18 06:20:35 +00:00
waterson%netscape.com
86e08cc740
Alphabetize the bloat log output.
2000-04-18 06:00:24 +00:00
dp%netscape.com
10d2c3b870
Implemented component unregistration.
2000-04-18 05:25:05 +00:00
rginda%netscape.com
fe53ad855b
Add new files nsConsoleService.cpp, nsConsoleMessage.cpp.
2000-04-18 02:55:39 +00:00
mccabe%netscape.com
575c2ed8c6
added files: mozilla/xpcom/base/nsConsoleService.cpp, mozilla/xpcom/base/nsConsoleMessage.cpp
2000-04-18 02:36:18 +00:00
mccabe%netscape.com
b93c689e66
Move nsIConsoleService and implementation into xpcom/base, and nsIScriptError and implementation into js/src/xpconnect. (A place for JavaScript-specific XPCOM would be better, but xpconnect will do).
2000-04-18 02:34:54 +00:00
scc%netscape.com
5c3b3872c2
needed to make the implementation of |EqualsIgnoreCase(nsIAtom*, ...)| available.
2000-04-17 14:50:07 +00:00
scc%netscape.com
9e78c81481
fixing build bustage
2000-04-17 12:22:37 +00:00
scc%netscape.com
45681631d8
attempting to fix build bustage
2000-04-17 11:49:23 +00:00
scc%netscape.com
4753a77d13
Added private unimplemented signatures of |...WithConversion| to prevent accidents where I should have used the non-converting form. Removed |AppendWithConversion|s that stood in for |AppendInt| and |AppendFloat|.
2000-04-17 11:06:41 +00:00
scc%netscape.com
c26c8ee879
no, the |Equals(PRUnichar*, PRUnichar*, ...)| form is not what you think it is. It has to go. Make comparing with |nsIAtoms| remain avalailable even in |NEW_STRINGS_APIS|
2000-04-16 11:09:16 +00:00
andreas.otte%primus-online.de
63dfd3d4fa
fix bug 20891 [Assertion when displaying message], don't try to find a drive in an empty path, r=putterman@netscape.com
2000-04-16 07:33:25 +00:00
scc%netscape.com
d0cd9d8b84
making string conversions explicit
2000-04-15 05:23:09 +00:00
pavlov%netscape.com
fa7bb1ae70
use C comments
2000-04-15 04:05:53 +00:00
scc%netscape.com
52ad71ebb3
new ideas about string conversion
2000-04-15 00:05:17 +00:00
pavlov%netscape.com
9913f693e1
hack to fix 35594 so that evaughan can land his box changes
2000-04-14 23:27:19 +00:00
scc%netscape.com
4a987edad4
Added signatures to prevent automatic incorrect promotion of |char| to |PRUnichar|
2000-04-14 23:20:31 +00:00
scc%netscape.com
11dac06cbd
Added a new type, |incompatible_char_type| to help build signatures that prevent automatic incorrect promotion from |char| to |PRUnichar|. Kind of a hack, but the right way (specializing |nsAWritable| for |PRUnichar| can't be made to compile everywhere)
2000-04-14 23:19:14 +00:00
jband%netscape.com
c25668ec9b
NOT PART OF BUILD. Getting recent fixes to this stuff we aren't building yet safely into cvs
2000-04-14 23:06:39 +00:00
jband%netscape.com
decc15a9a3
NOT PART OF BUILD - removing this badly named and unused work around file
2000-04-14 23:01:11 +00:00
shaver%mozilla.org
ffe3488f1e
FreeBSD 3.4 and BSDI/4.1 tweaks from <joerg.brunsmann@FernUni-Hagen.de>
...
and <drehuis@plaything.org>, respectively.
2000-04-13 21:43:45 +00:00
warren%netscape.com
d28275f713
Fixed AddRef/Release to use NS_ADDREF/NS_RELEASE.
2000-04-13 09:20:58 +00:00
beard%netscape.com
f305fe2963
XP_MAC improvements, stack walking, pc to name translation, early toolbox initialization so console will pop-up in correct location.
2000-04-13 03:51:43 +00:00
sspitzer%netscape.com
1c77b5bbb6
fix spelling mistake. I'm so anal, it is scary.
2000-04-12 06:54:35 +00:00
cls%seawood.org
f6ba55aac8
BeOS build fixes. Bug #34553
2000-04-12 06:20:59 +00:00
ruslan%netscape.com
b0f647ae91
Add a quick constructor for nsISupportsPRBool as well as make it implement
...
threadsafe isupports. Stream convs. use it.
2000-04-12 00:46:58 +00:00
ftang%netscape.com
3d5f7d3b73
fix 34886. add accidential deleted line back.
2000-04-11 22:47:18 +00:00
waqar%netscape.com
1954ef23e9
nsIByteArrayInputStream.h files does not exist any more. r=pollmann,a=leaf
2000-04-10 22:48:27 +00:00
blizzard%redhat.com
510af13354
fix building on sparc linux. r=jband a=leaf
2000-04-10 19:43:31 +00:00
rich.burridge%sun.com
2e312b673e
Adjusted the be instruction to now branch to .invoke and not invoke (was
...
a missing symbol at link time).
a=leaf r=rogerl
Bug id #15604
2000-04-07 17:45:03 +00:00
dbragg%netscape.com
0b1d527736
Oops. Was checking into a branch that was created in the io directory only.
...
Backing out.
2000-04-06 22:40:25 +00:00
dbragg%netscape.com
16b8143bfa
checked in to XPInstall IFile branch
2000-04-06 22:33:05 +00:00
ruslan%netscape.com
2aa756bb2c
Fix nsBinaryStream::ReadStringZ which used to add extra '\0' thus causing
...
tje string lenth to be off by 1 and all these nasty nsString warnings;
a=leaf,r=smfr
2000-04-06 21:28:09 +00:00
rich.burridge%sun.com
1dafecdd2b
Fix to prevent tail-call optimisation. Fix also includes adjustment to
...
stack size, plus ASM niceities.
a=leaf r=rogerl
Bug id #15604
2000-04-06 18:28:06 +00:00
jim_nance%yahoo.com
84e20f258d
Fix for bug 34543. Compile problem under Tru64 Unix.
...
a=leaf. This is #ifdefed for Tru64 Unix, but if it causes
bustage and I am not on IRC, you can get me at 919.859.3885
2000-04-05 22:37:01 +00:00
rickg%netscape.com
359508091b
update nsStringX classes; not part of build
2000-04-05 06:11:03 +00:00