summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixes load library failure due to comparison with HINSTANCE_ERROR. LoadLibraryNSPRPUB_WINCE_04122006_BRANCHdougt%meer.net2006-06-081-1/+1
| | | | on failure will return NULL. Patch by zhaosw@cn.ibm.com & mxlee@nlsde.buaa.edu.cn.
* Window CE patchdougt%meer.net2006-04-1216-36/+1075
|
* fixup commit for branch 'NSPRPUB_WINCE_04122006_BRANCH'cvs2hg2006-04-120-0/+0
|
* Bugzilla Bug 326168: fixed an allocation size bug. The patch isNSPRPUB_WINCE_04122006_BASEwtchang%redhat.com2006-04-121-1/+1
| | | | | contributed by neil@parkwaycc.co.uk. r=wtc. Tag: MOZILLA_1_8_BRANCH
* Bugzilla bug 247896 and bug 331216: fixed the bug that 'end' was moved onewtchang%redhat.com2006-04-111-5/+1
| | | | | | character too far when parsing the minutes, and simplified the code. r=timeless,darin. Tag: MOZILLA_1_8_BRANCH
* Dummy whitespace change to force the Mozilla tinderboxes to rebuild.wtchang%redhat.com2006-04-051-0/+1
| | | | Tag: MOZILLA_1_8_BRANCH
* fixes bug 326168 "Add a UTF-16 API to load a library" patch bywtchang%redhat.com2006-04-056-54/+268
| | | | | | | | | | 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
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2006-03-317-211/+233
|
* Bug 331600 - remove non-tri-licensed code patch, originally from bug 61746. ↵gerv%gerv.net2006-03-281-88/+28
| | | | r=rrelyea.
* Bugzilla Bug 322578: Support ppc<->x86 cross builds for Mac OS X. TheREDFIVE_MEMBUF_20060320_BASEMOZILLA_1_8_1a1_RELEASEFIREFOX_2_0a1_RELEASEFIREFOX_2_0a1_RC1wtchang%redhat.com2006-02-225-93/+171
| | | | | | patch is contributed by Mark Mentovai <mark@moxienet.com>. r=wtc. Modified Files: configure configure.in autoconf.mk.in rules.mk _darwin.cfg Tag: MOZILLA_1_8_BRANCH
* Bugzilla Bug 111428: more file pathname internationalization bug fixes.wtchang%redhat.com2006-02-202-10/+38
| | | | | | | The patch is contributed by Masayuki Nakano <masayuki@d-toybox.com> and Jungshik Shin <jshin1987@gmail.com>. r=wtc,darin Modified Files: ntio.c w95io.c Tag: MOZILLA_1_8_BRANCH
* Bugzilla Bug 124695: the implementation of _PR_MD_GET_INTERVAL for MinGWwtchang%redhat.com2006-02-131-6/+0
| | | | | | 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
* A dummy whitespace change to force Mozilla tinderboxes to rebuild.wtchang%redhat.com2006-02-071-1/+0
| | | | Tag: MOZILLA_1_8_BRANCH
* 238319: Sun packages changes.wtchang%redhat.com2006-02-071-2/+4
| | | | | | RPM_RELEASE can be set from the command line. (To sync up with NSPR_4_6_BRANCH. This file is not used by Mozilla.) Tag: MOZILLA_1_8_BRANCH
* Set NSPR version to 4.6.2 Beta.wtchang%redhat.com2006-02-071-3/+3
| | | | Tag: MOZILLA_1_8_BRANCH
* Bugzilla bug 326110: declare PR_SetSysfdTableSize and PR_GetSysfdTableMaxwtchang%redhat.com2006-02-073-4/+13
| | | | | | | | 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
* Bugzilla bug 195219 and bug 312199: ported the HP-UX IPF (ia64) changes towtchang%redhat.com2006-02-074-213/+231
| | | | | | the MOZILLA_1_8_BRANCH. a=dveditz for approval1.8.1. Modified files: configure configure.in _hpux.h Added file: os_HPUX_ia64.s
* Bugzilla Bug 307527: second attempt to check in the fix.wtchang%redhat.com2006-02-072-64/+6
| | | | | Modified files: pr/src/Makefile.in ntinrval.c Tag: MOZILLA_1_8_BRANCH
* Bugzilla Bug 307527: added a dummy blank line as an experiment to causewtchang%redhat.com2006-02-071-0/+1
| | | | | Mozilla tinderboxes to rerun configure. Tag: MOZILLA_1_8_BRANCH
* Bugzilla Bug 307527: backed out the previous checkin because Mozillawtchang%redhat.com2006-02-072-6/+64
| | | | | | tinderboxes did not rerun configure to regenerate pr/src/Makefile. Modified files: pr/src/Makefile.in ntinrval.c Tag: MOZILLA_1_8_BRANCH
* Bugzilla Bug 307527: implement NSPR interval timer with timeGetTime insteadwtchang%redhat.com2006-02-072-64/+6
| | | | | | of QueryPerformanceCounter or GetTickCount. r=darin,bienvenu. Modified files: pr/src/Makefile.in ntinrval.c Tag: MOZILLA_1_8_BRANCH
* Bug 236613: change to MPL/LGPL/GPL tri-license. a=caillon.gerv%gerv.net2006-02-033-62/+70
|
* bug 322427, remove -ansi when compiling NSPR with gcc on Linux, because it's ↵kaie%kuix.de2006-01-315-115/+207
| | | | | | not needed and causes failures r=kengert/wtchang, a=wtchang
* atomic ops for Intel Macs. b=322287 r=mento sr=wtcwtchang%redhat.com2006-01-101-26/+25
|
* atomic ops for Intel Macs. b=322287 r=mento sr=wtcjoshmoz%gmail.com2006-01-103-6/+121
|
* Dummy whitespace change to force the MOZILLA_1_8_BRANCH tinderboxes towtchang%redhat.com2006-01-051-0/+1
| | | | rebuild.
* Determine if the visibility(default) attribute can be used by using onlywtchang%redhat.com2006-01-051-1/+3
| | | | | | | the GCC version so that this public header does not depend on any macro the user needs to define. See Bugzilla bug 312361 and bug 307168 comment 29. r=bryner. a=dveditz for mozilla1.8.1. Tag: MOZILLA_1_8_BRANCH
* Regenerate configure scripts after committing bug 302212 on branches ↵mark%moxienet.com2006-01-051-135/+167
| | | | (cltbld, where are you?!)
* 302212 Mac OS X x86 and Xcode 2.2/gcc 4.0.1 builds can't target SDKs. Use ↵mark%moxienet.com2006-01-053-49/+100
| | | | -isysroot and -Wl,-syslibroot with gcc 4.0.0, -isysroot only with gcc 4.0.1. Core r=josh r=cls sr=bryner, NSPR and NSS r=josh sr=wtchang, all portions a=bsmedberg for 1.8.1 and 1.8.0.1.
* Bugzilla Bug 313319: set NSPR version to 4.6.1. r=darin. a=asa forwtchang%redhat.com2005-10-231-2/+2
| | | | | mozilla1.8rc1. Tag: MOZILLA_1_8_BRANCH
* fixes bug 308587 "PR_GetPhysicalMemorySize returns garbage on systems with ↵THUNDERBIRD_1_5b2_RELEASEMOZILLA_1_8b5_RELEASEFIREFOX_1_5b2_RELEASEdarin%meer.net2005-09-191-11/+9
| | | | more than 2GB RAM" r=wtc a=asa
* Dummy whitespace change to force Tinderboxes to rebuild.wtchang%redhat.com2005-09-151-1/+0
| | | | Tag: MOZILLA_1_8_BRANCH
* Sync up MOZILLA_1_8_BRANCH with NSPR_4_6_BRANCH.wtchang%redhat.com2005-09-152-75/+26
| | | | | | Modified Files: Tag: MOZILLA_1_8_BRANCH pkg/linux/Makefile.in pkg/linux/sun-nspr.spec
* Skip libpthread check in Darwin buildswtchang%redhat.com2005-09-152-21/+35
| | | | | Bug #212708 r=wtc a=asa for mozilla1.8b5 Tag: MOZILLA_1_8_BRANCH
* Bugzilla Bug 266123: support 64-bit PowerPC builds on Linux distributionsTHUNDERBIRD_1_5b1_RELEASESEAMONKEY_1_0a_RELEASEMOZILLA_1_8b4_RELEASEMOZILLA_1_8_SVG_BASEFIREFOX_1_5b1_RELEASECAMINO_1_0a1_RELEASEwtchang%redhat.com2005-08-242-22/+34
| | | | | | (such as Red Hat and Fedora) whose GCC generates 32-bit code by default. r=cls. a=asa for mozilla1.8b4. Tag: MOZILLA_1_8_BRANCH
* Whitespace change to force the Tinderboxes to rebuild.wtchang%redhat.com2005-08-181-0/+1
| | | | Tag: MOZILLA_1_8_BRANCH
* Bugzilla Bug 304526: upgraded the NSPR on the MOZILLA_1_8_BRANCH to NSPRwtchang%redhat.com2005-08-1835-615/+912
| | | | | 4.6.1 Beta. a=cbeard for mozilla1.8b4. Tag: MOZILLA_1_8_BRANCH
* fixup commit for branch 'MOZILLA_1_8_BRANCH'THUNDERBIRD_1_1a2_RELEASESPLITWINDOW_20050714_INITIAL_TRUNK_LANDINGSPLITWINDOW_20050714_BASEMOZILLA_1_8b3_RELEASEMOZILLA_1_8_BASEFIREFOX_1_1a2_RELEASEcvs2hg2005-06-300-0/+0
|
* Bugzilla Bug 298531: updated for Mac 10.4u ("universal") SDK, which addswtchang%redhat.com2005-06-303-205/+99
| | | | | | | support for Intel CPUs. The patch is contributed by Mark Mentovai <mark@moxienet.com>. r=wtc. a=bsmedberg for mozilla1.8b3. Modified files: configure configure.in config/autoconf.mk.in Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Path translation fixes for msys.cls%seawood.org2005-06-022-33/+39
| | | | | Thanks to Howard Chu <hyc@symas.com> for the patches. Bug #294122 r=cls a=shaver
* Add support for msys uname & cleanup OS_ARCH checks.cls%seawood.org2005-06-012-74/+85
| | | | | Thanks to Howard Chu <hyc@symas.com> for the patch. Bug #294122 r=cls sr=wtc a=shaver
* Use dashes instead of backslashes for program options to avoid msys shell ↵cls%seawood.org2005-06-017-7/+7
| | | | | | | expansion. Thanks to Howard Chu <hyc@symas.com> for the patch. Bug #294122 r=cls a=shaver
* Sync with NSPR 4.6cls%seawood.org2005-06-0118-197/+229
| | | | Bug #295761 a=shaver
* Allow --enable-debug to accept compiler flags like --enable-optimizecls%seawood.org2005-06-012-115/+254
| | | | Bug #284767 r=bsmedberg a=shaver
* Update SDK support to build on OSX 10.4 (Tiger)cls%seawood.org2005-06-012-28/+93
| | | | | Thanks to Mark Mentovai <mark@moxienet.com> for the patch. Bug #292530 r=wtc a=brendan
* Bugzilla bug 293438: use -fvisibility=hidden, without wrapped systemTHUNDERBIRD_1_1a1_RELEASEFIREFOX_1_1a1_RELEASEwtchang%redhat.com2005-05-192-33/+55
| | | | | | | headers and without gcc_hidden.h, because we can't build on Linux x86-64 with the GCC visibility pragmas. r=bryner. a=asa for mozilla1.8b2/aviary1.1a1. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 273336: arguments to the test command should be quoted.wtchang%redhat.com2005-05-112-4/+4
| | | | | r=jpierre,cls. a=shaver for aviary1.1a1. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Allow --includedir & --libdir to be properly overriden when calling nspr-config.cls%seawood.org2005-05-111-10/+37
| | | | Bug #289015 r=wtc,roc a=shaver
* Bugzilla bug 293400: removed an extraneous blank line introduced in the fixwtchang%redhat.com2005-05-091-1/+0
| | | | | | | for Bugzilla bug 292899. This blank line broke OS/2 builds. The patch is contributed by Andy Willis <abwillis@comcast.net>. r=wtc. a=shaver for mozilla1.8b2 and aviary1.1a1. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Attempting to fix AIX bustage again (bug 292899). r=wtcbryner%brianryner.com2005-05-071-4/+5
|