summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixup commit for branch 'ANGELON_MOZ_14_BRANCH'MOZILLA_1_4b_RELEASEANGELON_MOZ_14_BASEANGELON_MOZ_14_20030709_TAGANGELON_MOZ_14_BRANCHcvs2hg2003-04-300-0/+0
|
* Bug 203317: getipnodebyxxx routines are not thread-safe on OpenVMS, so wewtc%netscape.com2003-04-303-23/+46
| | | | | | | need to lock around them. The patch is contributed by Colin Blake <colin@theblakes.com>. r=wtc. a=dbaron for mozilla 1.4b. Modified Files: configure configure.in prnetdb.c Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Change mksnt* checks to mks*seawood%netscape.com2003-04-192-12/+12
| | | | Bug #202598 r=wtc
* Fix x86 checks so that they work for xeon processorsseawood%netscape.com2003-04-182-8/+8
| | | | Bug #199343 r=wtc
* Bug 104529: on OS/2, when writing to the command-line console, we mustwtc%netscape.com2003-04-181-0/+38
| | | | | | write \r\n to go to a new line. So we need to translate \n to \r\n. The patch is contributed by Julien Pierre. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Sync config.guess & config.sub with official GNU copies.seawood%netscape.com2003-04-182-181/+286
| | | | Bug #199343
* #201555mkaply%us.ibm.com2003-04-161-1/+1
| | | | | r=seawood OS/2 only - don't put debug info in files when linking
* Bug 105271: compile source files with absolute pathnames so that thewtc%netscape.com2003-04-161-4/+30
| | | | | | debuggers can find them automatically. Currently enabled on Windows and OS/2 only. The patch is contributed by Julien Pierre. r=wtc. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Added an empty comment line to cause the mapfile to get rebuilt. This iswtc%netscape.com2003-04-101-0/+1
| | | | | to help us debug an OS2VACPP tinderbox problem. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 126932: make runtests.{sh,ksh} work on OS/2. Include the header forwtc%netscape.com2003-04-093-2/+9
| | | | | | getcwd in thrpool_server.c. Modified Files: runtests.ksh runtests.sh thrpool_server.c Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 190538: checked in again the change that was backed out.wtc%netscape.com2003-04-097-48/+181
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bugzilla 190538: backed out the previous checkin because it broke the OS/2wtc%netscape.com2003-04-097-181/+48
| | | | | VACPP tinderbox for Mozilla. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 200561: cite the bug number in the comment.wtc%netscape.com2003-04-091-1/+1
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 200561: do not include <string.h> in optimized builds for AIX so thatwtc%netscape.com2003-04-091-0/+9
| | | | | | memcpy continued to be exported. This is to be "bug compatible" with old libnspr4.so binaries that exported memcpy by accident because we did not include <string.h> in optimized builds.
* Forced Mozilla trunk's tinderboxes to rebuild.wtc%netscape.com2003-04-091-1/+0
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 190538: use the cross-platform syntax of the *.def files (copied fromwtc%netscape.com2003-04-097-48/+181
| | | | | | | | NSS) so that they can be used on platforms other than Solaris, and use the *.def files on OS/2. Modified Files: rules.mk lib/ds/Makefile.in plds.def lib/libc/src/Makefile.in plc.def pr/src/Makefile.in nspr.def Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 198634: we need to implement PR_DetachThread on the platforms thatwtc%netscape.com2003-04-091-0/+12
| | | | | | | don't have a way to detach the foreign threads automatically when they terminate (e.g., OS/2). The patch is contributed by Michael Kaply <mkaply@us.ibm.com>. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Removed the OS/2 compiler flag /Gx+, which is a C++ only flag.wtc%netscape.com2003-04-052-2/+2
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Add PR_GetPathSeparator function.seawood%netscape.com2003-04-043-0/+17
| | | | Bug #171883 r=wtc
* Third time's a charge.seawood%netscape.com2003-04-021-1/+1
| | | | | Thanks to danm@netscape.com for the patch. Bug #158920
* 'mount -p' can return multiple mount points. Use the first one.seawood%netscape.com2003-04-021-1/+1
| | | | Bug #158920 r=sspitzer
* Use 'mount -' to get cygdrive mountpoint rather than assuming /cygdrive.seawood%netscape.com2003-04-021-2/+8
| | | | Bug #158920 r=bryner
* Turn off optimizations for prprf.c on OS/2 to avoid PR_snprintf problem.MOZILLA_1_4a_RELEASEseawood%netscape.com2003-04-011-0/+8
| | | | | Thanks to Michael Kaply <mkaply@us.ibm.com> for the patch. Bug #199901 r=wtc a=asa
* Bug 188246: support OS/2.wtc%netscape.com2003-03-261-1/+1
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 188246: support building NSPR with gcc 3.x on OS/2. also fixed thewtc%netscape.com2003-03-2619-164/+275
| | | | | | | | | | tests. The patch is contributed by Javier Pedemonte <pedemont@us.ibm.com>. Modified Files: configure configure.in rules.mk lib/ds/Makefile.in lib/libc/src/Makefile.in _os2.h pr/src/Makefile.in prlink.c pr/src/md/os2/Makefile.in pr/src/md/os2/objs.mk os2cv.c os2misc.c os2poll.c os2sock.c os2thred.c pr/tests/Makefile.in attach.c runtests.sh Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH Added Files: os2emx.s
* Cause Mozilla trunk Tinderboxes to rebuild.MOZILLA_200303241605_TAGwtc%netscape.com2003-03-221-0/+1
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 196004: support building with gcc on Solaris better, whether gcc useswtc%netscape.com2003-03-226-21/+43
| | | | | | | the GNU ld or Solaris ld. Do not pass -B/usr/ccs/bin/ to gcc. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH Modified files: configure configure.in autoconf.mk.in lib/ds/Makefile.in lib/libc/src/Makefile.in pr/src/Makefile.in
* Bug 198634: fixes to OS/2 threading code. The patch is contributed bywtc%netscape.com2003-03-223-2/+19
| | | | | | Javier Pedemonte <pedemont@us.ibm.com>. r=mkaply. r=wtc. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH Modified files: _os2.h primpl.h os2thred.c
* Do not use cygwin-wrapper if we are using MKS Korn Shell. We determinewtc%netscape.com2003-03-222-24/+28
| | | | | | | | whether we are using MKS Korn shell by searching for semicolons (;) in the PATH. Actually cygwin-wrapper works under MKS Korn shell, but it suddenly stopped working on our Windows NT build machine recently, and I can't figure out why. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 195411: added the LL_MaxUint function and the LL_MAXUINT macro.wtc%netscape.com2003-03-045-4/+20
| | | | | Modified Files: prlong.h nspr.def nspr_symvec.opt openvms.c prlong.c Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 192797: improved the implementation of PR_Poll for Win32. Increasewtc%netscape.com2003-02-281-3/+30
| | | | | | | | FD_SETSIZE from the default 64 to 1024. Make PR_Poll fail with PR_INVALID_ARGUMENT_ERROR if we try to add more than FD_SETSIZE fd's to a fd_set. Do not pass an empty fd_set to select, and do not call select if all three fd_sets are empty. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 164841: use high performance timers (again) on OS/2.wtc%netscape.com2003-02-281-4/+44
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Added a comment.wtc%netscape.com2003-02-281-0/+6
|
* Renamed MOD_REVISION_VERSION to MOD_PATCH_VERSION.wtc%netscape.com2003-02-284-7/+7
| | | | | Modified Files: configure configure.in autoconf.mk.in nspr-config.in Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Removed obsolete PR_CLIENT_BUILD and PR_CLIENT_BUILD_UNIX make variables.wtc%netscape.com2003-02-271-11/+0
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Removed unused file module.df.wtc%netscape.com2003-02-271-42/+0
| | | | Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 191948: a better implementation of PR_GetLibraryFilePathname for 32-bitwtc%netscape.com2003-02-271-15/+27
| | | | | HP-UX. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 191703: if struct tm has the nonstandard tm_zone and tm_gmtoff fields,wtc%netscape.com2003-02-271-7/+5
| | | | | | set them to the appropriate values. Calling mktime is not really correct (it assumes the local time zone) and does not work on NetBSD. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 191270: added the ability to load a dynamic shared library (.dylib) onwtc%netscape.com2003-02-261-4/+37
| | | | | | | Mac OS X. passed the XXX_RETURN_ON_ERROR flags to several Mac OS X linker functions. Correctly handle the return value of NSUnLinkModule. Pass NSADDIMAGE_OPTION_WITH_SEARCHING to NSAddImage. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Sync up the NSPRPUB_PRE_4_2_CLIENT_BRANCH with the trunk.wtc%netscape.com2003-02-2610-18/+121
|
* Backed out the previous checkin. Just noticed that the Mozilla trunk iswtc%netscape.com2003-02-2610-121/+18
| | | | closed right now.
* Sync up the NSPRPUB_PRE_4_2_CLIENT_BRANCH with the trunk.wtc%netscape.com2003-02-2610-18/+121
|
* Added to NSPRPUB_PRE_4_2_CLIENT_BRANCH.wtc%netscape.com2003-02-260-0/+0
|
* Bug 193380: added IPv6 support on HP-UX 11i or later. Cleaned up thewtc%netscape.com2003-02-263-28/+53
| | | | | | detection of HP-UX B.11.* in configure.in. Modified Files: configure.in configure _hpux.h Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Only force the use of absolute symlinks on Darwin when building Mozilla.seawood%netscape.com2003-02-262-3/+8
| | | | Bug #193164 r=wtc
* Bug 192015: implemented the PR_GetLibraryFilePathname function for OpenVMS.wtc%netscape.com2003-02-251-0/+154
| | | | | The patch is contributed by Colin Blakes <colin@theblakes.com>. NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 191823: implement the PR_GetLibraryFilePathname function for OS/2. Thewtc%netscape.com2003-02-251-0/+21
| | | | | patch is contributed by Julien Pierre <jpierre@netscape.com>. NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 193007: export PR_CreateThread and PR_SetError and new NSPR 4.3wtc%netscape.com2003-02-252-1/+123
| | | | | | | symbols. Added stubs so that PR_CreateThread ended up in its old position. The patch is contributed by Colin Blakes <colin@theblakes.com>. Modified Files: nspr_symvec.opt md/unix/openvms.c NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 186745: Use the BSD getifaddrs() function to query the presence ofwtc%netscape.com2003-02-251-1/+2
| | | | | IPv4 and IPv6 network interfaces on NetBSD. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
* Bug 194298: inherit from the shell instead of the parent. The patch iswtc%netscape.com2003-02-241-1/+1
| | | | | contributed by Michael Kaply <mkaply@us.ibm.com>. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH