summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Patch provided by Lee Iverson <leei@ai.sri.com>unlabeled-1.1.2.10.4cls%seawood.org1999-09-211-6/+30
| | | | | | | | Ensure that unmodified include files & symlinks are not modified. Added --disable-shared option. Resurrect use of OS_LIBS & EXTRA_LIBS. Add check for -ldl. Added nsprincl.sh & nsprincl.mk to build.
* Adding autoconf support for Irix. Thanks to Lee Iverson <leei@ai.sri.com> ↵cls%seawood.org1999-09-021-2/+23
| | | | for the patches.
* DIST can be set using --prefix=$dir now. It defaults to \${MOD_DEPTH}/distcls%seawood.org1999-08-271-0/+1
|
* fixup commit for branch 'unlabeled-1.1.2.10.4'cvs2hg1999-08-148-791/+0
|
* Fixed autodetection support of pthreads. Added classic nspr threads to the ↵cls%seawood.org1999-08-141-32/+57
| | | | mix. Added autodetection of MOZILLA_CLIENT setting.
* Added autodetection of libpthread. Defaults to USE_PTHREADS if libpthread ↵cls%seawood.org1999-08-053-67/+268
| | | | | | | | is detected. Can be overridden via --enable-user-pthread, --with-native-threads or --with-bthreads depending upon the platform. Sets MOD_VERSION & MOD_NAME to get the nspr version suffix. Gcc under win32 uses standard gcc extensions for OBJ_SUFFIX, DLL_SUFFIX & LIB_SUFFIX. Requires pr/src/md/platform/objs.mk to set md object files. Added objs.mk for windows.
* Changed HOSTCC-like variables to HOST_CC...cls%seawood.org1999-07-231-27/+26
|
* Cleaned up configure.in. Commented out checks for libraries, headers, ↵cls%seawood.org1999-07-191-74/+81
| | | | typedefs, structs, etc that I"m not absolutely 100% sure are being used. Added $(TINC) to GARBAGE in Makefile.ins.
* Added detection for dlltool and windres which are needed to build dlls.cls%seawood.org1999-07-141-1/+29
| | | | | | | Changed rules.mk so MKSHLIB is now expected to contain the appropriate option to state what the object file is (ie, -o $*.so) Unhardcoded OBJ_SUFFIX, DLL_SUFFIX, & LIB_SUFFIX. Successfully compiled and linked a static nspr test program (alarm & fsync) using linux->mingw32 cross-compiler and successfully ran it on a win95 box.
* Who's your daddy?!?!? More tweaks. NSPR now cross-compiles from i386-linux ↵cls%seawood.org1999-07-091-2/+2
| | | | to i386-mingw32.
* Hit an impasse with windows x-compiling. Need a win32 guru. Cleaned up the ↵cls%seawood.org1999-07-051-40/+133
| | | | detection of HOSTCC and handling of HOSTCFLAGS.
* A couple of Makefile.ins I missed and fixed the broken check for HOSTCCcls%seawood.org1999-07-051-3/+30
|
* More tweaks. Actually managed to get static libs compiled via ./configure; ↵cls%seawood.org1999-06-231-0/+7
| | | | make..using separate objdir,of course.
* Add ifdefs for using autoconf. Designed with cross-compiling as a secondary ↵cls%seawood.org1999-06-226-0/+843
| | | | objective.
* New test file vercheck.c.wtc%netscape.com1999-02-271-0/+81
|
* Initial checkin of NSPR C++ wrapper classes (pr/src/cplus).wtc%netscape.com1998-12-091-0/+49