bryner%uiuc.edu
bbfe27364b
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
e248329dd6
fix typo: GLIB-CONFIG should be GLIB_CONFIG bug 18815. r=leaf.
2000-02-09 01:24:48 +00:00
scc%netscape.com
5e041e830f
Pro5 update
2000-02-07 23:06:04 +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
pinkerton%netscape.com
4a31a39203
fixing paths into MacOS Support folder. bug 25949 r=macdev.
2000-02-01 22:30:54 +00:00
nhotta%netscape.com
9192259d01
Changed EURO to EUR, no bug, no reviewer.
2000-01-31 21:26:37 +00:00
nhotta%netscape.com
ed144ae0c9
Adding a new property file for transliteration, bug 9574, r=ftang.
2000-01-28 00:35:53 +00:00
dougt%netscape.com
fd69a2f423
Landing nsIFile.
2000-01-24 21:28:28 +00:00
brade%netscape.com
c0b0bafe53
fix typos in entities (r=momoi)
2000-01-23 19:19:32 +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
cls%seawood.org
9f3b874745
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
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
nhotta%netscape.com
69af03f210
Fixed a typo in the entity definition, r=ftang.
1999-11-02 01:19:19 +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
637abbf31c
Fixing the linux build bustage.
1999-10-19 00:03:57 +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
dp%netscape.com
2506a5fe97
Removing extra backslashes at the end of the install lines. Fixing
...
build.
1999-10-18 20:43:11 +00:00
nhotta%netscape.com
297ea40b46
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
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
e6ec82e910
Hooking up nsISaveAsCharset to the build, part of bug fix 8865, r=ftang.
1999-10-15 00:05:23 +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
063fc27c69
remove factory file and add module file
1999-10-08 20:30:42 +00:00
ftang%netscape.com
cf7e66906b
add new file for nsIMoudle work, r=kipp
1999-10-08 20:27:24 +00:00
beard%netscape.com
b547c2ffb0
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
7460b70e7e
Fix for AIX 4.2, specifically, but should help other platforms with shared library difficulties.
1999-10-01 23:07:38 +00:00
bruce%cybersight.com
cfa551a51a
Fix mismatched delete
1999-09-26 18:12:39 +00:00
tague%netscape.com
085d6c32d9
Export to correct module, not that it matters anymore.
1999-09-21 20:13:56 +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
ftang%netscape.com
a6f8433313
placeholder for some late night hack....
1999-09-08 13:41: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
8a9f752fcf
Obsolete old entity conversion table.
1999-08-26 03:00:42 +00:00
tague%netscape.com
63a4b5d79f
Changed build destination of entity conversion tables.
1999-08-26 02:58:58 +00:00
tague%netscape.com
508fd3b70e
Fixed up build location of the entity conversion tables.
1999-08-26 02:24:10 +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
b8c008dcae
Ignore generated files.
1999-08-21 12:14:23 +00:00
ramiro%netscape.com
ed586b001a
Fix runtime undefined symbols.
1999-08-21 11:49:22 +00:00