summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixup commit for branch 'ROMAXA_20070529_GTK2_THEBES_BRANCH'ROMAXA_20070529_GTK2_THEBES_BRANCHcvs2hg2007-05-280-0/+0
|
* Bugzilla bug 375985: Moved the definition of PR_STATIC_ASSERT from perror.hWEB_CONTENT_HANDLING_20070621_PRE_LAUNCHWITHURIWEB_CONTENT_HANDLING_20070621_PREMERGE_20070607WEB_CONTENT_HANDLING_20070621_POSTMERGE_20070607WEB_CONTENT_HANDLING_20070621_BASEROMAXA_20070529_GTK2_THEBES_BASEMOZILLA_1_9a6_RELEASEMOZILLA_1_9a6_RC2MOZILLA_1_9a6_RC1MOZILLA_1_9a5_RELEASEMOZILLA_1_9a5_RC2MOZILLA_1_9a5_RC1wtc%google.com2007-05-282-15/+8
| | | | | | | | | to prlog.h, where the related PR_ASSERT macro is defined. Define PR_STATIC_ASSERT as an extern declaration rather than a typedef. The patch is adapted from Igor Bukanov's patch in JavaScript bug 381236 JS_STATIC_ASSERT. r=igor@mir2.org. Modified files: prerror.h prlog.h Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 371247: checked in some changes for OpenBSD. The patch is contributedwtc%google.com2007-05-266-3/+16
| | | | | | | by Martynas Venckus <martynas@openbsd.org>. r=nelsonb,wtc. Modified Files: configure configure.in lib/tests/Makefile.in _openbsd.cfg _openbsd.h prnetdb.c Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Dummy whitespace change to force the Mozilla tinderboxes to rebuild.wtc%google.com2007-05-141-1/+0
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Fix for bug 353899 . PR_CallOnce and PR_CallOnceWithArg do not set NSPR ↵wtc%google.com2007-05-145-2/+16
| | | | | | | error code if once->initialized is TRUE and once->status is PR_FAILURE . r=wtc Modified Files: prerr.h prerr.c prerr.et prerr.properties prinit.c Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 377451. Fix crash in cvt_s when string is longer than precision.wtc%google.com2007-05-141-6/+13
| | | | | r=wtc,julien.pierre Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 369722: the IEEE_ARM macro should not be defined for ARM EABI. Thewtc%google.com2007-05-141-2/+3
| | | | | patch is contributed by romaxa <romaxa@gmail.com>. r=darin,wtc Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 376062. Ignore failure of wsaioctlProc( SIO_SET_COMPATIBILITY_MODE,MOZILLA_1_9a4_RELEASEMOZILLA_1_9a4_RC2MOZILLA_1_9a4_RC1nelson%bolyard.com2007-04-191-9/+3
| | | | patch by Seth Spitzer <sspitzer@mozilla.com> r=wtc, r=Masatoshi Kimura
* fix for bug #376062: can't connect with the internet on Wista RC1.sspitzer%mozilla.org2007-04-121-4/+15
| | | | r=wtc, r=Masatoshi Kimura
* Fixing bug 375985. Add compile time assertions to NSPR. r=wtchang@gmail.comjwatt%jwatt.org2007-04-021-0/+15
|
* Bugzilla bug 363997: define the WSAOVERLAPPED type properly to fix MinGWMOZILLA_1_9a3_RELEASEMOZILLA_1_9a3_RC1wtchang%redhat.com2007-03-151-7/+2
| | | | | | build failure. The patch is contributed by Martijn Wargers <martijn.martijn@gmail.com>. r=wtc. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 363997: when running on Windows Vista, set the sockets in thewtchang%redhat.com2007-03-144-0/+118
| | | | | | | | compatibility mode so that the new TCP/IP stack in Windows Vista can interoperate with all the TCP/IP implementations. The patch is contributed by Seth Spitzer <sspitzer@mozilla.com>. r=wtc,biesi Modified Files: _win95.h w95io.c w95sock.c w95thred.c Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Dummy whitespace change to force Mozilla tinderboxes to rebuild.wtchang%redhat.com2007-03-011-0/+1
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 34843: PR_StringToNetAddr and PR_NetAddrToString should callwtchang%redhat.com2007-03-013-5/+129
| | | | | | | getaddrinfo and getnameinfo if they exist. Based on the patch contributed by Noriko Hosoi <nhosoi@redhat.com>. r=nhosoi Modified files: _win95.h _winnt.h prnetdb.c Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 369467: use a more robust way to ensure the pointer p does not pointwtchang%redhat.com2007-02-151-3/+4
| | | | | | before the array big. The patch is contributed by Wolfgang Rosenauer <mozilla@rosenauer.org>. r=wtc Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 362768: implemented NSPR shared library finalization function for AIX.SUNBIRD_0_3_1_RC2MOZILLA_1_9a2_RELEASEMOZILLA_1_9a2_RC1wtchang%redhat.com2007-01-202-2/+12
| | | | | | r=nelsonb Modified files: pr/src/Makefile.in ptthread.c Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 329807: define struct _md_sockaddr_in6 because HP-UX's structSONGBIRD_20070117_01_TAGwtchang%redhat.com2007-01-171-0/+18
| | | | | sockaddr_in6 is only 32-bit aligned. r=nelsonb Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 365997: declared the variable 'dst' as pointer to const.wtchang%redhat.com2007-01-161-1/+1
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 365997: changed timetest to test the years 2005-2008 rather than thewtchang%redhat.com2007-01-161-59/+69
| | | | | | years 1993-1996. This tests its ability to use both the old and new DST rules. Patch by Nelson Bolyard of Sun Microsystems. r=alexei.volkov Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 365997: updated PR_USPacificTimeParameters with the new US Daylightwtchang%redhat.com2007-01-161-48/+82
| | | | | Saving Time rule. By Nelson Bolyard of Sun Microsystems. r=wtc. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 362768: restored the _pt_thread_death call in _PR_Fini becausewtchang%redhat.com2007-01-131-2/+0
| | | | | | the cause of the hang on Mozilla shutdown (JavaScript bug 366869) has been fixed. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 329807: set USE_IPV6=1 (define _PR_INET6) on HP-UX B.11.23 or later,wtchang%redhat.com2007-01-133-6/+7
| | | | | | based on information from HP. r=nelsonb,darin Modified files: configure configure.in _hpux.h Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 362768: checked in the patch again but without thewtchang%redhat.com2007-01-122-0/+68
| | | | | | _pt_thread_death call that was causing a hang on Mozilla shutdown. Modified files: pr/src/Makefile.in ptthread.c Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 362768: backed out the previous checkin because it failed somewtchang%redhat.com2007-01-122-66/+0
| | | | | | Mozilla tests. Modified files pr/src/Makefile.in ptthread.c Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 362768: implemented NSPR shared library finalization function for majorwtchang%redhat.com2007-01-112-0/+66
| | | | | | Unix platforms. r=nelsonb Modified files: pr/src/Makefile.in ptthread.c Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 254983: implemented PR_DetachThread for Unix. r=nelsonbwtchang%redhat.com2007-01-111-1/+11
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 365703: turn off logging and tracing if the effective group ID iswtchang%redhat.com2007-01-052-2/+2
| | | | | | | different from the real group ID. The patch is suggested by Mike Hommey <mh+mozilla@glandium.org>. r=nelsonb,wtc. Modified files: prlog.c prtrace.c Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 362134: fixed a crash in dtoa when running with reduced CPUwtchang%redhat.com2006-12-211-1/+1
| | | | | | float precision. Original patch for jsdtoa.c in JavaScript by Keith Victor <keith@virtock.com>. r=wtc. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 360933: removed dead code (for the plevent.h functions and forwtchang%redhat.com2006-12-2112-1483/+1
| | | | | | | | | | | | | Win16 support). Modified Files: Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH README.TXT Removed Files: Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH w16gui/.cvsignore w16gui/Makefile.in w16gui/popfile.c w16gui/popfind.c w16gui/popfont.c w16gui/poppad.c w16gui/poppad.h w16gui/poppad.ico w16gui/poppad.rc w16gui/popprnt0.c w16gui/readme.1st
* Bugzilla Bug 360933: removed the 'windows' directory from CVS.wtchang%redhat.com2006-12-211-4/+0
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 360933: removed dead code (for the plevent.h functions, whichwtchang%redhat.com2006-12-213-469/+0
| | | | | | have been moved to XPCOM). Removed files: makefile readme.1st winevent.c Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 236613: change to MPL/LGPL/GPL tri-license.wtchang%redhat.com2006-12-2119-524/+594
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* [OS/2] Bug 351246: Load Mozilla into Highmem on OS/2. Part 2, changes towtchang%redhat.com2006-12-141-101/+121
| | | | NSPR. By Peter Weilbacher <mozilla@weilbacher.org>. r=mkaply, sr=wtc
* [OS/2] Bug 351246: Load Mozilla into Highmem on OS/2. Part 2, changes to ↵mozilla%weilbacher.org2006-12-123-0/+48
| | | | NSPR. r=mkaply, sr=wtc
* Dummy whitespace change to force the Mozilla tinderboxes to rebuild.wtchang%redhat.com2006-12-081-1/+0
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 363092: removed the pthread_kill macro definition. Mac OS Xwtchang%redhat.com2006-12-081-7/+0
| | | | | | has had the pthread_kill function since 10.2. The patch is contributed by Josh Aas <joshmoz@gmail.com>. r=mark.mentovai,wtc Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 363092: made 10.2 the default Mac OS X ppc deployment target.wtchang%redhat.com2006-12-082-206/+85
| | | | | r=josh.aas Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Dummy whitespace change to force Mozilla tinderboxes to rebuild.wtchang%redhat.com2006-12-061-0/+1
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 362246: enable large-file support on Mac OS X.wtchang%redhat.com2006-12-061-1/+1
| | | | | r=mark.mentovai,bienvenu Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Dummy whitespace change to force Mozilla tinderboxes to rebuild.wtchang%redhat.com2006-12-011-1/+0
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 354593: fixed a race condition in the creation of the lockwtchang%redhat.com2006-12-014-6/+25
| | | | | | | | that protects localtime() by creating the lock during NSPR initialization. r=aleksey.sanin,nelson.bolyard. The patch is contributed by Mark Stevans <marks@coral8.com>. Modified files: primpl.h prinit.c prtime.c ptthread.c Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Fix for bug 356616 . NSPR DLLs should build at default base address. r=wtchangwtchang%redhat.com2006-12-016-28/+0
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 353527: put the call to a conditionally defined function inwtchang%redhat.com2006-12-011-0/+2
| | | | | an ifdef. Contributed by Steve Snyder <swsnyder@insightbb.com>. r=wtc. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 353729: handle PR_vsmprintf failure in PR_vfprintf. r=timelesswtchang%redhat.com2006-12-011-0/+3
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 34843: moved PR_StringToNetAddr and PR_NetAddrToString to thewtchang%redhat.com2006-12-011-93/+93
| | | | | | end of the file. They will be enhanced to use getaddrinfo and getnameinfo, so they need to be after the definitions of GETADDRINFO and FREEADDRINFO. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 353427: changed PL_FPrintError to use PR_ErrorToName to avoidwtchang%redhat.com2006-12-011-83/+3
| | | | | | duplicating the error table. This fixed an array index out of bounds error reported by Klockwork as a by-product. r=nelsonb. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 360169: changed the value of the _PR_SI_ARCHITECTURE macrowtchang%redhat.com2006-12-011-1/+6
| | | | | back to "hppa1.1" for backward compatibility. r=nelsonb Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 352816: don't need to call _pr_CopyLowBits if size (free spacewtchang%redhat.com2006-12-011-2/+2
| | | | | | in buf) is 0. The patch is contributed by Sergei Dolgov <sergei_d@fi.tartu.ee>. r=wtc. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 355999: fix up for kfreebsd support. The patch is contributedwtchang%redhat.com2006-12-012-0/+13
| | | | | | by Petr.Salinger@seznam.cz. r=wtc Modified files: _linux.cfg _linux.h Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Updated for the current platform list. Pass the -p option to mkdir towtchang%redhat.com2006-12-011-24/+20
| | | | | handle a directory in WIN_OBJDIRS of the form msvc6.0/WIN954.0_DBG.OBJ. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH