summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bugzilla bug 312199: on HP-UX ia64, use +b $ORIGIN on all NSPR sharedNSPR_4_6_RTM_HPUX_IPFNSPR_4_6_PORTING_BRANCHwtchang%redhat.com2005-11-114-34/+24
| | | | | | | | libraries, not just libplc4.so and libplds4.so. Modified Files: Tag: NSPR_4_6_PORTING_BRANCH configure configure.in lib/ds/Makefile.in lib/libc/src/Makefile.in
* Bugzilla Bug 312199: HP-UX IPF (Itanium) changes contributed by Grace Luwtchang%redhat.com2005-11-105-32/+61
| | | | | | | | | of HP: use .so as shared library suffix, link shared libraries with +b $ORIGIN. r=wtc. Modified Files: Tag: NSPR_4_6_PORTING_BRANCH configure configure.in lib/ds/Makefile.in lib/libc/src/Makefile.in pr/include/md/_hpux.h
* fixup commit for branch 'NSPR_4_6_PORTING_BRANCH'cvs2hg2005-06-011-1/+1
|
* 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
* Bugzilla Bug 289015: backed out the checkin. It broke some tinderboxeswtchang%redhat.com2005-04-291-2/+1
| | | | and needs more work.
* Bugzilla Bug 291724: removed the workaround for a very old Windows NT 4.0wtchang%redhat.com2005-04-283-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. Modified files: ntmisc.c ntthread.c w95thred.c
* 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.
* Bugzilla Bug 289015: enable nspr-config to use the --libdir option passedwtchang%redhat.com2005-04-271-1/+2
| | | | | to the configure script. The patch is contributed by Ray Strode <rstrode@redhat.com>. r=wtc,cls.
* Bugzilla Bug 291631: changed MOD_MINOR_VERSION to 6 for NSPR 4.6.wtchang%redhat.com2005-04-272-2/+2
| | | | | r=mozilla@rosenauer.org. Modified files: configure.in configure
* Fix for bug 170911 - add support for >2GB files on OS/2. r=mkaply, pedemontejulien.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.
* Bugzilla Bug 287197: undo the damage of rev. 3.2. Comments must beginwtchang%redhat.com2005-03-221-54/+54
| | | | with "//", not "/".
* Changed "it's" to "its".wtchang%redhat.com2005-03-171-1/+1
|
* Bugzilla Bug 238563: added a comment that Nelson suggested in code review.wtchang%redhat.com2005-03-161-0/+5
|
* Bugzilla Bugs 255633, 285934: '-' must be the first or last character inwtchang%redhat.com2005-03-141-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.
* Bugzilla Bug 238563: removed PR_ASSERT from pr_ZoneRealloc because it iswtchang%redhat.com2005-03-141-1/+0
| | | | | redundant with the DEBUG fprintf. (Darin Fisher of Google pointed out this problem in his code review.)
* Bugzilla Bug 238563: moved the pr_ZoneMalloc call before the realloc call.wtchang%redhat.com2005-03-141-9/+23
| | | | | | realloc frees memory pointed to by (the original value of) 'oldptr', so we cannot perform any operation that may fail after a successful realloc call. r=darin.
* Bugzilla Bug 252195: use Microsoft IPv6 Technology Preview for Windowswtchang%redhat.com2005-03-101-15/+24
| | | | 2000 (wship6.dll), if available. r=darin.
* Improved comment.wtchang%redhat.com2005-03-101-1/+1
|
* Removed white spaces.wtchang%redhat.com2005-03-101-1/+1
|
* Bugzilla Bug 164163: removed unused function PR_FindLibrary.wtchang%redhat.com2005-03-102-14/+5
| | | | Modified Files: nspr_symvec.opt linking/prlink.c
* 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
* 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.
* 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.
* Regenerated using the official autoconf 2.13 (as opposed to the autoconfwtchang%redhat.com2005-03-091-199/+78
| | | | 2.13 in Red Hat Enterprise Linux 3).
* Bugzilla bug 256508: make --with-pthreads the default on OpenBSD. Thewtchang%redhat.com2005-03-092-80/+205
| | | | | fix was tested by Jim Rees <rees@umich.edu>. Modified Files: configure.in configure
* Bugzilla Bug 195222: removed obsolete NSPR makefiles.wtchang%redhat.com2005-03-092-223/+0
| | | | Removed Files: makefile.win gmakefile.win
* Bugzilla Bug 279817: removed the NODL_TABLE code. It was added for Win16.wtchang%redhat.com2005-03-091-14/+0
|
* Bugzilla Bug 281250: internal functions should not be defined withwtchang%redhat.com2005-03-091-12/+12
| | | | PR_IMPLEMENT. Thanks to timeless@bemail.org for the bug report.
* Bugzilla Bug 285020: wrap the member access in parenthesis because recvwtchang%redhat.com2005-03-081-1/+1
| | | | | may be defined as a macro on some platforms. The patch is contributed by Chris Aillon of Red Hat. r=wtc.
* Bugzilla bug 274450: a default thread stack size of 64K is too small forwtchang%redhat.com2005-03-081-4/+10
| | | | | Mozilla on Linux. Use the default pthread stack size instead, and do that on all platforms (not just Linux). r=bzbarsky.
* Removed blank lines in *.def files.wtchang%redhat.com2005-03-084-8/+7
| | | | Modified Files: plds.def plc.def nspr.def my.def
* Fixed the indentation and a typo in the comments.wtchang%redhat.com2005-03-081-8/+8
|
* Bugzilla Bug 274450: use pthread_attr_setstacksize on Linux.wtchang%redhat.com2005-03-083-9/+0
| | | | Modified Files: ptthread.c foreigh.c provider.c
* Bugzilla Bug 283710: disable executable stack on ia64. The patch iswtchang%redhat.com2005-02-281-0/+3
| | | | contributed by Christopher A. Aillon of Red Hat. r=wtc.
* Fixed comments.wtchang%redhat.com2005-02-281-36/+57
|