summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'SAFEBROWSING_20060516_BRANCH'SAFEBROWSING_20060516_BRANCHcvs2hg2006-04-280-0/+0
* fixup commit for branch 'DOM_AGNOSTIC3_BRANCH'SAFEBROWSING_20060516_BASEDOM_AGNOSTIC3_BASE2DOM_AGNOSTIC3_BASEcvs2hg2006-04-280-0/+0
* Remove all generated Makefiles upon distclean.cls%seawood.org2006-04-281-0/+1
* Remove all generated Makefiles upon distclean.cls%seawood.org2006-04-282-80/+205
* Bugzilla Bug 326168: fixed an allocation size bug. The patch iswtchang%redhat.com2006-04-121-1/+1
* Bugzilla Bug 298457: fixed an underquoted m4 macro. The patch iswtchang%redhat.com2006-04-111-1/+1
* Bugzilla bug 247896 and bug 331216: fixed the bug that 'end' was moved onewtchang%redhat.com2006-04-111-5/+1
* Bug 331600 - remove non-tri-licensed code patch, originally from bug 61746.wtchang%redhat.com2006-04-051-88/+28
* Bugzilla Bug 326168: more cleanups after code review. r=darin,jshin.wtchang%redhat.com2006-04-053-17/+19
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2006-03-3110-273/+303
* #301064mkaply%us.ibm.com2006-03-151-0/+16
* Bugzilla Bug 330364: fixed a NULL pointer dereference inwtchang%redhat.com2006-03-131-1/+1
* Backed out a change in the previous checkin that broke the Windows gccwtchang%redhat.com2006-03-131-1/+1
* fixes bug 326168 "Add a UTF-16 API to load a library" patch by jshin1987@gmai...darin%meer.net2006-03-105-15/+257
* 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