summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixup commit for branch 'DOM_AGNOSTIC2_BRANCH'DOM_AGNOSTIC2_BASEDOM_AGNOSTIC2_BRANCHcvs2hg2005-10-140-0/+0
|
* Sync config.guess & config.sub with official GNU CVS copies.cls%seawood.org2005-10-142-324/+491
| | | | Bug #312352 r=bsmedberg
* Bugzilla bug 307168: Determine if the visibility(default) attribute can bewtchang%redhat.com2005-10-131-1/+3
| | | | | | | used by using only the GCC version so that this public header does not depend on any macro the user needs to define. r=bryner. (See also Bugzilla bug 307168 comment 29.) Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 312100: fixed an uninitialized variable bug.wtchang%redhat.com2005-10-111-1/+1
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 263952: backed out the checkin to define the Solaris featurewtchang%redhat.com2005-10-102-45/+19
| | | | | | | test macros for SUS (XPG4v2) with extensions. This checkin is reported to introduce a small performance regression and break Firefox build on Solaris 10. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* fixes bug 308587 "PR_GetPhysicalMemorySize returns garbage on systems with ↵darin%meer.net2005-09-171-11/+9
| | | | more than 2GB RAM" r=wtc
* Dummy whitespace change to force Tinderboxes to rebuild.wtchang%redhat.com2005-09-151-0/+1
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 308331: the guard for the int32 typedef is no longerwtchang%redhat.com2005-09-151-2/+0
| | | | | | | | | | necessary. Only the winsock2.h file (winsock version 2.1) in MSVC 4.2 has the int32 typedef. MinGW's winsock2.h doesn't have that typedef, and current Microsoft winsock2.h doesn't have that either. Also, on Windows, we define int32 as long, which is the same as the int32 typedef in winsock2.h v2.1. MSVC accepts such duplicated typedefs. Thanks to timeless for the research into this problem. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Set NSPR version to 4.7 (Beta).wtchang%redhat.com2005-09-145-16/+16
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 238319: Sun packages changes.wtchang%redhat.com2005-09-142-75/+26
| | | | | Fix packages on Linux. List of files is now generated for sun-nspr.spec. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Skip libpthread check in Darwin buildscls%seawood.org2005-09-022-21/+35
| | | | Bug #212708 r=wtc
* Dummy whitespace change to force Tinderboxes to rebuild.wtchang%redhat.com2005-08-261-1/+0
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 263952: define the Solaris feature test macros for SUSwtchang%redhat.com2005-08-262-19/+45
| | | | | | | (XPG4v2) with extensions to eliminate compiler warnings about mmap64, shm_open and shm_unlink. The patch is contributed by Julien Pierre of Sun. r=wtc. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* 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. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* 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. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* 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.).
* Bugzilla bug 304526: brought the NSPRPUB_PRE_4_2_CLIENT_BRANCH up to datewtchang%redhat.com2005-08-1534-220/+842
| | | | | with the NSPR trunk (NSPR 4.6.1 Beta). Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 303345: added comments for obsolete XP_MAC only enum constantswtchang%redhat.com2005-08-131-4/+4
| | | | | and union members. r=joshmoz,sfraser. a=benjamin for mozilla1.8b4. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 303345: code cleanup patch -- removed obsolete XP_MAC code.wtchang%redhat.com2005-08-131-365/+49
| | | | | r=joshmoz,sfraser. a=asa for mozilla1.8b4. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* 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
|
* 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
* Changed "it's" to "its".wtchang%redhat.com2005-04-291-1/+1
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 291724: removed the workaround for a very old Windows NT 4.0wtchang%redhat.com2005-04-293-75/+1
| | | | | | | | | 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. a=asa for mozilla1.8b2 and aviary1.1a. Modified files: ntmisc.c ntthread.c w95thred.c Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 289015: backed out the checkin. It broke some tinderboxeswtchang%redhat.com2005-04-291-2/+1
| | | | | and needs more work. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 289015: enable nspr-config to use the --libdir option passedwtchang%redhat.com2005-04-281-1/+2
| | | | | | to the configure script. The patch is contributed by Ray Strode <rstrode@redhat.com>. r=wtc,cls. a=asa for mozilla1.8b2 and aviary1.1a. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 291631: changed MOD_MINOR_VERSION to 6 for NSPR 4.6.wtchang%redhat.com2005-04-282-2/+2
| | | | | | r=mozilla@rosenauer.org. a=asa for mozilla1.8b2 and aviary1.1a. Modified files: configure.in configure Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 291982: fixed a bug when we remove an item from a listwtchang%redhat.com2005-04-281-3/+5
| | | | | | while iterating through the list. The bug was reported and tracked down by kamil@good.com. a=asa for mozilla1.8b2 and aviary1.1a. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Fix for bug 170911 - add support for >2GB files on OS/2. r=mkaply, pedemonteSOFTWARE_UPDATE_20050428_BASEjulien.pierre.bugs%sun.com2005-04-223-55/+211
|
* Bugzilla bug 290122: pass full pathnames of source files to the compilerwtchang%redhat.com2005-04-131-1/+1
| | | | | | | on AIX so its debugger can automatically find the source files. r=Julien Pierre of Sun and Philip Warren of IBM. a=caillon for mozilla1.8b2 and aviary1.1a. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 287197: undo the damage of rev. 3.2. Comments must beginwtchang%redhat.com2005-03-221-54/+54
| | | | | with "//", not "/". Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 238563: added a comment that Nelson suggested in code review.wtchang%redhat.com2005-03-161-0/+5
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bugs 255633, 285934: '-' must be the first or last character inwtchang%redhat.com2005-03-151-2/+2
| | | | | | | 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. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 238563: carried the fixes from the trunk (revisions 3.15 andwtchang%redhat.com2005-03-151-10/+23
| | | | 3.16) to the NSPRPUB_PRE_4_2_CLIENT_BRANCH.
* Bugzilla Bug 252195: use Microsoft IPv6 Technology Preview for Windowswtchang%redhat.com2005-03-101-15/+24
| | | | | 2000 (wship6.dll), if available. r=darin. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 164163: removed unused function PR_FindLibrary.wtchang%redhat.com2005-03-102-14/+5
| | | | | Modified Files: nspr_symvec.opt prlink.c Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 285286: PR_ReadDir reported the wrong error code when thewtchang%redhat.com2005-03-095-0/+5
| | | | | | | | end of directory was reached. We need to set errno to 0 before calling readdir and mapping error 0 to PR_NO_MORE_FILES_ERROR. The patch is contributed by Mathieu Poumeyrol <poumeyrol@idm.fr>. r-wtc,bryner. Modified Files: beos_errors.c bfile.c unix.c unix_errors.c ptio.c Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 255633: allow hyphen (-) and underscore (_) in log modulewtchang%redhat.com2005-03-091-2/+2
| | | | | names. The patch is contributed by Ed Catmur <ed@catmur.co.uk>. r=wtc. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 100776: make a copy of the sockaddr structure and pass thewtchang%redhat.com2005-03-091-1/+4
| | | | | | copy to connect because connect modifies the sockaddr structure. The patch is contributed by Julien Pierre of Sun. r=wtc. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH