| /openbsd-src/gnu/usr.bin/perl/Porting/ |
| H A D | bisect.pl | 99 my @stable = map {chomp $_; $_} grep {/v5\.[0-9]+[02468]\.0$/} `git tag -l`; 101 unless @stable; 102 unshift @stable, qw(perl-5.005 perl-5.6.0 perl-5.8.0); 111 unshift @stable, qw(perl-5.002 perl-5.003 perl-5.004) 115 unshift @ARGV, '--gold', defined $gold ? $gold : $stable[-1]; 123 if (`git rev-list -n1 HEAD ^$stable[-1]` eq "") { 124 $end = pop @stable; 207 my @built = map {validate $_} 'blead', reverse @stable; 244 foreach my $try (@stable) {
|
| H A D | makemeta | 170 $status = $defines{PERL_VERSION} % 2 ? 'unstable' : 'stable';
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/ |
| H A D | repository.t | 21 release_status => 'stable', 55 release_status => 'stable', 91 release_status => 'stable', 127 release_status => 'stable', 164 release_status => 'stable', 201 release_status => 'stable',
|
| /openbsd-src/gnu/usr.bin/perl/lib/ |
| H A D | sort.t | 139 use sort qw( defaults stable ); 143 use sort qw( defaults stable ); 148 use sort qw(stable); 163 use sort qw(defaults stable); 178 no sort qw(stable); 203 use sort qw(stable);
|
| /openbsd-src/regress/usr.bin/pkg-config/pcdir/ |
| H A D | vers4.pc | 1 Name: dash-stable 3 Version: 2.0.22-stable
|
| /openbsd-src/usr.sbin/mrouted/ |
| H A D | prune.h | 36 struct stable *gt_srctbl; /* source table */ 49 struct stable struct 51 struct stable *st_next; /* pointer to the next entry */ argument
|
| H A D | prune.c | 346 struct stable *st; in update_kernel() 375 struct stable *st,**stnp; in add_table_entry() 486 st = malloc(sizeof(struct stable)); in add_table_entry() 532 struct stable *st; in reset_neighbor_state() 617 struct stable *st, *prev_st; in del_table_entry() 1272 struct stable *s, *prev_s; in free_all_prunes() 1325 struct stable *st, **stnp; in steal_sources() 1395 struct stable *st, **stnp; in age_table_entry() 1667 struct stable *st; in dump_cache()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/experimental/lib/ |
| H A D | experimental.pm | 84 my $stable = $min_version{$pragma}->stringify; 85 $stable =~ s/^ 5\. ([0-9]?[13579]) \. \d+ $/"5." . ($1 + 1) . ".0"/xe; 86 croak "Need perl $stable or later for feature $pragma"; 162 single interface stable across releases of perl. For every experimental
|
| H A D | stable.pm | 1 package stable; package 2 $stable::VERSION = '0.033'; 25 croak "requested stablized experiment $pragma, which is stable at $min_ver but this is $]" 36 # Look, we could say "You can't unimport stable experiment 'bitwise' on 44 #ABSTRACT: Experimental features made easy, once we know they're stable 54 stable - Experimental features made easy, once we know they're stable 62 use stable 'lexical_subs', 'bitwise'; 74 experiments become stable, because the developers decide they're a success, the 79 already stable [all...] |
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | uw-thread.c | 188 int stable; /* 0 if libthread.so is modifying thread map */ member 448 if (!tp->private->stable) in find_thread_lwp_callback() 531 newthread->private->stable = 1; in add_thread_uw() 689 switchto_thread->private->stable = 0; in libthread_stub() 723 switchto_thread->private->stable = 1; in libthread_stub() 901 if (!info->private->stable) in uw_extra_thread_info()
|
| /openbsd-src/gnu/usr.bin/perl/dist/Search-Dict/ |
| H A D | README.patching | 3 1. Check for any changes to .pm files since dev or stable Perl release. E.g. 12 stable) as the release date and version. E.g. after v5.15.8, I would add this line
|
| /openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/ |
| H A D | ABIVersioning.rst | 6 Libc++ aims to preserve a stable ABI to avoid subtle bugs when code built under the old ABI 12 Currently supported values are ``1`` (the stable default)
|
| H A D | DebugMode.rst | 23 Furthermore, users should not rely on a stable ABI being provided when the debug mode is 24 enabled -- we reserve the right to change the ABI at any time. If you need a stable ABI
|
| /openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/ |
| H A D | README.patching | 3 1. Check for any changes to .pm files since dev or stable Perl release. E.g. 12 stable) as the release date and version. E.g. after v5.15.8, I added this line
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | Tooling.rst | 12 `LibClang <https://clang.llvm.org/doxygen/group__CINDEX.html>`_ is a stable high 25 * need a stable interface that takes care to be backwards compatible 80 * want a stable interface so you don't need to change your code when the AST API
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Memoize/t/ |
| H A D | correctness.t | 43 is_deeply [timelist(1)], $t1, 'memoizing a volatile function makes it stable'; 47 is_deeply [timelist(7)], $t7, '... which then also stays stable';
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Ud/ |
| H A D | arg.out_markdown | 11 The stable branch
|
| H A D | arg.out_ascii | 7 The newest branch is currently under development. The stable branch is
|
| /openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
| H A D | perlfaq1.pod | 64 stable release, or the stable release immediately prior to that one. 106 The immediate, in addition to the current stable release, the previous 107 stable release is maintained. See 113 and an experimental version. The maintenance versions are stable, and 116 don't make it into the stable versions, and have an odd number as the 122 current stable release of Perl. 147 =head2 How stable is Perl?
|
| /openbsd-src/gnu/llvm/libcxx/docs/ |
| H A D | index.rst | 108 Clang 14, 15, 16-git latest two stable releases per `LLVM's rele… 109 AppleClang 14 latest stable release per `Xcode's release … 110 Open XL 17.1 (AIX) latest stable release per `Open XL's docume… 111 GCC 12 In C++11 or later only latest stable release per `GCC's release pa…
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perl586delta.pod | 49 ExtUtils::MakeMaker remains at version 6.17, as later stable releases currently 120 stable, the two cases C<sort {$b cmp $a}> and C<< sort {$b <=> $a} >> could 121 produce non-stable sorts. This is corrected in perl5.8.6.
|
| /openbsd-src/gnu/llvm/lldb/docs/ |
| H A D | doxygen-mainpage.dox | 15 /// of LLDB are very stable.
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | doxygen-mainpage.dox | 15 /// of LLVM are very stable.
|
| H A D | Docker.rst | 159 If you want a somewhat recent and somewhat stable build, use the 160 ``branches/google/stable`` branch, i.e. the following command will produce a 161 Debian10-based image using the latest ``google/stable`` sources for you: 167 --branch branches/google/stable \
|
| /openbsd-src/gnu/llvm/llvm/utils/release/ |
| H A D | merge-request.sh | 45 -stable-version)
|