Commit Graph

570 Commits

Author SHA1 Message Date
mcmullen%netscape.com
560d9107f8 Bug #4184. Before unescaping a path, call ReAllocData. 1999-04-23 21:32:57 +00:00
mcmullen%netscape.com
5cb578f764 Corrected spelling in some comments. 1999-04-23 20:27:38 +00:00
mcmullen%netscape.com
5dfc810099 Made GetCatInfo method public (XP_MAC only) 1999-04-23 17:18:24 +00:00
dougt%netscape.com
0fc496898a Fixes Bug 5300 http://bugzilla.mozilla.org/show_bug.cgi?id=5300 1999-04-23 06:32:40 +00:00
bruce%cybersight.com
aa6270418f Removing a spurious comma, fixing AIX and HP-UX build bustage. I don't see why this code should've compiled for anyone. 1999-04-23 04:15:50 +00:00
warren%netscape.com
f256cf42fb Added variant and scriptable. 1999-04-22 08:27:34 +00:00
rickg%netscape.com
4932037b7d sync up with nsString2.cpp 1999-04-22 08:23:25 +00:00
warren%netscape.com
1ea549d80d Started factoring nsIPersistentProperties from nsIProperties. 1999-04-22 07:32:51 +00:00
warren%netscape.com
c289c670cd Added Write(nsIInputStream) and Flush to nsIOutputStream. 1999-04-22 07:31:03 +00:00
warren%netscape.com
0f30442aa1 Added nsIVariant and nsIScritable (for RDF). 1999-04-22 07:30:35 +00:00
sfraser%netscape.com
385eb491ab Look for types.h in the system headers. 1999-04-22 04:34:59 +00:00
warren%netscape.com
51b7658a46 Added nsCRT::free methods. 1999-04-22 04:25:17 +00:00
warren%netscape.com
9ad48782fb Added NS_IMETHOD decls. 1999-04-22 04:17:21 +00:00
warren%netscape.com
16745abb64 Added nsAutoMonitor 1999-04-22 04:12:08 +00:00
neeti%netscape.com
0091f72b77 checking for null mObserverList 1999-04-21 19:36:41 +00:00
mcmullen%netscape.com
0c1a07d566 Oops. 1999-04-20 19:31:11 +00:00
mcmullen%netscape.com
71ef3f328e Correct a problem my last change to GetParent() introduced. 1999-04-20 19:09:22 +00:00
neeti%netscape.com
7bdbb69f8b implemented wrapper funtions to make GetObserverList private. 1999-04-20 14:50:47 +00:00
bruce%cybersight.com
8d6eaa87a3 Fix library name. Still coredumps on execution. 1999-04-20 05:36:36 +00:00
mcmullen%netscape.com
7910e844e2 Fixed GetParent() on windows and unix (was incorrect for directories whose paths end in a separator). 1999-04-19 22:07:42 +00:00
mcmullen%netscape.com
9cf74711ef Added unix home directory 1999-04-15 22:45:41 +00:00
sfraser%netscape.com
8043917bf9 Warning elimination (remove extra ; ) 1999-04-15 19:54:27 +00:00
sfraser%netscape.com
940db7bd3c Warning elimination (delete extra ; ) 1999-04-15 19:53:35 +00:00
dougt%netscape.com
8ae3e61271 Now using PL_* functions in nsprPath()
ifdef'ing the deallocation of nsprPath()
1999-04-15 19:39:23 +00:00
mcmullen%netscape.com
485041bf40 An "oops" correction in the previous checkin. 1999-04-15 02:17:41 +00:00
mcmullen%netscape.com
fff6074880 Fixed two warnings and added a method with a shorter name because of bug in VC++ compiler 1999-04-15 01:11:42 +00:00
mcmullen%netscape.com
913495ef87 Fixed compiler warning. 1999-04-15 01:07:20 +00:00
mcmullen%netscape.com
9d7f18bdf8 Support unix paths .. and . in the path conversion routine. 1999-04-15 01:06:55 +00:00
mcmullen%netscape.com
17fe680b62 Fix backwards failure logic 1999-04-15 01:06:03 +00:00
sspitzer%netscape.com
3ba124245e more cvs ignorage 1999-04-15 01:05:29 +00:00
waterson%netscape.com
cb7e7a95c4 Backed out change to nsISupportsArray::AppendElement() and RemoveElement(); they now return PRBool's like they used to. 1999-04-14 23:06:22 +00:00
beard%netscape.com
e91206a937 sorry, size_t != unsigned int, made declarations consistent to fix later link errors. 1999-04-14 04:19:42 +00:00
tague%netscape.com
7a54193ed6 Added nsQuickSort.obj to the object list 1999-04-13 23:35:49 +00:00
tague%netscape.com
b7780e7118 Rolled out change 1999-04-13 23:25:38 +00:00
tague%netscape.com
7723a871e2 Fixed windows build booboo. Added extern C to the defintion of nsQuickSort 1999-04-13 23:03:40 +00:00
alecf%netscape.com
d204424b35 export this symbol correctly 1999-04-13 22:16:52 +00:00
gordon%netscape.com
d7d6f91c87 Add nsIThread.h and nsIByteBufferInputStream.h for network update. 1999-04-13 21:16:24 +00:00
alecf%netscape.com
3f2caacd18 make sure nsQuickSort is extern "C" 1999-04-13 20:36:57 +00:00
alecf%netscape.com
c9d3ccdde2 fix mac bustage 1999-04-13 20:34:38 +00:00
jdunn%netscape.com
57e6713c2c fix compiler warning/errors with conversion from a void* to a char* 1999-04-13 20:27:17 +00:00
alecf%netscape.com
f12355755a export nsQuickSort.h for mac build 1999-04-13 20:06:55 +00:00
alecf%netscape.com
8e47fb0fab added files: mozilla/base/src/nsQuickSort.cpp 1999-04-13 20:05:39 +00:00
alecf%netscape.com
2152638ec9 add quicksort to windows build 1999-04-13 19:07:43 +00:00
alecf%netscape.com
d5be09930b add quicksort implementation to base
(Thanks to Regents of CA and the RDF team)
1999-04-13 19:03:45 +00:00
warren%netscape.com
bcdbab63da Fixed comment. 1999-04-13 18:26:53 +00:00
warren%netscape.com
142b615dba Added NS_NewPipe and cleaned up ByteBufferInputStreams. 1999-04-13 18:17:29 +00:00
warren%netscape.com
f84a7f15ec Added header. 1999-04-13 18:15:49 +00:00
warren%netscape.com
cfc02faedf Fixed EOF condition. 1999-04-13 18:15:41 +00:00
warren%netscape.com
f63b0306a1 Fixed thread problems. 1999-04-13 18:15:27 +00:00
bruce%cybersight.com
5b0e694071 Adding blank lines for native compilers. 1999-04-13 06:35:42 +00:00
rhp%netscape.com
b8a91a8b42 Added nsEscapeHTML() function 1999-04-12 20:23:21 +00:00
neeti%netscape.com
17e2d33d67 Removed XP_PC for ObserverService api 1999-04-12 19:08:25 +00:00
waterson%netscape.com
01fb9344a7 Added TestObserverService.cpp 1999-04-12 18:48:20 +00:00
waterson%netscape.com
9ba5a378c6 Added observer classes. 1999-04-12 18:48:02 +00:00
waterson%netscape.com
c41e46034c Added observer interfaces. 1999-04-12 18:46:49 +00:00
waterson%netscape.com
4e7efd262e Added nsIObserverService, nsIObserverList, and nsIObserver to exports. 1999-04-12 18:11:47 +00:00
sspitzer%netscape.com
8b08c06722 some more cvs ignore work 1999-04-10 21:22:31 +00:00
blizzard%redhat.com
3dbdee6a54 base code for unix timers without a toolkit 1999-04-10 15:20:27 +00:00
ducarroz%netscape.com
2539e9e539 added nsEscape.h, nsStdFileStream.h needed by mailnews 1999-04-10 01:20:02 +00:00
briano%netscape.com
7cd74587cd Cleaned up the statfs mess at the beginning to make use of configure's power. 1999-04-10 01:13:02 +00:00
dougt%netscape.com
4f9c445ef0 fixing Move() testcase to reflect changes made.
added nspr compatiblity tests.
1999-04-10 00:31:35 +00:00
dougt%netscape.com
76fb8170a9 Make the windows specific code use nsprPath. 1999-04-10 00:30:23 +00:00
dougt%netscape.com
ddc1a6b6ba Adding nsprPath class.
Removing existing check when creating subdirectories.
1999-04-10 00:29:20 +00:00
dougt%netscape.com
a33cbfa6ce Adding nsprPath class.
Changing comments to reflect the real world.
1999-04-10 00:27:09 +00:00
mcmullen%netscape.com
da1f481b1e Bug #4619. When at eof, get() was returning undefined character. Now returning 0. 1999-04-08 17:31:00 +00:00
rickg%netscape.com
bc41d2b9f5 fixed mail/news crash and bug 4606 1999-04-07 21:05:19 +00:00
mcafee%netscape.com
3941e8b8e8 Removing bogus rule 1999-04-07 00:21:53 +00:00
neeti%netscape.com
8068dae4d4 initial checkin for ObserverService api 1999-04-06 20:54:09 +00:00
mcmullen%netscape.com
2c21cb44b2 memset a buffer to 0, to avoid Solaris UMR diagnostics. 1999-04-06 20:10:50 +00:00
warren%netscape.com
3710889772 Added GetIThread method 1999-04-06 06:09:15 +00:00
warren%netscape.com
a9edb098e8 Fixed refcount problems. 1999-04-06 04:57:44 +00:00
warren%netscape.com
2d2d0d48be Added nsIByteBufferInputStream. 1999-04-06 01:43:52 +00:00
warren%netscape.com
bf4df879ef Fixed thread pool shutdown. 1999-04-06 01:42:01 +00:00
jband%netscape.com
01475d8a25 fixed typo so no extra .pdb files get left behind 1999-04-06 00:10:10 +00:00
rickg%netscape.com
54638203b1 fixed nsStr bug found by davidBienvenu -- I owe him a beer 1999-04-05 21:38:50 +00:00
rickg%netscape.com
640480851f fixed bug found by DavidBienvenu -- I owe him a beer 1999-04-05 21:28:55 +00:00
warren%netscape.com
759e5cc63f Added TestThreads 1999-04-05 21:03:22 +00:00
warren%netscape.com
338082238a Mostly works now, except for nsIThreadPool::Join 1999-04-05 21:02:24 +00:00
warren%netscape.com
52ed9a5cae Added copyright. 1999-04-05 21:01:33 +00:00
rickg%netscape.com
9719abb145 API cleanup for nsString 1999-04-05 08:06:54 +00:00
dp%netscape.com
e6a86ec777 Added Current Working Directory 1999-04-03 17:17:49 +00:00
rickg%netscape.com
dda2c5d456 fix to pushfront 1999-04-02 22:06:05 +00:00
warren%netscape.com
9ee65b1f03 Added nsIThread and nsIThreadPool. 1999-04-02 09:20:44 +00:00
mcmullen%netscape.com
21744e4f8d Just added a divider comment. 1999-04-01 20:07:52 +00:00
mcmullen%netscape.com
ae221e38a6 Fixed an illegal preprocessor directive. 1999-04-01 20:06:46 +00:00
mcafee%netscape.com
2487b0b4a8 Simplifying SCO case. 1999-04-01 05:16:32 +00:00
mcafee%netscape.com
2351aa3b9a Adding support for NTO. 1999-04-01 05:06:34 +00:00
mcafee%netscape.com
291d034bd2 Simplifying ifdef logic in preparation for jump to hyperspace (autoconf) 1999-04-01 05:02:32 +00:00
rickg%netscape.com
3554b4a46a fixed bug in deque::pushfront 1999-03-31 08:42:06 +00:00
dougt%netscape.com
694908155a Fixes off by one error. 1999-03-31 05:04:28 +00:00
jdunn%netscape.com
757da9fdb0 Fixed compiler problem on AIX with references. 1999-03-31 04:19:02 +00:00
kipp%netscape.com
2f1125da8a new 1999-03-30 05:45:36 +00:00
ramiro%netscape.com
532f507e84 delete vs. delete[] vs. free fixes.
Thanks to "Bruce Mitchener, Jr." <bruce@cybersight.com for finding all these
and making patches.
1999-03-30 05:26:59 +00:00
pierre%netscape.com
f9165ef867 Use delete[] for strings allocated with ToNewCString(). 1999-03-30 01:23:24 +00:00
waterson%netscape.com
0cf17d4ce5 Landed RDF_19990326_BRANCH, scriptability changes. 1999-03-29 19:52:54 +00:00
jband%netscape.com
ccca3b497c fixing cases of declaration not exactly matching definition and a few other instances of extraneous 'const' on PRUnichar passed by value 1999-03-27 07:34:44 +00:00
sspitzer%netscape.com
1797b45114 removed aErrorCode from the comment.
aErrorCode is no longer a parameter to Read()
1999-03-25 03:00:04 +00:00
rickg%netscape.com
dd619c3450 any fix for entities 1999-03-25 01:27:27 +00:00
jdunn%netscape.com
93e4488a2d backing out changes, because the tree was closed - doh 1999-03-24 21:55:53 +00:00
jdunn%netscape.com
26bcb3a653 Fix compiler errors on AIX
Approved by mcmullen@netscape.com
1999-03-24 21:38:44 +00:00