summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'MINIMO_01302003_BRANCH'QT_LAST_RITESPROFILE_SHARING_1_TAGMOZILLA_1_3b_RELEASEMOZILLA_1_3_20030221_BASEMINOTAUR_20030218_BASEMINOTAUR_20030217_BASEMINIMO_01302003_TAGMINIMO_01302003_BRANCHcvs2hg2003-01-210-0/+0
* Removed the temporary fix in the previous checkin.wtc%netscape.com2003-01-211-3/+0
* Temporary fix for Mozilla trunk tinderbox build bustage on Linux. Willwtc%netscape.com2003-01-201-0/+3
* Bug 188439: fixed a bug in the PR_Poll implementation forwtc%netscape.com2003-01-205-59/+102
* Forced the Mozilla trunk tinderboxes to rebuild.wtc%netscape.com2003-01-201-0/+1
* Bug 185687: added PR_CallOnceWithArg, a version of PR_CallOnce that allowswtc%netscape.com2003-01-203-0/+34
* Bug 189332: Implemented the new function PR_GetLibraryFilePathname forwtc%netscape.com2003-01-2012-10/+279
* Bug 80082: need to install libnspr_flt4.so in dist/bin too, for the Mozillawtc%netscape.com2003-01-201-0/+1
* Forced the Mozilla trunk tinderboxes to rebuild.wtc%netscape.com2003-01-201-1/+0
* Bug 134113: make NSPR build on Win32 using MinGW gcc. The patch iswtc%netscape.com2003-01-2019-198/+200
* fixup commit for branch 'NSPRPUB_PRE_4_2_CLIENT_BRANCH'cvs2hg2003-01-171-0/+126
* Forced the Mozilla trunk tinderbox to rebuild.wtc%netscape.com2003-01-171-0/+1
* Bug 168228: added IPv6 support for Darwin (Mac OS X). Added two newwtc%netscape.com2003-01-1611-11/+121
* MACOS_DEPLOYMENT_TARGET only needs to be defined if we are building onwtc%netscape.com2003-01-152-33/+33
* Bug 185034: updated the OpenVMS symbol vector tables for NSPR 4.3.wtc%netscape.com2003-01-143-7/+174
* Bug 186599: 1. added support for relative paths to PR_LoadLibrary onwtc%netscape.com2003-01-141-196/+237
* Bug 188396: don't use ftime because its 32-bit timestamp will overflowwtc%netscape.com2003-01-146-20/+25
* Bug 188976: avoid calculating the difference of two unsigned integer ifwtc%netscape.com2003-01-141-2/+4
* 1. Use $(CC) (the compiler) to build shared libraries on Solaris. Addedwtc%netscape.com2003-01-096-33/+46
* Forced Mozilla trunk tinderbox to rebuild.wtc%netscape.com2003-01-081-1/+0
* The PTDebug type doesn't need to be defined in optimized builds.wtc%netscape.com2003-01-081-4/+0
* A temporary fix for the Solaris gcc build. Removed the -z defs linker flagwtc%netscape.com2003-01-072-2/+2
* Use quotes instead of angle brackets to fix classic mac bustage.seawood%netscape.com2003-01-071-1/+1
* Forced the Mozilla trunk Tinderboxes to rebuild.wtc%netscape.com2003-01-071-0/+1
* Brought the NSPRPUB_PRE_4_2_CLIENT_BRANCH in synch with the NSPR trunk.wtc%netscape.com2003-01-0730-364/+454
* fixup commit for branch 'NSPRPUB_PRE_4_2_CLIENT_BRANCH'cvs2hg2003-01-0719-0/+1056
* Bug 183907: increase the default and minimum thread stack size to 128K onwtc%netscape.com2003-01-061-1/+2
* Bug 176881: we should also look at the high 32 bits of the performancewtc%netscape.com2002-12-121-14/+33
* Bug 180293: moved the OpenVMS build from the POSIX subsystem to native VMSwtc%netscape.com2002-12-125-152/+165
* fixup commit for branch 'NSPRPUB_PRE_4_2_CLIENT_BRANCH'cvs2hg2002-12-124-0/+630
* Bug 180293: ported nsinstall.c to native VMS (GNV) environment. The patchwtc%netscape.com2002-12-121-0/+16
* Bug 175423: fixed the problems pointed out by gcc's -pedantic-errors flag.wtc%netscape.com2002-12-122-2/+3
* Add $(LDFLAGS) to the local nsinstall link command.seawood%netscape.com2002-12-121-1/+1
* Fix CFData memory leak.seawood%netscape.com2002-12-111-0/+1
* Bug 162358: added NSPR file I/O functions that take UTF16 pathnames. ThePHOENIX_0_5_RELEASEMOZILLA_1_3a_RELEASEwtc%netscape.com2002-11-279-0/+659
* Fix egrep syntax.seawood%netscape.com2002-11-232-2/+2
* Properly detect OS_ARCH when building on Win32 ME.seawood%netscape.com2002-11-232-36/+30
* Remove $(CONFIG) from real_install target. It was a typo anyway.seawood%netscape.com2002-11-091-1/+1
* Add CFM, CFBundle and mach-o library loading support to OSX NSPR. Support is...seawood%netscape.com2002-11-065-91/+214
* Bug 176543: handle the case of invoking a program wit no arguments. Thewtc%netscape.com2002-10-311-3/+3
* Bug 168831: fixed the bug that PR_Poll was ignoring out_flags reported byPHOENIX_0_4_RELEASEwtc%netscape.com2002-10-251-13/+16
* Bug 165602: checked in Brian Ryner's changes to allow Mac OS X 10.2 buildsPHOENIX_0_3_RELEASEPHOENIX_0_2_RELEASEMOZILLA_1_2b_RELEASEwtc%netscape.com2002-09-263-101/+166
* Bug 168993: PR_Poll should clear out_flags for null fd's. r=jgmyers.PAVLOV_20020924_TAGwtc%netscape.com2002-09-245-0/+22
* Bug 169569: always use the Solaris ld (/usr/ccs/bin/ld) to link NSPRPHOENIX_0_1_RELEASEwtc%netscape.com2002-09-192-19/+21
* Bug 72100: added macros for the maximum and minimum values of PRInt8,wtc%netscape.com2002-09-181-0/+36
* Bug 167375: configuration changes needed for building on BSD/OS 5.0.wtc%netscape.com2002-09-123-4/+14
* Bug 166716: do not assert in the unimplemented memory-mapped fileMOZILLA_1_2a_RELEASEwtc%netscape.com2002-09-063-10/+3
* Dummy change to force the Mozilla tinderbox to rebuild.wtc%netscape.com2002-08-281-1/+0
* Sync'ed up with the tip.wtc%netscape.com2002-08-2817-45/+110
* 1. Checked in the fix for bug 157241 to enable debugging with gcc/gdb onwtc%netscape.com2002-08-232-101/+121