summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Creating branch tag and allowing WINCE code to live there.NSPR_PRE_4_2_WINCE_BRANCHdougt%meer.net2005-04-2034-78/+656
* fixup commit for branch 'NSPR_PRE_4_2_WINCE_BRANCH'cvs2hg2005-04-131-0/+96
* Bugzilla bug 290122: pass full pathnames of source files to the compilerwtchang%redhat.com2005-04-131-1/+1
* Bugzilla Bug 287197: undo the damage of rev. 3.2. Comments must beginwtchang%redhat.com2005-03-221-54/+54
* Bugzilla Bug 238563: added a comment that Nelson suggested in code review.wtchang%redhat.com2005-03-161-0/+5
* Bugzilla Bugs 255633, 285934: '-' must be the first or last character inwtchang%redhat.com2005-03-151-2/+2
* Bugzilla Bug 238563: carried the fixes from the trunk (revisions 3.15 andwtchang%redhat.com2005-03-151-10/+23
* Bugzilla Bug 252195: use Microsoft IPv6 Technology Preview for Windowswtchang%redhat.com2005-03-101-15/+24
* Bugzilla Bug 164163: removed unused function PR_FindLibrary.wtchang%redhat.com2005-03-102-14/+5
* Bugzilla Bug 285286: PR_ReadDir reported the wrong error code when thewtchang%redhat.com2005-03-095-0/+5
* Bugzilla Bug 255633: allow hyphen (-) and underscore (_) in log modulewtchang%redhat.com2005-03-091-2/+2
* Bugzilla Bug 100776: make a copy of the sockaddr structure and pass thewtchang%redhat.com2005-03-091-1/+4
* Regenerated using the official autoconf 2.13 (as opposed to the autoconfwtchang%redhat.com2005-03-091-201/+80
* Bugzilla bug 256508: make --with-pthreads the default on OpenBSD. Thewtchang%redhat.com2005-03-092-24/+28
* Bugzilla Bug 195222: removed obsolete NSPR makefiles.wtchang%redhat.com2005-03-092-223/+0
* Bugzilla Bug 281250: internal functions should not be defined withwtchang%redhat.com2005-03-091-12/+12
* Bugzilla Bug 279817: removed the NODL_TABLE code. It was added for Win16.wtchang%redhat.com2005-03-091-14/+0
* Bugzilla Bug 285020: wrap the member access in parenthesis because recvwtchang%redhat.com2005-03-081-1/+1
* Bugzilla bug 274450: a default thread stack size of 64K is too small forwtchang%redhat.com2005-03-081-4/+10
* Dummy whitespace change to force the Mozilla tinderboxes to rebuild.wtchang%redhat.com2005-03-081-1/+0
* Removed blank lines in *.def files.wtchang%redhat.com2005-03-084-0/+54
* Bug 236613: change to MPL/LGPL/GPL tri-license.wtchang%redhat.com2005-03-082-58/+66
* 238319: Sun packages changes.wtchang%redhat.com2005-03-0821-42/+729
* Bugzilla Bug 279071: removed a duplication definition of thewtchang%redhat.com2005-03-081-1/+0
* Bugzilla Bug 280872: prmem.h doesn't need to include <stddef.h> directlywtchang%redhat.com2005-03-081-2/+1
* Bugzilla Bug 274450: use pthread_attr_setstacksize on Linux.wtchang%redhat.com2005-03-083-9/+0
* Bugzilla Bug 283710: disable executable stack on ia64. The patch iswtchang%redhat.com2005-02-281-36/+60
* Bugzilla Bug 260899: removed dead code.wtchang%redhat.com2005-02-241-117/+0
* Dummy whitespace change to force the Mozilla Tinderboxes to rebuild.wtchang%redhat.com2005-02-241-0/+1
* Bugzilla Bug 260899: do not use the spinlock based implementation ofwtchang%redhat.com2005-02-242-92/+0
* Bugzilla Bug 283210: Use the B_DO_NOT_RESCHEDULE flag to avoid unnecessarywtchang%redhat.com2005-02-233-11/+11
* #271883mkaply%us.ibm.com2005-02-181-7/+1
* Bugzilla Bug 281763: fixed a leak of the first arena on the freelist whenMOZILLA_1_8b1_RELEASEwtchang%redhat.com2005-02-111-2/+2
* Bugzilla Bug 280984: we found that the L_IGNOREUNLOAD flag is not yetwtchang%redhat.com2005-02-091-1/+15
* Bugzilla Bug 280984: need to pass the L_IGNOREUNLOAD flag to loadquery sowtchang%redhat.com2005-02-051-2/+4
* Bug 236613: change to MPL/LGPL/GPL tri-license.WEBFORMS_20050202_BASEgerv%gerv.net2005-02-015-163/+136
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2005-02-011-75/+48
* Bugzilla Bug 279874: use %p instead of %X to print a pointer. The patch isPREFERENCES_20050201_BASEwtchang%redhat.com2005-01-311-13/+13
* Bugzilla Bug 277514: added an environment variable NSPR_OS2_NO_HIRES_TIMERwtchang%redhat.com2005-01-251-2/+11
* Bugzilla Bug 279723: PR_ReadDir needs to map the error code beforewtchang%redhat.com2005-01-251-3/+7
* Bugzilla Bug 279541: Fixed errors in code that was apparently copiedwtchang%redhat.com2005-01-251-4/+4
* Dummy whitespace change to force the Mozilla tinderboxes to rebuild.wtchang%redhat.com2005-01-171-1/+0
* Bugzilla bug 276330: add a new configuration macro _PR_HAVE_O_APPEND,wtchang%redhat.com2005-01-174-10/+16
* Dummy change to force the Mozilla tinderboxes to rebuild.wtchang%redhat.com2005-01-121-0/+1
* Bugzilla Bug 277704: define the LL_MAXINT, LL_MININT, ... macros aswtchang%redhat.com2005-01-121-5/+17
* Bugzilla Bug 276587: use stat to implement _MD_access because access iswtchang%redhat.com2005-01-121-9/+16
* Bugzilla bug 276170: fixed unused variable addrp on some platforms.wtchang%redhat.com2005-01-041-21/+8
* Bugzilla Bug 274751: fixed the regression that the *.res files were notwtchang%redhat.com2005-01-041-3/+3
* Fix bustage by working around shells that don't allow ! after &&. b=275674, ...PREFERENCES_20050101_BASEdbaron%dbaron.org2004-12-232-33/+37
* Fix undesired tinderbox rebuilds due to system header wrapper timestamps chan...bryner%brianryner.com2004-12-161-5/+10