Home
last modified time | relevance | path

Searched refs:versions (Results 1 – 25 of 472) sorted by relevance

12345678910>>...19

/mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/t/
Dparse_version.t17 my %versions = ('$VERSION = 0.02' => 0.02,
24 while( my($code, $expect) = each %versions ) {
/mirbsd/src/usr.sbin/popa3d/
DLICENSE4 modified versions are marked as such. There's absolutely no warranty.
8 versions under (L)GPL, thus disallowing further re-distribution in
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/
DHACKERS14 =head2 How to build 98 versions of Perl
16 C<Devel::PPPort> supports Perl versions between 5.003 and bleadperl.
17 To guarantee this support, I need some of these versions on my
24 versions and configurations. You can find it in F<devel/buildperl.pl>.
61 all different versions of perl. Scanning the output of the compiler
67 API calls in the generated C file for these versions, so the
86 various Perl versions.
203 versions, you can use the F<soak> script. Just pass it a list of
/mirbsd/src/usr.bin/sed/
DPOSIX13 undocumented inconsistencies between the historical versions of sed and
35 POSIX does not specify this behavior as the System V versions of
44 2. Historical versions of sed required that the w flag be the last
48 3. Historical versions of sed required that whitespace follow a w
52 4. Historical versions of sed permitted any number of whitespace
59 for backslash. Some historical versions of sed displayed two
81 8. Historic versions of sed permitted commands to be separated
89 9. Historic versions of sed terminated the script if EOF was reached
/mirbsd/src/usr.bin/sudo/
DREADME16 BETA versions of sudo may also be available. If you join
32 significantly as compared to previous versions. All options
78 your email address to subscribe. Digest versions are available but
79 these are fairly low traffic lists so the digest versions are not
88 that contains an overview of sudo as well as pointers to BETA versions
/mirbsd/src/gnu/usr.bin/perl/
DREADME.freebsd17 in preference to non-re-entrant versions. There is a bug in FreeBSD's
18 C<readdir_r> function in versions 4.5 and earlier that can cause a SEGV when
39 change will affect is 5.0, all 4.n versions will keep the status quo.
DREADME.openbsd17 in preference to non-re-entrant versions. There is an incompatability in
18 OpenBSD's C<getprotobyname_r> and C<getservbyname_r> function in versions 3.7
/mirbsd/src/kern/z/
DREADME46 available in Python 1.5 and later versions, see
58 - For Windows DLL versions, please see win32/DLL_FAQ.txt
70 - zlib doesn't work on HP-UX 9.05 with some versions of /bin/cc. It works with
101 2. Altered source versions must be plainly marked as such, and must not be
115 the FAQ for more information on the distribution of modified source versions.
/mirbsd/src/usr.bin/rpcgen/
Drpc_sample.c75 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
173 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
244 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) { in write_sample_clnt_main()
Drpc_svcout.c181 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
216 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
296 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
352 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
577 for (vp = def->def.pr.versions; vp != NULL;
773 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
938 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
/mirbsd/src/gnu/usr.bin/cvs/src/
Drcs.c458 rdata->versions = getlist (); in RCS_reparsercsfile()
609 if (addnode (rdata->versions, q) != 0) in RCS_reparsercsfile()
769 vers = findnode (rcs->versions, key); in RCS_fully_parse()
940 dellist (&rnode->versions); in free_rcsnode_contents()
2426 p = findnode (rcs->versions, tag); in RCS_gettag()
2696 p = findnode (rcs->versions, cp); in RCS_getbranch()
2723 p = findnode (rcs->versions, tag); in RCS_getbranch()
2761 p = findnode (rcs->versions, nextvers); in RCS_getbranch()
2853 vp = findnode (rcs->versions, branch); in RCS_getbranchpoint()
2950 p = findnode (rcs->versions, rcs->head); in RCS_getdate()
[all …]
Dlog.c860 walklist (rcsfile->versions, log_fix_singledate, in log_fileproc()
863 selrev = walklist (rcsfile->versions, log_count_print, in log_fileproc()
960 sprintf (buf, "%d", walklist (rcsfile->versions, log_count, NULL)); in log_fileproc()
981 p = findnode (rcsfile->versions, rcsfile->head); in log_fileproc()
994 p = findnode (rcsfile->versions, vers->next); in log_fileproc()
1452 pv = findnode (data->rcs->versions, p->key); in log_fix_singledate()
1507 pv = findnode (data->rcs->versions, p->key); in log_count_print()
1531 p = findnode (rcs->versions, ver); in log_tree()
1566 p = findnode (rcs->versions, ver); in log_abranch()
1636 nextp = findnode (rcs->versions, ver->next); in log_version()
/mirbsd/src/gnu/usr.bin/perl/hints/
Ddarwin.sh207 *** 64-bit addressing is not supported for Mac OS X versions
208 *** below 10.4 ("Tiger") or Darwin versions below 8. Please try
/mirbsd/src/gnu/usr.bin/cvs/m4/
Dregex.m428 systems with recent-enough versions of the GNU C
87 /* The version of regex.c in older versions of gnulib
100 Reject older versions. */
/mirbsd/src/gnu/usr.bin/cvs/
DREADME53 CVS is a version control system, which allows you to keep old versions
72 compatibility between CVS versions. The quick summary is that as long
90 manual; cvs.info* and cvs.ps are the info and postscript versions,
101 versions of CVS?
/mirbsd/src/sys/dev/microcode/aic7xxx/
Daicasm_gram.y71 char *versions; variable
1922 if (versions != NULL) in add_version()
1923 oldlen = strlen(versions); in add_version()
1924 versions = realloc(versions, newlen1 + newlen2 + oldlen + 2); in add_version()
1925 if (versions == NULL) in add_version()
1927 memcpy(&versions[oldlen], prefix, newlen2); in add_version()
1928 memcpy(&versions[oldlen + newlen2], verstring, newlen1); in add_version()
1929 versions[newlen1 + newlen2 + oldlen] = '\n'; in add_version()
1930 versions[newlen1 + newlen2 + oldlen + 1] = '\0'; in add_version()
/mirbsd/src/lib/libssl/src/doc/apps/
Denc.pod54 be used unless compatibility with previous versions of OpenSSL or SSLeay
55 is required. This option is only present on OpenSSL versions 0.9.5 or
61 compatibility with previous versions of OpenSSL and SSLeay.
84 versions of OpenSSL. Superseded by the B<-pass> argument.
89 This is for compatibility with previous versions of OpenSSL. Superseded by
144 from a password unless you want compatibility with previous versions of
/mirbsd/src/gnu/usr.sbin/sendmail/
DREADME183 to the shipped PostScript version, plain text and PDF versions
200 - with new groff versions (1.18 seems affected)
318 If you are using Berkeley DB versions 1.85 or 1.86, you are *strongly*
320 http://www.sleepycat.com/. Berkeley DB versions 1.85 and 1.86 are known to
322 and can cause sendmail to dump core. In addition, the newest versions of
323 gcc and the Solaris compilers perform optimizations in those versions that
340 The underlying database file formats changed between Berkeley DB versions
342 DB 2.X and 3.X. If you are upgrading from one of those versions, you must
375 protocol violations that were ignored by older versions. If you
456 other non-socket oriented mailers. Older versions of
/mirbsd/src/lib/libssl/src/doc/crypto/
DOPENSSL_VERSION_NUMBER.pod97 SSLeay() and SSLEAY_VERSION_NUMBER are available in all versions of SSLeay and OpenSSL.
98 OPENSSL_VERSION_NUMBER is available in all versions of OpenSSL.
DDH_generate_parameters.pod67 DH_check() is available in all versions of SSLeay and OpenSSL.
70 In versions before OpenSSL 0.9.5, DH_CHECK_P_NOT_STRONG_PRIME is used
Dd2i_X509.pod179 0.9.7 and later. Attempts to use it on earlier versions will typically
197 In some versions of OpenSSL the "reuse" behaviour of d2i_X509() when
202 i2d_X509() will not return an error in many versions of OpenSSL,
229 are available in all versions of SSLeay and OpenSSL.
DRAND_cleanup.pod27 RAND_cleanup() is available in all versions of SSLeay and OpenSSL.
/mirbsd/src/gnu/usr.bin/cvs/doc/
DHACKING.DOCS43 versions do not support the @ifnottex & @ifnothtml commands. There may be
44 other commands used in `cvs.texinfo' that are unsupported by earlier versions
/mirbsd/src/gnu/usr.sbin/sendmail/doc/op/
DREADME1 Known Problems with some *roff versions
/mirbsd/src/usr.bin/file/magdir/
Dmsdos30 # these are the DOS versions:
33 # these are the OS/2 versions (OS/2 is flagged above):

12345678910>>...19