summaryrefslogtreecommitdiff
Commit message (Expand)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
* Bugzilla Bug 312199: HP-UX IPF (Itanium) changes contributed by Grace Luwtchang%redhat.com2005-11-105-32/+61
* 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
* Bugzilla bug 293438: use -fvisibility=hidden, without wrapped systemwtchang%redhat.com2005-05-192-33/+55
* Moved code that only applies to MSVC to the MSVC section. The patch iswtchang%redhat.com2005-05-182-10/+10
* 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
* Bugzilla bug 293400: removed an extraneous blank line introduced in the fixwtchang%redhat.com2005-05-091-1/+0
* 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 install...bryner%brianryner.com2005-05-066-3/+159
* 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
* Updated for the NSPR 4.6 release.wtchang%redhat.com2005-04-293-11/+12
* Bugzilla Bug 273336: Checked in Brian Ryner's patch:wtchang%redhat.com2005-04-2911-43/+404
* Bugzilla Bug 289015: backed out the checkin. It broke some tinderboxeswtchang%redhat.com2005-04-291-2/+1
* Bugzilla Bug 291724: removed the workaround for a very old Windows NT 4.0wtchang%redhat.com2005-04-283-75/+1
* Bugzilla Bug 291982: fixed a bug when we remove an item from a listwtchang%redhat.com2005-04-281-3/+5
* Bugzilla Bug 289015: enable nspr-config to use the --libdir option passedwtchang%redhat.com2005-04-271-1/+2
* Bugzilla Bug 291631: changed MOD_MINOR_VERSION to 6 for NSPR 4.6.wtchang%redhat.com2005-04-272-2/+2
* 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
* Bugzilla Bug 287197: undo the damage of rev. 3.2. Comments must beginwtchang%redhat.com2005-03-221-54/+54
* 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
* Bugzilla Bug 238563: removed PR_ASSERT from pr_ZoneRealloc because it iswtchang%redhat.com2005-03-141-1/+0
* Bugzilla Bug 238563: moved the pr_ZoneMalloc call before the realloc call.wtchang%redhat.com2005-03-141-9/+23
* Bugzilla Bug 252195: use Microsoft IPv6 Technology Preview for Windowswtchang%redhat.com2005-03-101-15/+24
* 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
* Bugzilla Bug 285286: PR_ReadDir reported the wrong error code when thewtchang%redhat.com2005-03-095-0/+5
* Bugzilla Bug 255633: allow hyphen (-) and underscore (_) in log modulewtchang%redhat.com2005-03-091-2/+2
* Bugzilla Bug 100776: make a copy of the sockaddr structure and pass thewtchang%redhat.com2005-03-091-1/+4
* Regenerated using the official autoconf 2.13 (as opposed to the autoconfwtchang%redhat.com2005-03-091-199/+78
* Bugzilla bug 256508: make --with-pthreads the default on OpenBSD. Thewtchang%redhat.com2005-03-092-80/+205
* Bugzilla Bug 195222: removed obsolete NSPR makefiles.wtchang%redhat.com2005-03-092-223/+0
* 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
* Bugzilla Bug 285020: wrap the member access in parenthesis because recvwtchang%redhat.com2005-03-081-1/+1
* Bugzilla bug 274450: a default thread stack size of 64K is too small forwtchang%redhat.com2005-03-081-4/+10
* Removed blank lines in *.def files.wtchang%redhat.com2005-03-084-8/+7
* 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
* Bugzilla Bug 283710: disable executable stack on ia64. The patch iswtchang%redhat.com2005-02-281-0/+3
* Fixed comments.wtchang%redhat.com2005-02-281-36/+57