cls%seawood.org
1f3b6d75ab
Removed obsolete REQUIRES variable from every Makefile.in/makefile.win
2000-06-30 08:08:04 +00:00
amasri%netscape.com
77b756b7bf
Adding localization notes per Bugzilla #39775 Beta2+
...
r=rchen@netscape.com
2000-06-20 01:46:22 +00:00
scc%mozilla.org
507357239c
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
512c8bf433
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
2000-06-03 09:46:12 +00:00
nhotta%netscape.com
d36e59152a
Warning fix for unicharutil self test code, contributed by daa@distributed.net, r=nhotta, a=waterson bug 40089.
2000-05-22 21:35:33 +00:00
sfraser%netscape.com
b18a4c3812
Remove linkage with NetworkModular.shlb, really this time
2000-05-17 06:25:35 +00:00
sfraser%netscape.com
cd3d9c00df
Remove linkage with NetworkModular.shlb
2000-05-17 06:20:51 +00:00
cls%seawood.org
5be082e304
More OS/2 Makefile changes. Bug #34106 Batch 13
2000-05-11 14:15:34 +00:00
jbetak%netscape.com
a790edd1f7
fix bustage
...
37408
String bundle doesn't offer a scriptable enumerator
r=be
2000-05-02 06:20:25 +00:00
waterson%netscape.com
cbf17f6907
Get rid of SetString() usages. r=scc
2000-04-27 06:39:07 +00:00
nhotta%netscape.com
d12abb3faf
Fixed typo in the property, contributed by tenthumbs@cybernex.net, bug 36938.
2000-04-26 04:24:42 +00:00
ftang%netscape.com
65276499e7
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
pavlov%netscape.com
a3a300fdf2
string api changes r=scc
2000-04-25 05:40:45 +00:00
scc%netscape.com
19a7784a5e
making string conversions explicit
2000-04-15 10:56:54 +00:00
ftang%netscape.com
9a2ebc2d50
add more entries into the transliteration table which generated by the perl script.
2000-04-11 22:37:10 +00:00
ftang%netscape.com
c47b02290d
add perl script which read unicode character database and generate the transliteration table
2000-04-11 22:34:39 +00:00
ftang%netscape.com
5378b283be
put back blank out header file to fix breakage
2000-04-05 00:44:06 +00:00
ftang%netscape.com
074f4defbb
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
76ca5450fd
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
ftang%netscape.com
983a9a8297
update npl for generate file
2000-04-04 12:30:55 +00:00
cls%seawood.org
f6740baa20
Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287
2000-04-04 04:46:38 +00:00
scc%netscape.com
5bc18af705
making string conversions explicit
2000-04-03 06:01:54 +00:00
cls%seawood.org
cd487cbabb
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
c06f0ae5bd
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
erik%netscape.com
59211cbb33
bug 33147; mdash and ndash were both transliterated to a single '-'; made
...
the mdash longer by using 2 hyphens "--"; r=none
2000-03-24 04:25:54 +00:00
nhotta%netscape.com
510ae4b294
Changed to call Finish() after the conversion, bug 29652 , r=cata.
2000-03-15 23:38:27 +00:00
erik%netscape.com
c137f1b3e6
bug 454; adding the windows-1252 fallbacks (e.g. ellipsis -> ...); r=rbs
2000-03-12 23:15:10 +00:00
rickg%netscape.com
ffe78e83e5
removed calls to deprecated string methods
2000-03-12 09:14:14 +00:00
bryner%uiuc.edu
6985354db4
Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip
...
building in the tests directories. Should not affect the build at all if
you do not have this environment variable. r=leaf.
2000-02-25 04:12:40 +00:00
granrose%netscape.com
42efd01ceb
fix typo: GLIB-CONFIG should be GLIB_CONFIG bug 18815. r=leaf.
2000-02-09 01:24:48 +00:00
scc%netscape.com
73802d6f2e
Pro5 update
2000-02-07 23:06:04 +00:00
nhotta%netscape.com
5a50b7eb39
Fixed a wrong address reference which crashes Japanese mail send, r=ftang.
2000-02-04 22:39:03 +00:00
pinkerton%netscape.com
cdc7e4500f
fixing paths into MacOS Support folder. bug 25949 r=macdev.
2000-02-01 22:30:54 +00:00
nhotta%netscape.com
d7ffea17ba
Changed EURO to EUR, no bug, no reviewer.
2000-01-31 21:26:37 +00:00
nhotta%netscape.com
4500a9f7ce
Adding a new property file for transliteration, bug 9574, r=ftang.
2000-01-28 00:35:53 +00:00
dougt%netscape.com
0b0346079c
Landing nsIFile.
2000-01-24 21:28:28 +00:00
brade%netscape.com
3e9c2c4c13
fix typos in entities (r=momoi)
2000-01-23 19:19:32 +00:00
pp%ludusdesign.com
698852a4f4
Converting usage of ::GetIID() to NS_GET_IID().
...
Bug #20232 , r=scc@netscape.com
2000-01-11 20:49:15 +00:00
cls%seawood.org
4f34e05855
Removed redundant XPDIST from the build. Changed existing references to DIST.
...
Replaced all uses of $(DIST)/include with $(PUBLIC) except those looking for NSPR headers.
Removed extra instances of $(DIST)/include or $(PUBLIC) from INCLUDES as it's already there.
Override OS_LIBS when setting host variables for cross-compiling.
2000-01-11 05:13:01 +00:00
ftang%netscape.com
9d5a3181d2
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
06918ca494
Made nsIProperties scriptable. Bug #21982
2000-01-05 09:29:25 +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
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
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
fa6a5d6ac3
Fixed a typo in the entity definition, r=ftang.
1999-11-02 01:19:19 +00:00
dp%netscape.com
69f850d965
Removing double check for failure. Checking for nsresult is sufficient.
1999-11-01 08:54:06 +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
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
nhotta%netscape.com
b19a5167ef
Fix a warning, it was assigning NULL to char type, r=ftang.
1999-10-20 23:55:31 +00:00