summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixup commit for branch 'PREFERENCES_20050201_BRANCH'PREFERENCES_20050201_BRANCHcvs2hg2005-01-310-0/+0
|
* Bugzilla Bug 279874: use %p instead of %X to print a pointer. The patch isPREFERENCES_20050201_BASEwtchang%redhat.com2005-01-311-13/+13
| | | | | contributed by Tim Ruehsen <tim.ruehsen@gmx.de>. r=wtc. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 277514: added an environment variable NSPR_OS2_NO_HIRES_TIMERwtchang%redhat.com2005-01-251-2/+11
| | | | | | | that a user can set to disable the use of high-resolution timer DosTmrQueryTime(). The patch is contributed by Michael Kaply <mkaply@us.ibm.com>. r=wtc. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 279723: PR_ReadDir needs to map the error code beforewtchang%redhat.com2005-01-251-3/+7
| | | | | | returning with a failure. The patch is contributed by Mathieu Poumeyrol <poumeyrol@idm.fr>. r=wtc. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 279541: Fixed errors in code that was apparently copiedwtchang%redhat.com2005-01-251-4/+4
| | | | | | | and pasted. ipv6_to_v4_tcpMethods should be ipv6_to_v4_udpMethods. The patch is contributed by Justin Wood <116057@bacon.qcc.mass.edu>. r=wtc,darin. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Dummy whitespace change to force the Mozilla tinderboxes to rebuild.wtchang%redhat.com2005-01-171-1/+0
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 276330: add a new configuration macro _PR_HAVE_O_APPEND,wtchang%redhat.com2005-01-174-10/+16
| | | | | | | | which should be defined on platforms (e.g., Unix and BeOS) that have O_APPEND or its equivalent. The patch is contributed by tqh <thesuckiestemail@yahoo.se>. r=wtc,sergei_d. Modified files: _beos.h _unixos.h primpl.h prfile.c Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Dummy change to force the Mozilla tinderboxes to rebuild.wtchang%redhat.com2005-01-121-0/+1
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 277704: define the LL_MAXINT, LL_MININT, ... macros aswtchang%redhat.com2005-01-121-5/+17
| | | | | | | constants rather than functions on platforms that have a 64-bit integer type. The patch is contributed by Christian Biesinger <cbiesinger@gmx.at>. r=wtc. \ Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 276587: use stat to implement _MD_access because access iswtchang%redhat.com2005-01-121-9/+16
| | | | | broken. The patch is contributed by tqh <thesuckiestemail@yahoo.se>. r=wtc Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 276170: fixed unused variable addrp on some platforms.wtchang%redhat.com2005-01-041-21/+8
| | | | | Fixed the bug that addr rather than addrp was used. r=timeless,darin. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 274751: fixed the regression that the *.res files were notwtchang%redhat.com2005-01-041-3/+3
| | | | | removed by the various clean or clobber makefile targets. r=cls. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Fix bustage by working around shells that don't allow ! after &&. b=275674, ↵PREFERENCES_20050101_BASEdbaron%dbaron.org2004-12-232-33/+37
| | | | 273336
* Fix undesired tinderbox rebuilds due to system header wrapper timestamps ↵bryner%brianryner.com2004-12-161-5/+10
| | | | changing. Bug 273336, r=dbaron.
* Add support for using gcc's visibility pragma to treat all function and ↵bryner%brianryner.com2004-12-1510-91/+564
| | | | method declarations as "hidden" unless declared otherwise. Create wrappers for system headers that cause them to be treated as default-visibility declarations. This gives a substantial code size and performance win on compilers that support it, and should show up on the gruff tinderbox. Bug 273336, r=darin sr=dbaron.
* Bugzilla bug 151709: declare the temporary variables as PRInt32.wchang0222%aol.com2004-12-061-3/+3
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 151709: implemented atomic operations in assembly on Alphawchang0222%aol.com2004-12-061-0/+56
| | | | | Linux. The patch is contributed by falk@debian.org. r=darin,wtc. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* 238319: Sun packaging changes.wchang0222%aol.com2004-12-0615-285/+175
| | | | | | Hook-up SUNWprd package. Remove SUNWprx package. Porting from NSPR_4_5_BRANCH. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* fixup commit for branch 'NSPRPUB_PRE_4_2_CLIENT_BRANCH'cvs2hg2004-11-297-0/+231
|
* Checked in the fixes for Bugzilla bugs 106386, 266981, and 266327 on thewchang0222%aol.com2004-11-2312-27/+148
| | | | | | NSPRPUB_PRE_4_2_CLIENT_BRANCH. Modified Files: plresolv.h plstr.h prgc.h prolock.h prtypes.h _darwin.h _freebsd.cfg, _freebsd.h _pth.h bfile.c ptio.c ptsynch.c
* #247962MOZILLA_1_8a5_RELEASEmkaply%us.ibm.com2004-11-222-36/+0
| | | | | r=pedemonte, sr=wtc, a=mkaply Patch from mkaply - remove DLL_InitTerm from NSPR - PM switch should happen in app, not NSPR
* 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