summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixup commit for branch 'GECKO181_20071115_RELBRANCH'GECKO181_20071115_RELBRANCHcvs2hg2007-05-0459-963/+1723
|
* 238319: Sun packages changes.NSPR_4_6_BASEchristophe.ravel.bugs%sun.com2005-09-092-74/+22
| | | | Fix packages on Linux. List of files is now generated for sun-nspr.spec.
* 238319: Sun packages changes.christophe.ravel.bugs%sun.com2005-09-081-1/+4
| | | | Install 64 bit libraries in lib64 on Linux.
* Skip libpthread check in Darwin buildscls%seawood.org2005-09-022-21/+35
| | | | Bug #212708 r=wtc
* Bugzilla Bug 266123: support 64-bit PowerPC builds on Linux distributionswtchang%redhat.com2005-08-182-22/+34
| | | | | (such as Red Hat and Fedora) whose GCC generates 32-bit code by default. r=cls.
* Bugzilla Bug 304526: cleaned up the "configure --help" message: put defaultwtchang%redhat.com2005-08-182-109/+115
| | | | value in brackets and wrapped long lines. r=cls.
* Bugzilla bug 294122: made the changes I suggested and Howard Chu agreedwtchang%redhat.com2005-08-162-44/+30
| | | | | on -- removed incomplete WINCE support and support for old Cygwin betas (before beta 20). (See comments 55 and 57 in the bug report.).
* Set NSPR version to 4.6.1 Beta.wtchang%redhat.com2005-08-155-13/+13
| | | | Modified files: configure configure.in repackage.sh prinit.h vercheck.c
* Bugzilla Bug 303345: added comments for obsolete XP_MAC only enum constantswtchang%redhat.com2005-08-131-4/+4
| | | | and union members. r=joshmoz,sfraser.
* Bugzilla Bug 266123: added ppc64 support. The patch is contributed bywtchang%redhat.com2005-08-092-2/+50
| | | | | Markus Rothe <markus@unixforces.net>. r=wtc. Modified Files: _linux.cfg _linux.h
* Bugzilla bug 303345: restored the SYM_OFFSET macro to make the code easierwtchang%redhat.com2005-08-081-5/+8
| | | | to understand. Suggested by Simon Fraser.
* Use #ifdef XP_MACOSX as a shorthand for #if defined(XP_MACOSX).wtchang%redhat.com2005-08-061-7/+7
|
* Bugzilla Bug 303345: just use c2pstrcpy directly. This patch iswtchang%redhat.com2005-08-061-3/+1
| | | | contributed by Mark Mentovai <mark@moxienet.com>. r=wtc.
* Bugzilla Bug 303345: removed support for XP_MAC (Mac OS Classic). Thewtchang%redhat.com2005-08-051-363/+47
| | | | patch is contributed by Josh Aas <joshmoz@gmail.com>. r=wtc.
* Bugzilla Bug 298612: ensure that the return value of StringGetChar, whichwtchang%redhat.com2005-08-051-1/+1
| | | | is passed to isspace, etc., is EOF or between 0 and 255. r=darin.
* Bugzilla Bug 303169: worked around a link error with gcc on Solaris SPARCwtchang%redhat.com2005-08-042-4/+8
| | | | | | in debug builds. os_SunOS.s is only used by the _PR_GLOBAL_THREADS_ONLY configuration, so we don't use it in the default (pthreads) configuration. r=jpierre.
* 238319: Sun packages changeschristophe.ravel.bugs%sun.com2005-07-221-3/+9
| | | | Change rpm packaging for RHEL3 i386 and x86_64.
* Bugzilla Bug 298674: checked in the remaining changes for the RISC OS port.wtchang%redhat.com2005-07-215-7/+15
| | | | | The patch is contributed by Peter Naulls <peter@chocky.org>. r=wtc Modified Files: _pth.h _riscos.cfg _riscos.h prmem.c prsystem.c
* Bugzilla Bug 290725: implement USE_64 for x86_64. Now we do a 32-bit x86wtchang%redhat.com2005-07-052-24/+41
| | | | | build on x86_64 by default (if USE_64 is not set). Modified files: configure configure.in
* Bugzilla Bug 298674: initial checkin of the RISC OS port contributed bywtchang%redhat.com2005-07-0113-32/+544
| | | | | | | Peter Naulls <peter@chocky.org>. r=wtc. Modified files: configure configure.in _pth.h prosdep.h prlink.c prmem.c unix.c uxrng.c prsystem.c ptio.c ptthread.c Added files: _riscos.cfg _riscos.h riscos.c
* Fixed spelling errors in comments.wtchang%redhat.com2005-07-011-2/+2
|
* Fixed spelling errors in comments.wtchang%redhat.com2005-07-011-2/+2
|
* Fixed a spelling error (loosly => loosely).wtchang%redhat.com2005-07-011-1/+1
|
* Bugzilla Bug 298543: eliminated MACOS_DEPLOYMENT_TARGET. Replaced thewtchang%redhat.com2005-07-015-149/+148
| | | | | | | 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
* Bugzilla Bug 289052: added braces around nested if statements to ensurewtchang%redhat.com2005-06-295-20/+25
| | | | | | the intended nesting (as indicated by the indentation of the code). The patch is contributed by Shanmu <shanmus@gmail.com>. r=wtc. Modified files: server_test.c servr_kk.c servr_ku.c servr_uk.c servr_uu.c
* Bugzilla Bug 298531: updated for Mac 10.4u ("universal") SDK, which addswtchang%redhat.com2005-06-283-205/+99
| | | | | | support for Intel CPUs. The patch is contributed by Mark Mentovai <mark@moxienet.com>. r=wtc. Modified files: configure configure.in config/autoconf.mk.in
* Bugzilla bug 298462: removed unused definition of the _PRSockOptVal_twtchang%redhat.com2005-06-231-11/+0
| | | | | macro. The patch is contributed by Patrick Welche <pw-fb@newn.cam.ac.uk>. r=wtc.
* Bugzilla Bug 294017: make PR_NETADDR_SIZE return the correct value onwtchang%redhat.com2005-06-203-1/+33
| | | | | | Windows because Windows' struct in6_addr has different alignment from PRIPv6Addr. The patch is contributed by Shanmu <shanmus@gmail.com>. r=wtc. Modified Files: md/_win95.h md/_winnt.h private/primpl.h
* 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
| * fixup commit for tag 'NSPR_4_6_RTM'NSPR_4_6_RTMcvs2hg2005-06-011-1/+1
| |
* | 238319: Sun packages changes.christophe.ravel.bugs%sun.com2005-06-011-1/+1
| | | | | | | | Adjust rpm release numbers.
* | 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
* | 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 294955: allow the "primordial" thread (the thread thatwtchang%redhat.com2005-05-261-6/+21
| | | | initialized NSPR) to terminate while NSPR is still in use. r=glen.beasley.
* Bugzilla bug 293438: use -fvisibility=hidden, without wrapped systemwtchang%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.
* Moved code that only applies to MSVC to the MSVC section. The patch iswtchang%redhat.com2005-05-182-10/+10
| | | | | contributed by Howard Chu <hyc@symas.com>. r=wtc. (See Bugzilla bug 294122 comment 35.)
* Bugzilla Bug 273336: fixed an incorrect variable name.wtchang%redhat.com2005-05-132-2/+2
|
* Bugzilla Bug 273336: arguments to the test command should be quoted. r=cls.wtchang%redhat.com2005-05-112-4/+4
|
* Allow --includedir & --libdir to be properly overriden.cls%seawood.org2005-05-111-10/+37
| | | | Bug #289015 r=wtc 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.
* Attempting to fix AIX bustage again (bug 292899). r=wtcbryner%brianryner.com2005-05-071-4/+5
|
* Fixing AIX bustage (typo) (bug 292899)bryner%brianryner.com2005-05-061-1/+1
|
* Add PR_GetPhysicalMemorySize to determine the amount of system memory ↵bryner%brianryner.com2005-05-066-3/+159
| | | | installed (bug 292899). r=wtc, a=brendan
* Bugzilla Bug 269591: use the poll prototype in current OpenBSD releases.wtchang%redhat.com2005-04-301-1/+1
|
* Internal functions should not be declared with NSPR_API.wtchang%redhat.com2005-04-291-41/+41
|
* Fixed compiler warnings.wtchang%redhat.com2005-04-299-6/+22
| | | | | Modified files: bigfile3.c env.c initclk.c layer.c nbconn.c ntioto.c op_filnf.c prpoll.c randseed.c
* Updated for the NSPR 4.6 release.wtchang%redhat.com2005-04-293-11/+12
| | | | Modified Files: repackage.sh prinit.h pr/tests/vercheck.c
* Bugzilla Bug 273336: Checked in Brian Ryner's patch:wtchang%redhat.com2005-04-2911-43/+404
| | | | | | | | | | | | | | | 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