summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* NSPRPUB_LIB3_NAME_CHANGE_BRANCH: temporary place to hold theNSPRPUB_LIB3_NAME_CHANGE_BRANCHwtc%netscape.com1999-03-029-16/+44
| | | | NSPR library name changes (from libnspr21.so to libnspr3.so, etc.).
* fixup commit for branch 'NSPRPUB_LIB3_NAME_CHANGE_BRANCH'cvs2hg1999-03-020-0/+0
|
* Undo the temporary "depend: clean" hack.NSPRPUB_LIB3_NAME_CHANGE_BASEwtc%netscape.com1999-03-021-1/+1
|
* Another update of the latest stuff from the internal CVS repository /m/src.wtc%netscape.com1999-03-0220-151/+251
|
* Another update from the internal CVS repository /m/src to mozilla.org.wtc%netscape.com1999-03-0223-284/+939
|
* New test file vercheck.c.wtc%netscape.com1999-03-011-0/+81
|
* On SUNOS4, include "md/sunos4.h" to get the macro definition of strtoul.wtc%netscape.com1999-02-271-0/+3
| | | | (contributed by Brian Ostrom <briano@netscape.com>)
* On SUNOS4, include "md/sunos4.h" to get the macro definition of strerror.wtc%netscape.com1999-02-271-0/+3
| | | | (contributed by Brian Ostrom <briano@netscape.com>)
* Check NO_MDUPDATE. (contributed by Brian Ostrom <briano@netscape.com>)wtc%netscape.com1999-02-271-0/+5
|
* added files on behalf of wtc: prerr.c, prerrortable.c, and prrwlock.c.wtc%netscape.com1999-02-261-0/+0
|
* Temporary depend:clean hack.wtc%netscape.com1999-02-261-1/+1
|
* Landing of miscellaneous changes, including the new error code towtc%netscape.com1999-02-2618-150/+914
| | | | string function contributed by John Myers <jgmyers@netscape.com>.
* New test file acceptread.c.wtc%netscape.com1999-02-261-0/+244
|
* print thread scope.wtc%netscape.com1999-02-261-3/+31
|
* print elapsed and expected times.wtc%netscape.com1999-02-261-0/+2
|
* Make the number of atomic locks configurable by setting the environmentwtc%netscape.com1999-02-261-11/+87
| | | | variable NSPR_ATOMIC_HASH_LOCKS.
* Mac project changes -- no longer need to link with some libraries, so remove ↵sfraser%netscape.com1999-02-261-0/+0
| | | | these from the project (MoreFiles, MemAllcoatorStubs).
* Changed NSPR ==> NSPS.wtc%netscape.com1999-02-251-2/+2
|
* Link the tests against $(LIBPLC) $(LIBPLDS) $(LIBPR).wtc%netscape.com1999-02-251-5/+3
|
* Merged /m/src/ns/nspr20/lib/tests/arena.c, revision 1.2, by larryh.wtc%netscape.com1999-02-251-0/+34
|
* Bugsplat bug #335804: made _MD_IrixIntervalPerSec return the correctwtc%netscape.com1999-02-251-5/+9
| | | | value. Also some code cleanup for the default UNIX timer case.
* Bugzilla bug #3233: create the pipe in nonblocking mode and havewtc%netscape.com1999-02-241-4/+42
| | | | reads and writes check for the possible EAGAIN/EWOULDBLOCK error.
* mumble. restore to 3.11larryh%netscape.com1999-02-241-5/+56
|
* lost update?larryh%netscape.com1999-02-241-56/+5
|
* revert to 3.3, fix my messlarryh%netscape.com1999-02-241-17/+13
|
* don't do windows on unixlarryh%netscape.com1999-02-241-0/+2
|
* set old (3.0) library nameslarryh%netscape.com1999-02-232-9/+11
|
* add test case for pleventlarryh%netscape.com1999-02-232-5/+375
|
* add windows test case for pleventlarryh%netscape.com1999-02-233-0/+433
|
* per Steve Dagleylarryh%netscape.com1999-02-201-1/+1
|
* Mac specific fix. Now that dp's code to walk the shared libs to see what is ↵sdagley%netscape.com1999-02-191-1/+1
| | | | installed is working we've run into a problem that unloading the libs breaks the app (crash on quit, possible general instability). rjc's fix is to make sure PR_LoadLibrary is loading a unique copy of the lib by changing GetDiskFragment to use the option kPrivateCFragCopy instead of kLoadCFrag.
* Bugsplat bug #343158: corrected a typo in the comment. Thanks towtc%netscape.com1999-02-191-2/+2
| | | | John Bandhauer <jband@netscape.com> for the bug report and fix.
* Test list for nspr.wtc%netscape.com1999-02-191-0/+168
|
* On BSDI, zero a pthread_mutex_t or pthread_cond_t before initializingwtc%netscape.com1999-02-181-3/+11
| | | | | it. This patch is contributed by Bert Driehuis <bert_driehuis@nl.compuware.com>.
* The code should not have actual functions in the assertions.wtc%netscape.com1999-02-184-7/+22
| | | | The patch is contributed by Matthew Zahorik <maz@albany.net>.
* Minor editing.wtc%netscape.com1999-02-181-7/+7
|
* Bugzilla bug #3144: OPENBSD also needs a leading underscore in thewtc%netscape.com1999-02-181-1/+2
| | | | symbol names. The patch is contributed by kstailey@kstailey.tzo.com.
* Mac specific fix. Checking in rjc's fix to load libraries if file spec was ↵sdagley%netscape.com1999-02-181-0/+7
| | | | an alias to a library rather than the actual library file spec. Needed so XPCOM will work on Mac.
* add profiling capability for win32larryh%netscape.com1999-02-121-0/+8
|
* BugSplat #341273larryh%netscape.com1999-02-121-2/+7
|
* Make sure the redirected standard I/O fd's are blocking so thatwtc%netscape.com1999-02-121-0/+13
| | | | libc's stdio.h functions can work.
* In the Win32 implementation of PR_CreatePipe, mark the pipe endpointswtc%netscape.com1999-02-121-0/+2
| | | | as inheritable. (We probably should create them as non-inheritable.)
* Redid the NT implementation of PR_NewTCPSocketPair so that neither socketwtc%netscape.com1999-02-121-2/+95
| | | | is associated with the I/O completion port.
* Noted that the SetHandleInformation function is not implemented on Win95.wtc%netscape.com1999-02-121-0/+4
|
* Minor improvements.wtc%netscape.com1999-02-124-27/+47
|
* Completely rewrote the test.wtc%netscape.com1999-02-121-46/+110
|
* make reader-writer lockslarryh%netscape.com1999-02-123-0/+9
|
* Set versionlarryh%netscape.com1999-02-123-92/+9
|
* add reader-writer lockslarryh%netscape.com1999-02-123-0/+738
|
* Added hash lock counts to collect statistics on how often each lock iswtc%netscape.com1999-02-121-0/+16
| | | | used.