strip the domain name (if any). The patch is contributed by
Philip Prindeville <philipp@redfish-solutions.com>. r=wtc,darin. a=dbaron.
Modified files: prsystem.h prsystem.c
Tag: MOZILLA_1_8_BRANCH
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@202191 18797224-902f-48f8-a5cc-f745e15eee43
having Unicode support doesn't imply having CP_UTF8 support. The patch is
contributed by neil@parkwaycc.co.uk <neil@httl.net>. r=wtc,darin a=mtschrep
Tag: MOZILLA_1_8_BRANCH
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@202186 18797224-902f-48f8-a5cc-f745e15eee43
instead of PR_Seek, otherwise it won't work on large files. The patch is
contributed by Nils Maier <MaierMan@web.de> and Masatoshi Kimura (:emk)
<VYV03354@nifty.ne.jp>. r=wtc. Thanks to Nils Maier for tracking down the
bug.
Tag: MOZILLA_1_8_BRANCH
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@199668 18797224-902f-48f8-a5cc-f745e15eee43
character too far when parsing the minutes, and simplified the code.
r=timeless,darin.
Tag: MOZILLA_1_8_BRANCH
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@194166 18797224-902f-48f8-a5cc-f745e15eee43
jshin1987@gmail.com r=wtc,darin.
Bugzilla Bug 327448: it's not necessary to do dynamic lookup of the W
functions because they are also defined (as stubs) on Windows 9x. The
patch is contributed by Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp>.
r=wtc.
Modified Files: prlink.h prtypes.h _win95.h prlink.c w95io.c win32_errors.c
Tag: MOZILLA_1_8_BRANCH
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@193630 18797224-902f-48f8-a5cc-f745e15eee43
was wrong. Thanks to Stefan Sitter <ssitter@googlemail.com> for reporting
the bug and verifying the fix. See bug 307527 for approval-branch-1.8.1+.
Tag: MOZILLA_1_8_BRANCH
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189900 18797224-902f-48f8-a5cc-f745e15eee43
with NSPR_API and use PR_IMPLEMENT with their definitions so that they can
be exported from the NSPR shared library/DLL. r=kengert,jpierre. Thanks to
Noriko Hosoi <nhosoi@redhat.com> for the bug report.
Modified Files: probslet.h prfile.c ptio.c
Tag: MOZILLA_1_8_BRANCH
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189332 18797224-902f-48f8-a5cc-f745e15eee43
The patch is contributed by Peter Naulls <peter@chocky.org>. r=wtc
Modified Files: _pth.h _riscos.cfg _riscos.h prmem.c prsystem.c
git-svn-id: svn://10.0.0.236/trunk@176399 18797224-902f-48f8-a5cc-f745e15eee43
env var by MACOSX_DEPLOYMENT_TARGET and the macro by
MAC_OS_X_VERSION_MIN_REQUIRED. The patch is contributed by Mark Mentovai
<mark@moxienet.com>. r=wtc.
Modified files: configure configure.in _darwin.h prdtoa.c prnetdb.c
git-svn-id: svn://10.0.0.236/trunk@175448 18797224-902f-48f8-a5cc-f745e15eee43
macro. The patch is contributed by Patrick Welche <pw-fb@newn.cam.ac.uk>.
r=wtc.
git-svn-id: svn://10.0.0.236/trunk@175025 18797224-902f-48f8-a5cc-f745e15eee43
Thanks to Howard Chu <hyc@symas.com> for the patch.
Bug #294122 r=cls a=shaver
git-svn-id: svn://10.0.0.236/trunk@173906 18797224-902f-48f8-a5cc-f745e15eee43
initialized NSPR) to terminate while NSPR is still in use. r=glen.beasley.
git-svn-id: svn://10.0.0.236/trunk@173780 18797224-902f-48f8-a5cc-f745e15eee43
for Bugzilla bug 292899. This blank line broke OS/2 builds. The patch is
contributed by Andy Willis <abwillis@comcast.net>. r=wtc.
git-svn-id: svn://10.0.0.236/trunk@173219 18797224-902f-48f8-a5cc-f745e15eee43
Add support for using gcc's visibility pragma to treat all function and
method declarations as "hidden" unless declared otherwise. Create wrappers
for system headers that cause them to be treated as default-visibility
declarations. This gives a substantial code size and performance win on
compilers that support it. r=darin sr=dbaron.
Modified Files:
configure configure.in config/Makefile.in
config/autoconf.mk.in config/config.mk pr/include/prtypes.h
pr/src/md/unix/uxproces.c pr/tests/sel_spd.c
Added Files:
config/gcc_hidden.h config/make-system-wrappers.pl
config/system-headers
git-svn-id: svn://10.0.0.236/trunk@172884 18797224-902f-48f8-a5cc-f745e15eee43
bug. The workaround modified _tzset related global variables in Microsoft
CRT directly and relied on undocumented properties of the buffers that
_tzname[0] and _tzname[1] point to. r=darin.
Modified files: ntmisc.c ntthread.c w95thred.c
git-svn-id: svn://10.0.0.236/trunk@172845 18797224-902f-48f8-a5cc-f745e15eee43
while iterating through the list. The bug was reported and tracked down by
kamil@good.com.
git-svn-id: svn://10.0.0.236/trunk@172841 18797224-902f-48f8-a5cc-f745e15eee43
a scanlist, otherwise some implementations may interpret it to mean a
range of characters. Thanks to Frank Wein <bugzilla@mcsmurf.de> for the
bug report and suggesting the fix.
git-svn-id: svn://10.0.0.236/trunk@170655 18797224-902f-48f8-a5cc-f745e15eee43
redundant with the DEBUG fprintf. (Darin Fisher of Google pointed out this
problem in his code review.)
git-svn-id: svn://10.0.0.236/trunk@170644 18797224-902f-48f8-a5cc-f745e15eee43