summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixup commit for branch 'CAMINO_1_0_3_MINIBRANCH'XULRUNNER_1_8_0_5_RELEASEXULRUNNER_1_8_0_5_RC5XULRUNNER_1_8_0_5_RC4XULRUNNER_1_8_0_5_RC2THUNDERBIRD_1_5_0_9_RELEASETHUNDERBIRD_1_5_0_9_RC1THUNDERBIRD_1_5_0_8_RELEASETHUNDERBIRD_1_5_0_8_RC1THUNDERBIRD_1_5_0_7_RELEASETHUNDERBIRD_1_5_0_7_RC6THUNDERBIRD_1_5_0_7_RC5THUNDERBIRD_1_5_0_7_RC4THUNDERBIRD_1_5_0_7_RC3THUNDERBIRD_1_5_0_7_RC2THUNDERBIRD_1_5_0_7_RC1THUNDERBIRD_1_5_0_5_RELEASETHUNDERBIRD_1_5_0_5_RC4THUNDERBIRD_1_5_0_5_RC3THUNDERBIRD_1_5_0_5_RC2THUNDERBIRD_1_5_0_5_RC1SEAMONKEY_1_0_7_RELEASESEAMONKEY_1_0_6_RELEASESEAMONKEY_1_0_5_RELEASESEAMONKEY_1_0_4_RELEASESEAMONKEY_1_0_3_RELEASEMOZILLA_1_8_0_7_RELEASEMOZILLA_1_8_0_5_RELEASEMOZILLA_1_8_0_5_RC5MOZILLA_1_8_0_5_RC4MOZILLA_1_8_0_5_RC2FIREFOX_1_5_0_9_RELEASEFIREFOX_1_5_0_9_RC1FIREFOX_1_5_0_8_RELEASEFIREFOX_1_5_0_8_RC2FIREFOX_1_5_0_8_RC1FIREFOX_1_5_0_7_RELEASEFIREFOX_1_5_0_7_RC6FIREFOX_1_5_0_7_RC5FIREFOX_1_5_0_7_RC4FIREFOX_1_5_0_7_RC3FIREFOX_1_5_0_7_RC2FIREFOX_1_5_0_7_RC1FIREFOX_1_5_0_6_RELEASEFIREFOX_1_5_0_6_RC1FIREFOX_1_5_0_5_RELEASEFIREFOX_1_5_0_5_RC5FIREFOX_1_5_0_5_RC4FIREFOX_1_5_0_5_RC3FIREFOX_1_5_0_5_RC2FIREFOX_1_5_0_5_RC1CAMINO_1_0_3_RELEASECAMINO_1_0_3_MINIBRANCHcvs2hg2006-06-1246-1050/+1471
|
* Use dashes instead of backslashes for program options to avoid msys shell ↵cls%seawood.org2005-06-017-7/+7
| | | | | | | expansion. Thanks to Howard Chu <hyc@symas.com> for the patch. Bug #294122 r=cls a=shaver
* Sync with NSPR 4.6cls%seawood.org2005-06-0118-197/+229
| | | | Bug #295761 a=shaver
* Allow --enable-debug to accept compiler flags like --enable-optimizecls%seawood.org2005-06-012-115/+254
| | | | Bug #284767 r=bsmedberg a=shaver
* Update SDK support to build on OSX 10.4 (Tiger)cls%seawood.org2005-06-012-28/+93
| | | | | Thanks to Mark Mentovai <mark@moxienet.com> for the patch. Bug #292530 r=wtc a=brendan
* Bugzilla bug 293438: use -fvisibility=hidden, without wrapped systemTHUNDERBIRD_1_1a1_RELEASEFIREFOX_1_1a1_RELEASEwtchang%redhat.com2005-05-192-33/+55
| | | | | | | headers and without gcc_hidden.h, because we can't build on Linux x86-64 with the GCC visibility pragmas. r=bryner. a=asa for mozilla1.8b2/aviary1.1a1. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 273336: arguments to the test command should be quoted.wtchang%redhat.com2005-05-112-4/+4
| | | | | r=jpierre,cls. a=shaver for aviary1.1a1. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Allow --includedir & --libdir to be properly overriden when calling nspr-config.cls%seawood.org2005-05-111-10/+37
| | | | Bug #289015 r=wtc,roc a=shaver
* Bugzilla bug 293400: removed an extraneous blank line introduced in the fixwtchang%redhat.com2005-05-091-1/+0
| | | | | | | for Bugzilla bug 292899. This blank line broke OS/2 builds. The patch is contributed by Andy Willis <abwillis@comcast.net>. r=wtc. a=shaver for mozilla1.8b2 and aviary1.1a1. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Attempting to fix AIX bustage again (bug 292899). r=wtcbryner%brianryner.com2005-05-071-4/+5
|
* Fixing AIX bustage (typo) (bug 292899)bryner%brianryner.com2005-05-061-1/+1
|
* Add PR_GetPhysicalMemorySize to determine the amount of system memory ↵bryner%brianryner.com2005-05-066-3/+159
| | | | installed (bug 292899). r=wtc, a=brendan
* Changed "it's" to "its".wtchang%redhat.com2005-04-291-1/+1
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 291724: removed the workaround for a very old Windows NT 4.0wtchang%redhat.com2005-04-293-75/+1
| | | | | | | | | bug. The workaround modified _tzset related global variables in Microsoft CRT directly and relied on undocumented properties of the buffers that _tzname[0] and _tzname[1] point to. r=darin. a=asa for mozilla1.8b2 and aviary1.1a. Modified files: ntmisc.c ntthread.c w95thred.c Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 289015: backed out the checkin. It broke some tinderboxeswtchang%redhat.com2005-04-291-2/+1
| | | | | and needs more work. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 289015: enable nspr-config to use the --libdir option passedwtchang%redhat.com2005-04-281-1/+2
| | | | | | to the configure script. The patch is contributed by Ray Strode <rstrode@redhat.com>. r=wtc,cls. a=asa for mozilla1.8b2 and aviary1.1a. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 291631: changed MOD_MINOR_VERSION to 6 for NSPR 4.6.wtchang%redhat.com2005-04-282-2/+2
| | | | | | r=mozilla@rosenauer.org. a=asa for mozilla1.8b2 and aviary1.1a. Modified files: configure.in configure Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 291982: fixed a bug when we remove an item from a listwtchang%redhat.com2005-04-281-3/+5
| | | | | | while iterating through the list. The bug was reported and tracked down by kamil@good.com. a=asa for mozilla1.8b2 and aviary1.1a. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Fix for bug 170911 - add support for >2GB files on OS/2. r=mkaply, pedemonteSOFTWARE_UPDATE_20050428_BASEjulien.pierre.bugs%sun.com2005-04-223-55/+211
|
* Bugzilla bug 290122: pass full pathnames of source files to the compilerwtchang%redhat.com2005-04-131-1/+1
| | | | | | | on AIX so its debugger can automatically find the source files. r=Julien Pierre of Sun and Philip Warren of IBM. a=caillon for mozilla1.8b2 and aviary1.1a. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 287197: undo the damage of rev. 3.2. Comments must beginwtchang%redhat.com2005-03-221-54/+54
| | | | | with "//", not "/". Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 238563: added a comment that Nelson suggested in code review.wtchang%redhat.com2005-03-161-0/+5
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bugs 255633, 285934: '-' must be the first or last character inwtchang%redhat.com2005-03-151-2/+2
| | | | | | | a scanlist, otherwise some implementations may interpret it to mean a range of characters. Thanks to Frank Wein <bugzilla@mcsmurf.de> for the bug report and suggesting the fix. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 238563: carried the fixes from the trunk (revisions 3.15 andwtchang%redhat.com2005-03-151-10/+23
| | | | 3.16) to the NSPRPUB_PRE_4_2_CLIENT_BRANCH.
* Bugzilla Bug 252195: use Microsoft IPv6 Technology Preview for Windowswtchang%redhat.com2005-03-101-15/+24
| | | | | 2000 (wship6.dll), if available. r=darin. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 164163: removed unused function PR_FindLibrary.wtchang%redhat.com2005-03-102-14/+5
| | | | | Modified Files: nspr_symvec.opt prlink.c Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 285286: PR_ReadDir reported the wrong error code when thewtchang%redhat.com2005-03-095-0/+5
| | | | | | | | end of directory was reached. We need to set errno to 0 before calling readdir and mapping error 0 to PR_NO_MORE_FILES_ERROR. The patch is contributed by Mathieu Poumeyrol <poumeyrol@idm.fr>. r-wtc,bryner. Modified Files: beos_errors.c bfile.c unix.c unix_errors.c ptio.c Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 255633: allow hyphen (-) and underscore (_) in log modulewtchang%redhat.com2005-03-091-2/+2
| | | | | names. The patch is contributed by Ed Catmur <ed@catmur.co.uk>. r=wtc. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 100776: make a copy of the sockaddr structure and pass thewtchang%redhat.com2005-03-091-1/+4
| | | | | | copy to connect because connect modifies the sockaddr structure. The patch is contributed by Julien Pierre of Sun. r=wtc. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Regenerated using the official autoconf 2.13 (as opposed to the autoconfwtchang%redhat.com2005-03-091-201/+80
| | | | | 2.13 in Red Hat Enterprise Linux 3). Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 256508: make --with-pthreads the default on OpenBSD. Thewtchang%redhat.com2005-03-092-24/+28
| | | | | | fix was tested by Jim Rees <rees@umich.edu>. Modified Files: configure.in configure Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 195222: removed obsolete NSPR makefiles.wtchang%redhat.com2005-03-092-223/+0
| | | | | Removed Files: makefile.win gmakefile.win Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 281250: internal functions should not be defined withwtchang%redhat.com2005-03-091-12/+12
| | | | | PR_IMPLEMENT. Thanks to timeless@bemail.org for the bug report. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 279817: removed the NODL_TABLE code. It was added for Win16.wtchang%redhat.com2005-03-091-14/+0
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 285020: wrap the member access in parenthesis because recvwtchang%redhat.com2005-03-081-1/+1
| | | | | | may be defined as a macro on some platforms. The patch is contributed by Chris Aillon of Red Hat. r=wtc. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla bug 274450: a default thread stack size of 64K is too small forwtchang%redhat.com2005-03-081-4/+10
| | | | | | Mozilla on Linux. Use the default pthread stack size instead, and do that on all platforms (not just Linux). r=bzbarsky. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Dummy whitespace change to force the Mozilla tinderboxes to rebuild.wtchang%redhat.com2005-03-081-1/+0
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Removed blank lines in *.def files.wtchang%redhat.com2005-03-084-0/+54
| | | | | Modified Files: plds.def plc.def nspr.def my.def Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 236613: change to MPL/LGPL/GPL tri-license.wtchang%redhat.com2005-03-082-58/+66
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* 238319: Sun packages changes.wtchang%redhat.com2005-03-0821-42/+729
| | | | | Add Mozilla copyrights to makefiles. (Carried Christoph Ravel's changes to the NSPRPUB_PRE_4_2_CLIENT_BRANCH.)
* Bugzilla Bug 279071: removed a duplication definition of thewtchang%redhat.com2005-03-081-1/+0
| | | | | | MAX_POLLING_INTERVAL macro. The bug is reported by Justin Wood <116057@bacon.qcc.mass.edu>. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 280872: prmem.h doesn't need to include <stddef.h> directlywtchang%redhat.com2005-03-081-2/+1
| | | | | | because it is already included via prtypes.h. The patch is contributed by Hans-Andreas Engel <Hans-A.Engel@unibas.ch>. r=wtc. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 274450: use pthread_attr_setstacksize on Linux.wtchang%redhat.com2005-03-083-9/+0
| | | | | Modified Files: ptthread.c foreign.c provider.c Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 283710: disable executable stack on ia64. The patch iswtchang%redhat.com2005-02-281-36/+60
| | | | | | contributed by Christopher A. Aillon of Red Hat. r=wtc. Also fixed the comments. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 260899: removed dead code.wtchang%redhat.com2005-02-241-117/+0
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Dummy whitespace change to force the Mozilla Tinderboxes to rebuild.wtchang%redhat.com2005-02-241-0/+1
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 260899: do not use the spinlock based implementation ofwtchang%redhat.com2005-02-242-92/+0
| | | | | | | PR_StackPush and PR_StackPop for Solaris x86. The patch is contributed by Julien Pierre of Sun. r=wtc. Modified Files: _solaris.h os_SunOS_x86.s Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla Bug 283210: Use the B_DO_NOT_RESCHEDULE flag to avoid unnecessarywtchang%redhat.com2005-02-233-11/+11
| | | | | | | context switches when a lock is released. The patch is contributed by tqh <thesuckiestemail@yahoo.se>. r=sergei_d,wtc. Modified Files: btcvar.c btlocks.c btsem.c Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* #271883mkaply%us.ibm.com2005-02-181-7/+1
| | | | | r=mkaply, sr=wtc remove FILE_HIDDEN from OS/2 NSPR
* Bugzilla Bug 281763: fixed a leak of the first arena on the freelist whenMOZILLA_1_8b1_RELEASEwtchang%redhat.com2005-02-111-2/+2
| | | | | | the second arena is taken. The patch is contributed by Nelson Bolyard of Sun Microsystems. r=wtc. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH