summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixup commit for branch 'FOLDER_OUTLINER_20010410_BRANCH'FOLDER_OUTLINER_20010410_BASEFOLDER_OUTLINER_20010410_BRANCHcvs2hg2001-04-090-0/+0
|
* *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)
* Fix problem of not being able to do debug & opt builds under win32 in the ↵cls%seawood.org2001-03-011-0/+75
| | | | | | same tree by forcing nspr to always use objdir. Bug #70445
* Fix nspr autoconf support for OpenVMS.cls%seawood.org2001-02-259-28/+59
| | | | | Thanks to Colin Blake <colin@theblakes.com> for the patch. Bug #69842 r=cls
* Bugzilla bug #70116: make NSPR build on Win 98 with autoconf. Thanks towtc%netscape.com2001-02-252-25/+37
| | | | | | David Avery <daa@distributed.net> for the bug report. Modified files: configure, configure.in (NSPRPUB_CLIENT_BRANCH)
* Bugzilla bug #70058: define XP_UNIX on FreeBSD. Thanks towtc%netscape.com2001-02-242-25/+30
| | | | | | Eric Hodel <drbrain-bugzilla@segment7.net> for the bug report. Modified files: configure, configure.in (NSPRPUB_CLIENT_BRANCH)
* Oops, win9x users must really hate mecls%seawood.org2001-02-241-1/+1
|
* More generated files to ignorecls%seawood.org2001-02-244-0/+4
|
* Update cvsignore to include generated autoconf files.cls%seawood.org2001-02-242-0/+7
|
* Ignore generated Makefile(s)cls%seawood.org2001-02-2340-0/+40
|
* Fix for OS/2 nspr autoconf bustage.cls%seawood.org2001-02-233-25/+33
| | | | | Thanks to Mike Kaply <mkaply@us.ibm.com> for the patch Bug #70015 r=cls
* Argh. stupid dos mode files.cls%seawood.org2001-02-231-37/+37
|
* Add missing file for OS/2 tinderbox bustagecls%seawood.org2001-02-231-0/+37
|
* Initial OS/2 nspr autoconf support. Bug #58804cls%seawood.org2001-02-238-39/+225
| | | | Thanks to "Javier H Pedemonte" <pedemont@us.ibm.com> for the patch.
* Setting autoconf as the default build method for NSPR on the ↵cls%seawood.org2001-02-2340-4880/+0
| | | | | | NSPRPUB_CLIENT_BRANCH Bug #58804