summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixup commit for branch 'SUNBIRD_0_2_BRANCH'SUNBIRD_0_2_BRANCHcvs2hg2004-11-080-0/+0
|
* Bugzilla bug 249782: make NSPR compile with Microsoft Visual Studio 2005.wchang0222%aol.com2004-11-082-1/+5
| | | | | | | | | The -DEBUGTYPE flag is no longer supported. Since -DEBUGTYPE:CV is the default, we simply delete it. The patch is contributed by Stephen Walker <sdwalker@myrealbox.com>. r=wtc. Modified Files: Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH pr/src/cplus/tests/Makefile.in pr/src/misc/Makefile.in
* Bugzilla bug 249782: make NSPR compile with Microsoft Visual Studio 2005.wchang0222%aol.com2004-11-088-13/+13
| | | | | | | | | | | | | | The -DEBUGTYPE flag is no longer supported. Since -DEBUGTYPE:CV is the default, we simply delete it. We added support for VC 5.0 (MSC_VER=1100) back. The patch is contributed by Stephen Walker <sdwalker@myrealbox.com>. r=wtc. Modified Files: Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH configure configure.in config/rules.mk lib/msgc/tests/Makefile.in lib/prstreams/tests/testprstrm/Makefile.in lib/tests/Makefile.in lib/tests/windows/makefile tools/Makefile.in
* Bugzilla bug 265219: go to errorExit on DosStartSession failure. r=mkaply.wchang0222%aol.com2004-11-051-1/+2
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 265219: added support for redirecting stdin/stdout of a childwchang0222%aol.com2004-11-041-10/+90
| | | | | | process. The patch is contributed by Davide Bresolin <davide@teamos2.it>. r=mkaply,wtc. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 265501: merged 32 and 64 bit versions of prcpucfg.h onwchang0222%aol.com2004-10-264-330/+21
| | | | | | | | Solaris. The patch is contributed by Christophe Ravel of Sun. r=wtc. Modified Files: configure configure.in Added Files: _solaris.cfg Removed Files: _solaris32.cfg _solaris64.cfg Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* fixup commit for branch 'NSPRPUB_PRE_4_2_CLIENT_BRANCH'cvs2hg2004-10-261-0/+201
|
* Bugzilla bug 265709: fixed compiler warnings on LP64 platforms aboutwchang0222%aol.com2004-10-261-2/+2
| | | | | casting between a pointer and an integer of different size. r=jpierre. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 264324: we need to test for __s390x__ before __s390__ becausewchang0222%aol.com2004-10-182-29/+29
| | | | | | | the s390x platform also defines __s390__. The patch is contributed by Wolfgang Rosenauer <mozilla@rosenauer.org>. r=wtc. Modified Files: _linux.cfg _linux.h Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Regenerated using official autoconf 2.13, with manual change to eliminatewchang0222%aol.com2004-10-061-199/+78
| | | | | \015. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 259001: ported NSPR to Solaris on AMD64 architecture. Thewchang0222%aol.com2004-10-064-96/+249
| | | | | | patch is contributed by Julien Pierre <julien.pierre.bugs@sun.com>. r=wtc. Modified Files: configure configure.in _solaris.h _solaris64.cfg Added Files: os_SunOS_x86_64.s
* fixup commit for branch 'NSPRPUB_PRE_4_2_CLIENT_BRANCH'cvs2hg2004-10-061-0/+92
|
* Bugzilla bug 256217: implement PR_GetLibraryFilePathname for FreeBSD, whichMOZILLA_1_8a4_RELEASEwchang0222%aol.com2004-09-021-1/+1
| | | | | | can use the same implementation as Solaris and Linux. The patch is contributed by Dale Jordan. r=wtc. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* landing NSPR portion of patch for bug 239358 "DNS: Reverse lookups are ↵darin%meer.net2004-08-302-11/+22
| | | | | | degrading performance" patch by lorenzo@colitti.com, r=wtc, sr=darin
* Add support for generating PDB-format debug symbols with MSVC, by setting ↵bryner%brianryner.com2004-08-262-205/+94
| | | | MOZ_DEBUG_SYMBOLS=1 in the environment. This is to be used in place of MOZ_PROFILE. Bug 244231, r=wtc, dmose.
* Update comments and use enhanced cygwin-wrapper script for nspr & ldap.cls%seawood.org2004-08-181-10/+62
| | | | | Thanks to Brian Bober <netdragon@gmail.com> for the patch. Bug #245918 r=cls
* Bugzilla bug 244095: link libplds4.so and libplc4.so with -R $ORIGIN onwchang0222%aol.com2004-05-272-0/+6
| | | | | | Solaris. The patch is contributed by Julien Pierre. r=wtc. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH lib/ds/Makefile.in lib/libc/src/Makefile.in
* Bugzilla bug 235381: use the -features=tmplife flag for Sun compilers towchang0222%aol.com2004-05-212-2/+2
| | | | | | enable Standard C++ lifetime of temporary objects. The patch is contributed by Andreas Lange <anlan@ida.liu.se>. r=wtc. sr=darin. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Use the proper flags when building with --enable-debug --enable-optimize.seawood%netscape.com2004-05-202-64/+56
| | | | | Thanks to Wan-Teh Chang <wchang0222@aol.com> for the patch. Bug #243079 r=cls
* Bugzilla bug 244010: support NetBSD/sparc64. Accept more variants of theMOZILLA_1_8a1_RELEASEwchang0222%aol.com2004-05-191-4/+24
| | | | | | arm architecture. The patch is contributed by Martin Husemann <martin@NetBSD.ORG>. r=wtc. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Regenerated using a better version of autoconf 2.13.wchang0222%aol.com2004-05-071-78/+199
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 242741: MSVC .NET 2003 does not support the /PDB:NONE linkerwchang0222%aol.com2004-05-064-201/+111
| | | | | | | option, so we need to generate PDB files and ship them with our binary distributions when compiling with MSVC version > 6.0. r=cls. Modified Files: configure configure.in autoconf.mk.in rules.mk Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 242741: use $(RES) (the .res file) only when building awchang0222%aol.com2004-05-061-12/+4
| | | | | | shared library. Do not include $(RES) in a static library. Removed the unused makefile rule for $(RES) on OS/2. r=cls. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 209499: more improvements to PL_str functions. The patch forwchang0222%aol.com2004-05-024-30/+32
| | | | | | | | strdup.c is contributed by Bernard Alleysson <balleysson@bigfoot.com>. The patch for strcat.c and strstr.c is contributed by Dan Witte <dwitte@stanford.edu>. r=wtc. Modified Files: strcat.c strcpy.c strdup.c strstr.c Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Dummy whitespace change to force the Mozilla trunk Tinderboxes to rebuild.wchang0222%aol.com2004-04-291-1/+0
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* The return type of PR_GetMonitorEntryCount should be PRIntn.wchang0222%aol.com2004-04-291-1/+1
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 123403: LL_INIT should use PR_UINT32 because the hi and lowchang0222%aol.com2004-04-291-2/+2
| | | | | | fields of the PRInt64 structure are PRUint32. The patch is contributed by timeless@bemail.org. r=wtc. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Dummy whitespace change to force Mozilla trunk tinderboxes to rebuild.wchang0222%aol.com2004-04-281-0/+1
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 236613: change to MPL/LGPL/GPL tri-license.wchang0222%aol.com2004-04-28606-18093/+20010
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Allow nspr to accept multiple --{enable,disable}-{debug,optimize} args.seawood%netscape.com2004-04-262-103/+119
| | | | Bug #54828 r=wtc
* Bugzilla bug 209499: backed out the change to strncpy in the previouswchang0222%aol.com2004-04-241-2/+13
| | | | | | checkin because I noticed a subtle difference between PL_strncpy and strncpy (the code marked with JLRU). Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 209499: converted some PL_str* implementations to use ANSI Cwchang0222%aol.com2004-04-248-94/+31
| | | | | | | | equivalents. The patch is contributed by Dan Witte <dwitte@stanford.edu>. r=wtc. Modified Files: strcat.c strchr.c strcmp.c strcpy.c strdup.c strlen.c strpbrk.c strstr.c Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 236228: fixed the remaining problems with logFile == WinDebugwchang0222%aol.com2004-04-241-11/+16
| | | | | | by moving the WinDebug handling code into the _PUT_LOG macro. The patch is contributed by timeless@bemail.org. r=wtc. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 162786: fixed a bug where PR_snprintf returns wrong stringwchang0222%aol.com2004-04-221-1/+1
| | | | | | length (one too small), in the case where the buffer overflows. The patch is contributed by Jonathan Tash (tash@kontiki.com). r=wtc. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* #239663mkaply%us.ibm.com2004-04-1912-16/+60
| | | | | r=mkaply, sr=blizzard (platform specific) OS/2 only - bring back VACPP support for NSPR and DBM mainly so VACPP can still be used with NSS
* Bugzilla bug 108305: upgraded to the Mon Apr 12 00:44:22 MDT 2004 versionwchang0222%aol.com2004-04-171-847/+1726
| | | | | of dtoa.c. r=darin. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* It is not necessary to define _THREAD_SAFE when using pthreads on OpenBSD.wchang0222%aol.com2004-04-132-5/+0
| | | | | (See Bugzilla bug 236599 comment 41). Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 238842: avoid the copying of va_list (the VARARGS_ASSIGNwchang0222%aol.com2004-04-121-53/+64
| | | | | macro) because it is not portable. r=jgmyers. sr=darin. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Set NSPR version to 4.6 Beta.wchang0222%aol.com2004-04-121-2/+2
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 238563: fixed errors reported by an IBM internal tool.wchang0222%aol.com2004-04-124-9/+10
| | | | | | r=darin. Thanks to Philip K. Warren for running the automated tool on NSPR. Modified Files: prcountr.c prdtoa.c prtrace.c prtpd.c Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 232958: checked in a new condition variable implementationwchang0222%aol.com2004-04-122-51/+128
| | | | | | contributed by Fredrik Holmqvist <thesuckiestemail@yahoo.se>. Modified Files: primpl.h btcvar.c Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Add support for cross-compiling to i386-mingw32.seawood%netscape.com2004-04-124-189/+176
| | | | | Bug #222013 r=wtc
* #126928mkaply%us.ibm.com2004-04-011-16/+33
| | | | | r=mkaply, a=mkaply OS/2 only - code from knut st. osmundsen - implement PR_SetFDInheritable on OS/2
* #231934mkaply%us.ibm.com2004-03-301-1/+2
| | | | | r=mkaply, sr=blizzard (platform specific), a=mkaply OS/2 only - code from ganesh - generate map files on OS/2
* #237183mkaply%us.ibm.com2004-03-253-2/+132
| | | | | r=wtc, a=mkaply OS/2 only - add support for exception handler to NSPR so we can catch floating point exceptions
* Bugzilla bug 238578: memory allocated with PR_MALLOC() should not be freedwchang0222%aol.com2004-03-251-2/+2
| | | | | with free(). r=mkaply. a=mkaply for Mozilla 1.7 final. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 237870: we figured out how to link the MinGW build againstwchang0222%aol.com2004-03-233-7/+12
| | | | | | | | wsock32.dll (Winsock 1) instead of ws2_32.dll (Winsock 2). r=cls. a=dbaron for mozilla 1.7 final. Modified Files: Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH pr/src/Makefile.in pr/src/io/prmapopt.c pr/tests/Makefile.in
* fixes bug 209814 "PR_dtoa blows up when executed on an ARM platform" patch ↵MOZILLA_1_7b_RELEASEdarin%meer.net2004-03-121-5/+14
| | | | by wtc r=darin a=brendan
* Update openbsd support for openbsd >= 3.4seawood%netscape.com2004-03-102-13/+64
| | | | | Thanks to Peter Str?mberg <wilfried@spamcop.net> for pulling these patches out of openbsd's ports tree. Bug #236599 r=cls sr=wtc
* landing patch for bug 236879 "PR_LocalTimeParameters should also check for ↵darin%meer.net2004-03-091-3/+5
| | | | values that are too small for 32-bit time_t." patch by wtc, r=darin