Commit Graph

1465 Commits

Author SHA1 Message Date
cata%netscape.com
8994086542 Adding nsExtensibleStringBundle support. 2000-01-06 21:54:27 +00:00
mkaply%us.ibm.com
8950eeeba2 Support from IBM for 850, 852, 855, 857, 862, 864 codepage 2000-01-06 21:35:12 +00:00
mkaply%us.ibm.com
e1ac88530c Support from IBM for 850, 852, 855, 857, 862, 864 codepage 2000-01-06 21:26:20 +00:00
nhotta%netscape.com
4d912e9e34 Fix compile errors of Solaris 2.6 and 2.7 using Sun's native WorkShop compilers, r=briano. 2000-01-06 19:46:17 +00:00
warren%netscape.com
06918ca494 Made nsIProperties scriptable. Bug #21982 2000-01-05 09:29:25 +00:00
ftang%netscape.com
469c608758 add two more selector 2000-01-04 22:55:53 +00:00
nhotta%netscape.com
c8d6589459 Checking in a header file which was missed in my last check in, bug 20380,=tao. 2000-01-04 21:14:16 +00:00
nhotta%netscape.com
68fb7bd204 Changed nsString version of collation key creation to avoid assertion, work around for bug 21604, r=cata. 2000-01-04 20:44:57 +00:00
nhotta%netscape.com
8413e7e817 Changed nsILocaleService implementation not to use static variable/function, changed clients to use the service manager. bug 22281, r=ftang. 2000-01-04 20:39:59 +00:00
nhotta%netscape.com
f3e31a0566 Changed nsILocaleService implementation not to use static variable/function, changed clients to use the service manager.
For unix, also changed to check the cuurent locale before calling setlocale.
bug 22281,20380, r=ftang,tao.
2000-01-04 20:36:30 +00:00
ftang%netscape.com
a6e3d2f183 fix bug 17103. fix array boundary access problem when get character class array . r=cata a=choffmannnsCyrillic*.cpp 1999-12-22 07:47:01 +00:00
ftang%netscape.com
5516255d30 fix bug 18624. r=nhotta a=chofmann. remove ; after text/html; when we do attribute comparison 1999-12-22 07:44:31 +00:00
ftang%netscape.com
0736dba2e9 back out mistaken check inTestLineBreak.cpp 1999-12-22 07:43:01 +00:00
ftang%netscape.com
fdc7540d5e add one space line so I can type in comment for last check in. Last check in . r=cata a=chofmann. fix bug 17192. do contextual analysis for U+2019src 1999-12-22 07:41:42 +00:00
ftang%netscape.com
06b2796456 *** empty log message *** 1999-12-22 07:38:26 +00:00
ftang%netscape.com
08071b74c5 fix bug 21598. r=cata a=chofmann change the internal charset name from X-EUC-TW to x-euc-tw 1999-12-22 07:32:10 +00:00
ftang%netscape.com
0c1f555851 fix bug 21209. use the ms CP950.txt unicode table instead of the taligent Big5 table from ftp.unicode.org code is auto generated by tool. r=ftang a=choffmann 1999-12-22 07:29:39 +00:00
ftang%netscape.com
59a163f695 fix bug 18089. r=cata. fix warning a=chofmann 1999-12-22 07:27:42 +00:00
sspitzer%netscape.com
60a39256fc fix FMM and UMR from purify, add some null sanity checks to fix various
crashers that I've seen.
1999-12-21 23:11:17 +00:00
cata%netscape.com
e65ae21654 Charset menu items are taken from the Charset Manager. r=bobj 1999-12-07 22:23:47 +00:00
scc%netscape.com
db5cd594e2 Make observers support weak references. Bug #18682; r=dp. 1999-12-07 14:06:36 +00:00
cata%netscape.com
dba1117cd0 Cleanup time: remove unused interface from build. 1999-12-04 19:59:28 +00:00
cata%netscape.com
e6136ae3a0 Cleanup time: remove files not in build anymore. 1999-12-04 19:55:52 +00:00
cata%netscape.com
af0dabc05e Cleanup time: remove unused classes from build. 1999-12-04 19:51:56 +00:00
cata%netscape.com
9972278a60 removed files: mozilla/intl/uconv/src/nsUnicodeDecodeUtil.cpp 1999-12-04 19:50:46 +00:00
cata%netscape.com
d1195dbb3d Cleanup time: remove files not in build anymore. 1999-12-04 19:41:50 +00:00
cata%netscape.com
bca5389357 Cleanup time: remove unused interface from build. 1999-12-04 19:37:29 +00:00
cata%netscape.com
903be6b576 Cleanup time: remove files not in build anymore. 1999-12-04 19:30:22 +00:00
cata%netscape.com
5760e40e40 Evolution of the CharsetConverterManager in order to pair the new Charset Menu. r=erik 1999-12-02 08:05:59 +00:00
cata%netscape.com
708a5bcf74 The Character Set menu - rewrite of the RDF data source code. r=erik 1999-12-02 06:42:01 +00:00
warren%netscape.com
2db26922a6 Landing no_neckoutil2_branch. Bug #11159. Removes neckoutil_s.lib from build which helps beos and openvms. 1999-11-30 04:50:42 +00:00
nhotta%netscape.com
dfb97be9bf Change to pass empty string instead of null for setlocale, increased a local buffer size to hold larger locale name, bug 18338, r=tao. 1999-11-29 21:01:54 +00:00
beard%netscape.com
c9b19c6c0d bug #19474, r=ftang. fixes major memory leak of nsCharsetAlias2 object, which is (12) bytes but references a total of {52708} bytes. 1999-11-28 17:20:11 +00:00
warren%netscape.com
f2a5a70e3a Forced Windows nslocale.dll to pull in NSGetFactory. 1999-11-28 05:40:40 +00:00
warren%netscape.com
96ec037ac6 Eliminated the libs build pass. 1999-11-28 03:05:01 +00:00
nhotta%netscape.com
9cf793e3ac Changed conversion between posix and xp locale to handle extra locale info correctly, bug 18338, r=tao. 1999-11-23 21:51:26 +00:00
duncan%be.com
727d390659 Make locale work under BeOS (added XP_BEOS next to XP_UNIX). r=nhotta
Make JS timing work under BeOS (added XP_BEOS next to XP_UNIX). r=mcafee
Make nsSigHandlers.cpp build under BeOS (strsignal returns const char *). r=mcafee
1999-11-20 10:53:34 +00:00
ftang%netscape.com
2fdd6d014e check in backout code after nhotta fix other problem. fix bug 14914 1999-11-19 01:16:53 +00:00
ftang%netscape.com
4f6df1a721 fix charset name from BIG5 to Big5 1999-11-19 01:16:07 +00:00
ftang%netscape.com
2aad1e4273 change charset name for Big5 from BIG5 1999-11-19 01:15:10 +00:00
nhotta%netscape.com
5cfdec76d8 Change to pass an empty string to setlocale instead of NULL (which is illegal in Unix unlike windows). Bug
18338, r=tao.
1999-11-18 03:28:35 +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
nhotta%netscape.com
27a1f550a6 Putting a debug printf so the tester can see the real locale used for the sorting, bug 18338, r=tao. 1999-11-16 01:12:47 +00:00
erik%netscape.com
be75e7427b bug 15627; got rid of compiler warning; r=none 1999-11-15 21:18:24 +00:00
rickg%netscape.com
fcf07ada31 touch file to force recompile 1999-11-14 07:07:47 +00:00
ftang%netscape.com
9883aa657e fix 17409. rewrite the Notify method to take care random order of HTTP-EQUIV or CONTENT. performance enhance the code. keep the old code in the #else of #if 1 statement for now. r=nhotta 1999-11-10 05:55:58 +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
sfraser%netscape.com
7ad00245b5 Did a 'Remove object code and compact' on this project, and tidied up some access paths to try to eliminate the CodeWarrior hangs. a=leaf 1999-11-04 21:16:02 +00:00
ftang%netscape.com
f0e84f8506 back out 1.32 to fix 17811. This will break 14914 1999-11-03 05:47:25 +00:00
cls%seawood.org
bee74e223b Removed unused NECKO ifdefs.
a=leaf
1999-11-02 23:34:03 +00:00
nhotta%netscape.com
9fd8c5a424 Added a call to encoder finish, this allows encoder to write out remaining data such as escape sequences of ISO-2022-JP, bug 17805, r=ftang. 1999-11-02 23:24:10 +00:00
nhotta%netscape.com
ca1048f7b0 First Checked In. 1999-11-02 21:09:05 +00:00
nhotta%netscape.com
4033b4a6c1 Removing a file (not part of the build), this project file was checked in as a text instead of binary. 1999-11-02 21:08:38 +00:00
ftang%netscape.com
7a8f83577a fix one typo. add new locale name for Chinese. r=nhotta 1999-11-02 20:58:47 +00:00
ftang%netscape.com
ef4beb6fca fix bug 14914. r=cata (several weeks ago). change the GetEncoder/GetDecoder from a loop which create/destroy/IsEqual of nsString to use PROGID directly 1999-11-02 08:49:20 +00:00
ftang%netscape.com
4b548de75b check in the patch submit by Jonas Utterstrom <jonas.utterstrom@vittran.norrnod.se in message news://news.mozilla.org/381B3757.FEC144BC%40vittran.norrnod.se fix bug 17706. r=ftang 1999-11-02 07:01:44 +00:00
nhotta%netscape.com
fa6a5d6ac3 Fixed a typo in the entity definition, r=ftang. 1999-11-02 01:19:19 +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
dp%netscape.com
69f850d965 Removing double check for failure. Checking for nsresult is sufficient. 1999-11-01 08:54:06 +00:00
cata%netscape.com
554e203471 Fix for bug #16186 build warnings; eliminating unused var. 1999-10-29 20:32:00 +00:00
cata%netscape.com
4f849e2192 Fix for bug #15706; r=nhotta 1999-10-29 20:29:40 +00:00
nhotta%netscape.com
042fc6540b Check input for the null pointer and empty string, bug 17287, r=ducarroz,jefft. 1999-10-28 20:41:45 +00:00
ftang%netscape.com
55eb80483a fix two comment after brade review and point out my error in prev checkin. r=brade 1999-10-28 14:46:37 +00:00
ftang%netscape.com
92d7fb40dd move all end of line # comment to the previous line. Remove all end of line tab and whitespace. Need this to fix Trad Chinese IME. Somehow our property file reader do not treat # as start of comment in a key value pair line. r=brade 1999-10-28 14:28:22 +00:00
tague%netscape.com
659f2ed64e Fixed bug #16463 - can't create profile with Danish version of Mozilla. I modified the locale mapping code to correct a bug where DA was getting mapped to LANG_DUTCH. r=nhotta@netscape.com 1999-10-27 22:52:56 +00:00
nhotta%netscape.com
35df054c4f Unicode encoder related change for unmapped characters.
If unicode encoder cannot map a character to the target encoding, it returns used unicode length including the unmapped character.
That is true for all encoder except ISO-2022-JP (bug #15706). Changed the callers to match the encoder behavior. bug 8865, r=cata.
1999-10-26 20:16:11 +00:00
scc%netscape.com
c84b487139 Don't |delete| interface pointers. Use |AddRef()| and |Release()| instead. Bug #16762, r=pinkerton. 1999-10-26 00:49:33 +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
dp%netscape.com
7a91a1a650 bug# 16742 Fixing delete on nsISupports Thanks for patch from <heikki@citec.fi>. r=dp 1999-10-23 06:15:31 +00:00
ftang%netscape.com
9c5264972c fix locale mapping for CLE. r=ftang 1999-10-22 21:11:50 +00:00
cata%netscape.com
3a41197340 bug #16754, r=erik, fixing memory leak 1999-10-21 22:25:44 +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
nhotta%netscape.com
b19a5167ef Fix a warning, it was assigning NULL to char type, r=ftang. 1999-10-20 23:55:31 +00:00
hoa.nguyen%intel.com
5d6d24cce9 Changed from char types to PRUint8. 1999-10-20 23:21:56 +00:00
kipp%netscape.com
94ea102a2b r=ftang; fixed off by one error that made return value oPrev inconsistent 1999-10-19 23:06:27 +00:00
nhotta%netscape.com
5c8b113682 Fixing the linux build bustage. 1999-10-19 00:03:57 +00:00
nhotta%netscape.com
b5873913b7 Changed interface and implementation of nsIEntityConverter,
more entity support (before Latin1 only), added a string based interface. Bug fix 8865, r=ftang.
1999-10-18 22:33:14 +00:00
cata%netscape.com
2f872da842 Conversion to Module. Reviewed by dp. Bug #15589. 1999-10-18 22:23:28 +00:00
ftang%netscape.com
51000b5618 fix bug 16656, change the test condiction for NS_PRECONDICTION. also add some error checking code for null ptr. r=erik 1999-10-18 22:17:16 +00:00
dp%netscape.com
9568ae8d05 Removing extra backslashes at the end of the install lines. Fixing
build.
1999-10-18 20:43:11 +00:00
nhotta%netscape.com
b338c83fa6 Add new propertie files for html entity, part of bug fix 8865, r=ftang. 1999-10-18 20:02:20 +00:00
nhotta%netscape.com
34f377415a Hooking up nsISaveAsCharset to the build, part of bug fix 8865, r=ftang. 1999-10-15 00:13:00 +00:00
nhotta%netscape.com
9dfca9b674 Changed to get a charset name from a locale instead of hard code, also fixed a memory leak, bug=10816, r=tague 1999-10-15 00:11:38 +00:00
nhotta%netscape.com
213f38e135 Hooking up nsISaveAsCharset to the build, part of bug fix 8865, r=ftang. 1999-10-15 00:05:23 +00:00
waterson%netscape.com
bdfcaec321 Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur 1999-10-12 03:05:10 +00:00
nhotta%netscape.com
d02f41691b Adding a new interface which does a charset conversion plus NE and NCR for fallback. Part of bug fix #8865, r=ftang. 1999-10-11 23:47:27 +00:00
law%netscape.com
c26435f98e Bug #14999; removed use of toolkit app core; rev=tao@netscape.com 1999-10-09 06:17:46 +00:00
ftang%netscape.com
0e55264368 remove obsolted file 1999-10-08 20:35:24 +00:00
ftang%netscape.com
8ef6c2fe6f change to nsIModule r=kipp 1999-10-08 20:30:58 +00:00
ftang%netscape.com
dcd272500b remove factory file and add module file 1999-10-08 20:30:42 +00:00
ftang%netscape.com
9050f25e26 add new file for nsIMoudle work, r=kipp 1999-10-08 20:27:24 +00:00
warren%netscape.com
8c71c45537 Fixed AddRef/Release problems to eliminate negative refcounts in Bloaty. 1999-10-08 01:49:06 +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
83d10b4178 added files: mozilla/intl/uconv/ucvtw2/nsUCvTw2Module.cpp, removed files: mozilla/intl/uconv/ucvtw2/nsUCvTW2Dll.cpp 1999-10-05 23:58:49 +00:00
cata%netscape.com
398f7d7b12 added files: mozilla/intl/uconv/ucvtw/nsUCvTwModule.cpp, removed files: mozilla/intl/uconv/ucvtw/nsUCvTWDll.cpp 1999-10-05 23:57:29 +00:00
cata%netscape.com
5e6bf6fc1f added files: mozilla/intl/uconv/ucvlatin/nsUCvLatinModule.cpp, removed files: mozilla/intl/uconv/ucvlatin/nsUCvLatinDll.cpp 1999-10-05 23:56:08 +00:00
cata%netscape.com
cbf8efae9d Converting library to Module. Bug 15589. Reviewed by dp. 1999-10-05 23:54:18 +00:00
cata%netscape.com
30fc0afd96 added files: mozilla/intl/uconv/ucvko/nsUCvKoModule.cpp, removed files: mozilla/intl/uconv/ucvko/nsUCvKODll.cpp 1999-10-05 23:53:21 +00:00
cata%netscape.com
5dc1d9c7bf added files: mozilla/intl/uconv/ucvja/nsUCvJaModule.cpp, removed files: mozilla/intl/uconv/ucvja/nsUCVJADll.cpp 1999-10-05 23:51:46 +00:00
cata%netscape.com
1f327eb1f1 Fix my Unix breakage. 1999-10-05 22:33:09 +00:00
cata%netscape.com
733de780a8 added files: mozilla/intl/uconv/ucvcn/nsUCvCnModule.cpp, removed files: mozilla/intl/uconv/ucvcn/nsUCvCnDll.cpp 1999-10-05 21:26:47 +00:00
cata%netscape.com
b73381597c Converting library to Module. Bug 15589. Reviewed by dp. 1999-10-05 21:25:47 +00:00
rickg%netscape.com
f962035510 no changes made; just forcing a recompile 1999-10-05 05:52:12 +00:00
beard%netscape.com
9eae33066d changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:46:23 +00:00
briano%netscape.com
319ef7e115 Fix for AIX 4.2, specifically, but should help other platforms with shared library difficulties. 1999-10-01 23:07:38 +00:00
hyatt%netscape.com
0c1aef9920 Splitting xul.css into two files and making them load automatically at startup. R=danm@netscape.com 1999-10-01 20:49:07 +00:00
beard%netscape.com
da3a7bb767 added nsLWBrkModule.cpp. r=vidur 1999-10-01 01:21:40 +00:00
sdagley%netscape.com
63780bafb0 Fix for Mac build bustage (removed .cpp file was still referenced in project). a=leaf 1999-09-30 23:39:54 +00:00
kipp%netscape.com
251497a82a added files: mozilla/intl/uconv/src/nsUConvModule.cpp, removed files: mozilla/intl/uconv/src/nsUConvDll.cpp 1999-09-30 22:05:41 +00:00
kipp%netscape.com
925361591a Convert to module from component 1999-09-30 21:11:05 +00:00
kipp%netscape.com
cec687d96f removed 1999-09-30 21:09:32 +00:00
kipp%netscape.com
845cffd62f Build module instead of component 1999-09-30 21:09:11 +00:00
kipp%netscape.com
4de20e7eca Fixed oopsie that prevented the factory from working 1999-09-30 21:08:59 +00:00
kipp%netscape.com
2315eae906 Convert to a module from a component 1999-09-30 21:07:12 +00:00
kipp%netscape.com
9508107483 nuked 1999-09-30 21:06:47 +00:00
kipp%netscape.com
e1b87b4133 removed files: mozilla/intl/chardet/src/nsCharDetDll.cpp 1999-09-30 21:06:40 +00:00
kipp%netscape.com
3cfd8865ce added files: mozilla/intl/chardet/src/nsCharDetModule.cpp 1999-09-30 21:05:46 +00:00
kipp%netscape.com
26d6400289 Convert over to module from factory 1999-09-30 21:02:41 +00:00
kipp%netscape.com
45f04e0594 work around linkage woes (still not in build) 1999-09-29 04:39:59 +00:00
shaver%netscape.com
da189fa552 missed one nsIRegistry::Key usage 1999-09-29 03:17:56 +00:00
shaver%netscape.com
7a5b9d5e55 nsIRegistry scriptability update, r=dveditz,dp,alecf a=leaf,chofmann 1999-09-29 02:36:54 +00:00
kipp%netscape.com
d9e6ae3a9e new 1999-09-28 22:58:23 +00:00
kipp%netscape.com
493d404539 new 1999-09-28 19:03:20 +00:00
beard%netscape.com
83f70bfb2c fixed a copy/paste bug that caused a bunch of nsCIDs to leak. 1999-09-27 07:15:43 +00:00
beard%netscape.com
452f5c0084 fixed leaks on Mac using GetUnicode() rather than ToNewUnicode(). Removed some warnings. 1999-09-27 01:27:15 +00:00
bruce%cybersight.com
21c66044ed Fix mismatched delete 1999-09-26 18:12:39 +00:00
warren%netscape.com
d37526c717 Cleaned up, using NS_WITH_SERVICE 1999-09-26 10:05:06 +00:00
warren%netscape.com
68a60c6bb3 Fixed leaked unicode strings. 1999-09-26 07:01:25 +00:00
ftang%netscape.com
096025f9f9 fix bug 14736, reviewed by tague 1999-09-24 21:52:11 +00:00
ftang%netscape.com
539cc3e3d0 fix bug 14802, reviewed by harishd 1999-09-24 21:50:48 +00:00
briano%netscape.com
89411269e7 QNX-specific fix. 1999-09-23 22:08:49 +00:00
colin%theblakes.com
e05038585c cast the time_t -1: bug #14708 1999-09-23 18:41:53 +00:00
ftang%netscape.com
2a50b45915 fix spelling error 1999-09-23 05:01:09 +00:00
briano%netscape.com
56397d20d4 Reserved name __STDC__ cannot be defined as a macro name on AIX or OpenVMS. 1999-09-22 23:43:51 +00:00
briano%netscape.com
3e7614f39c Added OpenVMS to the 'list' of platforms that need to be excluded from using -D__STDC__. Approved by chofmann. 1999-09-22 23:22:07 +00:00
cata%netscape.com
3d4fb44c6e Fixing bug #14605. 1999-09-22 22:32:44 +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
7b7fff2024 add registratoin information 1999-09-22 03:21:58 +00:00
cata%netscape.com
cf619e311d Creation code for the new component. 1999-09-22 01:12:17 +00:00
cata%netscape.com
361e5b7085 added files: mozilla/intl/uconv/src/nsCharsetMenu.cpp 1999-09-22 00:48:22 +00:00
cata%netscape.com
2313a45025 Adding files to the build. 1999-09-22 00:44:00 +00:00
cata%netscape.com
a6961dd853 Created. 1999-09-22 00:22:51 +00:00
briano%netscape.com
f85e12290b Fix for AIX bustage. Reserved name __STDC__ cannot be defined as a macro name. 1999-09-21 21:31:04 +00:00
tague%netscape.com
a6ed808eb5 Export to correct module, not that it matters anymore. 1999-09-21 20:13:56 +00:00
ftang%netscape.com
4d30609dfd wired up nsTextToSubURI to the dll, remove unnecessary reghac2.h 1999-09-21 05:13:53 +00:00
ftang%netscape.com
89554f7260 remove unneeded var 1999-09-21 01:37:16 +00:00
ftang%netscape.com
91388658fa add nsTextToSubURI.cpp 1999-09-21 01:36:54 +00:00
waterson%netscape.com
06b78978e9 Fix backwards return values on nsIEnumerator::IsDone(). 1999-09-21 01:28:18 +00:00
ftang%netscape.com
f5c272ee3b add nsTextToSubURI.cpp 1999-09-21 00:58:15 +00:00
ftang%netscape.com
b7a459db57 add idl directory to win and linux makefile 1999-09-21 00:45:28 +00:00
ftang%netscape.com
6aabba656b First Checked In. 1999-09-21 00:43:09 +00:00
ftang%netscape.com
0d53aa62e8 1st check in 1999-09-21 00:30:12 +00:00
ftang%netscape.com
c10f65262d add HZ to the dll 1999-09-21 00:21:24 +00:00
ftang%netscape.com
3b0edcebc2 add idl files 1999-09-21 00:17:37 +00:00
ftang%netscape.com
0f641dcade remove dead file 1999-09-21 00:15:38 +00:00
ftang%netscape.com
ccab0cf140 check in for Xu, Yueheng <yueheng.xu@intel.com> 1999-09-21 00:14:15 +00:00
warren%netscape.com
e1cb53233a freed gUpperMap and gLowerMap in nsCaseConversionImp2 1999-09-20 20:52:16 +00:00
warren%netscape.com
1eba29ca37 fixed mismatched free issues with nsID::ToString 1999-09-20 20:52:12 +00:00
warren%netscape.com
e34b81a6b8 freed CIDs in nsCharsetConverterManager 1999-09-20 20:52:05 +00:00
warren%netscape.com
4d1ebe20c2 fixed refcounting of nsLocaleService so that it would be freed on shutdown 1999-09-20 20:52:01 +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
476cbf50e5 fix bug 5974 by passing parser command to nsWebShell 1999-09-16 14:15:15 +00:00
nhotta%netscape.com
86949477ea Added compatibility. 1999-09-15 22:05:57 +00:00
nhotta%netscape.com
6295c83892 Bug 13844, turned off non line based detectors. 1999-09-15 19:31:46 +00:00
ramiro%netscape.com
e8ba593918 Cleanup the neckutil linking thing. 1999-09-15 02:15:11 +00:00
ftang%netscape.com
bfa7151e73 optimizatoin work 1999-09-13 23:44:48 +00:00
ftang%netscape.com
dc4c51b887 Unicode 3.0 fix 1999-09-13 23:35:29 +00:00
ftang%netscape.com
bfdb99d1d9 fix bad funct name. Thanks brade 1999-09-13 22:18:31 +00:00
ftang%netscape.com
6f6297a46b try to work around bug 13030 1999-09-13 21:04:29 +00:00
ftang%netscape.com
d53391b6c4 add x-gbk and windows-936 1999-09-13 19:48:30 +00:00
ftang%netscape.com
766b3c2234 wire GBK converters into dll 1999-09-13 19:45:38 +00:00
ftang%netscape.com
1a9b24d368 check in for yueheng.xu@intel.com - cp936 table generation tool 1999-09-13 19:31:31 +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
ftang%netscape.com
d076091d3a add unicode to langbox arabic font encoding converter incomplete 1999-09-12 22:43:49 +00:00
bruce%cybersight.com
db84eb691c Fix nID::ToString() leaks in autoregistration. 1999-09-12 04:13:52 +00:00
bruce%cybersight.com
fbc430ce9a Fix nsID::ToString() leaks in autoregistration. 1999-09-12 04:11:46 +00:00
briano%netscape.com
d055fd251c General cleanup. 1999-09-11 03:07:11 +00:00
jj%netscape.com
9a8fca57ff First Checked In. 1999-09-10 23:13:38 +00:00
ftang%netscape.com
5124a51e86 backout the backout 1999-09-10 22:25:39 +00:00
ftang%netscape.com
aeecc7d330 back out the back out .It turn out I cehck in a "const" in the first line of my check in and that compiled !!! on Win and Linux 1999-09-10 22:22:22 +00:00
ftang%netscape.com
e61d269a02 temp backout mac breakage 1999-09-10 20:33:12 +00:00
ftang%netscape.com
7e5a19e54e comment out some code so we won't break when we bck out the nsUnciodeUCS2BE changes 1999-09-10 20:28:22 +00:00
ftang%netscape.com
174aa29224 split the nsEncoderSupport to two classes 1999-09-10 19:05:08 +00:00
ftang%netscape.com
fe9acedc33 add new implementation to UCS2 encoder 1999-09-10 19:04:14 +00:00
ftang%netscape.com
a44e9bf05f make nsconv work for UCS2 data by adding output file 1999-09-10 19:02:25 +00:00
ftang%netscape.com
f308690e87 add UTF16 1999-09-10 19:01:46 +00:00
ftang%netscape.com
7d20c6b65f 1. change to UTF-16BE/LE name, 2. fix problem in nsPSMDetector 3.add addtional debugging infor to DetectCharset 1999-09-10 18:59:48 +00:00
nhotta%netscape.com
8c80d86ae2 Migrated a mapping table from mozilla classic. 1999-09-10 18:56:31 +00:00
nhotta%netscape.com
e28908046e Bug #13488, changed to cache locale data. 1999-09-10 18:34:06 +00:00
nhotta%netscape.com
b4b5514c87 Fixed broken project file (not part of the build). 1999-09-10 18:28:13 +00:00
nhotta%netscape.com
0fd674671a First Checked In. 1999-09-10 04:41:52 +00:00
nhotta%netscape.com
6c8c24a0e2 Adding new files for unix (not part of the build). 1999-09-10 04:37:26 +00:00
nhotta%netscape.com
58ab3b0484 Adding new files, not part of the build. 1999-09-09 19:23:41 +00:00
nhotta%netscape.com
6b2878dec3 Locale to charset name mapping for Win95/98. 1999-09-08 20:11:04 +00:00
nhotta%netscape.com
8ce57ee2ff Locale factory -> locale service. 1999-09-08 20:08:15 +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
f1a44cd49b placeholder for some late night hack.... 1999-09-08 13:41:11 +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
270582bd14 Cleaned it up. 1999-09-08 01:04:55 +00:00
briano%netscape.com
b857893387 Got rid of the obsolete non-necko stuff. 1999-09-08 01:04:24 +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
cbae9b8b06 add new chinese converter implementation 1999-09-07 20:36:37 +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
ftang%netscape.com
bd6142fe1b add new implementation of GB converters 1999-09-07 20:04:53 +00:00
bienvenu%netscape.com
cae0b1a6cf more includes of string.h 1999-09-06 20:44:26 +00:00
ftang%netscape.com
e49884b420 rename CID for UCS2/UCS4 to UTF16/32. Add CID for UTF16/32 1999-09-03 23:18:00 +00:00
cata%netscape.com
8902bf118c Fixing build warnings. Step 3: remove the old deprecated API. 1999-09-02 21:41:40 +00:00
cata%netscape.com
588aa20203 Fixing build warnings. Step 3: remove the old deprecated method. 1999-09-02 21:39:29 +00:00
cata%netscape.com
4e95216ff1 Method name change. 1999-09-02 20:23:49 +00:00
cata%netscape.com
0f0d23b266 Fixing build warnings. Step 2: switch to use new method from the interface. 1999-09-01 22:50:50 +00:00
cata%netscape.com
0639d0a90c Fixing build warnings Step 1: add new method to the interface. 1999-09-01 21:44:39 +00:00
tague%netscape.com
b18c292aed Cleaned up some NS_OK comparisons. Replaced them with macros. 1999-09-01 20:02:06 +00:00
tbogard%aol.net
c11bdf4df1 Fixed bad NSGetFactory. 1999-09-01 08:15:23 +00:00
ftang%netscape.com
e16a7fc560 change to UTF-16/32BE/LE add ksc5601 and iso8859-1 as alias 1999-09-01 01:18:17 +00:00
cyeh%netscape.com
9577b5cefa Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 00:54:34 +00:00
cata%netscape.com
4dd1b01674 Fixed bug 11570. 1999-09-01 00:46:04 +00:00
tague%netscape.com
5b7177c181 Removed direct comparisons of result values to NS_OK and replaced them with the appropriate macro. 1999-08-31 02:11:07 +00:00
tague%netscape.com
7883aff603 Replaced direct comparisons of return values against NS_OK with the appropriate macros. 1999-08-31 02:04:26 +00:00
tague%netscape.com
6852185102 Replaced direct comparisons of return values against NS_OK with NS_SUCCEEDED or NS_FAILED macros. 1999-08-31 01:56:44 +00:00
ftang%netscape.com
d1b50c1612 X11Johab converters. Thanks contribution from Deogtae Kim <dtkim@camars.kaist.ac.kr> and Jungshik Shin <jshin@pantheon.yale.com> 1999-08-30 22:10:41 +00:00
nhotta%netscape.com
f55b3a55ae Bug fix #8792. 1999-08-30 22:00:13 +00:00
erik%netscape.com
2591c69b18 Fixing warnings. 1999-08-30 21:59:42 +00:00
ftang%netscape.com
69869c5070 check in performance tuned UCS2 to Unicode converters 1999-08-30 14:49:36 +00:00
ftang%netscape.com
2688a25a40 add alias for ucs2 1999-08-30 14:40:32 +00:00
nhotta%netscape.com
f5da6ba48e First Checked In. 1999-08-27 21:15:16 +00:00
nhotta%netscape.com
f6382b82b3 Include a header file for prototypes. 1999-08-27 21:11:49 +00:00
nhotta%netscape.com
6b41d36d12 nsIPlatformCharset integration. 1999-08-27 21:10:18 +00:00
tague%netscape.com
e7049f0e55 Obsolete old entity conversion table. 1999-08-26 03:00:42 +00:00
tague%netscape.com
f0ab775aeb Changed build destination of entity conversion tables. 1999-08-26 02:58:58 +00:00
tague%netscape.com
4ac91b854c Fixed up build location of the entity conversion tables. 1999-08-26 02:24:10 +00:00
tague%netscape.com
01b01c6ae5 Fixed up a makefile problem, updated the build location of the entity translation files. 1999-08-26 02:11:40 +00:00
tague%netscape.com
f3f2fe6066 Fixed bug #5561 (Locale support: need locale name to default charset mapping) on Macintosh. 1999-08-26 02:09:03 +00:00
tague%netscape.com
80cfd97ad1 Fix memory leak before Bruce finds it. 1999-08-26 00:21:27 +00:00
tague%netscape.com
5e1a48bd8a Implemented bug #5561 (Locale support: implement locale name to default charset mapping) on UNIX. 1999-08-26 00:10:18 +00:00
sspitzer%netscape.com
b7f3331cc3 fix #10895. Get printing to sort of work for mail/news. more bugs (and fixes) to come. this is far from complete. 1999-08-25 23:58:31 +00:00
ftang%netscape.com
e54da5e444 remove work around after 7330 fixed 1999-08-25 23:10:45 +00:00
tague%netscape.com
c488556f34 Implement bug #5561 (Locale support: map locale name to default character set) on windows. 1999-08-25 22:05:28 +00:00
ramiro%netscape.com
5c9835cc68 Cleanup linking of libimg. 1999-08-25 13:37:11 +00:00
tao%netscape.com
5bf181308f Export strres-test.xul; add clobber rules to .win 1999-08-24 22:47:02 +00:00
nhotta%netscape.com
d998a83bd8 Bug fix #11789, changed a dll name. 1999-08-24 21:50:01 +00:00
nhotta%netscape.com
d4bac348b5 Adding a new detector. 1999-08-24 21:48:36 +00:00
nhotta%netscape.com
f860a720bc New file (not part of the build). 1999-08-24 21:46:04 +00:00
jdunn%netscape.com
086ccc37db HP does not allow the last enum to have a 'comma' after it. 1999-08-24 18:49:43 +00:00
ramiro%netscape.com
ec21b9ecbc Set the timer lib flags in one place. 1999-08-24 14:54:59 +00:00
ftang%netscape.com
3cbab9580a fix word breaker 1999-08-24 06:35:32 +00:00
mccabe%netscape.com
dd27718a80 Remove definition of NS_DECL_IOBSERVER and SERVICE and replace uses with xpidl-generated NS_DECL_NSIOBSERVER macro. 1999-08-22 09:18:49 +00:00
ramiro%netscape.com
2c19866af3 cleanup linking of libmozreg. 1999-08-21 15:41:53 +00:00
ramiro%netscape.com
e5dfc2a7eb Ignore generated files. 1999-08-21 12:14:23 +00:00
ramiro%netscape.com
0e8cf4c605 Fix runtime undefined symbols. 1999-08-21 11:49:22 +00:00
mccabe%netscape.com
d98f4dca1d First cut at removing manual declaration of interface methods in implementation classes and replacing with xpidl-generated NS_DECL_NSIFOO macro.
Hopefully this'll help turn the copy-n-paste tide towards using this macro.
1999-08-21 08:54:47 +00:00
tague%netscape.com
da98f378da Fix blamed build warning. 1999-08-21 05:49:24 +00:00
tague%netscape.com
556dd8fd9f Turned on nsIEntityConverter for windows build. 1999-08-21 02:51:39 +00:00
tague%netscape.com
f1b6d29f55 Turned on nsIEntityConverter for Unix build 1999-08-21 02:50:58 +00:00
tague%netscape.com
9b6ca6ec86 Turn on nsIEntityConverter in Mac build. 1999-08-21 02:41:56 +00:00
tague%netscape.com
ce0c16737e First Checked In. 1999-08-21 01:41:17 +00:00
tague%netscape.com
407f64b741 Added to windows build. 1999-08-21 00:42:38 +00:00
tague%netscape.com
25ffeb5fc3 Added makefile.win for windows build. 1999-08-21 00:42:03 +00:00
tague%netscape.com
2cdab7d080 Added nsEntityConverter components. 1999-08-20 23:57:51 +00:00
tague%netscape.com
7b2409d97b Added nsIEntityConverter component. 1999-08-20 23:57:21 +00:00
tague%netscape.com
67be3d73eb Added nsIEntityConverter.idl component. 1999-08-20 23:56:37 +00:00
tague%netscape.com
e12954527a Added GetLocaleComponentForUserAgent to nsILocaleService. Fixes my part of bug #10465. 1999-08-20 23:47:27 +00:00
tao%netscape.com
8ab85296e3 Move strres.js to xpfe/global/resources/content 1999-08-19 23:02:36 +00:00
tao%netscape.com
b441131c1d Get escaped unicode text from property file. 1999-08-19 22:38:49 +00:00
ftang%netscape.com
8e03308715 rework the states. this is a tool change. Won't break build. The tool is not run in the build process 1999-08-19 21:12:05 +00:00
ftang%netscape.com
3d829bd0ad fix euc-jp detection bugs by remove 0x85,0x86,0xeb,0xec from the legal char list. change size of array which won't break build 1999-08-19 21:11:07 +00:00
ftang%netscape.com
d286e9f83b fix euc-jp detection bugs by remove 0x85,0x86,0xeb,0xec from the legal char list. number change which won't break build 1999-08-19 21:04:02 +00:00
ftang%netscape.com
e09b94476b fix charset detection by treating 0x85,0x86,0xeb,0xec illegal in sjis. This is a tool change. Won't break build. The tool is not run in the build process 1999-08-19 21:02:45 +00:00
nhotta%netscape.com
c3f8a1e88a Fixed compile errors (not part of the build). 1999-08-19 19:55:05 +00:00
ftang%netscape.com
ae3245b0e7 fix bug 12141 1999-08-19 19:54:52 +00:00
nhotta%netscape.com
43facd09d9 New files (not part of the build). 1999-08-19 19:54:11 +00:00
ftang%netscape.com
4fdbdb9e63 add u Escaped 1999-08-18 13:46:02 +00:00
ftang%netscape.com
342d7f499b add U Escaped to Dll 1999-08-18 13:42:21 +00:00
ftang%netscape.com
a666ffc13a aadd u Escaped 1999-08-18 13:39:54 +00:00
ftang%netscape.com
f52d548b61 add UEscape 1999-08-18 13:35:20 +00:00
ftang%netscape.com
3b6640b00b add UEscape to makefile 1999-08-18 13:32:17 +00:00
ftang%netscape.com
184c8ad9c1 add CIDs 1999-08-18 13:31:38 +00:00
ftang%netscape.com
8e57717f7f add u escaped encoder/decoder 1999-08-18 13:30:09 +00:00
ramiro%netscape.com
6eeeaf7730 Fix for -lpref linking problems. Dont link with libpref, its not needed. 1999-08-18 00:27:50 +00:00
ramiro%netscape.com
ee33c47ded Link in secfree dynamically only where needed. 1999-08-17 15:46:57 +00:00
ramiro%netscape.com
038e16b3a1 Dont link in the parser into the app. Link it in dynamically where needed.
This makes the link depenencies on unix be more like windows.  Makes it
easier to track dependency problems and simplifies makefiles.
1999-08-17 13:54:48 +00:00
ramiro%netscape.com
2835075ab2 Remove the TOOLKIT_EXORCISM hack. Make non-monolithic toolkit linking the
default for Linux and Solaris.  Need testing on other platforms (HELP!)
That means that toolkit libraries are not linked into the app - for truly
XP apps such as the apprunner.  The gecko viewer still needs to link in
the toolkit, cause it has toolkit code in its main().
Replace the hack with something more useful.  There is a
--enable-monolithic-toolkit flag for platforms with dumb linkers and runtime
loaders.

Also landed the remainder of Shawn Packwood's qt port.
1999-08-17 09:33:48 +00:00
sfraser%netscape.com
eae57ad3b8 Part of fix for 11790, crash on quit. Initialize data members, and remove unnecessary virtual from destructor. r dp, a chofmann 1999-08-13 23:27:31 +00:00
dp%netscape.com
91d112fad9 Fixing memory leak. 1999-08-10 23:45:12 +00:00
dp%netscape.com
66b3bca04d Performance improvement in enumerating registry. 1999-08-10 23:03:58 +00:00
nhotta%netscape.com
68b1a9ca9b Changed to notify conditionally. 1999-08-10 21:55:50 +00:00
tao%netscape.com
15ad4eb54c add debug dump 1999-08-10 02:06:54 +00:00
ftang%netscape.com
759f852c0d fix CID is too long bustage at Mac 1999-08-09 23:57:18 +00:00
tao%netscape.com
e733c527e9 function prototype change 1999-08-09 23:55:35 +00:00
ftang%netscape.com
f9c1fdbb28 temp add 3 obsoleted charset 1999-08-09 23:37:55 +00:00
ftang%netscape.com
1ea83d5689 add 3 tempory obsoleted charset 1999-08-09 23:35:06 +00:00
ftang%netscape.com
30d1e25ce1 use the new/fast implementation of to unicode converter. Keep the old to unicode converter under x-obsoleted name 1999-08-09 23:32:17 +00:00
tao%netscape.com
52187c43c4 Add locale switching test. 1999-08-09 21:36:25 +00:00
ftang%netscape.com
ef26c705a3 remove typo break; statement 1999-08-09 21:06:55 +00:00
nhotta%netscape.com
13bf8b839d Scriptable date format change for unix. 1999-08-09 20:57:55 +00:00
ftang%netscape.com
f08b63fef1 add new ISO2022JP to Unicode converter 1999-08-09 20:03:57 +00:00
tague%netscape.com
0f97c41aad Fixed bug #11477 - nsLocale not correctly getting application locale. 1999-08-09 19:53:02 +00:00
nhotta%netscape.com
e2b8dde433 Use region code for latin scripts. 1999-08-09 18:05:32 +00:00
nhotta%netscape.com
333e1fa73e Scriptable date format. 1999-08-09 17:59:39 +00:00
ftang%netscape.com
b631012308 add nsJapaneseToUnicode.cpp 1999-08-09 15:03:33 +00:00
ftang%netscape.com
6d4d917827 add nsJapaneseToUnicode 1999-08-09 15:00:22 +00:00
ftang%netscape.com
5d0b334384 fix bug 10674. Typo in progid 1999-08-09 14:56:47 +00:00
ftang%netscape.com
21536cad6e fix typo in argument handling 1999-08-09 14:54:13 +00:00
tague%netscape.com
907c28f7c2 Fixed bug #3903 (Need region code for Macintosh GetPlatformLocale) and bug #11189 (Locale service was returning wrong locale for scriptability) 1999-08-09 03:59:32 +00:00
nhotta%netscape.com
a1ac37d470 Changed to use progid for nsIScriptableDateFormat. 1999-08-05 20:05:32 +00:00
nhotta%netscape.com
f37eb606f8 Added progid/cid to idl and interface change. 1999-08-04 21:36:36 +00:00
tao%netscape.com
46ad611254 Use appLocale instead of the null pointer. 1999-08-04 18:41:43 +00:00
tague%netscape.com
6b08459339 Fix purify errors introduced in the scriptability landing 1999-08-04 07:16:00 +00:00
tague%netscape.com
d147b216a3 Fix memory leaks introduced while landing the scriptability changes to nsILocale 1999-08-04 03:46:34 +00:00
tague%netscape.com
2db628dd51 Fixed blamed build warning. No newline at end of file 1999-08-04 03:45:50 +00:00
briano%netscape.com
f776b8ac4a Added a newline at the end to fix the Unix native compiler builds. This is becoming annoying.... 1999-08-04 00:25:45 +00:00
ftang%netscape.com
cccfec9f41 add new mapping table files 1999-08-03 21:15:29 +00:00
ftang%netscape.com
dbbd7e7d95 add new implementation of Japanese Decoder 1999-08-03 21:09:58 +00:00
ftang%netscape.com
7b5ad931da check in some perl file I used to generte tables 1999-08-03 21:08:41 +00:00
ftang%netscape.com
263b8f359e add nsconv and convperf 1999-08-03 21:05:59 +00:00
ftang%netscape.com
1b912fc333 add nsconv.cpp 1999-08-03 21:04:56 +00:00
ftang%netscape.com
17f16107cb remove ucvja2 from the -I 1999-08-03 18:21:01 +00:00
ftang%netscape.com
63b3b7682f merge ucvja2 converters into ucvja 1999-08-03 18:18:36 +00:00
ftang%netscape.com
4a42fbe736 remove these file. The converters are merged into ucvja 1999-08-03 18:17:31 +00:00
ftang%netscape.com
e495f057da merge ucvja2 converters into ucvja 1999-08-03 18:10:17 +00:00
ftang%netscape.com
6d429e65c3 merge converters from ucvja2 to ucvja 1999-08-03 18:10:02 +00:00
ftang%netscape.com
1c5d5e53e5 remove ucvja2. The converters are merged into ucvja 1999-08-03 18:05:39 +00:00
ftang%netscape.com
3b74ac2b17 remove ucvja2. the converters are merged ito ucvja 1999-08-03 18:03:36 +00:00
ftang%netscape.com
bef803318c move file from ucvja2 to here 1999-08-03 18:03:02 +00:00
tague%netscape.com
ebda090446 Fixed blamed build warning 1999-08-03 01:01:47 +00:00
tao%netscape.com
d4b95c3193 Hooking up appLocale. 1999-08-02 21:36:38 +00:00
ramiro%netscape.com
39890e1068 Ignore generated files. 1999-08-02 11:56:13 +00:00
tague%netscape.com
95b6365e2b Fix more egcs v. gcc differences. 1999-08-02 04:19:00 +00:00
tague%netscape.com
233bd673f0 Fixed differences between egcs and gcc 1999-08-02 03:53:30 +00:00
tague%netscape.com
3008536c44 Fix solaris bustage. 1999-08-02 03:28:23 +00:00
tague%netscape.com
2b0c246d3b Land nsLocale scriptability changes 1999-08-02 03:00:23 +00:00
tague%netscape.com
9e5ff428bc Landing nsLocale scriptability changes 1999-08-02 02:59:56 +00:00
tague%netscape.com
ceb99ae959 First Checked In. 1999-08-02 02:47:09 +00:00
tague%netscape.com
8b8a232bdf Added Macintosh Implementation. 1999-08-02 02:45:34 +00:00
tague%netscape.com
791c7dce44 Added UNIX support 1999-08-02 02:03:53 +00:00
tague%netscape.com
2d402795b8 Added nsLocaleService 1999-08-01 07:37:54 +00:00
tague%netscape.com
ec0278f32a Added idl directory 1999-08-01 06:51:37 +00:00
tao%netscape.com
c2a1bd7fcb Fix un-terminated buffer. 1999-07-31 16:26:19 +00:00
tao%netscape.com
23bf95375f Rename JS_GetStrBundle() to srGetStrBundle(). 1999-07-31 16:25:34 +00:00
briano%netscape.com
2a20744a97 Fix for platforms with no --whole-archive flags. 1999-07-31 00:07:17 +00:00
valeski%netscape.com
db0a61eb53 cyeh approved - stability repairs 1999-07-29 21:16:27 +00:00
mscott%netscape.com
5c7d6b1146 fix the build breakage...include config.mak 1999-07-29 04:37:31 +00:00
mscott%netscape.com
58917e86c1 fix build breakge include config.mak 1999-07-29 02:37:20 +00:00
briano%netscape.com
5ca4aa0b87 Trivial elimination of some pointless macros as discussed in bug 8568. Approved by leaf@mozilla.org. 1999-07-29 01:18:12 +00:00
tao%netscape.com
254d9ae781 Update test cases. 1999-07-28 05:42:32 +00:00