Commit Graph

90 Commits

Author SHA1 Message Date
shanjian%netscape.com
0915566e47 #60823 UnicodeToGBK and UnicodeToGB2312 converter don't work on SPARC Solaris
r = nhotta, sr=erik
the original code does not work with big-endian system.
2000-12-09 01:45:36 +00:00
cls%seawood.org
66a18fcbbf Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org 2000-11-20 07:16:06 +00:00
alecf%netscape.com
b12bf93a66 #45797 - fix consumers of NS_IMPL_ISUPPORTS
r=dveditz a=self
2000-11-17 08:06:12 +00:00
warren%netscape.com
cd56c0575b Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
warren%netscape.com
9a6d92a433 Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson 2000-10-27 22:43:51 +00:00
ftang%netscape.com
5d38b7d1b9 fix bug 54468. r=cata sr=erik. add boundary condiction and return
different result code for those cases.
2000-10-06 21:54:00 +00:00
rayw%netscape.com
0257791053 Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
cls%seawood.org
1f3b6d75ab Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
yueheng.xu%intel.com
4cd043ed89 fix for #42484 (extra ";" after the loop control). r=cata, a=waterson 2000-06-14 22:13:13 +00:00
yueheng.xu%intel.com
2794f073d6 fixed #39640 (regression of UnicodeToGB2312GL converter) and #34626( optimization of table initialization. Do it only when it is needed at first time). r=ftang, a=waterson. 2000-06-02 22:18:42 +00:00
ftang%netscape.com
f6f5127a5f check in fix of 34617 for Xu.Yueheng@intel.com r=ftang@netscape.com
Use the new implementation for GB2312GL
2000-05-17 05:19:04 +00:00
yueheng.xu%intel.com
75c868fc04 fix for #31380 (Unicode to GBK converter not working for some GBK chars) reported
and fix suggested by Xianping Ge ( xge@ics.uci.edu).
2000-05-03 01:59:55 +00:00
ftang%netscape.com
c5728a0a70 fix 27886. Swap implementation to the new one. 2000-04-05 05:13:52 +00:00
ftang%netscape.com
f6b1e3e8e9 fix bug 32290 . Use the GBK converter to convert incomming data. 2000-04-05 00:12:40 +00:00
pavlov%netscape.com
ce094b4cfc changes to let us build on MacOS X 2000-03-11 03:08:04 +00:00
dveditz%netscape.com
9172024f8e New wstring nsIRegistry interface, bug 23859;
new version registry name for mozilla, bug 10533;
log now created by install wizards too, bug 26309;
downloaded file cleanup moved into manager, bug 24249;
scaffolding for bug 12817 and 12361 (conditional autoreg)
2000-02-15 01:32:12 +00:00
dveditz%netscape.com
41d2b2b563 closing the file used by the registry service is evil 2000-02-13 17:32:19 +00:00
pp%ludusdesign.com
58065dda04 Converting ::GetIID() into NS_GET_IID(). Bug #20232. r=scc, r=mozbot 2000-02-02 22:24:56 +00:00
dougt%netscape.com
0b0346079c Landing nsIFile. 2000-01-24 21:28:28 +00:00
cata%netscape.com
903be6b576 Cleanup time: remove files not in build anymore. 1999-12-04 19:30:22 +00:00
jdunn%netscape.com
e871be6de2 Fixing all unresolved symbols on unix. The bug has the diff's
r dp@netscape.com (ramiro helped me with it)
# 18688
1999-11-16 06:02:31 +00:00
dmose%mozilla.org
142ac52eaf updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
tbogard%aol.net
10ded258a5 Changed NS_ENSURE_NOT to NS_ENSURE_FALSE to reflect API change. r=hyatt 1999-11-01 21:43:56 +00:00
cata%netscape.com
554e203471 Fix for bug #16186 build warnings; eliminating unused var. 1999-10-29 20:32:00 +00:00
dp%netscape.com
038812ce67 bug#16742 Fixing delete on nsISupports. Thanks for patch from <heikki@citec.fi> Plus using IMPL_ and DECL_ macros and removing operating on refcnt directly. r=dp 1999-10-23 17:33:29 +00:00
hoa.nguyen%intel.com
4c325b4b3e Optimized decoder. Removed warnings. 1999-10-21 00:17:48 +00:00
hoa.nguyen%intel.com
b7e688a8ac Optimized decoder. 1999-10-21 00:05:16 +00:00
hoa.nguyen%intel.com
382ac45a79 Correctly check for the HZ converter engine state. 1999-10-21 00:03:52 +00:00
hoa.nguyen%intel.com
5d6d24cce9 Changed from char types to PRUint8. 1999-10-20 23:21:56 +00:00
ftang%netscape.com
40f306300f fix bug 15647 r=sdagley. Swap progid base between ENCODER/DECODER 1999-10-06 07:11:40 +00:00
cata%netscape.com
1f327eb1f1 Fix my Unix breakage. 1999-10-05 22:33:09 +00:00
cata%netscape.com
b73381597c Converting library to Module. Bug 15589. Reviewed by dp. 1999-10-05 21:25:47 +00:00
shaver%netscape.com
7a5b9d5e55 nsIRegistry scriptability update, r=dveditz,dp,alecf a=leaf,chofmann 1999-09-29 02:36:54 +00:00
ftang%netscape.com
49217a4b1e check in code drop from Xu, Yueheng <yueheng.xu@intel.com> 1999-09-22 03:35:31 +00:00
ftang%netscape.com
c10f65262d add HZ to the dll 1999-09-21 00:21:24 +00:00
ftang%netscape.com
ccab0cf140 check in for Xu, Yueheng <yueheng.xu@intel.com> 1999-09-21 00:14:15 +00:00
ftang%netscape.com
741d7a3627 fix FreeBSD problem 1999-09-18 00:15:22 +00:00
ftang%netscape.com
dbe706448c check in HZ to Unicode contributed by Xu, Yueheng <yueheng.xu@intel.com> 1999-09-18 00:05:27 +00:00
ftang%netscape.com
766b3c2234 wire GBK converters into dll 1999-09-13 19:45:38 +00:00
ftang%netscape.com
d2893cb7db check in GBK converter for Xu, Yueheng <yueheng.xu@intel.com 1999-09-13 19:27:05 +00:00
bruce%cybersight.com
db84eb691c Fix nID::ToString() leaks in autoregistration. 1999-09-12 04:13:52 +00:00
briano%netscape.com
d055fd251c General cleanup. 1999-09-11 03:07:11 +00:00
ftang%netscape.com
174aa29224 split the nsEncoderSupport to two classes 1999-09-10 19:05:08 +00:00
jdunn%netscape.com
e527acab06 Fix the HP failure... per joe@nall.com's suggestion. For some reason
HP can't handle the '-' sign righ on top of the #'s so just added spaces.
1999-09-08 14:59:22 +00:00
ftang%netscape.com
75015be57c declare methode in protect. Remove unnecessary INTEL_CHANGE ifdef, add () to #define 1999-09-08 12:58:26 +00:00
briano%netscape.com
23c9aa07c0 Added newline to fix the Unix native compiler builds. 1999-09-07 23:37:16 +00:00
ftang%netscape.com
08c1e15c53 nsUnicodeToGB2312V2.h 1999-09-07 20:42:49 +00:00
ftang%netscape.com
dc72b69ba8 check in mac fix 1999-09-07 20:35:56 +00:00
ftang%netscape.com
70d9b38304 add new chinese converters for UNIX build 1999-09-07 20:07:45 +00:00
ftang%netscape.com
e6cf025fd0 add new Chinese converters as non default one for now 1999-09-07 20:07:21 +00:00