Граф коммитов

84 Коммитов

Автор SHA1 Сообщение Дата
cls%seawood.org e1e6c5760f Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
scc%mozilla.org 55650a35b3 fix type equivalence between |PRUnichar| and |jschar| now that |PRUnchar| may be |wchar_t| on select platforms 2000-06-12 23:52:31 +00:00
warren%netscape.com 958ed96edd Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
jbetak%netscape.com f7fd0bfbed fix bustage
37408
String bundle doesn't offer a scriptable enumerator
r=be
2000-05-02 06:20:25 +00:00
waterson%netscape.com 7534216991 Get rid of SetString() usages. r=scc 2000-04-27 06:39:07 +00:00
ftang%netscape.com 43b49d0092 add new method to case conversion so we can handle special casing ( SS or turiksh dotless I) 2000-04-26 04:00:22 +00:00
scc%netscape.com 999cbded3a making string conversions explicit 2000-04-15 10:56:54 +00:00
ftang%netscape.com d1ce2b5a95 put back blank out header file to fix breakage 2000-04-05 00:44:06 +00:00
ftang%netscape.com d49f1d49c8 r=jbetak add additional performance enhancment code by
1. use a 256 bits (8 32bits integer) to prepresent no case block
2. cache the last index
3. use a base variable to remember m*3
2000-04-05 00:10:14 +00:00
ftang%netscape.com ad24a6075c check in the table which generated by using the Unicode 3.0 data base.
This file is generated by ../tools/gencasetable.pl
The file version of the data file is 3.0.0 (sept 10 1999)
r=ftang
2000-04-04 12:34:26 +00:00
scc%netscape.com e03693001b making string conversions explicit 2000-04-03 06:01:54 +00:00
cls%seawood.org 8a00e920f0 Set SHORT_LIBNAME in cases that library name will exceed 8 chars for OS/2. Bug #34106 a=leaf 2000-04-01 10:18:48 +00:00
nhotta%netscape.com dd5c2ad922 Changed NS_ERROR_UENC_NOMAPPING to non serious error and return it to clients of nsISaveAsCharset, r=cata. 2000-03-28 00:36:41 +00:00
nhotta%netscape.com 0175762d60 Changed to call Finish() after the conversion, bug 29652 , r=cata. 2000-03-15 23:38:27 +00:00
rickg%netscape.com 4791ab3e8f removed calls to deprecated string methods 2000-03-12 09:14:14 +00:00
nhotta%netscape.com 38a829bf03 Fixed a wrong address reference which crashes Japanese mail send, r=ftang. 2000-02-04 22:39:03 +00:00
dougt%netscape.com fd69a2f423 Landing nsIFile. 2000-01-24 21:28:28 +00:00
pp%ludusdesign.com 13efd9e8c6 Converting usage of ::GetIID() to NS_GET_IID().
Bug #20232, r=scc@netscape.com
2000-01-11 20:49:15 +00:00
ftang%netscape.com ae3b3e2253 fix 22921 r=dp change the implementation of nsIModule to use the generic module. 2000-01-08 01:52:02 +00:00
warren%netscape.com 26b7d345a1 Made nsIProperties scriptable. Bug #21982 2000-01-05 09:29:25 +00:00
warren%netscape.com a265a32348 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
jdunn%netscape.com d70d78c6bf 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 8535dda53e updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nhotta%netscape.com 476f5d3ee6 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
dp%netscape.com 33f28075ee Removing double check for failure. Checking for nsresult is sufficient. 1999-11-01 08:54:06 +00:00
nhotta%netscape.com 23e41abd39 Check input for the null pointer and empty string, bug 17287, r=ducarroz,jefft. 1999-10-28 20:41:45 +00:00
nhotta%netscape.com f890249d9c 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
nhotta%netscape.com 23c8550861 Fix a warning, it was assigning NULL to char type, r=ftang. 1999-10-20 23:55:31 +00:00
nhotta%netscape.com df06979b80 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
nhotta%netscape.com 1406ba604b Hooking up nsISaveAsCharset to the build, part of bug fix 8865, r=ftang. 1999-10-15 00:13:00 +00:00
nhotta%netscape.com bfa5908333 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
ftang%netscape.com 4f8e669e1a remove obsolted file 1999-10-08 20:35:24 +00:00
ftang%netscape.com a79cccd380 change to nsIModule r=kipp 1999-10-08 20:30:58 +00:00
ftang%netscape.com cf7e66906b add new file for nsIMoudle work, r=kipp 1999-10-08 20:27:24 +00:00
bruce%cybersight.com cfa551a51a Fix mismatched delete 1999-09-26 18:12:39 +00:00
warren%netscape.com e57b4c9e7e freed gUpperMap and gLowerMap in nsCaseConversionImp2 1999-09-20 20:52:16 +00:00
ramiro%netscape.com 26dd94b010 Cleanup the neckutil linking thing. 1999-09-15 02:15:11 +00:00
ftang%netscape.com cd61a7002f optimizatoin work 1999-09-13 23:44:48 +00:00
briano%netscape.com 903d52c236 General cleanup. 1999-09-11 03:07:11 +00:00
cyeh%netscape.com cc2825cbe0 Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 00:54:34 +00:00
erik%netscape.com cdb2cc61e1 Fixing warnings. 1999-08-30 21:59:42 +00:00
tague%netscape.com bd03e5888c Fixed up a makefile problem, updated the build location of the entity translation files. 1999-08-26 02:11:40 +00:00
ramiro%netscape.com ed586b001a Fix runtime undefined symbols. 1999-08-21 11:49:22 +00:00
tague%netscape.com e3703dc2cf Fix blamed build warning. 1999-08-21 05:49:24 +00:00
tague%netscape.com 10a3e9e117 Turned on nsIEntityConverter for windows build. 1999-08-21 02:51:39 +00:00
tague%netscape.com ee342de47b Turned on nsIEntityConverter for Unix build 1999-08-21 02:50:58 +00:00
tague%netscape.com 02a7978a0f Added nsEntityConverter components. 1999-08-20 23:57:51 +00:00
ftang%netscape.com 51c9f0e886 fix 10368 1999-07-27 13:46:37 +00:00
ftang%netscape.com 15070efc70 fix warning 1999-07-16 20:44:02 +00:00
ftang%netscape.com 1c92b7642b fix bug 9841 1999-07-14 18:46:44 +00:00