summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'CLEANUP_DEFS_19981012_BRANCH'CLEANUP_DEFS_19981012_BRANCHcvs2hg1998-10-080-0/+0
* Ports to many Unix variants. Added the OMIT_LIB_BUILD_TIME workaroundMozillaSourceClassic_19981026_BASEMozillaClassicLayout_19981021INCLUDE_SPRINGCLEANING_BASEwtc%netscape.com1998-10-0813-25/+109
* Do not use the -x assembler-with-cpp for gcc in ASFLAGS. This flagwtc%netscape.com1998-10-071-1/+0
* Restored libultrasparc.so. Our prior attempt to eliminate thiswtc%netscape.com1998-10-074-91/+38
* Removed the "make depend = make clean" hack.PROGRESS_19981006_BASEwtc%netscape.com1998-10-061-1/+1
* Fixed HP-UX classic NSPR build breakage.wtc%netscape.com1998-10-061-0/+2
* Backed out the previous change. We are trying not to introduceWINCE_PORT_BASEwtc%netscape.com1998-10-051-2/+4
* Removed all the autoconf *.in files in mozilla/nsprpub.wtc%netscape.com1998-10-0535-3782/+0
* More mozilla/nsprpub updates, including:wtc%netscape.com1998-10-0544-179/+888
* removing obsolete files. use MANIFEST instead.cyeh%netscape.com1998-10-055-73/+0
* carbon fixes.pinkerton%netscape.com1998-09-291-3/+3
* pull in relevant headers instead of defining things here.pinkerton%netscape.com1998-09-291-4/+2
* Updated projects for Pro4. Turned off mod-date caching for depend builds. Usi...pinkerton%netscape.com1998-09-291-0/+0
* Fixed Linux pthreads build breakage. Define _PR_POLL_AVAILABLE onwtc%netscape.com1998-09-291-3/+5
* Make 'gmake depend' do a 'gmake clean' temporarily, because I amwtc%netscape.com1998-09-281-1/+1
* Fixed DG/UX build problems in NSPR20 v3.0 beta. The patch iswtc%netscape.com1998-09-281-1/+39
* Makes nsinstall not return an error if an intermediate directory already exists.cls%seawood.org1998-09-271-1/+6
* Temporary fix: comment out the exit() wrapper so that at leastwtc%netscape.com1998-09-261-3/+3
* Temporarily comment out the symbol __exit, which is not foundwtc%netscape.com1998-09-261-0/+2
* Removed reference to nonexisting test file.wtc%netscape.com1998-09-261-1/+0
* poll() doesn't work on some Linux machines, so we go backwtc%netscape.com1998-09-261-4/+2
* Include <sys/time.h> for the definition of FD_SETSIZE.wtc%netscape.com1998-09-261-0/+1
* Define _PR_POLL_AVAILABLE and _PR_USE_POLL only for glibc2.wtc%netscape.com1998-09-261-0/+2
* Include <poll.h> instead of <sys/poll.h>. Some machines don'twtc%netscape.com1998-09-255-5/+5
* removing obsolete project filescyeh%netscape.com1998-09-252-0/+0
* Removed unused macro and enum constant definitions.wtc%netscape.com1998-09-251-10/+0
* NSPR20 v3.0 beta landing from NSPRPUB_RELEASE_3_0_LANDING_BRANCH.wtc%netscape.com1998-09-25228-8630/+20862
* Back out accidental checkin.slamm%netscape.com1998-09-241-1/+3
* Add a command for editing the toolbars and reformat the commands into a nicer...slamm%netscape.com1998-09-241-3/+1
* Got rid of references to "OSF1" in this file. Thanks towtc%netscape.com1998-09-241-3/+3
* Bugzilla bug #122: merged NetBSD patch contributed bywtc%netscape.com1998-09-241-0/+7
* NO_NSPR_PRIVATE_HEADER_BRANCH landing. Removed the inclusions ofwtc%netscape.com1998-09-221-10/+0
* Removed the NSPR20 macro definition for XP_MAC.PROGRESS_19980920_BASEwtc%netscape.com1998-09-201-3/+0
* Backed out the HAVE_LONG_LONG change temporarily becausewtc%netscape.com1998-09-201-1/+1
* Bug fix: If the envp argument for PR_CreateProcess is NULL,wtc%netscape.com1998-09-201-1/+6
* Renamed the 'index' argument for PR_Get/SetThreadPrivate to 'tpdIndex'.wtc%netscape.com1998-09-201-5/+5
* Added the 'const' qualifier to the 'fmt' argument for PR_FormatTime.wtc%netscape.com1998-09-192-2/+2
* Moved the obsolete function PR_SetStdioRedirect from probslet.hwtc%netscape.com1998-09-192-7/+9
* Added PR_ProcessAttrSetCurrentDirectory to allow setting the currentwtc%netscape.com1998-09-187-9/+62
* Define HAVE_LONG_LONG on BSDI. (Acknowledgements: Bert Driehuiswtc%netscape.com1998-09-171-1/+1
* For DG/UX, rename its OS_ARCH fro "dgux" to "DGUX".wtc%netscape.com1998-09-136-4/+7
* Port to Linux/Strong Arm 110. Only the pthreads version works.wtc%netscape.com1998-09-133-0/+50
* In CreateMacPathFromUnixPath, return paramErr if unixPath is nil.wtc%netscape.com1998-09-101-0/+12
* In CreateMacPathFromUnixPath, the length of the macPath bufferwtc%netscape.com1998-09-101-10/+12
* Fixed dprintf as suggested by Patrick Beard (beard@netscape.com).PROGRESS_19980909_BASEwtc%netscape.com1998-09-091-5/+3
* Backed out an accidental change of the setting of OBJDIR_NAME in thewtc%netscape.com1998-09-081-1/+1
* Changed checks for LINUX to linux as linux is defined by the compiler and fix...cls%seawood.org1998-09-041-2/+2
* On Unix, include <sys/types.h> for 'uint'.wtc%netscape.com1998-09-041-1/+3
* Added PR_DestroyLogModule.warren%netscape.com1998-09-012-1/+27
* Made counts be unsigned.warren%netscape.com1998-09-012-3/+3