summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'THREADS_20060307_BRANCH'THREADS_20060307_BRANCHcvs2hg2006-02-280-0/+0
* Bugzilla Bug 261649: BeOS has the getprotobyxxx_r functions, but theyTHREADS_20060307_BASEwtchang%redhat.com2006-02-281-3/+4
* Bugzilla Bug 322578: Support ppc<->x86 cross builds for Mac OS X. Thewtchang%redhat.com2006-02-225-93/+171
* Bugzilla Bug 327448: it's not necessary to do dynamic lookup of the Wwtchang%redhat.com2006-02-202-41/+11
* Bugzilla Bug 327544: set OBJDIR to $(OBJDIR_NAME) to ensure that OBJDIRwtchang%redhat.com2006-02-202-3/+2
* Bugzilla Bug 111428: more file pathname internationalization bug fixes.wtchang%redhat.com2006-02-172-10/+38
* Bugzilla Bug 124695: the implementation of _PR_MD_GET_INTERVAL for MinGWwtchang%redhat.com2006-02-131-6/+0
* Bugzilla bug 326283: fixed the Emacs mode line. r=joshmoz.wtchang%redhat.com2006-02-081-1/+1
* Bugzilla Bug 307527: a dummy whitespace change to cause Mozilla tinderboxeswtchang%redhat.com2006-02-071-0/+1
* Bugzilla Bug 307527: second attempt to check in the fix.wtchang%redhat.com2006-02-072-64/+6
* Bugzilla Bug 307527: backed out the previous checkin because Mozillawtchang%redhat.com2006-02-072-6/+64
* Bugzilla Bug 307527: implement NSPR interval timer with timeGetTime insteadwtchang%redhat.com2006-02-072-64/+6
* Bugzilla bug 326110: use PR_IMPLEMENT with two exported functions.wtchang%redhat.com2006-02-072-4/+4
* Bugzilla bug 326110: declare PR_SetSysfdTableSize and PR_GetSysfdTableMaxwtchang%redhat.com2006-02-061-0/+9
* Bugzilla Bug 322956: added PR_SI_HOSTNAME_UNTRUNCATED, which does notwtchang%redhat.com2006-01-192-2/+9
* Bugzilla Bug 322422: fixed a negative integer division truncation directionwtchang%redhat.com2006-01-091-1/+11
* Bugzilla Bug 322427: removed a very old workaround for a zero-size array inwtchang%redhat.com2006-01-091-4/+0
* Dummy whitespace change to force the Tinderboxes to rebuild.wtchang%redhat.com2006-01-091-0/+1
* Bugzilla Bug 322287: Implemented NSPR atomic routines in x86 assembly codewtchang%redhat.com2006-01-094-31/+145
* Bugzilla Bug 322287: the "lock" prefix is not required for the x86 "xchg"wtchang%redhat.com2006-01-097-8/+3
* Bugzilla bug 322427: do not compile NSPR with -ansi and with _POSIX_SOURCE,wtchang%redhat.com2006-01-074-53/+28
* Bugzilla Bugs 261649 and 321579: fixed BeOS build error caused by previouswtchang%redhat.com2005-12-271-2/+2
* Bugzilla Bug 261649: added GNU/k*BSD and preliminary GNU/Hurd support. Thewtchang%redhat.com2005-12-2416-58/+84
* Bugzilla Bug 321230: don't link with libdl on BeOS. The patch iswtchang%redhat.com2005-12-222-2/+3
* Bugzilla Bug 316964: use the -z ignore linker flag on Solaris. The patchwtchang%redhat.com2005-12-162-4/+4
* Bugzilla Bug 225859: allow one to do Windows x64 builds with the x86wtchang%redhat.com2005-12-082-201/+96
* Rename real_install target as install.cls%seawood.org2005-11-234-13/+10
* Only export *.cfg files needed for cross-compiling.cls%seawood.org2005-11-231-4/+5
* Explicitly disable pthread support for win32, os2 & beos.cls%seawood.org2005-11-232-83/+204
* Bugzilla bug 195219: put the stops (double semicolons) that delimitwtchang%redhat.com2005-11-212-20/+10
* 238319: Sun packages changes.wtchang%redhat.com2005-11-211-2/+4
* Bugzilla bug 195219: implemented the atomic routines in IA-64 assembly forwtchang%redhat.com2005-11-214-23/+149
* Bugzilla Bug 164070: fixed the bug that PR_ImplodeTime and PR_NormalizeTimewtchang%redhat.com2005-11-141-45/+23
* Bugzilla Bug 312199: HP-UX IPF (Itanium) changes contributed by Grace Luwtchang%redhat.com2005-11-113-32/+51
* Bugzilla Bug 156633: replaced the deprecated PR_CurrentThread bywtchang%redhat.com2005-11-0712-69/+69
* Bugzilla Bug 314070: do not use CFM on Mac OS X x86. The patch iswtchang%redhat.com2005-11-071-11/+25
* Bugzilla Bug 302212: Pass -F arguments to ld when GCC <= 3. Contributed bySUNBIRD_0_3a1_RELEASEwtchang%redhat.com2005-10-282-30/+36
* Bugzilla Bug 302212: allow Mac OS X x86 builds to target SDKs. The patchwtchang%redhat.com2005-10-264-183/+260
* Dummy whitespace change to force Mozilla Tinderboxes to rebuild.wtchang%redhat.com2005-10-211-1/+0
* Bugzilla Bug 225859: added 64-bit Windows support. Peter Armisteadwtchang%redhat.com2005-10-2124-204/+514
* Sync config.guess & config.sub with official GNU CVS copies.cls%seawood.org2005-10-142-324/+491
* Bugzilla bug 307168: Determine if the visibility(default) attribute can bewtchang%redhat.com2005-10-131-1/+3
* Bugzilla Bug 312100: fixed an uninitialized variable bug.wtchang%redhat.com2005-10-111-1/+1
* Bugzilla Bug 263952: backed out the checkin to define the Solaris featurewtchang%redhat.com2005-10-102-45/+19
* fixes bug 308587 "PR_GetPhysicalMemorySize returns garbage on systems with mo...darin%meer.net2005-09-171-11/+9
* Dummy whitespace change to force Tinderboxes to rebuild.wtchang%redhat.com2005-09-151-0/+1
* Bugzilla Bug 308331: the guard for the int32 typedef is no longerwtchang%redhat.com2005-09-151-2/+0
* Set NSPR version to 4.7 (Beta).wtchang%redhat.com2005-09-145-16/+16
* Bugzilla bug 238319: Sun packages changes.wtchang%redhat.com2005-09-142-75/+26
* Skip libpthread check in Darwin buildscls%seawood.org2005-09-022-21/+35