summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixup commit for branch 'FASTLOAD_20010529_BRANCH'SeaMonkey_2001052912_BASESTATIC_BUILD_20010523_BASEFASTLOAD_20010529_BASEFASTLOAD_20010529_BRANCHcvs2hg2001-05-230-0/+0
|
* Bugzilla bug #77264: the IsValidNetAddrLen() check should accept bothwtc%netscape.com2001-05-232-5/+28
| | | | | | of the possible sizes of struct sockaddr_in6 on Linux. Modified files: prsocket.c, ptio.c NSPRPUB_CLIENT_BRANCH
* Bugzilla bug #77109: fixed NSPR library memory leaks on Mac. Patch iswtc%netscape.com2001-05-221-1/+9
| | | | | contributed by Patrick Beard <beard@netscape.com>. r=sfraser,wtc. NSPRPUB_CLIENT_BRANCH
* Bugzilla bug #51135: IPv6 support on OpenVMS. Thanks to Colin Blakeswtc%netscape.com2001-05-225-40/+55
| | | | | | <colin@theblakes.com> for the patch. Modified files: configure configure.in OpenVMS.mk _openvms.h pripv6.c NSPRPUB_CLIENT_BRANCH
* Bugzilla bug #28711: enabled gcc to assemble os_Irix.s on IRIX. Thanks towtc%netscape.com2001-05-222-2/+2
| | | | | | John Vandenberg <zeroJ@null.net> for the research and the fix. Modified files: configure.in configure (NSPRPUB_CLIENT_BRANCH)
* Bugzilla bug #76896: added PR_CALLBACK for OS/2. Thanks to Michael KaplyStyle_20010518_Basewtc%netscape.com2001-05-093-3/+3
| | | | | | <mkaply@us.ibm.com> for the patch. Modified files: prcmon.h, prthread.h, prtime.h (NSPRPUB_CLIENT_BRANCH)
* Bugzilla bug #45223: Removed unused variable dstLocalBaseMicroseconds andStyle_20010509_Basewtc%netscape.com2001-05-081-35/+1
| | | | | | do not export gJanuaryFirst1970Seconds. Modified files: mactime.c (NSPRPUB_CLIENT_BRANCH)
* #3616 - Enable long long in Mac version of NSPR (#defines the HAVE_LONG_LONG ↵sdagley%netscape.com2001-05-062-3/+5
| | | | flag). sr=sfraser
* Only use ldflags that specify directories to search (eg. -L/usr/lib) in ↵cls%seawood.org2001-05-041-2/+7
| | | | --libs output
* Move variables around to match nspr trunk Makefile. Bug #76569. ↵cls%seawood.org2001-04-201-5/+5
| | | | a=brendan@mozilla.org
* Add extra include path for boehm buildsSTATIC_BUILD_20010418_BASEcls%seawood.org2001-04-171-1/+1
|
* Compaq changed uname to use osf as a basename instead of osf1. Bug #74947cls%seawood.org2001-04-162-2/+2
|
* These changes fix PR_Poll on Mac thusly:sfraser%netscape.com2001-04-142-20/+67
| | | | | | | | | | | | | | | | 1. Factor out checking the fds into a new function CheckPollDescs() 2. Factor out setting/clearing the polling thread on those fds into SetDescPollThread() 3. Be more careful about where we set the polling thread on the fds, ensuring that we turn off interrupts and hold a lock around the code that sets up the polling thread and checks for data on the fds. This fixes the race condition that causes this bug. 4. We now clear the polling thread on the fds when coming out of PR_Poll, so that the notifier doesn't attempt to wake the wrong thread when called when we're not polling. 5. Implement a 0-timeout version that behaves like select(). Bugzilla bugs 72965 and 60509. r=gordon, larryh.
* Fix #75928. Add prvrsion.c to Mac build so libVersionPoint() available ↵sdagley%netscape.com2001-04-112-0/+2
| | | | (needed for for NSS 3.2.1 landing). r=javi@netscape.com,r/a=larryh@netscape.com
* *sigh* attempt to clean up dep tinderboxescls%seawood.org2001-04-091-0/+1
|
* Backout the previous checkin as the tinderboxes do something insanely stupid ↵cls%seawood.org2001-04-091-2/+1
| | | | like putting $(DIST)/bin in the PATH.
* Use NSPR threads by default for openbsd.cls%seawood.org2001-04-092-25/+27
|
* Make building with boehm gc work again.cls%seawood.org2001-04-081-1/+1
| | | | Thanks to L. David Baron <dbaron@fas.harvard.edu> for the patch.
* Handle --prefix & --exec-prefix properly.cls%seawood.org2001-04-081-2/+5
|
* Install nspr-config into $(dist_bindir) so that other components can use it ↵cls%seawood.org2001-04-081-1/+2
| | | | instead of hard-coding nspr paths.
* Update build to use nspr.m4.cls%seawood.org2001-04-072-1/+6
| | | | | | Start using nspr-config to set NSPR_CFLAGS & NSPR_LIBS. Start placing nspr headers under $(DIST)/include/nspr to match a system installed NSPR. Bug #73919 r=blizzard@mozilla.org
* Setting default --exec-prefix properlycls%seawood.org2001-04-061-0/+2
|
* Initial version of m4 macro file to be used by NSPR clients. Currently ↵cls%seawood.org2001-04-061-0/+67
| | | | lacking version checks.
* add --exec-prefix supportcls%seawood.org2001-04-061-0/+8
|
* Updating config.guess & config.sub with 2001-03-30 changes from the GNU master ccls%seawood.org2001-04-052-258/+273
| | | | opy at :pserver:anoncvs@subversions.gnu.org:/cvs /config .
* Actually add nspr-config to RELEASE_BINS this time.cls%seawood.org2001-04-052-0/+100
| | | | Last check in & this one, Bug #73919 r=jag <disttsc@bart.nl>
* Add |real_install| target. Change MOD_VERSION to MOD_MAJOR_VERSION. Add ↵cls%seawood.org2001-04-0522-193/+214
| | | | nspr-config file.
* Second round of nspr autoconf cleanup.cls%seawood.org2001-04-0139-327/+401
| | | | | Adding --with-dist-prefix options to free up standard options for real installs. Bug #73919 r=bryner
* Define IRIX6 for irix 6 builds. Add check to ldap's portable.h for IRIX6.XPCDOM_20010329_BASE_PLUS_FLATTENING_BASEcls%seawood.org2001-03-312-25/+41
|
* Clean up nspr client branch after autoconf landing.cls%seawood.org2001-03-3118-1337/+301
| | | | | | | | | Remove win16 & non-USE_AUTOCONF Makefile ifdefs. Set RESOLVE_LINK_SYMBOLS for win32 Set LIBNSPR & LIBPLC in configure.in Update PR_MD_CSRCS & PR_MD_ASFILES for non-tinderbox ports. Remove USE_AUTOCONF ifdefs around needed platform specific idefs. Bug #73919 r=bryner
* Another attempt at fixing hpux ldap bustage.xpc_20010330_pre_trunk_merge_TAGxpc_20010327_merge_base_TAGxpc_20010326_merge_base_TAGcls%seawood.org2001-03-302-25/+30
|
* Oops. last checkin r=dmosecls%seawood.org2001-03-301-0/+1
|
* Add -Dhpux to HP-UX CFLAGS to fix ldap bustagecls%seawood.org2001-03-301-1/+1
|
* Whitespace diff to test tinderbox changexpc_20010327_pre_trunk_merge_TAGxpc_20010327_post_trunk_merge_TAGXPCDOM_20010329_BASEcls%seawood.org2001-03-251-1/+0
|
* Add -lc to LIBS/OS_LIBS for Linux.cls%seawood.org2001-03-252-25/+27
| | | | Bug #72766 r=bryner
* fix for bug 73018 "SSL fails on Mac". Checkin for sfraser. r=pinkerton, ↵gordon%netscape.com2001-03-231-3/+3
| | | | sr=sfraser himself. Can he do that?
* Bugzilla: 72261. fix linking problemlarryh%netscape.com2001-03-215-28/+28
|
* Fix for OS/2 emx build bustage.cls%seawood.org2001-03-213-27/+33
| | | | | Thanks to Dmitry Kubov <dmitry@north.cs.msu.su> for the patch. Bug #72471 r=cls
* fix for bug 72038 "FTP listings never stop loading on Mac" by gordon & ↵gordon%netscape.com2001-03-161-4/+7
| | | | sfraser. r=dougt, sr=scc.
* fix for bug 29338 "PR_Poll should not poll (spin) on Mac". Checking in for ↵gordon%netscape.com2001-03-132-7/+17
| | | | sfraser. r=dougt, gordon, sdagley sr=sfraser or vice versa.
* Irix needs to use -f to strip libscls%seawood.org2001-03-112-25/+27
|
* Use CC instead of LD to link.cls%seawood.org2001-03-091-3/+10
| | | | | Thanks to martin@NetBSD.ORG (Martin Husemann) for the patch. Bug #61745 r=cls
* Add individual boehm include path for our module dep tracking builds.cls%seawood.org2001-03-091-1/+1
| | | | | Thanks to L. David Baron <dbaron@fas.harvard.edu> for the patch. Bug #59454 r=cls
* Actually use CPPFLAGS when it is passed to configurecls%seawood.org2001-03-093-2/+5
|
* Set MD specific files for openbsd.cls%seawood.org2001-03-072-25/+29
|
* Remove unneeded filecls%seawood.org2001-03-061-105/+0
|
* Fix problem with configure being run because of check_old target.cls%seawood.org2001-03-061-3/+3
|
* Bugzilla bug #64278: call sched_get_priority_min/max to get the minimumwtc%netscape.com2001-03-021-0/+16
| | | | | | and maximum priorities of the default scheduling policy. Thanks to Matt Beauregard <marauder@marauder.tm> for reporting this bug. (NSPRPUB_CLIENT_BRANCH)
* Bugzilla bug #62877: deleted unused code added in the previous checkin.wtc%netscape.com2001-03-021-5/+0
| | | | (NSPRPUB_CLIENT_BRANCH)
* Bugzilla bug #62877: checked in patches contributed by Javier Pedemontewtc%netscape.com2001-03-024-115/+321
| | | | | | <pedemont@us.ibm.com> and Dmitry Kubov <dmitry@north.cs.msu.su>. Modified files: prinet.h, _os2.h, os2poll.c, and os2sock.c. (NSPRPUB_CLIENT_BRANCH)