summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix build problem caused by having spaces in the username.SURESH_IM_STANDALONE_BASEseawood%netscape.com2002-08-102-105/+120
* Add compiler test for +Olit=all support for hpux cc.seawood%netscape.com2002-08-102-25/+88
* Merged the fix for bug 158396 from the tip (rev. 3.27 and rev. 3.28) towtc%netscape.com2002-08-091-6/+12
* Misc build cleanup v1:seawood%netscape.com2002-08-082-121/+146
* Remove explicitly linking against -lc on linux as it could break backwards bi...seawood%netscape.com2002-08-071-2/+2
* Remove explicitly linking against -lc on linux as it could break backwards bi...seawood%netscape.com2002-08-072-23/+21
* Bug 149195: added IPv6 support for IRIX. The patch is contributed bywtc%netscape.com2002-08-071-0/+5
* Fix bug 158927 -- controls not drawing correctly in QuickTime plugin. The pro...sfraser%netscape.com2002-07-272-16/+43
* Dummy white space change to cause Tinderbox to rebuild.wtc%netscape.com2002-07-241-0/+1
* Bug 153525: backed out the previous checkin because sfraser checked in awtc%netscape.com2002-07-241-12/+10
* Tidy up the whitespace from the last checkin. Ooops.sfraser%netscape.com2002-07-241-1/+1
* Fixing the MachO (DARWIN) build, which broke when wtc checked in a patch in b...sfraser%netscape.com2002-07-241-1/+1
* Dummy white space change to cause Tinderbox to rebuild.wtc%netscape.com2002-07-241-1/+0
* Bug 153525: fixed build breakage caused by the previous checkin.wtc%netscape.com2002-07-241-10/+12
* Dummy white space change to force the Tinderbox to rebuild.wtc%netscape.com2002-07-241-0/+1
* Bug 153525: fixed build problems under gcc2 on Mac OS X. r=bryner.wtc%netscape.com2002-07-242-37/+13
* Bug 141614: restored Matthew Zahorik's net_server nonblocking connectMOZILLA_1_1b_RELEASEwtc%netscape.com2002-07-183-7/+69
* Remove DARWIN define from osx builds as it cripples the feature set provided ...seawood%netscape.com2002-07-181-4/+0
* Merged the fix for bug 157347 from the tip (rev. 3.15) towtc%netscape.com2002-07-171-66/+9
* Fix for bug 139802; slow certificate authentication on Mac OS X. This was cau...sfraser%netscape.com2002-07-102-7/+26