=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== ruby3.0-3.0.0~preview1/.bundle/gems/rake-13.0.1/lib/rake/application.rb-656- # for *.rake files in addition to *.rb files. ruby3.0-3.0.0~preview1/.bundle/gems/rake-13.0.1/lib/rake/application.rb:657: def rake_require(file_name, paths=$LOAD_PATH, loaded=$") # :nodoc: ruby3.0-3.0.0~preview1/.bundle/gems/rake-13.0.1/lib/rake/application.rb-658- fn = file_name + ".rake" ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/README.md-56- ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/README.md:57:Install the `rbs` gem. `$ gem install rbs` from the command line, or add a line in your `Gemfile`. ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/README.md-58- ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/schema/decls.json-56- "global": { ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/schema/decls.json:57: "title": "Global declaration: `$DEBUG: bool`, ...", ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/schema/decls.json-58- "type": "object", ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/array.rbs-1085- # separated by the given `separator`. If the `separator` is `nil`, it uses ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/array.rbs:1086: # current `$,`. If both the `separator` and `$,` are `nil`, it uses an empty ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/array.rbs-1087- # string. ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/exception.rbs-20-# When an exception has been raised but not yet handled (in `rescue`, ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/exception.rbs:21:# `ensure`, `at_exit` and `END` blocks) the global variable `$!` will ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/exception.rbs:22:# contain the current exception and `$@` contains the current exception’s ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/exception.rbs-23-# backtrace. ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/gc.rbs-227- ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/gc.rbs:228: # Writes the GC::Profiler.result to `$stdout` or the given IO object. ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/gc.rbs-229- # ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/io.rbs-54-# The global constant [ARGF](https://ruby-doc.org/core-2.6.3/ARGF.html) ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/io.rbs:55:# (also accessible as `$<` ) provides an IO-like stream which allows ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/io.rbs-56-# access to all files mentioned on the command line (or STDIN if no files ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/io.rbs-137- # ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/io.rbs:138: # If *ios* is opened by `IO.popen`, `close` sets `$?` . ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/io.rbs-139- # ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/io.rbs-350- # ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/io.rbs:351: # Methods that use `$/` like [each](IO.downloaded.ruby_doc#method-i-each) ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/io.rbs-352- # , [lines](IO.downloaded.ruby_doc#method-i-lines) and ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/io.rbs-355- # ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/io.rbs:356: # See also the `$.` variable. ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/io.rbs-357- # ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/kernel.rbs-296- ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/kernel.rbs:297: # With no arguments, raises the exception in `$!` or raises a ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/kernel.rbs:298: # `RuntimeError` if `$!` is `nil` . With a single `String` argument, ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/kernel.rbs-299- # raises a `RuntimeError` with the string as a message. Otherwise, the ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/kernel.rbs-311- # The `cause` of the generated exception is automatically set to the ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/kernel.rbs:312: # “current” exception ( `$!` ) if any. An alternative value, either an ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/kernel.rbs-313- # `Exception` object or `nil`, can be specified via the `:cause` ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/kernel.rbs-367- ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/kernel.rbs:368: # Prints each object in turn to `$stdout` . If the output field separator ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/kernel.rbs:369: # ( `$,` ) is not `nil`, its contents will appear between each field. If ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/kernel.rbs:370: # the output record separator ( `$\` ) is not `nil`, it will be appended ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/kernel.rbs:371: # to the output. If no arguments are given, prints `$_` . Objects that ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/kernel.rbs-372- # aren’t strings will be converted by calling their `to_s` method. ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/kernel.rbs-555- # non zero exit status. Returns `nil` if command execution fails. An error ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/kernel.rbs:556: # status is available in `$?` . The arguments are processed in the same ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/kernel.rbs-557- # way as for `Kernel.spawn` . ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/match_data.rbs-35-# ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/match_data.rbs:36:# * `$~` is Regexp.last_match; ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/match_data.rbs:37:# * `$&` is [Regexp.last_match](0); ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/match_data.rbs:38:# * `$1`, `$2`, and so on are [Regexp.last_match](i) (captures by number); ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/match_data.rbs-39-# * `$`` is Regexp.last_match`.pre_match`; ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/match_data.rbs:40:# * `$'` is Regexp.last_match`.post_match`; ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/match_data.rbs:41:# * `$+` is [Regexp.last_match](-1) (the last capture). ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/match_data.rbs-42-# ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/match_data.rbs-55- # normal array indexing techniques. `mtch[0]` is equivalent to the special ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/match_data.rbs:56: # variable `$&`, and returns the entire matched string. `mtch[1]`, `mtch[2]`, ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/match_data.rbs-57- # and so on return the values of the matched backreferences (portions of the ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/match_data.rbs-193- # Returns the portion of the original string after the current match. Equivalent ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/match_data.rbs:194: # to the special variable `$'`. ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/match_data.rbs-195- # ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/object.rbs-103- ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/object.rbs:104: # Prints *obj* on the given port (default `$>`). Equivalent to: ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/object.rbs-105- # ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/process.rbs-553- ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/process.rbs:554: # Waits for a child process to exit, returns its process id, and sets `$?` to a ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/process.rbs-555- # Process::Status object containing information on that process. Which child it ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/process.rbs-622- ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/process.rbs:623: # Waits for a child process to exit, returns its process id, and sets `$?` to a ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/process.rbs-624- # Process::Status object containing information on that process. Which child it ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/process.rbs-937-# Process::Status encapsulates the information on the status of a running or ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/process.rbs:938:# terminated system process. The built-in variable `$?` is either `nil` or a ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/process.rbs-939-# Process::Status object. ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/regexp.rbs-47-# ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/regexp.rbs:48:# Using `=~` operator with a String and Regexp the `$~` global variable is set ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/regexp.rbs:49:# after a successful match. `$~` holds a MatchData object. Regexp.last_match is ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/regexp.rbs:50:# equivalent to `$~`. ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/regexp.rbs-51-# ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/regexp.rbs-615-# Pattern matching sets some global variables : ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/regexp.rbs:616:# * `$~` is equivalent to Regexp.last_match; ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/regexp.rbs:617:# * `$&` contains the complete matched text; ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/regexp.rbs-618-# * `$`` contains string before match; ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/regexp.rbs:619:# * `$'` contains string after match; ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/regexp.rbs:620:# * `$1`, `$2` and so on contain text matching first, second, etc capture ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/regexp.rbs-621-# group; ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/regexp.rbs:622:# * `$+` contains last capture group. ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/regexp.rbs-623-# ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/regexp.rbs-733- # The first form returns the MatchData object generated by the last successful ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/regexp.rbs:734: # pattern match. Equivalent to reading the special global variable `$~` (see ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/regexp.rbs-735- # Special global variables in Regexp for details). ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/regexp.rbs-932- # Returns a MatchData object describing the match, or `nil` if there was no ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/regexp.rbs:933: # match. This is equivalent to retrieving the value of the special variable `$~` ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/regexp.rbs-934- # following a normal match. If the second parameter is present, it specifies ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/regexp.rbs-1046- ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/regexp.rbs:1047: # Match---Matches *rxp* against the contents of `$_`. Equivalent to *`rxp* =~ ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/regexp.rbs-1048- # $_`. ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs-341- # Returns a new String with the given record separator removed from the end of ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs:342: # *str* (if present). If `$/` has not been changed from the default Ruby record ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs-343- # separator, then `chomp` also removes carriage return characters (that is it ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs:344: # will remove `\n`, `\r`, and `\r\n`). If `$/` is an empty string, it will ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs-345- # remove all trailing newlines from the string. ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs-477- # * Even in the "modular" mode, some hash functions are considered archaic and ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs:478: # no longer recommended at all; for instance module `$1$` is officially ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs-479- # abandoned by its author: see http://phk.freebsd.dk/sagas/md5crypt_eol.html ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs:480: # . For another instance module `$3$` is considered completely broken: see ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs-481- # the manpage of FreeBSD. ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs-662- ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs:663: # Splits *str* using the supplied parameter as the record separator (`$/` by ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs-664- # default), passing each substring in turn to the supplied block. If a ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs-810- # where *d* is a group number, or `\k<n>`, where *n* is a group name. Similarly, ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs:811: # `\&`, `\'`, `\``, and `+` correspond to special variables, `$&`, `$'`, `$``, ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs:812: # and `$+`, respectively. (See regexp.rdoc for details.) `\0` is the same as ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs-813- # `\&`. `\\\` is interpreted as an escape, i.e., a single backslash. Note that, ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs:814: # within `replacement` the special match variables, such as `$&`, will not refer ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs-815- # to the current match. ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs-820- # In the block form, the current match string is passed in as a parameter, and ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs:821: # variables such as `$1`, `$2`, `$``, `$&`, and `$'` will be set appropriately. ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs-822- # (See regexp.rdoc for details.) The value returned by the block will be ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs-938- # Returns an array of lines in *str* split using the supplied record separator ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs:939: # (`$/` by default). This is a shorthand for `str.each_line(separator, ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs-940- # getline_args).to_a`. ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs-1011- # `true` or `false` indicates whether the regexp is matched *str* or not without ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs:1012: # updating `$~` and other related variables. If the second parameter is ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs-1013- # present, it specifies the position in the string to begin the search. ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs-1158- # result array or passed to the block. If the pattern contains no groups, each ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs:1159: # individual result consists of the matched string, `$&`. If the pattern ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs-1160- # contains groups, each individual result is itself an array containing one ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs-1294- # ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs:1295: # If *pattern* is `nil`, the value of `$;` is used. If `$;` is `nil` (which is ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs-1296- # the default), *str* is split on whitespace as if ' ' were specified. ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs-1389- # where *d* is a group number, or `\k<n>`, where *n* is a group name. Similarly, ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs:1390: # `\&`, `\'`, `\``, and `+` correspond to special variables, `$&`, `$'`, `$``, ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs:1391: # and `$+`, respectively. (See regexp.rdoc for details.) `\0` is the same as ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs-1392- # `\&`. `\\\` is interpreted as an escape, i.e., a single backslash. Note that, ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs:1393: # within `replacement` the special match variables, such as `$&`, will not refer ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs-1394- # to the current match. ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs-1399- # In the block form, the current match string is passed in as a parameter, and ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs:1400: # variables such as `$1`, `$2`, `$``, `$&`, and `$'` will be set appropriately. ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string.rbs-1401- # (See regexp.rdoc for details.) The value returned by the block will be ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string_io.rbs-2-# ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string_io.rbs:3:# Commonly used to simulate `$stdio` or `$stderr` ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string_io.rbs-4-# ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string_io.rbs-133- # of newlines encountered. The two values will differ if `gets` is called with ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string_io.rbs:134: # a separator other than newline. See also the `$.` variable. ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string_io.rbs-135- # ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string_io.rbs-137- ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string_io.rbs:138: # Manually sets the current line number to the given value. `$.` is updated only ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/string_io.rbs-139- # on the next read. ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/thread.rbs-6-# For example, we can create a new thread separate from the main thread's ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/thread.rbs:7:# execution using [::new](Thread#method-c-new). ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/thread.rbs-8-# ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/thread.rbs-163-# [abort\_on\_exception=](Thread#method-i-abort_on_exception-3D) ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/thread.rbs:164:# `true` or setting $DEBUG to `true` . ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/builtin/thread.rbs-165-# ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/csv/csv.rbs-202- # `STDIN`, `STDOUT`, or `STDERR`, or the stream is only available for ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/csv/csv.rbs:203: # output, the default `$INPUT_RECORD_SEPARATOR` (`$/`) is used. Obviously, ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/csv/csv.rbs-204- # discovery takes a little time. Set manually if speed is important. Also ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/erb/erb.rbs-40-# * the nature of the tags that are recognized; ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/erb/erb.rbs:41:# * the value of `$SAFE` under which the template is run; ruby3.0-3.0.0~preview1/.bundle/gems/rbs-0.12.2/stdlib/erb/erb.rbs-42-# * the binding used to resolve local variables in the template. ############################################## ruby3.0-3.0.0~preview1/.bundle/gems/test-unit-3.3.6/doc/text/news.md-391- ruby3.0-3.0.0~preview1/.bundle/gems/test-unit-3.3.6/doc/text/news.md:392: * Fixed a bug that path in `$LOAD_PATH` may be removed. ruby3.0-3.0.0~preview1/.bundle/gems/test-unit-3.3.6/doc/text/news.md-393- ############################################## ruby3.0-3.0.0~preview1/ChangeLog-1120- (rb_iseq_t *) $147 = 0x0000000101068400 ruby3.0-3.0.0~preview1/ChangeLog:1121: (lldb) rbdisasm iseq ruby3.0-3.0.0~preview1/ChangeLog-1122- 0000 putspecialobject( 3 ) ############################################## ruby3.0-3.0.0~preview1/ChangeLog-3584- ruby3.0-3.0.0~preview1/ChangeLog:3585: `$KCODE` has been deprecated and not effective since years ago. ruby3.0-3.0.0~preview1/ChangeLog-3586- ############################################## ruby3.0-3.0.0~preview1/ChangeLog-4777- ruby3.0-3.0.0~preview1/ChangeLog:4778: Historically `$program_transform_name` has been put in front of ruby3.0-3.0.0~preview1/ChangeLog-4779- `AC_CANONICAL_TARGET`. Previous commit changes it, which affects the ############################################## ruby3.0-3.0.0~preview1/ChangeLog-13333- ruby3.0-3.0.0~preview1/ChangeLog:13334: Stop relying on `make benchmark`'s `-I$(srcdir)/benchmark/lib` ruby3.0-3.0.0~preview1/ChangeLog-13335- ############################################## ruby3.0-3.0.0~preview1/ChangeLog-15049- because under that setup, the current folder is in the original ruby3.0-3.0.0~preview1/ChangeLog:15050: `$LOAD_PATH`, and dummy features are created under `./tmp`, so they were ruby3.0-3.0.0~preview1/ChangeLog-15051- failing to be reset. ############################################## ruby3.0-3.0.0~preview1/ChangeLog-17234- application initialization happens outside of this block, and a copy of ruby3.0-3.0.0~preview1/ChangeLog:17235: `$stdout` is saved in there, and that's where the task prints. So the ruby3.0-3.0.0~preview1/ChangeLog:17236: `capture_io` `$stdout` and `$stderr` dance is not effective. ruby3.0-3.0.0~preview1/ChangeLog-17237- ############################################## ruby3.0-3.0.0~preview1/ChangeLog-17452- ruby3.0-3.0.0~preview1/ChangeLog:17453: [rubygems/rubygems] Fix `$LOADED_FEATURES` cache sometimes not respected ruby3.0-3.0.0~preview1/ChangeLog-17454- ############################################## ruby3.0-3.0.0~preview1/ChangeLog-17456- we were passing a full path to the original require effectively skipping ruby3.0-3.0.0~preview1/ChangeLog:17457: the `$LOADED_FEATURES` cache. With this change, we _only_ do the ruby3.0-3.0.0~preview1/ChangeLog-17458- resolution when a matching requirable path is found in a default gem. In ############################################## ruby3.0-3.0.0~preview1/ChangeLog-17555- ruby3.0-3.0.0~preview1/ChangeLog:17556: This is because the `$LOAD_PATH` entry added by `setup.rb` is relatively ruby3.0-3.0.0~preview1/ChangeLog-17557- and when the offending require happens, we're installing `bundler` and ############################################## ruby3.0-3.0.0~preview1/ChangeLog-17560- ruby3.0-3.0.0~preview1/ChangeLog:17561: To avoid that, add an absolute path to the `$LOAD_PATH`. ruby3.0-3.0.0~preview1/ChangeLog-17562- ############################################## ruby3.0-3.0.0~preview1/ChangeLog-19211- ruby3.0-3.0.0~preview1/ChangeLog:19212: add indent for debug disasm output ruby3.0-3.0.0~preview1/ChangeLog-19213- ############################################## ruby3.0-3.0.0~preview1/ChangeLog-19430- ruby3.0-3.0.0~preview1/ChangeLog:19431: - 94089e82a12:: `$(RUBY_INSTALL_NAME)-cygwin.dll` ruby3.0-3.0.0~preview1/ChangeLog:19432: - f0ba57341ac:: `$(RUBY_INSTALL_NAME).cygwin.dll` ruby3.0-3.0.0~preview1/ChangeLog:19433: - c74a3b21f59:: `cygwin-$(RUBY_INSTALL_NAME)-$(MAJOR).$(MINOR).dll` ruby3.0-3.0.0~preview1/ChangeLog-19434- ############################################## ruby3.0-3.0.0~preview1/ChangeLog-19436- ruby3.0-3.0.0~preview1/ChangeLog:19437: - 6f059f33ef1:: `cyg$(RUBY_SO_NAME)$(MAJOR)$(MINOR).dll` ruby3.0-3.0.0~preview1/ChangeLog-19438- ############################################## ruby3.0-3.0.0~preview1/ChangeLog-30816- ruby3.0-3.0.0~preview1/ChangeLog:30817: `srand($seed)` at the beginning of each test ruby3.0-3.0.0~preview1/ChangeLog-30818- ruby3.0-3.0.0~preview1/ChangeLog:30819: To avoid `srand(0)` effect in the other tests, call `srand($seed)` ruby3.0-3.0.0~preview1/ChangeLog-30820- at the beginning of each test (setup). ############################################## ruby3.0-3.0.0~preview1/ChangeLog-30826- ruby3.0-3.0.0~preview1/ChangeLog:30827: Revert "`srand($seed)` at the beginning of each test" ruby3.0-3.0.0~preview1/ChangeLog-30828- ############################################## ruby3.0-3.0.0~preview1/ChangeLog-30841- ruby3.0-3.0.0~preview1/ChangeLog:30842: `srand($seed)` at the beginning of each test ruby3.0-3.0.0~preview1/ChangeLog-30843- ruby3.0-3.0.0~preview1/ChangeLog:30844: To avoid `srand(0)` effect in the other tests, call `srand($seed)` ruby3.0-3.0.0~preview1/ChangeLog-30845- at the beginning of each test (setup). ############################################## ruby3.0-3.0.0~preview1/ChangeLog-31010- ruby3.0-3.0.0~preview1/ChangeLog:31011: Use `$script_mode` instead of `$prog_mode` for gem inistallation. ruby3.0-3.0.0~preview1/ChangeLog-31012- ruby3.0-3.0.0~preview1/ChangeLog:31013: rbinstall is using `$script_mode` and `$prog_mode`. However, the ruby3.0-3.0.0~preview1/ChangeLog:31014: `$script_mode` fallbacks to `$prog_mode` if not provided. ruby3.0-3.0.0~preview1/ChangeLog-31015- ruby3.0-3.0.0~preview1/ChangeLog:31016: However, RubyGems do not distinguish between `$script_mode` and ruby3.0-3.0.0~preview1/ChangeLog:31017: `$prog_mode`: ruby3.0-3.0.0~preview1/ChangeLog-31018- ############################################## ruby3.0-3.0.0~preview1/ChangeLog-31022- ruby3.0-3.0.0~preview1/ChangeLog:31023: Comparing the usage of `$script_mode` and `$prog_mode`, it seems that ruby3.0-3.0.0~preview1/ChangeLog:31024: the `$script_mode` should be used where RubyGems expects `$prog_mode`. ruby3.0-3.0.0~preview1/ChangeLog-31025- ############################################## ruby3.0-3.0.0~preview1/ChangeLog-31205- ruby3.0-3.0.0~preview1/ChangeLog:31206: Warn non-nil `$/` [Feature #14240] ruby3.0-3.0.0~preview1/ChangeLog-31207- ############################################## ruby3.0-3.0.0~preview1/ChangeLog-31214- ruby3.0-3.0.0~preview1/ChangeLog:31215: Warn non-nil `$\` [Feature #14240] ruby3.0-3.0.0~preview1/ChangeLog-31216- ############################################## ruby3.0-3.0.0~preview1/ChangeLog-31223- ruby3.0-3.0.0~preview1/ChangeLog:31224: Warn non-nil `$,` in `IO#print` too ruby3.0-3.0.0~preview1/ChangeLog-31225- ############################################## ruby3.0-3.0.0~preview1/ChangeLog-34886- ruby3.0-3.0.0~preview1/ChangeLog:34887: Use `"\n"` and `IO#fileno` instead of `$/` and `$.` respectively. ruby3.0-3.0.0~preview1/ChangeLog-34888- [Feature #14240] ############################################## ruby3.0-3.0.0~preview1/NEWS.md-8-sufficient information, see the ChangeLog file or Redmine ruby3.0-3.0.0~preview1/NEWS.md:9:(e.g. `https://bugs.ruby-lang.org/issues/$FEATURE_OR_BUG_NUMBER`). ruby3.0-3.0.0~preview1/NEWS.md-10- ############################################## ruby3.0-3.0.0~preview1/README.ja.md-126- ruby3.0-3.0.0~preview1/README.ja.md:127: * `${DESTDIR}${prefix}/bin` ruby3.0-3.0.0~preview1/README.ja.md:128: * `${DESTDIR}${prefix}/include/ruby-${MAJOR}.${MINOR}.${TEENY}` ruby3.0-3.0.0~preview1/README.ja.md:129: * `${DESTDIR}${prefix}/include/ruby-${MAJOR}.${MINOR}.${TEENY}/${PLATFORM}` ruby3.0-3.0.0~preview1/README.ja.md:130: * `${DESTDIR}${prefix}/lib` ruby3.0-3.0.0~preview1/README.ja.md:131: * `${DESTDIR}${prefix}/lib/ruby` ruby3.0-3.0.0~preview1/README.ja.md:132: * `${DESTDIR}${prefix}/lib/ruby/${MAJOR}.${MINOR}.${TEENY}` ruby3.0-3.0.0~preview1/README.ja.md:133: * `${DESTDIR}${prefix}/lib/ruby/${MAJOR}.${MINOR}.${TEENY}/${PLATFORM}` ruby3.0-3.0.0~preview1/README.ja.md:134: * `${DESTDIR}${prefix}/lib/ruby/site_ruby` ruby3.0-3.0.0~preview1/README.ja.md:135: * `${DESTDIR}${prefix}/lib/ruby/site_ruby/${MAJOR}.${MINOR}.${TEENY}` ruby3.0-3.0.0~preview1/README.ja.md:136: * `${DESTDIR}${prefix}/lib/ruby/site_ruby/${MAJOR}.${MINOR}.${TEENY}/${PLATFORM}` ruby3.0-3.0.0~preview1/README.ja.md:137: * `${DESTDIR}${prefix}/lib/ruby/vendor_ruby` ruby3.0-3.0.0~preview1/README.ja.md:138: * `${DESTDIR}${prefix}/lib/ruby/vendor_ruby/${MAJOR}.${MINOR}.${TEENY}` ruby3.0-3.0.0~preview1/README.ja.md:139: * `${DESTDIR}${prefix}/lib/ruby/vendor_ruby/${MAJOR}.${MINOR}.${TEENY}/${PLATFORM}` ruby3.0-3.0.0~preview1/README.ja.md:140: * `${DESTDIR}${prefix}/lib/ruby/gems/${MAJOR}.${MINOR}.${TEENY}` ruby3.0-3.0.0~preview1/README.ja.md:141: * `${DESTDIR}${prefix}/share/man/man1` ruby3.0-3.0.0~preview1/README.ja.md:142: * `${DESTDIR}${prefix}/share/ri/${MAJOR}.${MINOR}.${TEENY}/system` ruby3.0-3.0.0~preview1/README.ja.md-143- ruby3.0-3.0.0~preview1/README.ja.md-144- ruby3.0-3.0.0~preview1/README.ja.md:145: RubyのAPIバージョンが'*x.y.z*'であれば,`${MAJOR}`は ruby3.0-3.0.0~preview1/README.ja.md:146: '*x*'で,`${MINOR}`は'*y*',`${TEENY}`は'*z*'です. ruby3.0-3.0.0~preview1/README.ja.md-147- ############################################## ruby3.0-3.0.0~preview1/README.md-115- ruby3.0-3.0.0~preview1/README.md:116: * `${DESTDIR}${prefix}/bin` ruby3.0-3.0.0~preview1/README.md:117: * `${DESTDIR}${prefix}/include/ruby-${MAJOR}.${MINOR}.${TEENY}` ruby3.0-3.0.0~preview1/README.md:118: * `${DESTDIR}${prefix}/include/ruby-${MAJOR}.${MINOR}.${TEENY}/${PLATFORM}` ruby3.0-3.0.0~preview1/README.md:119: * `${DESTDIR}${prefix}/lib` ruby3.0-3.0.0~preview1/README.md:120: * `${DESTDIR}${prefix}/lib/ruby` ruby3.0-3.0.0~preview1/README.md:121: * `${DESTDIR}${prefix}/lib/ruby/${MAJOR}.${MINOR}.${TEENY}` ruby3.0-3.0.0~preview1/README.md:122: * `${DESTDIR}${prefix}/lib/ruby/${MAJOR}.${MINOR}.${TEENY}/${PLATFORM}` ruby3.0-3.0.0~preview1/README.md:123: * `${DESTDIR}${prefix}/lib/ruby/site_ruby` ruby3.0-3.0.0~preview1/README.md:124: * `${DESTDIR}${prefix}/lib/ruby/site_ruby/${MAJOR}.${MINOR}.${TEENY}` ruby3.0-3.0.0~preview1/README.md:125: * `${DESTDIR}${prefix}/lib/ruby/site_ruby/${MAJOR}.${MINOR}.${TEENY}/${PLATFORM}` ruby3.0-3.0.0~preview1/README.md:126: * `${DESTDIR}${prefix}/lib/ruby/vendor_ruby` ruby3.0-3.0.0~preview1/README.md:127: * `${DESTDIR}${prefix}/lib/ruby/vendor_ruby/${MAJOR}.${MINOR}.${TEENY}` ruby3.0-3.0.0~preview1/README.md:128: * `${DESTDIR}${prefix}/lib/ruby/vendor_ruby/${MAJOR}.${MINOR}.${TEENY}/${PLATFORM}` ruby3.0-3.0.0~preview1/README.md:129: * `${DESTDIR}${prefix}/lib/ruby/gems/${MAJOR}.${MINOR}.${TEENY}` ruby3.0-3.0.0~preview1/README.md:130: * `${DESTDIR}${prefix}/share/man/man1` ruby3.0-3.0.0~preview1/README.md:131: * `${DESTDIR}${prefix}/share/ri/${MAJOR}.${MINOR}.${TEENY}/system` ruby3.0-3.0.0~preview1/README.md-132- ruby3.0-3.0.0~preview1/README.md-133- ruby3.0-3.0.0~preview1/README.md:134: If Ruby's API version is '*x.y.z*', the `${MAJOR}` is '*x*', the ruby3.0-3.0.0~preview1/README.md:135: `${MINOR}` is '*y*', and the `${TEENY}` is '*z*'. ruby3.0-3.0.0~preview1/README.md-136- ############################################## ruby3.0-3.0.0~preview1/addr2line.c-1737- s = dlsym(handle, strtab + sym->st_name); ruby3.0-3.0.0~preview1/addr2line.c:1738: if (s && dladdr(s, &info)) { ruby3.0-3.0.0~preview1/addr2line.c-1739- obj->base_addr = dladdr_fbase; ############################################## ruby3.0-3.0.0~preview1/addr2line.c-2161- if (lines[i].line) continue; ruby3.0-3.0.0~preview1/addr2line.c:2162: if (dladdr(traces[i], &info)) { ruby3.0-3.0.0~preview1/addr2line.c-2163- const char *path; ############################################## ruby3.0-3.0.0~preview1/basictest/test.rb-1864- ruby3.0-3.0.0~preview1/basictest/test.rb:1865:test_ok(eval("$foo") == 'test_ok(true)') ruby3.0-3.0.0~preview1/basictest/test.rb-1866-test_ok(eval("true") == true) ############################################## ruby3.0-3.0.0~preview1/basictest/test.rb-1881-$x = test_ev ruby3.0-3.0.0~preview1/basictest/test.rb:1882:test_ok(eval("local1", $x) == "local1") # normal local var ruby3.0-3.0.0~preview1/basictest/test.rb:1883:test_ok(eval("local2", $x) == "local2") # nested local var ruby3.0-3.0.0~preview1/basictest/test.rb-1884-$bad = true ############################################## ruby3.0-3.0.0~preview1/basictest/test.rb-1896-end ruby3.0-3.0.0~preview1/basictest/test.rb:1897:test_ok(eval("EVTEST1", $x) == 25) # constant in module ruby3.0-3.0.0~preview1/basictest/test.rb:1898:test_ok(eval("evtest2", $x) == 125) # local var in module ruby3.0-3.0.0~preview1/basictest/test.rb-1899-$bad = true ############################################## ruby3.0-3.0.0~preview1/basictest/test.rb-1998- ruby3.0-3.0.0~preview1/basictest/test.rb:1999:`./miniruby -i.bak -pe '$_.sub!(/^[0-9]+$/){$&.to_i * 5}' #{script_tmp}` ruby3.0-3.0.0~preview1/basictest/test.rb-2000-done = true ############################################## ruby3.0-3.0.0~preview1/benchmark/lib/load.rb-1-# How to use this file: ruby3.0-3.0.0~preview1/benchmark/lib/load.rb:2:# 1. write a `$(srcdir)/test.rb` like: ruby3.0-3.0.0~preview1/benchmark/lib/load.rb-3-=begin ############################################## ruby3.0-3.0.0~preview1/bootstraptest/test_eval.rb-6- m ruby3.0-3.0.0~preview1/bootstraptest/test_eval.rb:7: eval('a', $b) ruby3.0-3.0.0~preview1/bootstraptest/test_eval.rb-8-} ############################################## ruby3.0-3.0.0~preview1/bootstraptest/test_eval.rb-14- m ruby3.0-3.0.0~preview1/bootstraptest/test_eval.rb:15: eval('b = :ok2', $b) ruby3.0-3.0.0~preview1/bootstraptest/test_eval.rb:16: eval('[a, b]', $b) ruby3.0-3.0.0~preview1/bootstraptest/test_eval.rb-17-} ############################################## ruby3.0-3.0.0~preview1/common.mk-737- -$(Q) if [ x"$(GIT)" != x ] && $(CHDIR) "$(srcdir)" && \ ruby3.0-3.0.0~preview1/common.mk:738: b=`$(GIT) symbolic-ref --short HEAD 2>&1` && \ ruby3.0-3.0.0~preview1/common.mk:739: u=`$(GIT) branch --list --format='%(upstream:short)' $$b`; then \ ruby3.0-3.0.0~preview1/common.mk-740- set -x; $(GIT) --no-pager log --format=oneline -G "^ *# *include" $$u..HEAD --; \ ############################################## ruby3.0-3.0.0~preview1/compile.c-9000- Dl_info info; ruby3.0-3.0.0~preview1/compile.c:9001: if (dladdr(func, &info) && info.dli_sname) { ruby3.0-3.0.0~preview1/compile.c-9002- rb_str_cat2(str, info.dli_sname); ############################################## ruby3.0-3.0.0~preview1/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \ ruby3.0-3.0.0~preview1/configure:44: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then ruby3.0-3.0.0~preview1/configure-45- as_echo='print -r --' ruby3.0-3.0.0~preview1/configure-46- as_echo_n='print -rn --' ruby3.0-3.0.0~preview1/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then ruby3.0-3.0.0~preview1/configure-48- as_echo='printf %s\n' ############################################## ruby3.0-3.0.0~preview1/configure-50-else ruby3.0-3.0.0~preview1/configure:51: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then ruby3.0-3.0.0~preview1/configure-52- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## ruby3.0-3.0.0~preview1/configure-60- expr "X$arg" : "X\\(.*\\)$as_nl"; ruby3.0-3.0.0~preview1/configure:61: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; ruby3.0-3.0.0~preview1/configure-62- esac; ############################################## ruby3.0-3.0.0~preview1/configure-197- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && ruby3.0-3.0.0~preview1/configure:198: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 ruby3.0-3.0.0~preview1/configure-199-test \$(( 1 + 1 )) = 2 || exit 1" ############################################## ruby3.0-3.0.0~preview1/configure-324- case $as_dir in #( ruby3.0-3.0.0~preview1/configure:325: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( ruby3.0-3.0.0~preview1/configure-326- *) as_qdir=$as_dir;; ############################################## ruby3.0-3.0.0~preview1/configure-397- { ruby3.0-3.0.0~preview1/configure:398: as_val=`expr "$@" || test $? -eq 1` ruby3.0-3.0.0~preview1/configure-399- } ############################################## ruby3.0-3.0.0~preview1/configure-442-# ---------------------------------------- ruby3.0-3.0.0~preview1/configure:443:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are ruby3.0-3.0.0~preview1/configure-444-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## ruby3.0-3.0.0~preview1/configure-505- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && ruby3.0-3.0.0~preview1/configure:506: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { ruby3.0-3.0.0~preview1/configure-507- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## ruby3.0-3.0.0~preview1/configure-1084- case $ac_option in ruby3.0-3.0.0~preview1/configure:1085: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; ruby3.0-3.0.0~preview1/configure-1086- *=) ac_optarg= ;; ############################################## ruby3.0-3.0.0~preview1/configure-1128- -disable-* | --disable-*) ruby3.0-3.0.0~preview1/configure:1129: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` ruby3.0-3.0.0~preview1/configure-1130- # Reject names that are not valid shell variable names. ############################################## ruby3.0-3.0.0~preview1/configure-1133- ac_useropt_orig=$ac_useropt ruby3.0-3.0.0~preview1/configure:1134: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` ruby3.0-3.0.0~preview1/configure-1135- case $ac_user_opts in ############################################## ruby3.0-3.0.0~preview1/configure-1154- -enable-* | --enable-*) ruby3.0-3.0.0~preview1/configure:1155: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` ruby3.0-3.0.0~preview1/configure-1156- # Reject names that are not valid shell variable names. ############################################## ruby3.0-3.0.0~preview1/configure-1159- ac_useropt_orig=$ac_useropt ruby3.0-3.0.0~preview1/configure:1160: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` ruby3.0-3.0.0~preview1/configure-1161- case $ac_user_opts in ############################################## ruby3.0-3.0.0~preview1/configure-1367- -with-* | --with-*) ruby3.0-3.0.0~preview1/configure:1368: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` ruby3.0-3.0.0~preview1/configure-1369- # Reject names that are not valid shell variable names. ############################################## ruby3.0-3.0.0~preview1/configure-1372- ac_useropt_orig=$ac_useropt ruby3.0-3.0.0~preview1/configure:1373: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` ruby3.0-3.0.0~preview1/configure-1374- case $ac_user_opts in ############################################## ruby3.0-3.0.0~preview1/configure-1383- -without-* | --without-*) ruby3.0-3.0.0~preview1/configure:1384: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` ruby3.0-3.0.0~preview1/configure-1385- # Reject names that are not valid shell variable names. ############################################## ruby3.0-3.0.0~preview1/configure-1388- ac_useropt_orig=$ac_useropt ruby3.0-3.0.0~preview1/configure:1389: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` ruby3.0-3.0.0~preview1/configure-1390- case $ac_user_opts in ############################################## ruby3.0-3.0.0~preview1/configure-1421- *=*) ruby3.0-3.0.0~preview1/configure:1422: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` ruby3.0-3.0.0~preview1/configure-1423- # Reject names that are not valid shell variable names. ############################################## ruby3.0-3.0.0~preview1/configure-1442-if test -n "$ac_prev"; then ruby3.0-3.0.0~preview1/configure:1443: ac_option=--`echo $ac_prev | sed 's/_/-/g'` ruby3.0-3.0.0~preview1/configure-1444- as_fn_error $? "missing argument to $ac_option" ############################################## ruby3.0-3.0.0~preview1/configure-1464- */ ) ruby3.0-3.0.0~preview1/configure:1465: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` ruby3.0-3.0.0~preview1/configure-1466- eval $ac_var=\$ac_val;; ############################################## ruby3.0-3.0.0~preview1/configure-1499-ac_ls_di=`ls -di .` && ruby3.0-3.0.0~preview1/configure:1500:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || ruby3.0-3.0.0~preview1/configure-1501- as_fn_error $? "working directory cannot be determined" ############################################## ruby3.0-3.0.0~preview1/configure-1555-case $srcdir in ruby3.0-3.0.0~preview1/configure:1556:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; ruby3.0-3.0.0~preview1/configure-1557-esac ############################################## ruby3.0-3.0.0~preview1/configure-1598-By default, \`make install' will install all the files in ruby3.0-3.0.0~preview1/configure:1599:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify ruby3.0-3.0.0~preview1/configure:1600:an installation prefix other than \`$ac_default_prefix' using \`--prefix', ruby3.0-3.0.0~preview1/configure-1601-for instance \`--prefix=\$HOME'. ############################################## ruby3.0-3.0.0~preview1/configure-1797-*) ruby3.0-3.0.0~preview1/configure:1798: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` ruby3.0-3.0.0~preview1/configure-1799- # A ".." for each directory in $ac_dir_suffix. ruby3.0-3.0.0~preview1/configure:1800: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` ruby3.0-3.0.0~preview1/configure-1801- case $ac_top_builddir_sub in ############################################## ruby3.0-3.0.0~preview1/configure-2534- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack ruby3.0-3.0.0~preview1/configure:2535: as_decl_name=`echo $2|sed 's/ *(.*//'` ruby3.0-3.0.0~preview1/configure:2536: as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` ruby3.0-3.0.0~preview1/configure-2537- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-2705- *\'*) ruby3.0-3.0.0~preview1/configure:2706: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; ruby3.0-3.0.0~preview1/configure-2707- esac ############################################## ruby3.0-3.0.0~preview1/configure-2788- case $ac_val in ruby3.0-3.0.0~preview1/configure:2789: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; ruby3.0-3.0.0~preview1/configure-2790- esac ############################################## ruby3.0-3.0.0~preview1/configure-2803- case $ac_val in ruby3.0-3.0.0~preview1/configure:2804: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; ruby3.0-3.0.0~preview1/configure-2805- esac ############################################## ruby3.0-3.0.0~preview1/configure-2923- set,) ruby3.0-3.0.0~preview1/configure:2924: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 ruby3.0-3.0.0~preview1/configure:2925:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ruby3.0-3.0.0~preview1/configure-2926- ac_cache_corrupted=: ;; ############################################## ruby3.0-3.0.0~preview1/configure-2934- # differences in whitespace do not lead to failure. ruby3.0-3.0.0~preview1/configure:2935: ac_old_val_w=`echo x $ac_old_val` ruby3.0-3.0.0~preview1/configure:2936: ac_new_val_w=`echo x $ac_new_val` ruby3.0-3.0.0~preview1/configure-2937- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## ruby3.0-3.0.0~preview1/configure-2954- case $ac_new_val in ruby3.0-3.0.0~preview1/configure:2955: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; ruby3.0-3.0.0~preview1/configure-2956- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## ruby3.0-3.0.0~preview1/configure-3047- ') : ruby3.0-3.0.0~preview1/configure:3048: msg_begin="`echo "$msg_begin" | sed 's/[0-9]*m$//'`" ruby3.0-3.0.0~preview1/configure-3049- msg_checking="${msg_begin}33m" ############################################## ruby3.0-3.0.0~preview1/configure-3051- ruby3.0-3.0.0~preview1/configure:3052: msg_result_yes=`expr ":$TEST_COLORS:" : ".*:pass=\([^:]*\):"` ruby3.0-3.0.0~preview1/configure:3053: msg_result_no=`expr ":$TEST_COLORS:" : ".*:fail=\([^:]*\):"` ruby3.0-3.0.0~preview1/configure:3054: msg_result_other=`expr ":$TEST_COLORS:" : ".*:skip=\([^:]*\):"` ruby3.0-3.0.0~preview1/configure-3055- ############################################## ruby3.0-3.0.0~preview1/configure-3127- ruby3.0-3.0.0~preview1/configure:3128:if test "$HAVE_BASERUBY" != no -a "`RUBYOPT=- $BASERUBY --disable=gems -e 'print 42 if RUBY_VERSION > "2.2"' 2>/dev/null`" = 42; then : ruby3.0-3.0.0~preview1/configure-3129- ruby3.0-3.0.0~preview1/configure-3130- BASERUBY="$BASERUBY --disable=gems" ruby3.0-3.0.0~preview1/configure:3131: BASERUBY_VERSION=`$BASERUBY -v` ruby3.0-3.0.0~preview1/configure-3132- $BASERUBY -C "$srcdir" tool/downloader.rb -d tool -e gnu config.guess config.sub >&6 ############################################## ruby3.0-3.0.0~preview1/configure-3191-fi ruby3.0-3.0.0~preview1/configure:3192:RUBY_BASE_NAME=`echo ruby | sed "$program_transform_name"` ruby3.0-3.0.0~preview1/configure:3193:RUBYW_BASE_NAME=`echo rubyw | sed "$program_transform_name"` ruby3.0-3.0.0~preview1/configure-3194- ############################################## ruby3.0-3.0.0~preview1/configure-3209-test "x$ac_build_alias" = x && ruby3.0-3.0.0~preview1/configure:3210: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` ruby3.0-3.0.0~preview1/configure-3211-test "x$ac_build_alias" = x && ruby3.0-3.0.0~preview1/configure-3212- as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 ruby3.0-3.0.0~preview1/configure:3213:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || ruby3.0-3.0.0~preview1/configure-3214- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 ############################################## ruby3.0-3.0.0~preview1/configure-3233-IFS=$ac_save_IFS ruby3.0-3.0.0~preview1/configure:3234:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac ruby3.0-3.0.0~preview1/configure-3235- ############################################## ruby3.0-3.0.0~preview1/configure-3244-else ruby3.0-3.0.0~preview1/configure:3245: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || ruby3.0-3.0.0~preview1/configure-3246- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 ############################################## ruby3.0-3.0.0~preview1/configure-3266-IFS=$ac_save_IFS ruby3.0-3.0.0~preview1/configure:3267:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac ruby3.0-3.0.0~preview1/configure-3268- ############################################## ruby3.0-3.0.0~preview1/configure-3277-else ruby3.0-3.0.0~preview1/configure:3278: ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || ruby3.0-3.0.0~preview1/configure-3279- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5 ############################################## ruby3.0-3.0.0~preview1/configure-3299-IFS=$ac_save_IFS ruby3.0-3.0.0~preview1/configure:3300:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac ruby3.0-3.0.0~preview1/configure-3301- ############################################## ruby3.0-3.0.0~preview1/configure-3316-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' ruby3.0-3.0.0~preview1/configure:3317:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` ruby3.0-3.0.0~preview1/configure-3318- ############################################## ruby3.0-3.0.0~preview1/configure-3702- if test -n "$ac_tool_prefix"; then ruby3.0-3.0.0~preview1/configure:3703: # Extract the first word of "${ac_tool_prefix}`echo "${rb_CC}" | sed s/icc/xiar/`", so it can be a program name with args. ruby3.0-3.0.0~preview1/configure:3704:set dummy ${ac_tool_prefix}`echo "${rb_CC}" | sed s/icc/xiar/`; ac_word=$2 ruby3.0-3.0.0~preview1/configure-3705-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-3719- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ruby3.0-3.0.0~preview1/configure:3720: ac_cv_prog_AR="${ac_tool_prefix}`echo "${rb_CC}" | sed s/icc/xiar/`" ruby3.0-3.0.0~preview1/configure-3721- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-3742- ac_ct_AR=$AR ruby3.0-3.0.0~preview1/configure:3743: # Extract the first word of "`echo "${rb_CC}" | sed s/icc/xiar/`", so it can be a program name with args. ruby3.0-3.0.0~preview1/configure:3744:set dummy `echo "${rb_CC}" | sed s/icc/xiar/`; ac_word=$2 ruby3.0-3.0.0~preview1/configure-3745-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-3759- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ruby3.0-3.0.0~preview1/configure:3760: ac_cv_prog_ac_ct_AR="`echo "${rb_CC}" | sed s/icc/xiar/`" ruby3.0-3.0.0~preview1/configure-3761- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-3794- if test -n "$ac_tool_prefix"; then ruby3.0-3.0.0~preview1/configure:3795: # Extract the first word of "${ac_tool_prefix}`echo "${rb_CC}" | sed s/icc/icpc/`", so it can be a program name with args. ruby3.0-3.0.0~preview1/configure:3796:set dummy ${ac_tool_prefix}`echo "${rb_CC}" | sed s/icc/icpc/`; ac_word=$2 ruby3.0-3.0.0~preview1/configure-3797-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-3811- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ruby3.0-3.0.0~preview1/configure:3812: ac_cv_prog_CXX="${ac_tool_prefix}`echo "${rb_CC}" | sed s/icc/icpc/`" ruby3.0-3.0.0~preview1/configure-3813- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-3834- ac_ct_CXX=$CXX ruby3.0-3.0.0~preview1/configure:3835: # Extract the first word of "`echo "${rb_CC}" | sed s/icc/icpc/`", so it can be a program name with args. ruby3.0-3.0.0~preview1/configure:3836:set dummy `echo "${rb_CC}" | sed s/icc/icpc/`; ac_word=$2 ruby3.0-3.0.0~preview1/configure-3837-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-3851- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ruby3.0-3.0.0~preview1/configure:3852: ac_cv_prog_ac_ct_CXX="`echo "${rb_CC}" | sed s/icc/icpc/`" ruby3.0-3.0.0~preview1/configure-3853- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-3886- if test -n "$ac_tool_prefix"; then ruby3.0-3.0.0~preview1/configure:3887: # Extract the first word of "${ac_tool_prefix}`echo "${rb_CC}" | sed s/icc/xild/`", so it can be a program name with args. ruby3.0-3.0.0~preview1/configure:3888:set dummy ${ac_tool_prefix}`echo "${rb_CC}" | sed s/icc/xild/`; ac_word=$2 ruby3.0-3.0.0~preview1/configure-3889-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-3903- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ruby3.0-3.0.0~preview1/configure:3904: ac_cv_prog_LD="${ac_tool_prefix}`echo "${rb_CC}" | sed s/icc/xild/`" ruby3.0-3.0.0~preview1/configure-3905- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-3926- ac_ct_LD=$LD ruby3.0-3.0.0~preview1/configure:3927: # Extract the first word of "`echo "${rb_CC}" | sed s/icc/xild/`", so it can be a program name with args. ruby3.0-3.0.0~preview1/configure:3928:set dummy `echo "${rb_CC}" | sed s/icc/xild/`; ac_word=$2 ruby3.0-3.0.0~preview1/configure-3929-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-3943- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ruby3.0-3.0.0~preview1/configure:3944: ac_cv_prog_ac_ct_LD="`echo "${rb_CC}" | sed s/icc/xild/`" ruby3.0-3.0.0~preview1/configure-3945- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-3982- if test -n "$ac_tool_prefix"; then ruby3.0-3.0.0~preview1/configure:3983: # Extract the first word of "${ac_tool_prefix}`echo "${rb_CC}" | sed s/gcc/ld/`", so it can be a program name with args. ruby3.0-3.0.0~preview1/configure:3984:set dummy ${ac_tool_prefix}`echo "${rb_CC}" | sed s/gcc/ld/`; ac_word=$2 ruby3.0-3.0.0~preview1/configure-3985-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-3999- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ruby3.0-3.0.0~preview1/configure:4000: ac_cv_prog_LD="${ac_tool_prefix}`echo "${rb_CC}" | sed s/gcc/ld/`" ruby3.0-3.0.0~preview1/configure-4001- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4022- ac_ct_LD=$LD ruby3.0-3.0.0~preview1/configure:4023: # Extract the first word of "`echo "${rb_CC}" | sed s/gcc/ld/`", so it can be a program name with args. ruby3.0-3.0.0~preview1/configure:4024:set dummy `echo "${rb_CC}" | sed s/gcc/ld/`; ac_word=$2 ruby3.0-3.0.0~preview1/configure-4025-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4039- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ruby3.0-3.0.0~preview1/configure:4040: ac_cv_prog_ac_ct_LD="`echo "${rb_CC}" | sed s/gcc/ld/`" ruby3.0-3.0.0~preview1/configure-4041- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4074- if test -n "$ac_tool_prefix"; then ruby3.0-3.0.0~preview1/configure:4075: # Extract the first word of "${ac_tool_prefix}`echo "${rb_CC}" | sed s/gcc/gcc-ar/`", so it can be a program name with args. ruby3.0-3.0.0~preview1/configure:4076:set dummy ${ac_tool_prefix}`echo "${rb_CC}" | sed s/gcc/gcc-ar/`; ac_word=$2 ruby3.0-3.0.0~preview1/configure-4077-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4091- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ruby3.0-3.0.0~preview1/configure:4092: ac_cv_prog_AR="${ac_tool_prefix}`echo "${rb_CC}" | sed s/gcc/gcc-ar/`" ruby3.0-3.0.0~preview1/configure-4093- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4114- ac_ct_AR=$AR ruby3.0-3.0.0~preview1/configure:4115: # Extract the first word of "`echo "${rb_CC}" | sed s/gcc/gcc-ar/`", so it can be a program name with args. ruby3.0-3.0.0~preview1/configure:4116:set dummy `echo "${rb_CC}" | sed s/gcc/gcc-ar/`; ac_word=$2 ruby3.0-3.0.0~preview1/configure-4117-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4131- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ruby3.0-3.0.0~preview1/configure:4132: ac_cv_prog_ac_ct_AR="`echo "${rb_CC}" | sed s/gcc/gcc-ar/`" ruby3.0-3.0.0~preview1/configure-4133- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4166- if test -n "$ac_tool_prefix"; then ruby3.0-3.0.0~preview1/configure:4167: # Extract the first word of "${ac_tool_prefix}`echo "${rb_CC}" | sed s/gcc/g++/`", so it can be a program name with args. ruby3.0-3.0.0~preview1/configure:4168:set dummy ${ac_tool_prefix}`echo "${rb_CC}" | sed s/gcc/g++/`; ac_word=$2 ruby3.0-3.0.0~preview1/configure-4169-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4183- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ruby3.0-3.0.0~preview1/configure:4184: ac_cv_prog_CXX="${ac_tool_prefix}`echo "${rb_CC}" | sed s/gcc/g++/`" ruby3.0-3.0.0~preview1/configure-4185- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4206- ac_ct_CXX=$CXX ruby3.0-3.0.0~preview1/configure:4207: # Extract the first word of "`echo "${rb_CC}" | sed s/gcc/g++/`", so it can be a program name with args. ruby3.0-3.0.0~preview1/configure:4208:set dummy `echo "${rb_CC}" | sed s/gcc/g++/`; ac_word=$2 ruby3.0-3.0.0~preview1/configure-4209-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4223- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ruby3.0-3.0.0~preview1/configure:4224: ac_cv_prog_ac_ct_CXX="`echo "${rb_CC}" | sed s/gcc/g++/`" ruby3.0-3.0.0~preview1/configure-4225- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4258- if test -n "$ac_tool_prefix"; then ruby3.0-3.0.0~preview1/configure:4259: # Extract the first word of "${ac_tool_prefix}`echo "${rb_CC}" | sed s/gcc/gcc-nm/`", so it can be a program name with args. ruby3.0-3.0.0~preview1/configure:4260:set dummy ${ac_tool_prefix}`echo "${rb_CC}" | sed s/gcc/gcc-nm/`; ac_word=$2 ruby3.0-3.0.0~preview1/configure-4261-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4275- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ruby3.0-3.0.0~preview1/configure:4276: ac_cv_prog_NM="${ac_tool_prefix}`echo "${rb_CC}" | sed s/gcc/gcc-nm/`" ruby3.0-3.0.0~preview1/configure-4277- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4298- ac_ct_NM=$NM ruby3.0-3.0.0~preview1/configure:4299: # Extract the first word of "`echo "${rb_CC}" | sed s/gcc/gcc-nm/`", so it can be a program name with args. ruby3.0-3.0.0~preview1/configure:4300:set dummy `echo "${rb_CC}" | sed s/gcc/gcc-nm/`; ac_word=$2 ruby3.0-3.0.0~preview1/configure-4301-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4315- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ruby3.0-3.0.0~preview1/configure:4316: ac_cv_prog_ac_ct_NM="`echo "${rb_CC}" | sed s/gcc/gcc-nm/`" ruby3.0-3.0.0~preview1/configure-4317- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4350- if test -n "$ac_tool_prefix"; then ruby3.0-3.0.0~preview1/configure:4351: # Extract the first word of "${ac_tool_prefix}`echo "${rb_CC}" | sed s/gcc/gcc-ranlib/`", so it can be a program name with args. ruby3.0-3.0.0~preview1/configure:4352:set dummy ${ac_tool_prefix}`echo "${rb_CC}" | sed s/gcc/gcc-ranlib/`; ac_word=$2 ruby3.0-3.0.0~preview1/configure-4353-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4367- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ruby3.0-3.0.0~preview1/configure:4368: ac_cv_prog_RANLIB="${ac_tool_prefix}`echo "${rb_CC}" | sed s/gcc/gcc-ranlib/`" ruby3.0-3.0.0~preview1/configure-4369- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4390- ac_ct_RANLIB=$RANLIB ruby3.0-3.0.0~preview1/configure:4391: # Extract the first word of "`echo "${rb_CC}" | sed s/gcc/gcc-ranlib/`", so it can be a program name with args. ruby3.0-3.0.0~preview1/configure:4392:set dummy `echo "${rb_CC}" | sed s/gcc/gcc-ranlib/`; ac_word=$2 ruby3.0-3.0.0~preview1/configure-4393-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4407- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ruby3.0-3.0.0~preview1/configure:4408: ac_cv_prog_ac_ct_RANLIB="`echo "${rb_CC}" | sed s/gcc/gcc-ranlib/`" ruby3.0-3.0.0~preview1/configure-4409- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4448- if test -n "$ac_tool_prefix"; then ruby3.0-3.0.0~preview1/configure:4449: # Extract the first word of "${ac_tool_prefix}`echo "${rb_CC}" | sed s/clang/llvm-ar/`", so it can be a program name with args. ruby3.0-3.0.0~preview1/configure:4450:set dummy ${ac_tool_prefix}`echo "${rb_CC}" | sed s/clang/llvm-ar/`; ac_word=$2 ruby3.0-3.0.0~preview1/configure-4451-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4465- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ruby3.0-3.0.0~preview1/configure:4466: ac_cv_prog_AR="${ac_tool_prefix}`echo "${rb_CC}" | sed s/clang/llvm-ar/`" ruby3.0-3.0.0~preview1/configure-4467- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4488- ac_ct_AR=$AR ruby3.0-3.0.0~preview1/configure:4489: # Extract the first word of "`echo "${rb_CC}" | sed s/clang/llvm-ar/`", so it can be a program name with args. ruby3.0-3.0.0~preview1/configure:4490:set dummy `echo "${rb_CC}" | sed s/clang/llvm-ar/`; ac_word=$2 ruby3.0-3.0.0~preview1/configure-4491-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4505- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ruby3.0-3.0.0~preview1/configure:4506: ac_cv_prog_ac_ct_AR="`echo "${rb_CC}" | sed s/clang/llvm-ar/`" ruby3.0-3.0.0~preview1/configure-4507- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4539- ruby3.0-3.0.0~preview1/configure:4540:# AC_CHECK_TOOL([AS], [`echo "${rb_CC}" | sed s/clang/llvm-as/`]) ruby3.0-3.0.0~preview1/configure-4541- if test -n "$ac_tool_prefix"; then ruby3.0-3.0.0~preview1/configure:4542: # Extract the first word of "${ac_tool_prefix}`echo "${rb_CC}" | sed s/clang/clang++/`", so it can be a program name with args. ruby3.0-3.0.0~preview1/configure:4543:set dummy ${ac_tool_prefix}`echo "${rb_CC}" | sed s/clang/clang++/`; ac_word=$2 ruby3.0-3.0.0~preview1/configure-4544-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4558- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ruby3.0-3.0.0~preview1/configure:4559: ac_cv_prog_CXX="${ac_tool_prefix}`echo "${rb_CC}" | sed s/clang/clang++/`" ruby3.0-3.0.0~preview1/configure-4560- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4581- ac_ct_CXX=$CXX ruby3.0-3.0.0~preview1/configure:4582: # Extract the first word of "`echo "${rb_CC}" | sed s/clang/clang++/`", so it can be a program name with args. ruby3.0-3.0.0~preview1/configure:4583:set dummy `echo "${rb_CC}" | sed s/clang/clang++/`; ac_word=$2 ruby3.0-3.0.0~preview1/configure-4584-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4598- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ruby3.0-3.0.0~preview1/configure:4599: ac_cv_prog_ac_ct_CXX="`echo "${rb_CC}" | sed s/clang/clang++/`" ruby3.0-3.0.0~preview1/configure-4600- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4633- if test -n "$ac_tool_prefix"; then ruby3.0-3.0.0~preview1/configure:4634: # Extract the first word of "${ac_tool_prefix}`echo "${rb_CC}" | sed s/clang/llvm-nm/`", so it can be a program name with args. ruby3.0-3.0.0~preview1/configure:4635:set dummy ${ac_tool_prefix}`echo "${rb_CC}" | sed s/clang/llvm-nm/`; ac_word=$2 ruby3.0-3.0.0~preview1/configure-4636-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4650- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ruby3.0-3.0.0~preview1/configure:4651: ac_cv_prog_NM="${ac_tool_prefix}`echo "${rb_CC}" | sed s/clang/llvm-nm/`" ruby3.0-3.0.0~preview1/configure-4652- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4673- ac_ct_NM=$NM ruby3.0-3.0.0~preview1/configure:4674: # Extract the first word of "`echo "${rb_CC}" | sed s/clang/llvm-nm/`", so it can be a program name with args. ruby3.0-3.0.0~preview1/configure:4675:set dummy `echo "${rb_CC}" | sed s/clang/llvm-nm/`; ac_word=$2 ruby3.0-3.0.0~preview1/configure-4676-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4690- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ruby3.0-3.0.0~preview1/configure:4691: ac_cv_prog_ac_ct_NM="`echo "${rb_CC}" | sed s/clang/llvm-nm/`" ruby3.0-3.0.0~preview1/configure-4692- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4725- if test -n "$ac_tool_prefix"; then ruby3.0-3.0.0~preview1/configure:4726: # Extract the first word of "${ac_tool_prefix}`echo "${rb_CC}" | sed s/clang/llvm-objcopy/`", so it can be a program name with args. ruby3.0-3.0.0~preview1/configure:4727:set dummy ${ac_tool_prefix}`echo "${rb_CC}" | sed s/clang/llvm-objcopy/`; ac_word=$2 ruby3.0-3.0.0~preview1/configure-4728-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4742- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ruby3.0-3.0.0~preview1/configure:4743: ac_cv_prog_OBJCOPY="${ac_tool_prefix}`echo "${rb_CC}" | sed s/clang/llvm-objcopy/`" ruby3.0-3.0.0~preview1/configure-4744- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4765- ac_ct_OBJCOPY=$OBJCOPY ruby3.0-3.0.0~preview1/configure:4766: # Extract the first word of "`echo "${rb_CC}" | sed s/clang/llvm-objcopy/`", so it can be a program name with args. ruby3.0-3.0.0~preview1/configure:4767:set dummy `echo "${rb_CC}" | sed s/clang/llvm-objcopy/`; ac_word=$2 ruby3.0-3.0.0~preview1/configure-4768-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4782- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ruby3.0-3.0.0~preview1/configure:4783: ac_cv_prog_ac_ct_OBJCOPY="`echo "${rb_CC}" | sed s/clang/llvm-objcopy/`" ruby3.0-3.0.0~preview1/configure-4784- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4817- if test -n "$ac_tool_prefix"; then ruby3.0-3.0.0~preview1/configure:4818: # Extract the first word of "${ac_tool_prefix}`echo "${rb_CC}" | sed s/clang/llvm-objdump/`", so it can be a program name with args. ruby3.0-3.0.0~preview1/configure:4819:set dummy ${ac_tool_prefix}`echo "${rb_CC}" | sed s/clang/llvm-objdump/`; ac_word=$2 ruby3.0-3.0.0~preview1/configure-4820-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4834- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ruby3.0-3.0.0~preview1/configure:4835: ac_cv_prog_OBJDUMP="${ac_tool_prefix}`echo "${rb_CC}" | sed s/clang/llvm-objdump/`" ruby3.0-3.0.0~preview1/configure-4836- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4857- ac_ct_OBJDUMP=$OBJDUMP ruby3.0-3.0.0~preview1/configure:4858: # Extract the first word of "`echo "${rb_CC}" | sed s/clang/llvm-objdump/`", so it can be a program name with args. ruby3.0-3.0.0~preview1/configure:4859:set dummy `echo "${rb_CC}" | sed s/clang/llvm-objdump/`; ac_word=$2 ruby3.0-3.0.0~preview1/configure-4860-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4874- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ruby3.0-3.0.0~preview1/configure:4875: ac_cv_prog_ac_ct_OBJDUMP="`echo "${rb_CC}" | sed s/clang/llvm-objdump/`" ruby3.0-3.0.0~preview1/configure-4876- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4909- if test -n "$ac_tool_prefix"; then ruby3.0-3.0.0~preview1/configure:4910: # Extract the first word of "${ac_tool_prefix}`echo "${rb_CC}" | sed s/clang/llvm-ranlib/`", so it can be a program name with args. ruby3.0-3.0.0~preview1/configure:4911:set dummy ${ac_tool_prefix}`echo "${rb_CC}" | sed s/clang/llvm-ranlib/`; ac_word=$2 ruby3.0-3.0.0~preview1/configure-4912-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4926- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ruby3.0-3.0.0~preview1/configure:4927: ac_cv_prog_RANLIB="${ac_tool_prefix}`echo "${rb_CC}" | sed s/clang/llvm-ranlib/`" ruby3.0-3.0.0~preview1/configure-4928- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4949- ac_ct_RANLIB=$RANLIB ruby3.0-3.0.0~preview1/configure:4950: # Extract the first word of "`echo "${rb_CC}" | sed s/clang/llvm-ranlib/`", so it can be a program name with args. ruby3.0-3.0.0~preview1/configure:4951:set dummy `echo "${rb_CC}" | sed s/clang/llvm-ranlib/`; ac_word=$2 ruby3.0-3.0.0~preview1/configure-4952-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-4966- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ruby3.0-3.0.0~preview1/configure:4967: ac_cv_prog_ac_ct_RANLIB="`echo "${rb_CC}" | sed s/clang/llvm-ranlib/`" ruby3.0-3.0.0~preview1/configure-4968- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-5001- if test -n "$ac_tool_prefix"; then ruby3.0-3.0.0~preview1/configure:5002: # Extract the first word of "${ac_tool_prefix}`echo "${rb_CC}" | sed s/clang/llvm-strip/`", so it can be a program name with args. ruby3.0-3.0.0~preview1/configure:5003:set dummy ${ac_tool_prefix}`echo "${rb_CC}" | sed s/clang/llvm-strip/`; ac_word=$2 ruby3.0-3.0.0~preview1/configure-5004-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-5018- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ruby3.0-3.0.0~preview1/configure:5019: ac_cv_prog_STRIP="${ac_tool_prefix}`echo "${rb_CC}" | sed s/clang/llvm-strip/`" ruby3.0-3.0.0~preview1/configure-5020- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-5041- ac_ct_STRIP=$STRIP ruby3.0-3.0.0~preview1/configure:5042: # Extract the first word of "`echo "${rb_CC}" | sed s/clang/llvm-strip/`", so it can be a program name with args. ruby3.0-3.0.0~preview1/configure:5043:set dummy `echo "${rb_CC}" | sed s/clang/llvm-strip/`; ac_word=$2 ruby3.0-3.0.0~preview1/configure-5044-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-5058- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ruby3.0-3.0.0~preview1/configure:5059: ac_cv_prog_ac_ct_STRIP="`echo "${rb_CC}" | sed s/clang/llvm-strip/`" ruby3.0-3.0.0~preview1/configure-5060- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-5678-$as_echo_n "checking whether the C compiler works... " >&6; } ruby3.0-3.0.0~preview1/configure:5679:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` ruby3.0-3.0.0~preview1/configure-5680- ############################################## ruby3.0-3.0.0~preview1/configure-5722- then :; else ruby3.0-3.0.0~preview1/configure:5723: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` ruby3.0-3.0.0~preview1/configure-5724- fi ############################################## ruby3.0-3.0.0~preview1/configure-5782- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; ruby3.0-3.0.0~preview1/configure:5783: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` ruby3.0-3.0.0~preview1/configure-5784- break;; ############################################## ruby3.0-3.0.0~preview1/configure-5891- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; ruby3.0-3.0.0~preview1/configure:5892: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` ruby3.0-3.0.0~preview1/configure-5893- break;; ############################################## ruby3.0-3.0.0~preview1/configure-7504-test x"$target_alias" = x && ruby3.0-3.0.0~preview1/configure:7505:target_os=`echo $target_os | sed 's/linux-gnu$/linux/;s/linux-gnu/linux-/'` ruby3.0-3.0.0~preview1/configure-7506-ac_install_sh='' # unusable for extension libraries. ############################################## ruby3.0-3.0.0~preview1/configure-7554- ruby3.0-3.0.0~preview1/configure:7555: target=`echo ${target} | sed "$os_version_style_transform"` ruby3.0-3.0.0~preview1/configure:7556: target_os=`echo ${target_os} | sed "$os_version_style_transform"` ruby3.0-3.0.0~preview1/configure-7557- ############################################## ruby3.0-3.0.0~preview1/configure-7577-test -z "$optflags" || ruby3.0-3.0.0~preview1/configure:7578: cflagspat="$cflagspat;s|"`eval echo '"'"${optflags}"'"' | sed 's/[][|.*]/\\&/g;s/^ */ /;s/ *$/ /'`'| |g' ruby3.0-3.0.0~preview1/configure-7579-test -z "$debugflags" || ruby3.0-3.0.0~preview1/configure:7580: cflagspat="$cflagspat;s|"`eval echo '"'"${debugflags}"'"' | sed 's/[][|.*]/\\&/g;s/^ */ /;s/ *$/ /'`'| |g' ruby3.0-3.0.0~preview1/configure-7581-test -z "$warnflags" || ruby3.0-3.0.0~preview1/configure:7582: cflagspat="$cflagspat;s|"`eval echo '"'"${warnflags}"'"' | sed 's/[][|.*]/\\&/g;s/^ */ /;s/ *$/ /'`'| |g' ruby3.0-3.0.0~preview1/configure-7583-if test -z "${CFLAGS+set}"; then : ruby3.0-3.0.0~preview1/configure-7584- ruby3.0-3.0.0~preview1/configure:7585: cflags=`echo " $cflags " | sed "$cflagspat;s/^ *//;s/ *$//"` ruby3.0-3.0.0~preview1/configure-7586- orig_cflags="$cflags" ############################################## ruby3.0-3.0.0~preview1/configure-7671- target_os="mingw32" ruby3.0-3.0.0~preview1/configure:7672: : ${ac_tool_prefix:="`expr "$CC" : '\(.*-\)g\?cc[^/]*$'`"} ruby3.0-3.0.0~preview1/configure-7673- $as_echo "#define __USE_MINGW_ANSI_STDIO 1" >>confdefs.h ############################################## ruby3.0-3.0.0~preview1/configure-7682- ruby3.0-3.0.0~preview1/configure:7683:target_os="`echo ${target_os} | sed 's/msvc$//'`" ruby3.0-3.0.0~preview1/configure-7684- ;; #( ############################################## ruby3.0-3.0.0~preview1/configure-7702- : ${optflags=-O3} ruby3.0-3.0.0~preview1/configure:7703: gcc_major=`echo =__GNUC__ | $CC -E -xc - | sed '/^=/!d;s///'` ruby3.0-3.0.0~preview1/configure:7704: gcc_minor=`echo =__GNUC_MINOR__ | $CC -E -xc - | sed '/^=/!d;s///'` ruby3.0-3.0.0~preview1/configure-7705- test -n "$gcc_major" || gcc_major=0 ruby3.0-3.0.0~preview1/configure-7706- test -n "$gcc_minor" || gcc_minor=0 ruby3.0-3.0.0~preview1/configure:7707: icc_version=`echo =__ICC | $CC -E -xc - | sed '/^=/!d;s///;/^__ICC/d'` ruby3.0-3.0.0~preview1/configure-7708- test -n "$icc_version" || icc_version=0 ############################################## ruby3.0-3.0.0~preview1/configure-7727-else ruby3.0-3.0.0~preview1/configure:7728: if `$CC $CFLAGS $CPPFLAGS $LDFLAGS --print-prog-name=ld 2>&1` -v 2>&1 | grep "GNU ld" > /dev/null; then : ruby3.0-3.0.0~preview1/configure-7729- ############################################## ruby3.0-3.0.0~preview1/configure-7832- ruby3.0-3.0.0~preview1/configure:7833: PATH=`echo $PATH | sed "s/\/usr\/lib\/ccache://"` MJIT_CC=`which $CC` ruby3.0-3.0.0~preview1/configure-7834-fi ############################################## ruby3.0-3.0.0~preview1/configure-7837- *mingw*) : ruby3.0-3.0.0~preview1/configure:7838: command -v cygpath > /dev/null && MJIT_CC=`cygpath -ma $MJIT_CC` ;; #( ruby3.0-3.0.0~preview1/configure-7839- *) : ############################################## ruby3.0-3.0.0~preview1/configure-7856- ruby3.0-3.0.0~preview1/configure:7857: CC_WRAPPER=`cd -P "${tooldir}" && pwd`/darwin-cc ruby3.0-3.0.0~preview1/configure-7858- CC="$CC_WRAPPER $CC" ############################################## ruby3.0-3.0.0~preview1/configure-7868-for option in --version -v -V -qversion; do ruby3.0-3.0.0~preview1/configure:7869: cc_version_message=`$CC $option 2>&1` ruby3.0-3.0.0~preview1/configure-7870- cc_version_status=$? ############################################## ruby3.0-3.0.0~preview1/configure-7894-# RUBY_UNIVERSAL_ARCH begin ruby3.0-3.0.0~preview1/configure:7895:ARCH_FLAG=`expr " $CXXFLAGS " : '.* \(-m[0-9][0-9]*\) '` ruby3.0-3.0.0~preview1/configure:7896:test ${CXXFLAGS+set} && CXXFLAGS=`echo "$CXXFLAGS" | sed -e 's/ *-arch *[^ ]*//g' -e 's/ *-m32//g' -e 's/ *-m64//g'` ruby3.0-3.0.0~preview1/configure:7897:ARCH_FLAG=`expr " $CFLAGS " : '.* \(-m[0-9][0-9]*\) '` ruby3.0-3.0.0~preview1/configure:7898:test ${CFLAGS+set} && CFLAGS=`echo "$CFLAGS" | sed -e 's/ *-arch *[^ ]*//g' -e 's/ *-m32//g' -e 's/ *-m64//g'` ruby3.0-3.0.0~preview1/configure:7899:test ${LDFLAGS+set} && LDFLAGS=`echo "$LDFLAGS" | sed -e 's/ *-arch *[^ ]*//g' -e 's/ *-m32//g' -e 's/ *-m64//g'` ruby3.0-3.0.0~preview1/configure-7900-unset universal_binary universal_archnames ############################################## ruby3.0-3.0.0~preview1/configure-7904-$as_echo_n "checking target architectures... " >&6; } ruby3.0-3.0.0~preview1/configure:7905: target_archs=`echo $target_archs | tr , ' '` ruby3.0-3.0.0~preview1/configure-7906- # /usr/lib/arch_tool -archify_list $TARGET_ARCHS ############################################## ruby3.0-3.0.0~preview1/configure-7914- cpu=$archs ruby3.0-3.0.0~preview1/configure:7915: cpu=`echo $cpu | sed 's/-.*-.*//'` ruby3.0-3.0.0~preview1/configure-7916- universal_binary="${universal_binary+$universal_binary,}$cpu" ############################################## ruby3.0-3.0.0~preview1/configure-7932- ruby3.0-3.0.0~preview1/configure:7933: target=`echo $target | sed "s/^$target_cpu-/-/"` ruby3.0-3.0.0~preview1/configure:7934: target_alias=`echo $target_alias | sed "s/^$target_cpu-/-/"` ruby3.0-3.0.0~preview1/configure-7935- if test "${universal_binary-no}" = yes; then : ############################################## ruby3.0-3.0.0~preview1/configure-7996-$as_echo_n "checking for real target cpu... " >&6; } ruby3.0-3.0.0~preview1/configure:7997: target=`echo $target | sed "s/^$target_cpu-/-/"` ruby3.0-3.0.0~preview1/configure-7998- target_cpu=`$CC -E - 2>/dev/null <<EOF | ############################################## ruby3.0-3.0.0~preview1/configure-8270- ruby3.0-3.0.0~preview1/configure:8271: target=`echo $target | sed "s/^$target_cpu-/-/"` ruby3.0-3.0.0~preview1/configure:8272: target_alias=`echo $target_alias | sed "s/^$target_cpu-/-/"` ruby3.0-3.0.0~preview1/configure:8273: target_cpu=`echo $target_cpu | sed s/i.86/i386/` ruby3.0-3.0.0~preview1/configure-8274- case "$target" in #( ############################################## ruby3.0-3.0.0~preview1/configure-8319- colorize_result "$rb_cv_msvcrt" ; } ruby3.0-3.0.0~preview1/configure:8320: RT_VER=`echo "$rb_cv_msvcrt" | tr -cd 0-9` ruby3.0-3.0.0~preview1/configure-8321- test "$RT_VER" = "" && RT_VER=60 ############################################## ruby3.0-3.0.0~preview1/configure-8353-set x ${MAKE-make} ruby3.0-3.0.0~preview1/configure:8354:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` ruby3.0-3.0.0~preview1/configure-8355-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : ############################################## ruby3.0-3.0.0~preview1/configure-8363-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. ruby3.0-3.0.0~preview1/configure:8364:case `${MAKE-make} -f conftest.make 2>/dev/null` in ruby3.0-3.0.0~preview1/configure-8365- *@@@%%%=?*=@@@%%%*) ############################################## ruby3.0-3.0.0~preview1/configure-8488- as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue ruby3.0-3.0.0~preview1/configure:8489: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( ruby3.0-3.0.0~preview1/configure-8490- 'mkdir (GNU coreutils) '* | \ ############################################## ruby3.0-3.0.0~preview1/configure-8716- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ruby3.0-3.0.0~preview1/configure:8717: if test "$as_dir/$ac_word$ac_exec_ext" = "`"$as_dir/$ac_word$ac_exec_ext" --print-errors --version > /dev/null 2>&1 || echo "$as_dir/$ac_word$ac_exec_ext"`"; then ruby3.0-3.0.0~preview1/configure-8718- ac_prog_rejected=yes ############################################## ruby3.0-3.0.0~preview1/configure-8775- # Check for GNU $ac_path_GREP ruby3.0-3.0.0~preview1/configure:8776:case `"$ac_path_GREP" --version 2>&1` in ruby3.0-3.0.0~preview1/configure-8777-*GNU*) ############################################## ruby3.0-3.0.0~preview1/configure-8841- # Check for GNU $ac_path_EGREP ruby3.0-3.0.0~preview1/configure:8842:case `"$ac_path_EGREP" --version 2>&1` in ruby3.0-3.0.0~preview1/configure-8843-*GNU*) ############################################## ruby3.0-3.0.0~preview1/configure-9002-do : ruby3.0-3.0.0~preview1/configure:9003: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ruby3.0-3.0.0~preview1/configure-9004-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## ruby3.0-3.0.0~preview1/configure-9007- cat >>confdefs.h <<_ACEOF ruby3.0-3.0.0~preview1/configure:9008:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 ruby3.0-3.0.0~preview1/configure-9009-_ACEOF ############################################## ruby3.0-3.0.0~preview1/configure-9291- *,) : ruby3.0-3.0.0~preview1/configure:9292: rpathflag=`echo "$rpathflag" | tr ' ' ,` ;; #( ruby3.0-3.0.0~preview1/configure-9293- *) : ############################################## ruby3.0-3.0.0~preview1/configure-9362- ruby3.0-3.0.0~preview1/configure:9363: rpathflag=`echo "$RPATHFLAG" | sed 's/%.*//'` ruby3.0-3.0.0~preview1/configure-9364- ############################################## ruby3.0-3.0.0~preview1/configure-9583- ruby3.0-3.0.0~preview1/configure:9584: wflag=`echo x$wflag | sed 's/^x-Werror=/-W/;s/^x//'` ruby3.0-3.0.0~preview1/configure-9585- ############################################## ruby3.0-3.0.0~preview1/configure-9654- ruby3.0-3.0.0~preview1/configure:9655: wflag=`echo x$wflag | sed 's/^x-Werror=/-W/'` ruby3.0-3.0.0~preview1/configure-9656- ############################################## ruby3.0-3.0.0~preview1/configure-10426- # ANSI (no XCFLAGS because this is C only) ruby3.0-3.0.0~preview1/configure:10427: rb_tmp_std_check=`echo $CC $CFLAGS $optflags $warnflags $debugflags | fgrep std= | tr -d '\015'` ruby3.0-3.0.0~preview1/configure-10428- if test "x$rb_tmp_std_check" = "x"; then : ############################################## ruby3.0-3.0.0~preview1/configure-11205- withval=$with_opt_dir; ruby3.0-3.0.0~preview1/configure:11206: val=`echo "$PATH_SEPARATOR$withval" | sed "s|$PATH_SEPARATOR\([^$PATH_SEPARATOR]*\)| -I\1/include|g;s/^ //"` ruby3.0-3.0.0~preview1/configure-11207- CPPFLAGS="$CPPFLAGS $val" ruby3.0-3.0.0~preview1/configure:11208: val=`echo "$PATH_SEPARATOR$withval" | sed "s|$PATH_SEPARATOR\([^$PATH_SEPARATOR]*\)| -L\1/lib${rpathflag:+ $rpathflag\\\\1/lib}|g;s/^ //"` ruby3.0-3.0.0~preview1/configure-11209- LDFLAGS="$LDFLAGS $val" ############################################## ruby3.0-3.0.0~preview1/configure-11425- ac_cv_func_setcontext=no ruby3.0-3.0.0~preview1/configure:11426: incs=`$CC -v -E -xc - < /dev/null 2>&1 | sed '1,/^#include </d;s/^ *//;s|[^./][^/]*/\.\./||g;/\/include$/!d;s||/lib|;/\/usr\/lib/d'` ruby3.0-3.0.0~preview1/configure:11427: for d in `$CC -print-search-dirs | sed -e '/^libraries: */!d;s///' | tr : '\012' | fgrep -v /../ | sed -n 's|^\(/.*/lib\)/$|\1|p'`; do ruby3.0-3.0.0~preview1/configure:11428: incs=`echo "$incs" | fgrep -v "$d"` ruby3.0-3.0.0~preview1/configure-11429- done ############################################## ruby3.0-3.0.0~preview1/configure-12181-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do ruby3.0-3.0.0~preview1/configure:12182: as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` ruby3.0-3.0.0~preview1/configure-12183-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-12213- cat >>confdefs.h <<_ACEOF ruby3.0-3.0.0~preview1/configure:12214:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 ruby3.0-3.0.0~preview1/configure-12215-_ACEOF ############################################## ruby3.0-3.0.0~preview1/configure-14209- ruby3.0-3.0.0~preview1/configure:14210: rbcv_sizeof_size=`expr $rbcv_sizeof_type : '.*[^0-9]\([0-9][0-9]*\)$'` ruby3.0-3.0.0~preview1/configure-14211- case $rbcv_sizeof_type in #( ############################################## ruby3.0-3.0.0~preview1/configure-14214- *) : ruby3.0-3.0.0~preview1/configure:14215: rbcv_sizeof_size=`expr $rbcv_sizeof_size / $rb_cv_char_bit` ;; ruby3.0-3.0.0~preview1/configure-14216-esac ############################################## ruby3.0-3.0.0~preview1/configure-14325- ruby3.0-3.0.0~preview1/configure:14326: rbcv_sizeof_size=`expr $rbcv_sizeof_type : '.*[^0-9]\([0-9][0-9]*\)$'` ruby3.0-3.0.0~preview1/configure-14327- case $rbcv_sizeof_type in #( ############################################## ruby3.0-3.0.0~preview1/configure-14330- *) : ruby3.0-3.0.0~preview1/configure:14331: rbcv_sizeof_size=`expr $rbcv_sizeof_size / $rb_cv_char_bit` ;; ruby3.0-3.0.0~preview1/configure-14332-esac ############################################## ruby3.0-3.0.0~preview1/configure-14410- ruby3.0-3.0.0~preview1/configure:14411: ac_cv_sizeof_long=`$as_echo "SIZEOF_$rbcv_sizeof_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-14412- break ############################################## ruby3.0-3.0.0~preview1/configure-14534- ruby3.0-3.0.0~preview1/configure:14535: rbcv_sizeof_size=`expr $rbcv_sizeof_type : '.*[^0-9]\([0-9][0-9]*\)$'` ruby3.0-3.0.0~preview1/configure-14536- case $rbcv_sizeof_type in #( ############################################## ruby3.0-3.0.0~preview1/configure-14539- *) : ruby3.0-3.0.0~preview1/configure:14540: rbcv_sizeof_size=`expr $rbcv_sizeof_size / $rb_cv_char_bit` ;; ruby3.0-3.0.0~preview1/configure-14541-esac ############################################## ruby3.0-3.0.0~preview1/configure-14650- ruby3.0-3.0.0~preview1/configure:14651: rbcv_sizeof_size=`expr $rbcv_sizeof_type : '.*[^0-9]\([0-9][0-9]*\)$'` ruby3.0-3.0.0~preview1/configure-14652- case $rbcv_sizeof_type in #( ############################################## ruby3.0-3.0.0~preview1/configure-14655- *) : ruby3.0-3.0.0~preview1/configure:14656: rbcv_sizeof_size=`expr $rbcv_sizeof_size / $rb_cv_char_bit` ;; ruby3.0-3.0.0~preview1/configure-14657-esac ############################################## ruby3.0-3.0.0~preview1/configure-14735- ruby3.0-3.0.0~preview1/configure:14736: ac_cv_sizeof___int64=`$as_echo "SIZEOF_$rbcv_sizeof_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-14737- break ############################################## ruby3.0-3.0.0~preview1/configure-14859- ruby3.0-3.0.0~preview1/configure:14860: rbcv_sizeof_size=`expr $rbcv_sizeof_type : '.*[^0-9]\([0-9][0-9]*\)$'` ruby3.0-3.0.0~preview1/configure-14861- case $rbcv_sizeof_type in #( ############################################## ruby3.0-3.0.0~preview1/configure-14864- *) : ruby3.0-3.0.0~preview1/configure:14865: rbcv_sizeof_size=`expr $rbcv_sizeof_size / $rb_cv_char_bit` ;; ruby3.0-3.0.0~preview1/configure-14866-esac ############################################## ruby3.0-3.0.0~preview1/configure-14944- ruby3.0-3.0.0~preview1/configure:14945: ac_cv_sizeof___int128=`$as_echo "SIZEOF_$rbcv_sizeof_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-14946- break ############################################## ruby3.0-3.0.0~preview1/configure-15068- ruby3.0-3.0.0~preview1/configure:15069: rbcv_sizeof_size=`expr $rbcv_sizeof_type : '.*[^0-9]\([0-9][0-9]*\)$'` ruby3.0-3.0.0~preview1/configure-15070- case $rbcv_sizeof_type in #( ############################################## ruby3.0-3.0.0~preview1/configure-15073- *) : ruby3.0-3.0.0~preview1/configure:15074: rbcv_sizeof_size=`expr $rbcv_sizeof_size / $rb_cv_char_bit` ;; ruby3.0-3.0.0~preview1/configure-15075-esac ############################################## ruby3.0-3.0.0~preview1/configure-15184- ruby3.0-3.0.0~preview1/configure:15185: rbcv_sizeof_size=`expr $rbcv_sizeof_type : '.*[^0-9]\([0-9][0-9]*\)$'` ruby3.0-3.0.0~preview1/configure-15186- case $rbcv_sizeof_type in #( ############################################## ruby3.0-3.0.0~preview1/configure-15189- *) : ruby3.0-3.0.0~preview1/configure:15190: rbcv_sizeof_size=`expr $rbcv_sizeof_size / $rb_cv_char_bit` ;; ruby3.0-3.0.0~preview1/configure-15191-esac ############################################## ruby3.0-3.0.0~preview1/configure-15269- ruby3.0-3.0.0~preview1/configure:15270: ac_cv_sizeof_voidp=`$as_echo "SIZEOF_$rbcv_sizeof_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-15271- break ############################################## ruby3.0-3.0.0~preview1/configure-15393- ruby3.0-3.0.0~preview1/configure:15394: rbcv_sizeof_size=`expr $rbcv_sizeof_type : '.*[^0-9]\([0-9][0-9]*\)$'` ruby3.0-3.0.0~preview1/configure-15395- case $rbcv_sizeof_type in #( ############################################## ruby3.0-3.0.0~preview1/configure-15398- *) : ruby3.0-3.0.0~preview1/configure:15399: rbcv_sizeof_size=`expr $rbcv_sizeof_size / $rb_cv_char_bit` ;; ruby3.0-3.0.0~preview1/configure-15400-esac ############################################## ruby3.0-3.0.0~preview1/configure-15509- ruby3.0-3.0.0~preview1/configure:15510: rbcv_sizeof_size=`expr $rbcv_sizeof_type : '.*[^0-9]\([0-9][0-9]*\)$'` ruby3.0-3.0.0~preview1/configure-15511- case $rbcv_sizeof_type in #( ############################################## ruby3.0-3.0.0~preview1/configure-15514- *) : ruby3.0-3.0.0~preview1/configure:15515: rbcv_sizeof_size=`expr $rbcv_sizeof_size / $rb_cv_char_bit` ;; ruby3.0-3.0.0~preview1/configure-15516-esac ############################################## ruby3.0-3.0.0~preview1/configure-15625- ruby3.0-3.0.0~preview1/configure:15626: rbcv_sizeof_size=`expr $rbcv_sizeof_type : '.*[^0-9]\([0-9][0-9]*\)$'` ruby3.0-3.0.0~preview1/configure-15627- case $rbcv_sizeof_type in #( ############################################## ruby3.0-3.0.0~preview1/configure-15630- *) : ruby3.0-3.0.0~preview1/configure:15631: rbcv_sizeof_size=`expr $rbcv_sizeof_size / $rb_cv_char_bit` ;; ruby3.0-3.0.0~preview1/configure-15632-esac ############################################## ruby3.0-3.0.0~preview1/configure-15710- ruby3.0-3.0.0~preview1/configure:15711: ac_cv_sizeof_time_t=`$as_echo "SIZEOF_$rbcv_sizeof_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-15712- break ############################################## ruby3.0-3.0.0~preview1/configure-15759- ruby3.0-3.0.0~preview1/configure:15760: rbcv_sizeof_size=`expr $rbcv_sizeof_type : '.*[^0-9]\([0-9][0-9]*\)$'` ruby3.0-3.0.0~preview1/configure-15761- case $rbcv_sizeof_type in #( ############################################## ruby3.0-3.0.0~preview1/configure-15764- *) : ruby3.0-3.0.0~preview1/configure:15765: rbcv_sizeof_size=`expr $rbcv_sizeof_size / $rb_cv_char_bit` ;; ruby3.0-3.0.0~preview1/configure-15766-esac ############################################## ruby3.0-3.0.0~preview1/configure-15878- ruby3.0-3.0.0~preview1/configure:15879: rbcv_sizeof_size=`expr $rbcv_sizeof_type : '.*[^0-9]\([0-9][0-9]*\)$'` ruby3.0-3.0.0~preview1/configure-15880- case $rbcv_sizeof_type in #( ############################################## ruby3.0-3.0.0~preview1/configure-15883- *) : ruby3.0-3.0.0~preview1/configure:15884: rbcv_sizeof_size=`expr $rbcv_sizeof_size / $rb_cv_char_bit` ;; ruby3.0-3.0.0~preview1/configure-15885-esac ############################################## ruby3.0-3.0.0~preview1/configure-16349- cat >>confdefs.h <<_ACEOF ruby3.0-3.0.0~preview1/configure:16350:#define PRI_PIDT_PREFIX PRI_`echo ${rb_cv_pid_t_convertible} | sed 's/^U//'`_PREFIX ruby3.0-3.0.0~preview1/configure-16351-_ACEOF ############################################## ruby3.0-3.0.0~preview1/configure-16495- cat >>confdefs.h <<_ACEOF ruby3.0-3.0.0~preview1/configure:16496:#define PRI_UIDT_PREFIX PRI_`echo ${rb_cv_uid_t_convertible} | sed 's/^U//'`_PREFIX ruby3.0-3.0.0~preview1/configure-16497-_ACEOF ############################################## ruby3.0-3.0.0~preview1/configure-16641- cat >>confdefs.h <<_ACEOF ruby3.0-3.0.0~preview1/configure:16642:#define PRI_GIDT_PREFIX PRI_`echo ${rb_cv_gid_t_convertible} | sed 's/^U//'`_PREFIX ruby3.0-3.0.0~preview1/configure-16643-_ACEOF ############################################## ruby3.0-3.0.0~preview1/configure-16790- cat >>confdefs.h <<_ACEOF ruby3.0-3.0.0~preview1/configure:16791:#define PRI_TIMET_PREFIX PRI_`echo ${rb_cv_time_t_convertible} | sed 's/^U//'`_PREFIX ruby3.0-3.0.0~preview1/configure-16792-_ACEOF ############################################## ruby3.0-3.0.0~preview1/configure-16936- cat >>confdefs.h <<_ACEOF ruby3.0-3.0.0~preview1/configure:16937:#define PRI_DEVT_PREFIX PRI_`echo ${rb_cv_dev_t_convertible} | sed 's/^U//'`_PREFIX ruby3.0-3.0.0~preview1/configure-16938-_ACEOF ############################################## ruby3.0-3.0.0~preview1/configure-17085- cat >>confdefs.h <<_ACEOF ruby3.0-3.0.0~preview1/configure:17086:#define PRI_MODET_PREFIX PRI_`echo ${rb_cv_mode_t_convertible} | sed 's/^U//'`_PREFIX ruby3.0-3.0.0~preview1/configure-17087-_ACEOF ############################################## ruby3.0-3.0.0~preview1/configure-17258- cat >>confdefs.h <<_ACEOF ruby3.0-3.0.0~preview1/configure:17259:#define PRI_RLIM_PREFIX PRI_`echo ${rb_cv_rlim_t_convertible} | sed 's/^U//'`_PREFIX ruby3.0-3.0.0~preview1/configure-17260-_ACEOF ############################################## ruby3.0-3.0.0~preview1/configure-17404- cat >>confdefs.h <<_ACEOF ruby3.0-3.0.0~preview1/configure:17405:#define PRI_OFFT_PREFIX PRI_`echo ${rb_cv_off_t_convertible} | sed 's/^U//'`_PREFIX ruby3.0-3.0.0~preview1/configure-17406-_ACEOF ############################################## ruby3.0-3.0.0~preview1/configure-17568- cat >>confdefs.h <<_ACEOF ruby3.0-3.0.0~preview1/configure:17569:#define PRI_CLOCKID_PREFIX PRI_`echo ${rb_cv_clockid_t_convertible} | sed 's/^U//'`_PREFIX ruby3.0-3.0.0~preview1/configure-17570-_ACEOF ############################################## ruby3.0-3.0.0~preview1/configure-20151- ruby3.0-3.0.0~preview1/configure:20152: ac_cv_sizeof_size_t=`$as_echo "SIZEOF_$rbcv_sizeof_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-20153- break ############################################## ruby3.0-3.0.0~preview1/configure-20200- ruby3.0-3.0.0~preview1/configure:20201: rbcv_sizeof_size=`expr $rbcv_sizeof_type : '.*[^0-9]\([0-9][0-9]*\)$'` ruby3.0-3.0.0~preview1/configure-20202- case $rbcv_sizeof_type in #( ############################################## ruby3.0-3.0.0~preview1/configure-20205- *) : ruby3.0-3.0.0~preview1/configure:20206: rbcv_sizeof_size=`expr $rbcv_sizeof_size / $rb_cv_char_bit` ;; ruby3.0-3.0.0~preview1/configure-20207-esac ############################################## ruby3.0-3.0.0~preview1/configure-20286- ruby3.0-3.0.0~preview1/configure:20287: ac_cv_sizeof_ptrdiff_t=`$as_echo "SIZEOF_$rbcv_sizeof_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-20288- break ############################################## ruby3.0-3.0.0~preview1/configure-20335- ruby3.0-3.0.0~preview1/configure:20336: rbcv_sizeof_size=`expr $rbcv_sizeof_type : '.*[^0-9]\([0-9][0-9]*\)$'` ruby3.0-3.0.0~preview1/configure-20337- case $rbcv_sizeof_type in #( ############################################## ruby3.0-3.0.0~preview1/configure-20340- *) : ruby3.0-3.0.0~preview1/configure:20341: rbcv_sizeof_size=`expr $rbcv_sizeof_size / $rb_cv_char_bit` ;; ruby3.0-3.0.0~preview1/configure-20342-esac ############################################## ruby3.0-3.0.0~preview1/configure-20637- ruby3.0-3.0.0~preview1/configure:20638: ac_cv_sizeof_struct_stat_st_size=`$as_echo "SIZEOF_$rbcv_sizeof_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-20639- break ############################################## ruby3.0-3.0.0~preview1/configure-20686- ruby3.0-3.0.0~preview1/configure:20687: rbcv_sizeof_size=`expr $rbcv_sizeof_type : '.*[^0-9]\([0-9][0-9]*\)$'` ruby3.0-3.0.0~preview1/configure-20688- case $rbcv_sizeof_type in #( ############################################## ruby3.0-3.0.0~preview1/configure-20691- *) : ruby3.0-3.0.0~preview1/configure:20692: rbcv_sizeof_size=`expr $rbcv_sizeof_size / $rb_cv_char_bit` ;; ruby3.0-3.0.0~preview1/configure-20693-esac ############################################## ruby3.0-3.0.0~preview1/configure-20739- ruby3.0-3.0.0~preview1/configure:20740: ac_cv_sizeof_struct_stat_st_blocks=`$as_echo "SIZEOF_$rbcv_sizeof_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-20741- break ############################################## ruby3.0-3.0.0~preview1/configure-20788- ruby3.0-3.0.0~preview1/configure:20789: rbcv_sizeof_size=`expr $rbcv_sizeof_type : '.*[^0-9]\([0-9][0-9]*\)$'` ruby3.0-3.0.0~preview1/configure-20790- case $rbcv_sizeof_type in #( ############################################## ruby3.0-3.0.0~preview1/configure-20793- *) : ruby3.0-3.0.0~preview1/configure:20794: rbcv_sizeof_size=`expr $rbcv_sizeof_size / $rb_cv_char_bit` ;; ruby3.0-3.0.0~preview1/configure-20795-esac ############################################## ruby3.0-3.0.0~preview1/configure-20841- ruby3.0-3.0.0~preview1/configure:20842: ac_cv_sizeof_struct_stat_st_ino=`$as_echo "SIZEOF_$rbcv_sizeof_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-20843- break ############################################## ruby3.0-3.0.0~preview1/configure-20890- ruby3.0-3.0.0~preview1/configure:20891: rbcv_sizeof_size=`expr $rbcv_sizeof_type : '.*[^0-9]\([0-9][0-9]*\)$'` ruby3.0-3.0.0~preview1/configure-20892- case $rbcv_sizeof_type in #( ############################################## ruby3.0-3.0.0~preview1/configure-20895- *) : ruby3.0-3.0.0~preview1/configure:20896: rbcv_sizeof_size=`expr $rbcv_sizeof_size / $rb_cv_char_bit` ;; ruby3.0-3.0.0~preview1/configure-20897-esac ############################################## ruby3.0-3.0.0~preview1/configure-21078- ruby3.0-3.0.0~preview1/configure:21079: ac_cv_sizeof_struct_timeval_tv_sec=`$as_echo "SIZEOF_$rbcv_sizeof_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-21080- break ############################################## ruby3.0-3.0.0~preview1/configure-21132- ruby3.0-3.0.0~preview1/configure:21133: rbcv_sizeof_size=`expr $rbcv_sizeof_type : '.*[^0-9]\([0-9][0-9]*\)$'` ruby3.0-3.0.0~preview1/configure-21134- case $rbcv_sizeof_type in #( ############################################## ruby3.0-3.0.0~preview1/configure-21137- *) : ruby3.0-3.0.0~preview1/configure:21138: rbcv_sizeof_size=`expr $rbcv_sizeof_size / $rb_cv_char_bit` ;; ruby3.0-3.0.0~preview1/configure-21139-esac ############################################## ruby3.0-3.0.0~preview1/configure-21279- ruby3.0-3.0.0~preview1/configure:21280: rb_defint_cond=`$as_echo "$rb_defint_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-21281- echo "#if defined SIZEOF_"$rb_defint_cond" && SIZEOF_"$rb_defint_cond" > 0" >> confdefs.h ############################################## ruby3.0-3.0.0~preview1/configure-21335- cat >>confdefs.h <<_ACEOF ruby3.0-3.0.0~preview1/configure:21336:#define SIZEOF_INT8_T SIZEOF_`$as_echo "$rb_defint_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-21337-_ACEOF ############################################## ruby3.0-3.0.0~preview1/configure-21396- ruby3.0-3.0.0~preview1/configure:21397: rb_defint_cond=`$as_echo "$rb_defint_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-21398- echo "#if defined SIZEOF_"$rb_defint_cond" && SIZEOF_"$rb_defint_cond" > 0" >> confdefs.h ############################################## ruby3.0-3.0.0~preview1/configure-21452- cat >>confdefs.h <<_ACEOF ruby3.0-3.0.0~preview1/configure:21453:#define SIZEOF_UINT8_T SIZEOF_`$as_echo "$rb_defint_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-21454-_ACEOF ############################################## ruby3.0-3.0.0~preview1/configure-21513- ruby3.0-3.0.0~preview1/configure:21514: rb_defint_cond=`$as_echo "$rb_defint_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-21515- echo "#if defined SIZEOF_"$rb_defint_cond" && SIZEOF_"$rb_defint_cond" > 0" >> confdefs.h ############################################## ruby3.0-3.0.0~preview1/configure-21569- cat >>confdefs.h <<_ACEOF ruby3.0-3.0.0~preview1/configure:21570:#define SIZEOF_INT16_T SIZEOF_`$as_echo "$rb_defint_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-21571-_ACEOF ############################################## ruby3.0-3.0.0~preview1/configure-21630- ruby3.0-3.0.0~preview1/configure:21631: rb_defint_cond=`$as_echo "$rb_defint_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-21632- echo "#if defined SIZEOF_"$rb_defint_cond" && SIZEOF_"$rb_defint_cond" > 0" >> confdefs.h ############################################## ruby3.0-3.0.0~preview1/configure-21686- cat >>confdefs.h <<_ACEOF ruby3.0-3.0.0~preview1/configure:21687:#define SIZEOF_UINT16_T SIZEOF_`$as_echo "$rb_defint_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-21688-_ACEOF ############################################## ruby3.0-3.0.0~preview1/configure-21747- ruby3.0-3.0.0~preview1/configure:21748: rb_defint_cond=`$as_echo "$rb_defint_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-21749- echo "#if defined SIZEOF_"$rb_defint_cond" && SIZEOF_"$rb_defint_cond" > 0" >> confdefs.h ############################################## ruby3.0-3.0.0~preview1/configure-21803- cat >>confdefs.h <<_ACEOF ruby3.0-3.0.0~preview1/configure:21804:#define SIZEOF_INT32_T SIZEOF_`$as_echo "$rb_defint_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-21805-_ACEOF ############################################## ruby3.0-3.0.0~preview1/configure-21864- ruby3.0-3.0.0~preview1/configure:21865: rb_defint_cond=`$as_echo "$rb_defint_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-21866- echo "#if defined SIZEOF_"$rb_defint_cond" && SIZEOF_"$rb_defint_cond" > 0" >> confdefs.h ############################################## ruby3.0-3.0.0~preview1/configure-21920- cat >>confdefs.h <<_ACEOF ruby3.0-3.0.0~preview1/configure:21921:#define SIZEOF_UINT32_T SIZEOF_`$as_echo "$rb_defint_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-21922-_ACEOF ############################################## ruby3.0-3.0.0~preview1/configure-21981- ruby3.0-3.0.0~preview1/configure:21982: rb_defint_cond=`$as_echo "$rb_defint_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-21983- echo "#if defined SIZEOF_"$rb_defint_cond" && SIZEOF_"$rb_defint_cond" > 0" >> confdefs.h ############################################## ruby3.0-3.0.0~preview1/configure-22037- cat >>confdefs.h <<_ACEOF ruby3.0-3.0.0~preview1/configure:22038:#define SIZEOF_INT64_T SIZEOF_`$as_echo "$rb_defint_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-22039-_ACEOF ############################################## ruby3.0-3.0.0~preview1/configure-22098- ruby3.0-3.0.0~preview1/configure:22099: rb_defint_cond=`$as_echo "$rb_defint_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-22100- echo "#if defined SIZEOF_"$rb_defint_cond" && SIZEOF_"$rb_defint_cond" > 0" >> confdefs.h ############################################## ruby3.0-3.0.0~preview1/configure-22154- cat >>confdefs.h <<_ACEOF ruby3.0-3.0.0~preview1/configure:22155:#define SIZEOF_UINT64_T SIZEOF_`$as_echo "$rb_defint_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-22156-_ACEOF ############################################## ruby3.0-3.0.0~preview1/configure-22215- ruby3.0-3.0.0~preview1/configure:22216: rb_defint_cond=`$as_echo "$rb_defint_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-22217- echo "#if defined SIZEOF_"$rb_defint_cond" && SIZEOF_"$rb_defint_cond" > 0" >> confdefs.h ############################################## ruby3.0-3.0.0~preview1/configure-22271- cat >>confdefs.h <<_ACEOF ruby3.0-3.0.0~preview1/configure:22272:#define SIZEOF_INT128_T SIZEOF_`$as_echo "$rb_defint_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-22273-_ACEOF ############################################## ruby3.0-3.0.0~preview1/configure-22332- ruby3.0-3.0.0~preview1/configure:22333: rb_defint_cond=`$as_echo "$rb_defint_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-22334- echo "#if defined SIZEOF_"$rb_defint_cond" && SIZEOF_"$rb_defint_cond" > 0" >> confdefs.h ############################################## ruby3.0-3.0.0~preview1/configure-22388- cat >>confdefs.h <<_ACEOF ruby3.0-3.0.0~preview1/configure:22389:#define SIZEOF_UINT128_T SIZEOF_`$as_echo "$rb_defint_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-22390-_ACEOF ############################################## ruby3.0-3.0.0~preview1/configure-22449- ruby3.0-3.0.0~preview1/configure:22450: rb_defint_cond=`$as_echo "$rb_defint_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-22451- echo "#if defined SIZEOF_"$rb_defint_cond" && SIZEOF_"$rb_defint_cond" > 0" >> confdefs.h ############################################## ruby3.0-3.0.0~preview1/configure-22497- ruby3.0-3.0.0~preview1/configure:22498: ac_cv_sizeof_intptr_t=`$as_echo "SIZEOF_$rbcv_sizeof_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-22499- break ############################################## ruby3.0-3.0.0~preview1/configure-22546- ruby3.0-3.0.0~preview1/configure:22547: rbcv_sizeof_size=`expr $rbcv_sizeof_type : '.*[^0-9]\([0-9][0-9]*\)$'` ruby3.0-3.0.0~preview1/configure-22548- case $rbcv_sizeof_type in #( ############################################## ruby3.0-3.0.0~preview1/configure-22551- *) : ruby3.0-3.0.0~preview1/configure:22552: rbcv_sizeof_size=`expr $rbcv_sizeof_size / $rb_cv_char_bit` ;; ruby3.0-3.0.0~preview1/configure-22553-esac ############################################## ruby3.0-3.0.0~preview1/configure-22606- cat >>confdefs.h <<_ACEOF ruby3.0-3.0.0~preview1/configure:22607:#define SIZEOF_INTPTR_T SIZEOF_`$as_echo "$rb_defint_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-22608-_ACEOF ############################################## ruby3.0-3.0.0~preview1/configure-22667- ruby3.0-3.0.0~preview1/configure:22668: rb_defint_cond=`$as_echo "$rb_defint_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-22669- echo "#if defined SIZEOF_"$rb_defint_cond" && SIZEOF_"$rb_defint_cond" > 0" >> confdefs.h ############################################## ruby3.0-3.0.0~preview1/configure-22715- ruby3.0-3.0.0~preview1/configure:22716: ac_cv_sizeof_uintptr_t=`$as_echo "SIZEOF_$rbcv_sizeof_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-22717- break ############################################## ruby3.0-3.0.0~preview1/configure-22764- ruby3.0-3.0.0~preview1/configure:22765: rbcv_sizeof_size=`expr $rbcv_sizeof_type : '.*[^0-9]\([0-9][0-9]*\)$'` ruby3.0-3.0.0~preview1/configure-22766- case $rbcv_sizeof_type in #( ############################################## ruby3.0-3.0.0~preview1/configure-22769- *) : ruby3.0-3.0.0~preview1/configure:22770: rbcv_sizeof_size=`expr $rbcv_sizeof_size / $rb_cv_char_bit` ;; ruby3.0-3.0.0~preview1/configure-22771-esac ############################################## ruby3.0-3.0.0~preview1/configure-22824- cat >>confdefs.h <<_ACEOF ruby3.0-3.0.0~preview1/configure:22825:#define SIZEOF_UINTPTR_T SIZEOF_`$as_echo "$rb_defint_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-22826-_ACEOF ############################################## ruby3.0-3.0.0~preview1/configure-22975- ruby3.0-3.0.0~preview1/configure:22976: rb_defint_cond=`$as_echo "$rb_defint_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-22977- echo "#if defined SIZEOF_"$rb_defint_cond" && SIZEOF_"$rb_defint_cond" > 0" >> confdefs.h ############################################## ruby3.0-3.0.0~preview1/configure-23024- ruby3.0-3.0.0~preview1/configure:23025: ac_cv_sizeof_ssize_t=`$as_echo "SIZEOF_$rbcv_sizeof_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-23026- break ############################################## ruby3.0-3.0.0~preview1/configure-23074- ruby3.0-3.0.0~preview1/configure:23075: rbcv_sizeof_size=`expr $rbcv_sizeof_type : '.*[^0-9]\([0-9][0-9]*\)$'` ruby3.0-3.0.0~preview1/configure-23076- case $rbcv_sizeof_type in #( ############################################## ruby3.0-3.0.0~preview1/configure-23079- *) : ruby3.0-3.0.0~preview1/configure:23080: rbcv_sizeof_size=`expr $rbcv_sizeof_size / $rb_cv_char_bit` ;; ruby3.0-3.0.0~preview1/configure-23081-esac ############################################## ruby3.0-3.0.0~preview1/configure-23135- cat >>confdefs.h <<_ACEOF ruby3.0-3.0.0~preview1/configure:23136:#define SIZEOF_SSIZE_T SIZEOF_`$as_echo "$rb_defint_type" | $as_tr_cpp` ruby3.0-3.0.0~preview1/configure-23137-_ACEOF ############################################## ruby3.0-3.0.0~preview1/configure-23564- for ac_func in _getb67 GETB67 getb67; do ruby3.0-3.0.0~preview1/configure:23565: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ruby3.0-3.0.0~preview1/configure-23566-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## ruby3.0-3.0.0~preview1/configure-24210-do : ruby3.0-3.0.0~preview1/configure:24211: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ruby3.0-3.0.0~preview1/configure-24212-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## ruby3.0-3.0.0~preview1/configure-24214- cat >>confdefs.h <<_ACEOF ruby3.0-3.0.0~preview1/configure:24215:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 ruby3.0-3.0.0~preview1/configure-24216-_ACEOF ############################################## ruby3.0-3.0.0~preview1/configure-24447-do : ruby3.0-3.0.0~preview1/configure:24448: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ruby3.0-3.0.0~preview1/configure-24449-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## ruby3.0-3.0.0~preview1/configure-24451- cat >>confdefs.h <<_ACEOF ruby3.0-3.0.0~preview1/configure:24452:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 ruby3.0-3.0.0~preview1/configure-24453-_ACEOF ############################################## ruby3.0-3.0.0~preview1/configure-27730- ruby3.0-3.0.0~preview1/configure:27731: archflagpat=`eval echo '"'"${ARCH_FLAG}"'"' | sed 's/[][|.*]/\\&/g'` ruby3.0-3.0.0~preview1/configure:27732: save_CFLAGS="$CFLAGS" new_cflags=`echo "$CFLAGS" | sed "s|$archflagpat"'||'` ruby3.0-3.0.0~preview1/configure:27733: save_LDFLAGS="$LDFLAGS" new_ldflags=`echo "$LDFLAGS" | sed "s|$archflagpat"'||'` ruby3.0-3.0.0~preview1/configure-27734- stack_dir= ruby3.0-3.0.0~preview1/configure-27735- for archs in ${universal_archnames}; do ruby3.0-3.0.0~preview1/configure:27736: archs=`echo $archs | sed 's/=.*//'` ruby3.0-3.0.0~preview1/configure-27737- CFLAGS="$new_cflags -arch $archs" ############################################## ruby3.0-3.0.0~preview1/configure-27739- ruby3.0-3.0.0~preview1/configure:27740: as_stack_grow_dir=`$as_echo "rb_cv_stack_grow_dir_$archs" | $as_tr_sh` ruby3.0-3.0.0~preview1/configure-27741- ############################################## ruby3.0-3.0.0~preview1/configure-27810- for archs in ${universal_archnames}; do ruby3.0-3.0.0~preview1/configure:27811: archs=`echo $archs | sed 's/=.*//'` ruby3.0-3.0.0~preview1/configure:27812: eval dir=\$rb_cv_stack_grow_dir_`$as_echo "$archs" | $as_tr_sh` ruby3.0-3.0.0~preview1/configure-27813- test "Xdefined __${archs}__" = X || cat <<EOH >> confdefs.h ############################################## ruby3.0-3.0.0~preview1/configure-27836- ruby3.0-3.0.0~preview1/configure:27837: as_stack_grow_dir=`$as_echo "rb_cv_stack_grow_dir_$target_cpu" | $as_tr_sh` ruby3.0-3.0.0~preview1/configure-27838- ############################################## ruby3.0-3.0.0~preview1/configure-28007- for pthread_lib in thr pthread pthreads c c_r root; do ruby3.0-3.0.0~preview1/configure:28008: as_ac_Lib=`$as_echo "ac_cv_lib_$pthread_lib''_pthread_create" | $as_tr_sh` ruby3.0-3.0.0~preview1/configure-28009-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -l$pthread_lib" >&5 ############################################## ruby3.0-3.0.0~preview1/configure-28143-do : ruby3.0-3.0.0~preview1/configure:28144: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ruby3.0-3.0.0~preview1/configure-28145-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## ruby3.0-3.0.0~preview1/configure-28147- cat >>confdefs.h <<_ACEOF ruby3.0-3.0.0~preview1/configure:28148:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 ruby3.0-3.0.0~preview1/configure-28149-_ACEOF ############################################## ruby3.0-3.0.0~preview1/configure-28234- ruby3.0-3.0.0~preview1/configure:28235: set_another_thread_name=`echo "$set_current_thread_name" | sed 's/pthread_self()/thid/'` ruby3.0-3.0.0~preview1/configure-28236- cat >>confdefs.h <<_ACEOF ############################################## ruby3.0-3.0.0~preview1/configure-28337-do : ruby3.0-3.0.0~preview1/configure:28338: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ruby3.0-3.0.0~preview1/configure-28339-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## ruby3.0-3.0.0~preview1/configure-28341- cat >>confdefs.h <<_ACEOF ruby3.0-3.0.0~preview1/configure:28342:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 ruby3.0-3.0.0~preview1/configure-28343-_ACEOF ############################################## ruby3.0-3.0.0~preview1/configure-28481- ruby3.0-3.0.0~preview1/configure:28482:case "`head -1 conftest$EXEEXT | tr -dc '\177ELF' | tr '\177' .`" in #( ruby3.0-3.0.0~preview1/configure-28483- .ELF*) : ############################################## ruby3.0-3.0.0~preview1/configure-28507-do : ruby3.0-3.0.0~preview1/configure:28508: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ruby3.0-3.0.0~preview1/configure-28509-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## ruby3.0-3.0.0~preview1/configure-28511- cat >>confdefs.h <<_ACEOF ruby3.0-3.0.0~preview1/configure:28512:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 ruby3.0-3.0.0~preview1/configure-28513-_ACEOF ############################################## ruby3.0-3.0.0~preview1/configure-28869- ; do ruby3.0-3.0.0~preview1/configure:28870: test "x${linker_flag}" = x || flag="${linker_flag}`echo ${flag} | tr ' ' ,`" ruby3.0-3.0.0~preview1/configure-28871- ############################################## ruby3.0-3.0.0~preview1/configure-28964- ruby3.0-3.0.0~preview1/configure:28965: LDSHAREDXX=`echo "${LDSHARED}" | sed 's/\$(CC)/$(CXX)/'` ruby3.0-3.0.0~preview1/configure-28966- ;; #( ############################################## ruby3.0-3.0.0~preview1/configure-28968- ruby3.0-3.0.0~preview1/configure:28969: LDSHAREDXX=`echo "${LDSHARED}" | sed 's/\${CC}/${CXX}/'` ruby3.0-3.0.0~preview1/configure-28970- ;; #( ############################################## ruby3.0-3.0.0~preview1/configure-28972- ruby3.0-3.0.0~preview1/configure:28973: LDSHAREDXX=`echo "${LDSHARED}" | sed "s|$CC|$CXX|"` ruby3.0-3.0.0~preview1/configure-28974- ;; #( ############################################## ruby3.0-3.0.0~preview1/configure-29000- ruby3.0-3.0.0~preview1/configure:29001: pat=`echo "${LDFLAGS_OPTDIR}" | sed 's/[][\\.*|]/\\\\&/'` ruby3.0-3.0.0~preview1/configure:29002: LDFLAGS=`echo "${LDFLAGS}" | sed "s| ${pat}||"` ruby3.0-3.0.0~preview1/configure-29003- val=`IFS="$PATH_SEPARATOR" ############################################## ruby3.0-3.0.0~preview1/configure-29318- ruby3.0-3.0.0~preview1/configure:29319:`grep '^# *define *RUBY_SIGALTSTACK_SIZE' ${srcdir}/signal.c` ruby3.0-3.0.0~preview1/configure-29320-#define TRACE_SIZE 256 ############################################## ruby3.0-3.0.0~preview1/configure-29507-len=2 # .rb ruby3.0-3.0.0~preview1/configure:29508:n=`expr "$DLEXT" : '.*'`; test "$n" -gt "$len" && len=$n ruby3.0-3.0.0~preview1/configure:29509:n=`expr "$DLEXT2" : '.*'`; test "$n" -gt "$len" && len=$n ruby3.0-3.0.0~preview1/configure-29510-cat >>confdefs.h <<_ACEOF ruby3.0-3.0.0~preview1/configure:29511:#define DLEXT_MAXLEN `expr $len + 1` ruby3.0-3.0.0~preview1/configure-29512-_ACEOF ############################################## ruby3.0-3.0.0~preview1/configure-29644-esac ruby3.0-3.0.0~preview1/configure:29645: setup=`basename "$file"` ruby3.0-3.0.0~preview1/configure-29646- case "$target_os" in #( ruby3.0-3.0.0~preview1/configure:29647: `expr "$setup" : 'Setup.\(.*\)'`*) : ruby3.0-3.0.0~preview1/configure-29648- break ;; #( ############################################## ruby3.0-3.0.0~preview1/configure-29651-esac ruby3.0-3.0.0~preview1/configure:29652: platform=`sed '/^option *platform */!d;s///;s/|/*|/g;q' "$file"` ruby3.0-3.0.0~preview1/configure-29653- if test "x$platform" != x; then : ############################################## ruby3.0-3.0.0~preview1/configure-29696-fi ruby3.0-3.0.0~preview1/configure:29697:pat=`echo "${RUBY_EXEC_PREFIX}" | tr -c '\012' .`'\(.*\)' ruby3.0-3.0.0~preview1/configure-29698-for var in bindir libdir rubylibprefix; do ############################################## ruby3.0-3.0.0~preview1/configure-29701- "${RUBY_EXEC_PREFIX}"*) : ruby3.0-3.0.0~preview1/configure:29702: val='${exec_prefix}'"`expr \"$val\" : \"$pat\"`" ;; #( ruby3.0-3.0.0~preview1/configure-29703- *) : ############################################## ruby3.0-3.0.0~preview1/configure-29712- ruby3.0-3.0.0~preview1/configure:29713: test x"$MINIRUBY" = x && MINIRUBY="${RUBY-$BASERUBY} -I`$CHDIR .; pwd` "-r'$(arch)-fake' ruby3.0-3.0.0~preview1/configure:29714: XRUBY_LIBDIR=`${RUBY-$BASERUBY} -rrbconfig -e 'puts RbConfig::CONFIG["libdir"]'` ruby3.0-3.0.0~preview1/configure:29715: XRUBY_RUBYLIBDIR=`${RUBY-$BASERUBY} -rrbconfig -e 'puts RbConfig::CONFIG["rubylibdir"]'` ruby3.0-3.0.0~preview1/configure:29716: XRUBY_RUBYHDRDIR=`${RUBY-$BASERUBY} -rrbconfig -e 'puts RbConfig::CONFIG["rubyhdrdir"]'` ruby3.0-3.0.0~preview1/configure-29717- ############################################## ruby3.0-3.0.0~preview1/configure-29720- PREP='$(arch)-fake.rb' ruby3.0-3.0.0~preview1/configure:29721: RUNRUBY_COMMAND='$(MINIRUBY) -I`cd $(srcdir)/lib; pwd`' ruby3.0-3.0.0~preview1/configure-29722- RUNRUBY='$(RUNRUBY_COMMAND)' ############################################## ruby3.0-3.0.0~preview1/configure-29861- '${exec_prefix}/'*) : ruby3.0-3.0.0~preview1/configure:29862: libdir_basename=`basename "$libdir"` ;; #( ruby3.0-3.0.0~preview1/configure-29863- *) : ############################################## ruby3.0-3.0.0~preview1/configure-30018- ruby3.0-3.0.0~preview1/configure:30019: LIBRUBY_SO='lib$(RUBY_SO_NAME).$(SOEXT).$(MAJOR).'`expr ${MINOR} \* 10 + ${TEENY}` ruby3.0-3.0.0~preview1/configure-30020- ;; #( ############################################## ruby3.0-3.0.0~preview1/configure-30285- ruby3.0-3.0.0~preview1/configure:30286: EXECUTABLE_EXTS=`echo $EXECUTABLE_EXTS | tr -d '"' | tr , ' '` ruby3.0-3.0.0~preview1/configure-30287- ############################################## ruby3.0-3.0.0~preview1/configure-30366- "yes("*")") : ruby3.0-3.0.0~preview1/configure:30367: DTRACE_OPT=`expr "$rb_cv_dtrace_available" : "yes(\(.*\))"` ;; #( ruby3.0-3.0.0~preview1/configure-30368- *) : ############################################## ruby3.0-3.0.0~preview1/configure-30691- sigsetjmp,*) : ruby3.0-3.0.0~preview1/configure:30692: setjmp_prefix=sig setjmp_sigmask=`expr "$withval" : 'sigsetjmp\(,.*\)'` ;; #( ruby3.0-3.0.0~preview1/configure-30693- sigsetjmp) : ############################################## ruby3.0-3.0.0~preview1/configure-30723- ruby3.0-3.0.0~preview1/configure:30724: setjmp_cast=`expr "$ac_cv_func___builtin_setjmp" : "yes with cast (\(.*\))"` ruby3.0-3.0.0~preview1/configure-30725- setjmp_prefix=__builtin_ ############################################## ruby3.0-3.0.0~preview1/configure-30796-if test "${with_rdoc+set}" = set; then : ruby3.0-3.0.0~preview1/configure:30797: withval=$with_rdoc; install_rdoc=`echo ,$withval, | sed 'y/,/ /;s/ ri / rdoc /;s/^ *//;s/ *$//'` ruby3.0-3.0.0~preview1/configure-30798-else ############################################## ruby3.0-3.0.0~preview1/configure-31163- echo "all:; @echo no" > conftest.dir/Makefile ruby3.0-3.0.0~preview1/configure:31164: gnumake=`(cd conftest.dir; ${MAKE-make})` ruby3.0-3.0.0~preview1/configure-31165- rm -fr conftest.dir ############################################## ruby3.0-3.0.0~preview1/configure-31243- rb_cv_architecture_macros=no ruby3.0-3.0.0~preview1/configure:31244: archflagpat=`eval echo '"'"${ARCH_FLAG}"'"' | sed 's/[][|.*]/\\&/g'` ruby3.0-3.0.0~preview1/configure:31245: new_cflags=`echo "$CFLAGS" | sed "s|$archflagpat"'||'` ruby3.0-3.0.0~preview1/configure-31246- for archs in ${universal_archnames}; do ############################################## ruby3.0-3.0.0~preview1/configure-31311- ruby3.0-3.0.0~preview1/configure:31312:: ${MJIT_LDSHARED=`echo "$LDSHARED" | sed 's|\$(LD)|'"${LD}"'|g;s|\$(CC)|$(MJIT_CC)|g'`} ruby3.0-3.0.0~preview1/configure-31313- ############################################## ruby3.0-3.0.0~preview1/configure-31317- ruby3.0-3.0.0~preview1/configure:31318: libspat=`echo "${LIBS}" | sed 's/[][|.*$^]/\\&/g;s/^ */ /;s/^ *$/ /'` ruby3.0-3.0.0~preview1/configure:31319: MAINFLAGS=`echo " $MAINLIBS " | sed "s|$libspat"'||;s/^ *//;s/ *$//'` ruby3.0-3.0.0~preview1/configure-31320- ############################################## ruby3.0-3.0.0~preview1/configure-31326- ruby3.0-3.0.0~preview1/configure:31327: cflagspat=`eval echo '"'"${cflags}"'"' | sed 's/[][|.*]/\\&/g;s/^ */ /;s/^ *$/ /'` ruby3.0-3.0.0~preview1/configure:31328: CFLAGS=`echo " $CFLAGS " | sed "s|$cflagspat"'|${cflags}|;s/^ *//;s/ *$//'` ruby3.0-3.0.0~preview1/configure-31329- ############################################## ruby3.0-3.0.0~preview1/configure-31332- ruby3.0-3.0.0~preview1/configure:31333: cxxflagspat=`eval echo '"'"${cxxflags}"'"' | sed 's/[][|.*]/\\&/g;s/^ */ /;s/^ *$/ /'` ruby3.0-3.0.0~preview1/configure:31334: CXXFLAGS=`echo " $CXXFLAGS " | sed "s|$cxxflagspat"'|${cxxflags}|;s/^ *//;s/ *$//'` ruby3.0-3.0.0~preview1/configure-31335- ############################################## ruby3.0-3.0.0~preview1/configure-31338- ruby3.0-3.0.0~preview1/configure:31339: archflagpat=`eval echo '"'"${ARCH_FLAG}"'"' | sed 's/[][|.*]/\\&/g'` ruby3.0-3.0.0~preview1/configure:31340: CFLAGS=`echo "$CFLAGS" | sed "s| *$archflagpat"'||'` ruby3.0-3.0.0~preview1/configure:31341: CXXFLAGS=`echo "$CXXFLAGS" | sed "s| *$archflagpat"'||'` ruby3.0-3.0.0~preview1/configure:31342: LDFLAGS=`echo "$LDFLAGS" | sed "s| *$archflagpat"'||'` ruby3.0-3.0.0~preview1/configure-31343- ruby3.0-3.0.0~preview1/configure-31344-fi ruby3.0-3.0.0~preview1/configure:31345:rb_cv_warnflags=`echo "$rb_cv_warnflags" | sed 's/^ *//;s/ *$//'` ruby3.0-3.0.0~preview1/configure-31346-warnflags="$rb_cv_warnflags" ############################################## ruby3.0-3.0.0~preview1/configure-31375- ruby3.0-3.0.0~preview1/configure:31376:firstmf=`echo $FIRSTMAKEFILE | sed 's/:.*//'` ruby3.0-3.0.0~preview1/configure:31377:firsttmpl=`echo $FIRSTMAKEFILE | sed 's/.*://'` ruby3.0-3.0.0~preview1/configure-31378-MAKEFILES="Makefile $firstmf" ruby3.0-3.0.0~preview1/configure:31379:MAKEFILES="`echo $MAKEFILES`" ruby3.0-3.0.0~preview1/configure-31380- ############################################## ruby3.0-3.0.0~preview1/configure-31421- ruby3.0-3.0.0~preview1/configure:31422:RI_BASE_NAME=`echo ${RUBY_BASE_NAME} | sed 's/ruby/ri/'` ruby3.0-3.0.0~preview1/configure-31423-ridir='${datarootdir}/${RI_BASE_NAME}' ############################################## ruby3.0-3.0.0~preview1/configure-31459- } > conftest.c ruby3.0-3.0.0~preview1/configure:31460: ruby_version="`$CPP -I. -I"${srcdir}" -I"${srcdir}/include" conftest.c | sed '/^ruby_version=/!d;s/ //g'`" ruby3.0-3.0.0~preview1/configure-31461- eval $ruby_version ############################################## ruby3.0-3.0.0~preview1/configure-31527- ruby3.0-3.0.0~preview1/configure:31528:CONFIGURE="`echo $0 | sed 's|.*/||'`" ruby3.0-3.0.0~preview1/configure:31529:configure_args="`echo "${ac_configure_args}" | sed 's/\\$/$$/g'`" ruby3.0-3.0.0~preview1/configure-31530- ############################################## ruby3.0-3.0.0~preview1/configure-31543- for archs in ${universal_archnames}; do ruby3.0-3.0.0~preview1/configure:31544: cpu=`echo $archs | sed 's/.*=//'` ruby3.0-3.0.0~preview1/configure:31545: archs=`echo $archs | sed 's/=.*//'` ruby3.0-3.0.0~preview1/configure-31546- test "Xdefined __${archs}__ &&! defined RUBY_PLATFORM_CPU" = X || cat <<EOH >> confdefs.h ############################################## ruby3.0-3.0.0~preview1/configure-31772-BUILTIN_ENCOBJS= ruby3.0-3.0.0~preview1/configure:31773:for e in $BUILTIN_ENCS; do BUILTIN_ENCOBJS="$BUILTIN_ENCOBJS "`echo $e | sed 's/\.c$/.$(OBJEXT)/'`; done ruby3.0-3.0.0~preview1/configure-31774- ############################################## ruby3.0-3.0.0~preview1/configure-31781-for e in $BUILTIN_TRANSES; do ruby3.0-3.0.0~preview1/configure:31782: BUILTIN_TRANSSRCS="$BUILTIN_TRANSSRCS "`echo $e | sed 's/\.trans$/.c/'` ruby3.0-3.0.0~preview1/configure:31783: BUILTIN_TRANSOBJS="$BUILTIN_TRANSOBJS "`echo $e | sed 's/\.trans$/.$(OBJEXT)/'` ruby3.0-3.0.0~preview1/configure-31784-done ############################################## ruby3.0-3.0.0~preview1/configure-31806- *" $CC "*) : ruby3.0-3.0.0~preview1/configure:31807: CPP=`echo " $CPP " | sed "s| $CC |"' $(CC) |;s/^ *//;s/ *$//'` ;; #( ruby3.0-3.0.0~preview1/configure-31808- *) : ############################################## ruby3.0-3.0.0~preview1/configure-31968-' ruby3.0-3.0.0~preview1/configure:31969:DEFS=`sed -n "$ac_script" confdefs.h` ruby3.0-3.0.0~preview1/configure-31970- ############################################## ruby3.0-3.0.0~preview1/configure-31977- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' ruby3.0-3.0.0~preview1/configure:31978: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` ruby3.0-3.0.0~preview1/configure-31979- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## ruby3.0-3.0.0~preview1/configure-32045-if test -z "$BASH_VERSION$ZSH_VERSION" \ ruby3.0-3.0.0~preview1/configure:32046: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then ruby3.0-3.0.0~preview1/configure-32047- as_echo='print -r --' ruby3.0-3.0.0~preview1/configure-32048- as_echo_n='print -rn --' ruby3.0-3.0.0~preview1/configure:32049:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then ruby3.0-3.0.0~preview1/configure-32050- as_echo='printf %s\n' ############################################## ruby3.0-3.0.0~preview1/configure-32052-else ruby3.0-3.0.0~preview1/configure:32053: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then ruby3.0-3.0.0~preview1/configure-32054- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## ruby3.0-3.0.0~preview1/configure-32062- expr "X$arg" : "X\\(.*\\)$as_nl"; ruby3.0-3.0.0~preview1/configure:32063: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; ruby3.0-3.0.0~preview1/configure-32064- esac; ############################################## ruby3.0-3.0.0~preview1/configure-32139-# ---------------------------------------- ruby3.0-3.0.0~preview1/configure:32140:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are ruby3.0-3.0.0~preview1/configure-32141-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## ruby3.0-3.0.0~preview1/configure-32211- { ruby3.0-3.0.0~preview1/configure:32212: as_val=`expr "$@" || test $? -eq 1` ruby3.0-3.0.0~preview1/configure-32213- } ############################################## ruby3.0-3.0.0~preview1/configure-32315- case $as_dir in #( ruby3.0-3.0.0~preview1/configure:32316: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( ruby3.0-3.0.0~preview1/configure-32317- *) as_qdir=$as_dir;; ############################################## ruby3.0-3.0.0~preview1/configure-32437-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ruby3.0-3.0.0~preview1/configure:32438:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ruby3.0-3.0.0~preview1/configure-32439-ac_cs_version="\\ ############################################## ruby3.0-3.0.0~preview1/configure-32461- --*=?*) ruby3.0-3.0.0~preview1/configure:32462: ac_option=`expr "X$1" : 'X\([^=]*\)='` ruby3.0-3.0.0~preview1/configure:32463: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` ruby3.0-3.0.0~preview1/configure-32464- ac_shift=: ############################################## ruby3.0-3.0.0~preview1/configure-32466- --*=) ruby3.0-3.0.0~preview1/configure:32467: ac_option=`expr "X$1" : 'X\([^=]*\)='` ruby3.0-3.0.0~preview1/configure-32468- ac_optarg= ############################################## ruby3.0-3.0.0~preview1/configure-32490- case $ac_optarg in ruby3.0-3.0.0~preview1/configure:32491: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; ruby3.0-3.0.0~preview1/configure-32492- '') as_fn_error $? "missing file argument" ;; ############################################## ruby3.0-3.0.0~preview1/configure-32615-fi ruby3.0-3.0.0~preview1/configure:32616:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` ruby3.0-3.0.0~preview1/configure-32617-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## ruby3.0-3.0.0~preview1/configure-32632- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ruby3.0-3.0.0~preview1/configure:32633:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` ruby3.0-3.0.0~preview1/configure-32634-ac_delim='%!_!# ' ############################################## ruby3.0-3.0.0~preview1/configure-32638- ruby3.0-3.0.0~preview1/configure:32639: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` ruby3.0-3.0.0~preview1/configure-32640- if test $ac_delim_n = $ac_delim_num; then ############################################## ruby3.0-3.0.0~preview1/configure-32800- esac ruby3.0-3.0.0~preview1/configure:32801: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac ruby3.0-3.0.0~preview1/configure-32802- as_fn_append ac_file_inputs " '$ac_f'" ############################################## ruby3.0-3.0.0~preview1/configure-32859-*) ruby3.0-3.0.0~preview1/configure:32860: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` ruby3.0-3.0.0~preview1/configure-32861- # A ".." for each directory in $ac_dir_suffix. ruby3.0-3.0.0~preview1/configure:32862: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` ruby3.0-3.0.0~preview1/configure-32863- case $ac_top_builddir_sub in ############################################## ruby3.0-3.0.0~preview1/configure-32920-/@mandir@/p' ruby3.0-3.0.0~preview1/configure:32921:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in ruby3.0-3.0.0~preview1/configure-32922-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## ruby3.0-3.0.0~preview1/configure-32937- ruby3.0-3.0.0~preview1/configure:32938:# Neutralize VPATH when `$srcdir' = `.'. ruby3.0-3.0.0~preview1/configure-32939-# Shell code in configure.ac might set extrasub. ############################################## ruby3.0-3.0.0~preview1/configure-32965-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && ruby3.0-3.0.0~preview1/configure:32966: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && ruby3.0-3.0.0~preview1/configure-32967- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## ruby3.0-3.0.0~preview1/configure-32994- ruby3.0-3.0.0~preview1/configure:32995:elif git_dir=`$GIT --work-tree="$srcdir" --git-dir="$srcdir/.git" rev-parse --git-dir 2>/dev/null`; then : ruby3.0-3.0.0~preview1/configure-32996- ############################################## ruby3.0-3.0.0~preview1/configure-33042-fi && ruby3.0-3.0.0~preview1/configure:33043: test -z "`${MAKE-make} -f $tmpgmk info-program | grep '^PROGRAM=ruby$'`" && ruby3.0-3.0.0~preview1/configure-33044- echo 'ruby: $(PROGRAM);' >> $tmpmk ############################################## ruby3.0-3.0.0~preview1/configure-33118-fi ruby3.0-3.0.0~preview1/configure:33119:fold_width=`expr $COLUMNS - 30 2>/dev/null` || fold_width=50 ruby3.0-3.0.0~preview1/configure-33120- ############################################## ruby3.0-3.0.0~preview1/configure-33122-if test $install_doc = yes; then : ruby3.0-3.0.0~preview1/configure:33123: DOCTARGETS=`echo " $RDOCTARGET $CAPITARGET " | sed 's/ nodoc //g;s/^ *//;s/ *$//'` ruby3.0-3.0.0~preview1/configure-33124-else ############################################## ruby3.0-3.0.0~preview1/cont.c-48- ruby3.0-3.0.0~preview1/cont.c:49:// Defined in `coroutine/$arch/Context.h`: ruby3.0-3.0.0~preview1/cont.c-50-#ifdef COROUTINE_LIMITED_ADDRESS_SPACE ############################################## ruby3.0-3.0.0~preview1/doc/ChangeLog-0.06_to_0.52-461- ruby3.0-3.0.0~preview1/doc/ChangeLog-0.06_to_0.52:462: * parse.y: `\$var', `\@var', `%var'も許すように. ruby3.0-3.0.0~preview1/doc/ChangeLog-0.06_to_0.52-463- ############################################## ruby3.0-3.0.0~preview1/doc/ChangeLog-0.06_to_0.52-908- * 条件式部に文字列あるいは正規表現リテラルをおくと`=~'演算子によっ ruby3.0-3.0.0~preview1/doc/ChangeLog-0.06_to_0.52:909: て`$_'と比較される. 更に`...'の両辺では整数リテラルが`$.'と比較 ruby3.0-3.0.0~preview1/doc/ChangeLog-0.06_to_0.52-910- される. ############################################## ruby3.0-3.0.0~preview1/doc/ChangeLog-0.60_to_1.1-2328- ruby3.0-3.0.0~preview1/doc/ChangeLog-0.60_to_1.1:2329: * eval.c (thread_save_context): `$@', `$!'をスレッド毎にセーブ. ruby3.0-3.0.0~preview1/doc/ChangeLog-0.60_to_1.1-2330- ############################################## ruby3.0-3.0.0~preview1/doc/ChangeLog-0.60_to_1.1-2562- ruby3.0-3.0.0~preview1/doc/ChangeLog-0.60_to_1.1:2563: * variable.c (lastline_get): `$_'を`$~'と同じようにSCOPEローカルな ruby3.0-3.0.0~preview1/doc/ChangeLog-0.60_to_1.1-2564- 変数にした. ############################################## ruby3.0-3.0.0~preview1/doc/ChangeLog-1.8.0-17659- ruby3.0-3.0.0~preview1/doc/ChangeLog-1.8.0:17660: * ext/Win32API/Win32API.c: directly "call" in asm statement for ruby3.0-3.0.0~preview1/doc/ChangeLog-1.8.0-17661- gcc 2.95.x or newer. ############################################## ruby3.0-3.0.0~preview1/doc/ChangeLog-1.8.0-21507- * instruby.rb: Set the variable `libdir' to `$(libdir)', not ruby3.0-3.0.0~preview1/doc/ChangeLog-1.8.0:21508: `$(libdir)/$(ruby_install_name)'. `libruby.so' and `libruby.so.LIB' ruby3.0-3.0.0~preview1/doc/ChangeLog-1.8.0-21509- are installed at `libdir'. ############################################## ruby3.0-3.0.0~preview1/doc/ChangeLog-1.9.3-29024- ruby3.0-3.0.0~preview1/doc/ChangeLog-1.9.3:29025: * ruby.c (ruby_init_loadpath_safe): added the case using dladdr(). ruby3.0-3.0.0~preview1/doc/ChangeLog-1.9.3-29026- ############################################## ruby3.0-3.0.0~preview1/doc/ChangeLog-1.9.3-62803- rb_gc_set_stack_end. it find out accurate stack boundary by ruby3.0-3.0.0~preview1/doc/ChangeLog-1.9.3:62804: asm using gcc on x86. ruby3.0-3.0.0~preview1/doc/ChangeLog-1.9.3-62805- ############################################## ruby3.0-3.0.0~preview1/doc/ChangeLog-1.9.3-86064- * parse.y (yylex): should not allow symbol for invalid global ruby3.0-3.0.0~preview1/doc/ChangeLog-1.9.3:86065: variable (e.g. `:$-)`). [ruby-core:02518] ruby3.0-3.0.0~preview1/doc/ChangeLog-1.9.3-86066- ############################################## ruby3.0-3.0.0~preview1/doc/ChangeLog-1.9.3-90338- * lib/debug.rb (DEBUGGER__::Context::debug_command): do not call ruby3.0-3.0.0~preview1/doc/ChangeLog-1.9.3:90339: debug_silent_eval() when $1 is not set. (ruby-bugs:PR#1194) ruby3.0-3.0.0~preview1/doc/ChangeLog-1.9.3-90340- ############################################## ruby3.0-3.0.0~preview1/doc/ChangeLog-1.9.3-90732- * ext/socket/getaddrinfo.c: cast first argument of getservbyname(), ruby3.0-3.0.0~preview1/doc/ChangeLog-1.9.3:90733: gethostbyaddr(), and gethostbyname() from (const char*) to non-const ruby3.0-3.0.0~preview1/doc/ChangeLog-1.9.3-90734- (char*) for older platforms such as NextStep and OpenStep. ############################################## ruby3.0-3.0.0~preview1/doc/ChangeLog-1.9.3-90738- <netinet/in_systm.h> if present for NextStep and OpenStep; cast first ruby3.0-3.0.0~preview1/doc/ChangeLog-1.9.3:90739: argument of gethostbyaddr() and getservbyname() from (const char*) to ruby3.0-3.0.0~preview1/doc/ChangeLog-1.9.3-90740- non-const (char*) for older platforms. ############################################## ruby3.0-3.0.0~preview1/doc/ChangeLog-1.9.3-92018- ruby3.0-3.0.0~preview1/doc/ChangeLog-1.9.3:92019: * ext/socket/extconf.rb: check s6_addr8 in in6_addr (Tru64 UNIX). ruby3.0-3.0.0~preview1/doc/ChangeLog-1.9.3-92020- the patch is submitted by nmu <nmu@users.sourceforge.jp>. ############################################## ruby3.0-3.0.0~preview1/doc/ChangeLog-2.0.0-8571- ruby3.0-3.0.0~preview1/doc/ChangeLog-2.0.0:8572: * iseq.c (insn_operand_intern): add support disasm TS_CALLINFO ruby3.0-3.0.0~preview1/doc/ChangeLog-2.0.0-8573- operands. ############################################## ruby3.0-3.0.0~preview1/doc/ChangeLog-2.0.0-19857- ruby3.0-3.0.0~preview1/doc/ChangeLog-2.0.0:19858: * include/ruby/defines.h (FLUSH_REGISTER_WINDOWS): move sparc asm code ruby3.0-3.0.0~preview1/doc/ChangeLog-2.0.0-19859- to a separate file sparc.c for preventing inlining optimization. ############################################## ruby3.0-3.0.0~preview1/doc/ChangeLog-2.1.0-14225- ruby3.0-3.0.0~preview1/doc/ChangeLog-2.1.0:14226: * sparc.c: Use __asm__ instead of asm for gcc. ruby3.0-3.0.0~preview1/doc/ChangeLog-2.1.0:14227: gcc doesn't provide asm keyword if -ansi option is given. ruby3.0-3.0.0~preview1/doc/ChangeLog-2.1.0-14228- http://gcc.gnu.org/onlinedocs/gcc/Alternate-Keywords.html ############################################## ruby3.0-3.0.0~preview1/doc/ChangeLog-2.1.0-17969- * vm_exec.h (DISPATCH_ARCH_DEPEND_WAY): use __asm__ __volatile__ ruby3.0-3.0.0~preview1/doc/ChangeLog-2.1.0:17970: instead of asm volatile. ruby3.0-3.0.0~preview1/doc/ChangeLog-2.1.0-17971- ############################################## ruby3.0-3.0.0~preview1/doc/ChangeLog-2.2.0-180- * configure.in (jemalloc): fix option argument, should use ruby3.0-3.0.0~preview1/doc/ChangeLog-2.2.0:181: `$withval` but not `yes` always. [ruby-core:66994] [Bug #10625] ruby3.0-3.0.0~preview1/doc/ChangeLog-2.2.0-182- ############################################## ruby3.0-3.0.0~preview1/doc/ChangeLog-2.2.0-9151- * lib/mkmf.rb (link_command, libpathflag, create_makefile): prefer ruby3.0-3.0.0~preview1/doc/ChangeLog-2.2.0:9152: user specified `$LIBPATH` than `$DEFLIBPATH`. [ruby-core:62100] ruby3.0-3.0.0~preview1/doc/ChangeLog-2.2.0-9153- [ruby-trunk - Bug #9760] ############################################## ruby3.0-3.0.0~preview1/doc/ChangeLog-2.2.0-9587- ruby3.0-3.0.0~preview1/doc/ChangeLog-2.2.0:9588: * ext/readline/extconf.rb: fix typo, `$defs` not `$DEFS`. ruby3.0-3.0.0~preview1/doc/ChangeLog-2.2.0-9589- [ruby-core:61756] [Bug #9578] ############################################## ruby3.0-3.0.0~preview1/doc/ChangeLog-2.2.0-9988- ruby3.0-3.0.0~preview1/doc/ChangeLog-2.2.0:9989: * addr2line.c (rb_dump_backtrace_with_lines): use dladdr(3) to ruby3.0-3.0.0~preview1/doc/ChangeLog-2.2.0-9990- detect what object file declares the symbol because ############################################## ruby3.0-3.0.0~preview1/doc/ChangeLog-2.2.0-10074- ruby3.0-3.0.0~preview1/doc/ChangeLog-2.2.0:10075: * configure.in: always check dladdr(1). ruby3.0-3.0.0~preview1/doc/ChangeLog-2.2.0-10076- ############################################## ruby3.0-3.0.0~preview1/doc/ChangeLog-2.2.0-10081- NOTE: ld doesn't insert __executable_start for PIE. ruby3.0-3.0.0~preview1/doc/ChangeLog-2.2.0:10082: dladdr(3)'s argument must be a function pointer. ruby3.0-3.0.0~preview1/doc/ChangeLog-2.2.0-10083- ############################################## ruby3.0-3.0.0~preview1/doc/ChangeLog-2.3.0-79- * string.c: Fix document. Default value of the first ruby3.0-3.0.0~preview1/doc/ChangeLog-2.3.0:80: argument of `String#split` is not `$;` but `nil`. ruby3.0-3.0.0~preview1/doc/ChangeLog-2.3.0:81: When `nil` is passed as first argument, `$;` is used. ruby3.0-3.0.0~preview1/doc/ChangeLog-2.3.0-82- [ci skip] [Bug #11729] [ruby-dev:49378] ############################################## ruby3.0-3.0.0~preview1/doc/ChangeLog-2.3.0-749- ruby3.0-3.0.0~preview1/doc/ChangeLog-2.3.0:750: * test/ruby/test_regexp.rb: Add test cases for `$KCODE` and `$=` warning ruby3.0-3.0.0~preview1/doc/ChangeLog-2.3.0-751- [Misc #11770][ruby-dev:49398] ############################################## ruby3.0-3.0.0~preview1/doc/ChangeLog-2.3.0-3645- ruby3.0-3.0.0~preview1/doc/ChangeLog-2.3.0:3646: * iseq.c (rb_insn_operand_intern): change kw in callinfo disasm from the ruby3.0-3.0.0~preview1/doc/ChangeLog-2.3.0-3647- number of keyword arguments to an ordered list of the keywords used. ############################################## ruby3.0-3.0.0~preview1/doc/ChangeLog-YARV-5248- ruby3.0-3.0.0~preview1/doc/ChangeLog-YARV:5249: * vm.h : use asm for tc on x86_64 ruby3.0-3.0.0~preview1/doc/ChangeLog-YARV-5250- ############################################## ruby3.0-3.0.0~preview1/doc/ChangeLog-YARV-5351- ruby3.0-3.0.0~preview1/doc/ChangeLog-YARV:5352: * extconf.rb : add option -fno-reorder-blocks to vm.asm rule ruby3.0-3.0.0~preview1/doc/ChangeLog-YARV-5353- ############################################## ruby3.0-3.0.0~preview1/doc/ChangeLog-YARV-5434- ruby3.0-3.0.0~preview1/doc/ChangeLog-YARV:5435: * vm.h : add sign by asm statement ruby3.0-3.0.0~preview1/doc/ChangeLog-YARV-5436- ############################################## ruby3.0-3.0.0~preview1/doc/ChangeLog-YARV-6261- ruby3.0-3.0.0~preview1/doc/ChangeLog-YARV:6262: * extconf.rb : add vm.asm target if compiler is gcc ruby3.0-3.0.0~preview1/doc/ChangeLog-YARV-6263- ############################################## ruby3.0-3.0.0~preview1/enc/trans/utf8_mac.c-68924- ruby3.0-3.0.0~preview1/enc/trans/utf8_mac.c:68925:#define BYTE_ADDR(index) (utf8_mac_byte_array + (index)) ruby3.0-3.0.0~preview1/enc/trans/utf8_mac.c:68926:#define WORD_ADDR(index) (utf8_mac_word_array + INFO2WORDINDEX(index)) ruby3.0-3.0.0~preview1/enc/trans/utf8_mac.c:68927:#define BL_BASE BYTE_ADDR(BYTE_LOOKUP_BASE(WORD_ADDR(next_info))) ruby3.0-3.0.0~preview1/enc/trans/utf8_mac.c:68928:#define BL_INFO WORD_ADDR(BYTE_LOOKUP_INFO(WORD_ADDR(next_info))) ruby3.0-3.0.0~preview1/enc/trans/utf8_mac.c-68929-#define BL_MIN_BYTE (BL_BASE[0]) ############################################## ruby3.0-3.0.0~preview1/enc/trans/utf8_mac.trans-78- ruby3.0-3.0.0~preview1/enc/trans/utf8_mac.trans:79:#define BYTE_ADDR(index) (<%= OUTPUT_PREFIX %>byte_array + (index)) ruby3.0-3.0.0~preview1/enc/trans/utf8_mac.trans:80:#define WORD_ADDR(index) (<%= OUTPUT_PREFIX %>word_array + INFO2WORDINDEX(index)) ruby3.0-3.0.0~preview1/enc/trans/utf8_mac.trans:81:#define BL_BASE BYTE_ADDR(BYTE_LOOKUP_BASE(WORD_ADDR(next_info))) ruby3.0-3.0.0~preview1/enc/trans/utf8_mac.trans:82:#define BL_INFO WORD_ADDR(BYTE_LOOKUP_INFO(WORD_ADDR(next_info))) ruby3.0-3.0.0~preview1/enc/trans/utf8_mac.trans-83-#define BL_MIN_BYTE (BL_BASE[0]) ############################################## ruby3.0-3.0.0~preview1/eval_error.c-389- ruby3.0-3.0.0~preview1/eval_error.c:390:#define undef_mesg_for(v, k) rb_fstring_lit("undefined"v" method `%1$s' for "k" `%2$s'") ruby3.0-3.0.0~preview1/eval_error.c-391-#define undef_mesg(v) ( \ ############################################## ruby3.0-3.0.0~preview1/eval_error.c-417- ruby3.0-3.0.0~preview1/eval_error.c:418:#define inaccessible_mesg_for(v, k) rb_fstring_lit("method `%1$s' for "k" `%2$s' is "v) ruby3.0-3.0.0~preview1/eval_error.c-419-#define inaccessible_mesg(v) ( \ ############################################## ruby3.0-3.0.0~preview1/ext/ripper/ripper.c-11208- { ruby3.0-3.0.0~preview1/ext/ripper/ripper.c:11209: /* need to backup p->lex.strterm so that a string literal `%&foo,#$&,bar&` can be parsed */ ruby3.0-3.0.0~preview1/ext/ripper/ripper.c-11210- (yyval.strterm) = p->lex.strterm; ############################################## ruby3.0-3.0.0~preview1/ext/ripper/ripper.y-2233- | tASET { ifndef_ripper($$ = tASET); } ruby3.0-3.0.0~preview1/ext/ripper/ripper.y:2234: | '`' { ifndef_ripper($$ = '`'); } ruby3.0-3.0.0~preview1/ext/ripper/ripper.y-2235- ; ############################################## ruby3.0-3.0.0~preview1/ext/ripper/ripper.y-4761- { ruby3.0-3.0.0~preview1/ext/ripper/ripper.y:4762: /* need to backup p->lex.strterm so that a string literal `%&foo,#$&,bar&` can be parsed */ ruby3.0-3.0.0~preview1/ext/ripper/ripper.y-4763- $<strterm>$ = p->lex.strterm; ############################################## ruby3.0-3.0.0~preview1/ext/socket/ancdata.c-579- ruby3.0-3.0.0~preview1/ext/socket/ancdata.c:580: INIT_SOCKADDR((struct sockaddr *)sa_ptr, AF_INET6, sizeof(*sa_ptr)); ruby3.0-3.0.0~preview1/ext/socket/ancdata.c-581- memcpy(&sa_ptr->sin6_addr, &pktinfo_ptr->ipi6_addr, sizeof(sa_ptr->sin6_addr)); ############################################## ruby3.0-3.0.0~preview1/ext/socket/ancdata.c-632-static VALUE ruby3.0-3.0.0~preview1/ext/socket/ancdata.c:633:ancillary_ipv6_pktinfo_addr(VALUE self) ruby3.0-3.0.0~preview1/ext/socket/ancdata.c-634-{ ############################################## ruby3.0-3.0.0~preview1/ext/socket/ancdata.c-777-static int ruby3.0-3.0.0~preview1/ext/socket/ancdata.c:778:anc_inspect_ip_recvdstaddr(int level, int type, VALUE data, VALUE ret) ruby3.0-3.0.0~preview1/ext/socket/ancdata.c-779-{ ############################################## ruby3.0-3.0.0~preview1/ext/socket/ancdata.c-1046-# if defined(IP_RECVDSTADDR) /* 4.4BSD */ ruby3.0-3.0.0~preview1/ext/socket/ancdata.c:1047: case IP_RECVDSTADDR: inspected = anc_inspect_ip_recvdstaddr(level, type, data, ret); break; ruby3.0-3.0.0~preview1/ext/socket/ancdata.c-1048-# endif ############################################## ruby3.0-3.0.0~preview1/ext/socket/getaddrinfo.c-193- (ai)->ai_addrlen = (afd)->a_socklen;\ ruby3.0-3.0.0~preview1/ext/socket/getaddrinfo.c:194: INIT_SOCKADDR((ai)->ai_addr, (afd)->a_af, (afd)->a_socklen);\ ruby3.0-3.0.0~preview1/ext/socket/getaddrinfo.c-195- ((struct sockinet *)(ai)->ai_addr)->si_port = (port);\ ############################################## ruby3.0-3.0.0~preview1/ext/socket/getaddrinfo.c-419- * hostname == NULL. ruby3.0-3.0.0~preview1/ext/socket/getaddrinfo.c:420: * passive socket -> anyaddr (0.0.0.0 or ::) ruby3.0-3.0.0~preview1/ext/socket/getaddrinfo.c-421- * non-passive socket -> localhost (127.0.0.1 or ::1) ############################################## ruby3.0-3.0.0~preview1/ext/socket/getaddrinfo.c-515- /* hostname as alphabetical name */ ruby3.0-3.0.0~preview1/ext/socket/getaddrinfo.c:516: error = get_addr(hostname, pai->ai_family, &top, pai, port); ruby3.0-3.0.0~preview1/ext/socket/getaddrinfo.c-517- if (error == 0) { ############################################## ruby3.0-3.0.0~preview1/ext/socket/getaddrinfo.c-544-#ifdef INET6 ruby3.0-3.0.0~preview1/ext/socket/getaddrinfo.c:545: hp = getipnodebyaddr(addr, afd->a_addrlen, afd->a_af, &h_error); ruby3.0-3.0.0~preview1/ext/socket/getaddrinfo.c-546-#else ruby3.0-3.0.0~preview1/ext/socket/getaddrinfo.c:547: hp = gethostbyaddr((char*)addr, afd->a_addrlen, AF_INET); ruby3.0-3.0.0~preview1/ext/socket/getaddrinfo.c-548-#endif ############################################## ruby3.0-3.0.0~preview1/ext/socket/getaddrinfo.c-573-static int ruby3.0-3.0.0~preview1/ext/socket/getaddrinfo.c:574:get_addr(const char *hostname, int af, struct addrinfo **res, struct addrinfo *pai, int port0) ruby3.0-3.0.0~preview1/ext/socket/getaddrinfo.c-575-{ ############################################## ruby3.0-3.0.0~preview1/ext/socket/getnameinfo.c-209-#ifdef INET6 ruby3.0-3.0.0~preview1/ext/socket/getnameinfo.c:210: hp = getipnodebyaddr(addr, afd->a_addrlen, afd->a_af, &h_error); ruby3.0-3.0.0~preview1/ext/socket/getnameinfo.c-211-#else ruby3.0-3.0.0~preview1/ext/socket/getnameinfo.c:212: hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af); ruby3.0-3.0.0~preview1/ext/socket/getnameinfo.c-213- h_error = h_errno; ############################################## ruby3.0-3.0.0~preview1/ext/socket/ifaddr.c-70-static inline rb_ifaddr_t * ruby3.0-3.0.0~preview1/ext/socket/ifaddr.c:71:check_ifaddr(VALUE self) ruby3.0-3.0.0~preview1/ext/socket/ifaddr.c-72-{ ############################################## ruby3.0-3.0.0~preview1/ext/socket/ifaddr.c-76-static rb_ifaddr_t * ruby3.0-3.0.0~preview1/ext/socket/ifaddr.c:77:get_ifaddr(VALUE self) ruby3.0-3.0.0~preview1/ext/socket/ifaddr.c-78-{ ruby3.0-3.0.0~preview1/ext/socket/ifaddr.c:79: rb_ifaddr_t *rifaddr = check_ifaddr(self); ruby3.0-3.0.0~preview1/ext/socket/ifaddr.c-80- ############################################## ruby3.0-3.0.0~preview1/ext/socket/ifaddr.c-89-{ ruby3.0-3.0.0~preview1/ext/socket/ifaddr.c:90: return get_ifaddr(self)->ifaddr; ruby3.0-3.0.0~preview1/ext/socket/ifaddr.c-91-} ############################################## ruby3.0-3.0.0~preview1/ext/socket/ifaddr.c-197-static VALUE ruby3.0-3.0.0~preview1/ext/socket/ifaddr.c:198:ifaddr_addr(VALUE self) ruby3.0-3.0.0~preview1/ext/socket/ifaddr.c-199-{ ############################################## ruby3.0-3.0.0~preview1/ext/socket/ifaddr.c-231-static VALUE ruby3.0-3.0.0~preview1/ext/socket/ifaddr.c:232:ifaddr_broadaddr(VALUE self) ruby3.0-3.0.0~preview1/ext/socket/ifaddr.c-233-{ ############################################## ruby3.0-3.0.0~preview1/ext/socket/ifaddr.c-248-static VALUE ruby3.0-3.0.0~preview1/ext/socket/ifaddr.c:249:ifaddr_dstaddr(VALUE self) ruby3.0-3.0.0~preview1/ext/socket/ifaddr.c-250-{ ############################################## ruby3.0-3.0.0~preview1/ext/socket/ifaddr.c-372- rb_str_cat2(result, " "); ruby3.0-3.0.0~preview1/ext/socket/ifaddr.c:373: rsock_inspect_sockaddr(ifa->ifa_addr, ruby3.0-3.0.0~preview1/ext/socket/ifaddr.c-374- rsock_sockaddr_len(ifa->ifa_addr), ############################################## ruby3.0-3.0.0~preview1/ext/socket/ifaddr.c-378- rb_str_cat2(result, " netmask="); ruby3.0-3.0.0~preview1/ext/socket/ifaddr.c:379: rsock_inspect_sockaddr(ifa->ifa_netmask, ruby3.0-3.0.0~preview1/ext/socket/ifaddr.c-380- rsock_sockaddr_len(ifa->ifa_netmask), ############################################## ruby3.0-3.0.0~preview1/ext/socket/ifaddr.c-385- rb_str_cat2(result, " broadcast="); ruby3.0-3.0.0~preview1/ext/socket/ifaddr.c:386: rsock_inspect_sockaddr(ifa->ifa_broadaddr, ruby3.0-3.0.0~preview1/ext/socket/ifaddr.c-387- rsock_sockaddr_len(ifa->ifa_broadaddr), ############################################## ruby3.0-3.0.0~preview1/ext/socket/ifaddr.c-392- rb_str_cat2(result, " dstaddr="); ruby3.0-3.0.0~preview1/ext/socket/ifaddr.c:393: rsock_inspect_sockaddr(ifa->ifa_dstaddr, ruby3.0-3.0.0~preview1/ext/socket/ifaddr.c-394- rsock_sockaddr_len(ifa->ifa_dstaddr), ############################################## ruby3.0-3.0.0~preview1/ext/socket/ifaddr.c-453-void ruby3.0-3.0.0~preview1/ext/socket/ifaddr.c:454:rsock_init_sockifaddr(void) ruby3.0-3.0.0~preview1/ext/socket/ifaddr.c-455-{ ############################################## ruby3.0-3.0.0~preview1/ext/socket/init.c-214- if (arg.alen && arg.alen != sizeof(arg.buf)) /* OSX doesn't return a from result for connection-oriented sockets */ ruby3.0-3.0.0~preview1/ext/socket/init.c:215: return rb_assoc_new(str, rsock_ipaddr(&arg.buf.addr, arg.alen, fptr->mode & FMODE_NOREVLOOKUP)); ruby3.0-3.0.0~preview1/ext/socket/init.c-216- else ############################################## ruby3.0-3.0.0~preview1/ext/socket/init.c-220- case RECV_UNIX: ruby3.0-3.0.0~preview1/ext/socket/init.c:221: return rb_assoc_new(str, rsock_unixaddr(&arg.buf.un, arg.alen)); ruby3.0-3.0.0~preview1/ext/socket/init.c-222-#endif ############################################## ruby3.0-3.0.0~preview1/ext/socket/init.c-290- if (alen && alen != sizeof(buf)) /* connection-oriented socket may not return a from result */ ruby3.0-3.0.0~preview1/ext/socket/init.c:291: addr = rsock_ipaddr(&buf.addr, alen, fptr->mode & FMODE_NOREVLOOKUP); ruby3.0-3.0.0~preview1/ext/socket/init.c-292- break; ############################################## ruby3.0-3.0.0~preview1/ext/socket/init.c-761- rsock_init_addrinfo(); ruby3.0-3.0.0~preview1/ext/socket/init.c:762: rsock_init_sockifaddr(); ruby3.0-3.0.0~preview1/ext/socket/init.c-763- rsock_init_socket_constants(); ############################################## ruby3.0-3.0.0~preview1/ext/socket/ipsocket.c-250- * call-seq: ruby3.0-3.0.0~preview1/ext/socket/ipsocket.c:251: * ipsocket.addr([reverse_lookup]) => [address_family, port, hostname, numeric_address] ruby3.0-3.0.0~preview1/ext/socket/ipsocket.c-252- * ############################################## ruby3.0-3.0.0~preview1/ext/socket/ipsocket.c-264- * p sock.addr #=> ["AF_INET", 49429, "hal", "192.168.0.128"] ruby3.0-3.0.0~preview1/ext/socket/ipsocket.c:265: * p sock.addr(true) #=> ["AF_INET", 49429, "hal", "192.168.0.128"] ruby3.0-3.0.0~preview1/ext/socket/ipsocket.c:266: * p sock.addr(false) #=> ["AF_INET", 49429, "192.168.0.128", "192.168.0.128"] ruby3.0-3.0.0~preview1/ext/socket/ipsocket.c:267: * p sock.addr(:hostname) #=> ["AF_INET", 49429, "hal", "192.168.0.128"] ruby3.0-3.0.0~preview1/ext/socket/ipsocket.c:268: * p sock.addr(:numeric) #=> ["AF_INET", 49429, "192.168.0.128", "192.168.0.128"] ruby3.0-3.0.0~preview1/ext/socket/ipsocket.c-269- * } ############################################## ruby3.0-3.0.0~preview1/ext/socket/ipsocket.c-272-static VALUE ruby3.0-3.0.0~preview1/ext/socket/ipsocket.c:273:ip_addr(int argc, VALUE *argv, VALUE sock) ruby3.0-3.0.0~preview1/ext/socket/ipsocket.c-274-{ ############################################## ruby3.0-3.0.0~preview1/ext/socket/ipsocket.c-285- rb_sys_fail("getsockname(2)"); ruby3.0-3.0.0~preview1/ext/socket/ipsocket.c:286: return rsock_ipaddr(&addr.addr, len, norevlookup); ruby3.0-3.0.0~preview1/ext/socket/ipsocket.c-287-} ############################################## ruby3.0-3.0.0~preview1/ext/socket/ipsocket.c-290- * call-seq: ruby3.0-3.0.0~preview1/ext/socket/ipsocket.c:291: * ipsocket.peeraddr([reverse_lookup]) => [address_family, port, hostname, numeric_address] ruby3.0-3.0.0~preview1/ext/socket/ipsocket.c-292- * ############################################## ruby3.0-3.0.0~preview1/ext/socket/ipsocket.c-305- * p sock.peeraddr #=> ["AF_INET", 80, "carbon.ruby-lang.org", "221.186.184.68"] ruby3.0-3.0.0~preview1/ext/socket/ipsocket.c:306: * p sock.peeraddr(true) #=> ["AF_INET", 80, "carbon.ruby-lang.org", "221.186.184.68"] ruby3.0-3.0.0~preview1/ext/socket/ipsocket.c:307: * p sock.peeraddr(false) #=> ["AF_INET", 80, "221.186.184.68", "221.186.184.68"] ruby3.0-3.0.0~preview1/ext/socket/ipsocket.c:308: * p sock.peeraddr(:hostname) #=> ["AF_INET", 80, "carbon.ruby-lang.org", "221.186.184.68"] ruby3.0-3.0.0~preview1/ext/socket/ipsocket.c:309: * p sock.peeraddr(:numeric) #=> ["AF_INET", 80, "221.186.184.68", "221.186.184.68"] ruby3.0-3.0.0~preview1/ext/socket/ipsocket.c-310- * } ############################################## ruby3.0-3.0.0~preview1/ext/socket/ipsocket.c-313-static VALUE ruby3.0-3.0.0~preview1/ext/socket/ipsocket.c:314:ip_peeraddr(int argc, VALUE *argv, VALUE sock) ruby3.0-3.0.0~preview1/ext/socket/ipsocket.c-315-{ ############################################## ruby3.0-3.0.0~preview1/ext/socket/ipsocket.c-326- rb_sys_fail("getpeername(2)"); ruby3.0-3.0.0~preview1/ext/socket/ipsocket.c:327: return rsock_ipaddr(&addr.addr, len, norevlookup); ruby3.0-3.0.0~preview1/ext/socket/ipsocket.c-328-} ############################################## ruby3.0-3.0.0~preview1/ext/socket/ipsocket.c-379- ruby3.0-3.0.0~preview1/ext/socket/ipsocket.c:380: return rsock_make_ipaddr(&addr.addr, len); ruby3.0-3.0.0~preview1/ext/socket/ipsocket.c-381-} ############################################## ruby3.0-3.0.0~preview1/ext/socket/rubysocket.h-331-VALUE rsock_addrinfo_new(struct sockaddr *addr, socklen_t len, int family, int socktype, int protocol, VALUE canonname, VALUE inspectname); ruby3.0-3.0.0~preview1/ext/socket/rubysocket.h:332:VALUE rsock_addrinfo_inspect_sockaddr(VALUE rai); ruby3.0-3.0.0~preview1/ext/socket/rubysocket.h-333- ruby3.0-3.0.0~preview1/ext/socket/rubysocket.h:334:VALUE rsock_make_ipaddr(struct sockaddr *addr, socklen_t addrlen); ruby3.0-3.0.0~preview1/ext/socket/rubysocket.h:335:VALUE rsock_ipaddr(struct sockaddr *sockaddr, socklen_t sockaddrlen, int norevlookup); ruby3.0-3.0.0~preview1/ext/socket/rubysocket.h-336-VALUE rsock_make_hostent(VALUE host, struct rb_addrinfo *addr, VALUE (*ipaddr)(struct sockaddr *, socklen_t)); ruby3.0-3.0.0~preview1/ext/socket/rubysocket.h:337:VALUE rsock_inspect_sockaddr(struct sockaddr *addr, socklen_t socklen, VALUE ret); ruby3.0-3.0.0~preview1/ext/socket/rubysocket.h-338-socklen_t rsock_sockaddr_len(struct sockaddr *addr); ############################################## ruby3.0-3.0.0~preview1/ext/socket/rubysocket.h-344-VALUE rsock_unixpath_str(struct sockaddr_un *sockaddr, socklen_t len); ruby3.0-3.0.0~preview1/ext/socket/rubysocket.h:345:VALUE rsock_unixaddr(struct sockaddr_un *sockaddr, socklen_t len); ruby3.0-3.0.0~preview1/ext/socket/rubysocket.h-346-socklen_t rsock_unix_sockaddr_len(VALUE path); ############################################## ruby3.0-3.0.0~preview1/ext/socket/rubysocket.h-423-void rsock_init_sockopt(void); ruby3.0-3.0.0~preview1/ext/socket/rubysocket.h:424:void rsock_init_sockifaddr(void); ruby3.0-3.0.0~preview1/ext/socket/rubysocket.h-425-void rsock_init_socket_init(void); ############################################## ruby3.0-3.0.0~preview1/ext/socket/rubysocket.h-428-NORETURN(void rsock_syserr_fail_path(int err, const char *, VALUE)); ruby3.0-3.0.0~preview1/ext/socket/rubysocket.h:429:NORETURN(void rsock_syserr_fail_sockaddr(int err, const char *mesg, struct sockaddr *addr, socklen_t len)); ruby3.0-3.0.0~preview1/ext/socket/rubysocket.h-430-NORETURN(void rsock_syserr_fail_raddrinfo(int err, const char *mesg, VALUE rai)); ruby3.0-3.0.0~preview1/ext/socket/rubysocket.h:431:NORETURN(void rsock_syserr_fail_raddrinfo_or_sockaddr(int err, const char *mesg, VALUE addr, VALUE rai)); ruby3.0-3.0.0~preview1/ext/socket/rubysocket.h-432- ############################################## ruby3.0-3.0.0~preview1/ext/socket/rubysocket.h-434-NORETURN(void rsock_sys_fail_path(const char *, VALUE)); ruby3.0-3.0.0~preview1/ext/socket/rubysocket.h:435:NORETURN(void rsock_sys_fail_sockaddr(const char *, struct sockaddr *addr, socklen_t len)); ruby3.0-3.0.0~preview1/ext/socket/rubysocket.h-436-NORETURN(void rsock_sys_fail_raddrinfo(const char *, VALUE rai)); ruby3.0-3.0.0~preview1/ext/socket/rubysocket.h:437:NORETURN(void rsock_sys_fail_raddrinfo_or_sockaddr(const char *, VALUE addr, VALUE rai)); ruby3.0-3.0.0~preview1/ext/socket/rubysocket.h-438- ############################################## ruby3.0-3.0.0~preview1/ext/socket/socket.c-54-void ruby3.0-3.0.0~preview1/ext/socket/socket.c:55:rsock_sys_fail_sockaddr(const char *mesg, struct sockaddr *addr, socklen_t len) ruby3.0-3.0.0~preview1/ext/socket/socket.c-56-{ ruby3.0-3.0.0~preview1/ext/socket/socket.c:57: rsock_syserr_fail_sockaddr(errno, mesg, addr, len); ruby3.0-3.0.0~preview1/ext/socket/socket.c-58-} ############################################## ruby3.0-3.0.0~preview1/ext/socket/socket.c-60-void ruby3.0-3.0.0~preview1/ext/socket/socket.c:61:rsock_syserr_fail_sockaddr(int err, const char *mesg, struct sockaddr *addr, socklen_t len) ruby3.0-3.0.0~preview1/ext/socket/socket.c-62-{ ############################################## ruby3.0-3.0.0~preview1/ext/socket/socket.c-80- ruby3.0-3.0.0~preview1/ext/socket/socket.c:81: str = rsock_addrinfo_inspect_sockaddr(rai); ruby3.0-3.0.0~preview1/ext/socket/socket.c-82- message = rb_sprintf("%s for %"PRIsVALUE"", mesg, str); ############################################## ruby3.0-3.0.0~preview1/ext/socket/socket.c-87-void ruby3.0-3.0.0~preview1/ext/socket/socket.c:88:rsock_sys_fail_raddrinfo_or_sockaddr(const char *mesg, VALUE addr, VALUE rai) ruby3.0-3.0.0~preview1/ext/socket/socket.c-89-{ ruby3.0-3.0.0~preview1/ext/socket/socket.c:90: rsock_syserr_fail_raddrinfo_or_sockaddr(errno, mesg, addr, rai); ruby3.0-3.0.0~preview1/ext/socket/socket.c-91-} ############################################## ruby3.0-3.0.0~preview1/ext/socket/socket.c-93-void ruby3.0-3.0.0~preview1/ext/socket/socket.c:94:rsock_syserr_fail_raddrinfo_or_sockaddr(int err, const char *mesg, VALUE addr, VALUE rai) ruby3.0-3.0.0~preview1/ext/socket/socket.c-95-{ ############################################## ruby3.0-3.0.0~preview1/ext/socket/socket.c-98- ruby3.0-3.0.0~preview1/ext/socket/socket.c:99: rsock_syserr_fail_sockaddr(err, mesg, ruby3.0-3.0.0~preview1/ext/socket/socket.c-100- (struct sockaddr *)RSTRING_PTR(addr), ############################################## ruby3.0-3.0.0~preview1/ext/socket/socket.c-397- if (n < 0) { ruby3.0-3.0.0~preview1/ext/socket/socket.c:398: rsock_sys_fail_raddrinfo_or_sockaddr("connect(2)", addr, rai); ruby3.0-3.0.0~preview1/ext/socket/socket.c-399- } ############################################## ruby3.0-3.0.0~preview1/ext/socket/socket.c-429- } ruby3.0-3.0.0~preview1/ext/socket/socket.c:430: rsock_syserr_fail_raddrinfo_or_sockaddr(e, "connect(2)", addr, rai); ruby3.0-3.0.0~preview1/ext/socket/socket.c-431- } ############################################## ruby3.0-3.0.0~preview1/ext/socket/socket.c-530- if (bind(fptr->fd, (struct sockaddr*)RSTRING_PTR(addr), RSTRING_SOCKLEN(addr)) < 0) ruby3.0-3.0.0~preview1/ext/socket/socket.c:531: rsock_sys_fail_raddrinfo_or_sockaddr("bind(2)", addr, rai); ruby3.0-3.0.0~preview1/ext/socket/socket.c-532- ############################################## ruby3.0-3.0.0~preview1/ext/socket/socket.c-909- for (res = res0->ai; res; res = res->ai_next) { ruby3.0-3.0.0~preview1/ext/socket/socket.c:910: ary = rsock_ipaddr(res->ai_addr, res->ai_addrlen, norevlookup); ruby3.0-3.0.0~preview1/ext/socket/socket.c-911- if (res->ai_canonname) { ############################################## ruby3.0-3.0.0~preview1/ext/socket/socket.c-922-static VALUE ruby3.0-3.0.0~preview1/ext/socket/socket.c:923:sock_sockaddr(struct sockaddr *addr, socklen_t len) ruby3.0-3.0.0~preview1/ext/socket/socket.c-924-{ ############################################## ruby3.0-3.0.0~preview1/ext/socket/socket.c-975- * call-seq: ruby3.0-3.0.0~preview1/ext/socket/socket.c:976: * Socket.gethostbyaddr(address_string [, address_family]) => hostent ruby3.0-3.0.0~preview1/ext/socket/socket.c-977- * ############################################## ruby3.0-3.0.0~preview1/ext/socket/socket.c-982- * 4/16-bytes binary string to represent IPv4/IPv6 address. ruby3.0-3.0.0~preview1/ext/socket/socket.c:983: * - gethostbyaddr() may take a long time and it may block other threads. ruby3.0-3.0.0~preview1/ext/socket/socket.c-984- * (GVL cannot be released since gethostbyname() is not thread safe.) ############################################## ruby3.0-3.0.0~preview1/ext/socket/socket.c-988- * ruby3.0-3.0.0~preview1/ext/socket/socket.c:989: * p Socket.gethostbyaddr([221,186,184,68].pack("CCCC")) ruby3.0-3.0.0~preview1/ext/socket/socket.c-990- * #=> ["carbon.ruby-lang.org", [], 2, "\xDD\xBA\xB8D"] ruby3.0-3.0.0~preview1/ext/socket/socket.c-991- * ruby3.0-3.0.0~preview1/ext/socket/socket.c:992: * p Socket.gethostbyaddr([127,0,0,1].pack("CCCC")) ruby3.0-3.0.0~preview1/ext/socket/socket.c-993- * ["localhost", [], 2, "\x7F\x00\x00\x01"] ruby3.0-3.0.0~preview1/ext/socket/socket.c:994: * p Socket.gethostbyaddr(([0]*15+[1]).pack("C"*16)) ruby3.0-3.0.0~preview1/ext/socket/socket.c-995- * #=> ["localhost", ["ip6-localhost", "ip6-loopback"], 10, ############################################## ruby3.0-3.0.0~preview1/ext/socket/socket.c-999-static VALUE ruby3.0-3.0.0~preview1/ext/socket/socket.c:1000:sock_s_gethostbyaddr(int argc, VALUE *argv, VALUE _) ruby3.0-3.0.0~preview1/ext/socket/socket.c-1001-{ ############################################## ruby3.0-3.0.0~preview1/ext/socket/socket.c-1019-#endif ruby3.0-3.0.0~preview1/ext/socket/socket.c:1020: h = gethostbyaddr(RSTRING_PTR(addr), RSTRING_SOCKLEN(addr), t); ruby3.0-3.0.0~preview1/ext/socket/socket.c-1021- if (h == NULL) { ############################################## ruby3.0-3.0.0~preview1/ext/socket/socket.c-1274- * 4th element holds numeric form, don't resolve. ruby3.0-3.0.0~preview1/ext/socket/socket.c:1275: * see rsock_ipaddr(). ruby3.0-3.0.0~preview1/ext/socket/socket.c-1276- */ ############################################## ruby3.0-3.0.0~preview1/ext/socket/socket.c-1418- } ruby3.0-3.0.0~preview1/ext/socket/socket.c:1419: host = rsock_make_ipaddr((struct sockaddr*)sockaddr, RSTRING_SOCKLEN(addr)); ruby3.0-3.0.0~preview1/ext/socket/socket.c-1420- return rb_assoc_new(INT2NUM(ntohs(sockaddr->sin_port)), host); ############################################## ruby3.0-3.0.0~preview1/ext/socket/sockport.h-37- ruby3.0-3.0.0~preview1/ext/socket/sockport.h:38:#define INIT_SOCKADDR(addr, family, len) \ ruby3.0-3.0.0~preview1/ext/socket/sockport.h-39- do { \ ############################################## ruby3.0-3.0.0~preview1/ext/socket/tcpsocket.c-52-static VALUE ruby3.0-3.0.0~preview1/ext/socket/tcpsocket.c:53:tcp_sockaddr(struct sockaddr *addr, socklen_t len) ruby3.0-3.0.0~preview1/ext/socket/tcpsocket.c-54-{ ruby3.0-3.0.0~preview1/ext/socket/tcpsocket.c:55: return rsock_make_ipaddr(addr, len); ruby3.0-3.0.0~preview1/ext/socket/tcpsocket.c-56-} ############################################## ruby3.0-3.0.0~preview1/ext/socket/unixsocket.c-488-static VALUE ruby3.0-3.0.0~preview1/ext/socket/unixsocket.c:489:unix_addr(VALUE sock) ruby3.0-3.0.0~preview1/ext/socket/unixsocket.c-490-{ ############################################## ruby3.0-3.0.0~preview1/ext/socket/unixsocket.c-500- if (len0 < len) len = len0; ruby3.0-3.0.0~preview1/ext/socket/unixsocket.c:501: return rsock_unixaddr(&addr, len); ruby3.0-3.0.0~preview1/ext/socket/unixsocket.c-502-} ############################################## ruby3.0-3.0.0~preview1/ext/socket/unixsocket.c-516-static VALUE ruby3.0-3.0.0~preview1/ext/socket/unixsocket.c:517:unix_peeraddr(VALUE sock) ruby3.0-3.0.0~preview1/ext/socket/unixsocket.c-518-{ ############################################## ruby3.0-3.0.0~preview1/ext/socket/unixsocket.c-528- if (len0 < len) len = len0; ruby3.0-3.0.0~preview1/ext/socket/unixsocket.c:529: return rsock_unixaddr(&addr, len); ruby3.0-3.0.0~preview1/ext/socket/unixsocket.c-530-} ############################################## ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-470-VALUE ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c:471:rsock_make_ipaddr(struct sockaddr *addr, socklen_t addrlen) ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-472-{ ############################################## ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-479-static void ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c:480:make_inetaddr(unsigned int host, char *buf, size_t buflen) ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-481-{ ############################################## ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-516- ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c:517: make_inetaddr(htonl(i), hbuf, hbuflen); ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-518- if (flags_ptr) *flags_ptr |= AI_NUMERICHOST; ############################################## ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-527- if (!len || str_equal(name, len, "<any>")) { ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c:528: make_inetaddr(INADDR_ANY, hbuf, hbuflen); ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-529- if (flags_ptr) *flags_ptr |= AI_NUMERICHOST; ############################################## ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-531- else if (str_equal(name, len, "<broadcast>")) { ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c:532: make_inetaddr(INADDR_BROADCAST, hbuf, hbuflen); ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-533- if (flags_ptr) *flags_ptr |= AI_NUMERICHOST; ############################################## ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-679-VALUE ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c:680:rsock_ipaddr(struct sockaddr *sockaddr, socklen_t sockaddrlen, int norevlookup) ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-681-{ ############################################## ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-740-VALUE ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c:741:rsock_unixaddr(struct sockaddr_un *sockaddr, socklen_t len) ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-742-{ ############################################## ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-1267-static VALUE ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c:1268:inspect_sockaddr(VALUE addrinfo, VALUE ret) ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-1269-{ ############################################## ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-1272- socklen_t socklen = rai->sockaddr_len; ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c:1273: return rsock_inspect_sockaddr((struct sockaddr *)sockaddr, socklen, ret); ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-1274-} ############################################## ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-1276-VALUE ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c:1277:rsock_inspect_sockaddr(struct sockaddr *sockaddr_arg, socklen_t socklen, VALUE ret) ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-1278-{ ############################################## ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-1579- ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c:1580: inspect_sockaddr(self, ret); ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-1581- ############################################## ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-1651-VALUE ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c:1652:rsock_addrinfo_inspect_sockaddr(VALUE self) ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-1653-{ ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c:1654: return inspect_sockaddr(self, rb_str_new("", 0)); ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-1655-} ############################################## ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-1925-static VALUE ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c:1926:addrinfo_to_sockaddr(VALUE self) ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-1927-{ ############################################## ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2180-static int ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c:2181:extract_in_addr(VALUE self, uint32_t *addrp) ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2182-{ ############################################## ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2197- uint32_t a; ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c:2198: if (!extract_in_addr(self, &a)) return Qfalse; ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2199- if ((a & 0xff000000) == 0x0a000000 || /* 10.0.0.0/8 */ ############################################## ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2213- uint32_t a; ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c:2214: if (!extract_in_addr(self, &a)) return Qfalse; ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2215- if ((a & 0xff000000) == 0x7f000000) /* 127.0.0.0/8 */ ############################################## ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2227- uint32_t a; ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c:2228: if (!extract_in_addr(self, &a)) return Qfalse; ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2229- if ((a & 0xf0000000) == 0xe0000000) /* 224.0.0.0/4 */ ############################################## ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2236-static struct in6_addr * ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c:2237:extract_in6_addr(VALUE self) ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2238-{ ############################################## ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2251-{ ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c:2252: struct in6_addr *addr = extract_in6_addr(self); ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2253- if (addr && IN6_IS_ADDR_UNSPECIFIED(addr)) return Qtrue; ############################################## ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2263-{ ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c:2264: struct in6_addr *addr = extract_in6_addr(self); ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2265- if (addr && IN6_IS_ADDR_LOOPBACK(addr)) return Qtrue; ############################################## ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2275-{ ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c:2276: struct in6_addr *addr = extract_in6_addr(self); ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2277- if (addr && IN6_IS_ADDR_MULTICAST(addr)) return Qtrue; ############################################## ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2287-{ ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c:2288: struct in6_addr *addr = extract_in6_addr(self); ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2289- if (addr && IN6_IS_ADDR_LINKLOCAL(addr)) return Qtrue; ############################################## ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2299-{ ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c:2300: struct in6_addr *addr = extract_in6_addr(self); ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2301- if (addr && IN6_IS_ADDR_SITELOCAL(addr)) return Qtrue; ############################################## ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2311-{ ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c:2312: struct in6_addr *addr = extract_in6_addr(self); ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2313- if (addr && IN6_IS_ADDR_UNIQUE_LOCAL(addr)) return Qtrue; ############################################## ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2323-{ ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c:2324: struct in6_addr *addr = extract_in6_addr(self); ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2325- if (addr && IN6_IS_ADDR_V4MAPPED(addr)) return Qtrue; ############################################## ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2335-{ ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c:2336: struct in6_addr *addr = extract_in6_addr(self); ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2337- if (addr && IN6_IS_ADDR_V4COMPAT(addr)) return Qtrue; ############################################## ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2347-{ ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c:2348: struct in6_addr *addr = extract_in6_addr(self); ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2349- if (addr && IN6_IS_ADDR_MC_NODELOCAL(addr)) return Qtrue; ############################################## ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2359-{ ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c:2360: struct in6_addr *addr = extract_in6_addr(self); ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2361- if (addr && IN6_IS_ADDR_MC_LINKLOCAL(addr)) return Qtrue; ############################################## ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2371-{ ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c:2372: struct in6_addr *addr = extract_in6_addr(self); ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2373- if (addr && IN6_IS_ADDR_MC_SITELOCAL(addr)) return Qtrue; ############################################## ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2383-{ ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c:2384: struct in6_addr *addr = extract_in6_addr(self); ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2385- if (addr && IN6_IS_ADDR_MC_ORGLOCAL(addr)) return Qtrue; ############################################## ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2395-{ ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c:2396: struct in6_addr *addr = extract_in6_addr(self); ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2397- if (addr && IN6_IS_ADDR_MC_GLOBAL(addr)) return Qtrue; ############################################## ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2633- if (IS_ADDRINFO(val)) { ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c:2634: *v = addrinfo_to_sockaddr(val); ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2635- } ############################################## ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2645- if (IS_ADDRINFO(val)) { ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c:2646: *v = addrinfo_to_sockaddr(val); ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2647- *rai_ret = val; ############################################## ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2663- if (IS_ADDRINFO(val)) ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c:2664: return addrinfo_to_sockaddr(val); ruby3.0-3.0.0~preview1/ext/socket/raddrinfo.c-2665- return rb_check_string_type(val); ############################################## ruby3.0-3.0.0~preview1/golf_prelude.c-34-" __send__(t, *a) {|*args|\n" ruby3.0-3.0.0~preview1/golf_prelude.c:35:" b.binding.eval(\"proc{|golf_matchdata| $~ = golf_matchdata }\").call($~) if $~\n" ruby3.0-3.0.0~preview1/golf_prelude.c-36-" b.call(*args)\n" ############################################## ruby3.0-3.0.0~preview1/golf_prelude.rb-8- __send__(t, *a) {|*args| ruby3.0-3.0.0~preview1/golf_prelude.rb:9: b.binding.eval("proc{|golf_matchdata| $~ = golf_matchdata }").call($~) if $~ ruby3.0-3.0.0~preview1/golf_prelude.rb-10- b.call(*args) ############################################## ruby3.0-3.0.0~preview1/include/ruby/win32.h-286-extern SOCKET rb_w32_get_osfhandle(int); ruby3.0-3.0.0~preview1/include/ruby/win32.h:287:extern struct hostent *WSAAPI rb_w32_gethostbyaddr(const char *, int, int); ruby3.0-3.0.0~preview1/include/ruby/win32.h-288-extern struct hostent *WSAAPI rb_w32_gethostbyname(const char *); ############################################## ruby3.0-3.0.0~preview1/include/ruby/win32.h-692-#undef gethostbyaddr ruby3.0-3.0.0~preview1/include/ruby/win32.h:693:#define gethostbyaddr(a, l, t) rb_w32_gethostbyaddr(a, l, t) ruby3.0-3.0.0~preview1/include/ruby/win32.h-694- ############################################## ruby3.0-3.0.0~preview1/insns.def-190-(VALUE val) ruby3.0-3.0.0~preview1/insns.def:191:/* `$~ = MatchData.allocate; $&` can raise. */ ruby3.0-3.0.0~preview1/insns.def-192-// attr bool leaf = (type == 0) ? true : false; ############################################## ruby3.0-3.0.0~preview1/iseq.c-2002- Dl_info info; ruby3.0-3.0.0~preview1/iseq.c:2003: if (dladdr((void *)op, &info) && info.dli_sname) { ruby3.0-3.0.0~preview1/iseq.c-2004- ret = rb_str_new_cstr(info.dli_sname); ############################################## ruby3.0-3.0.0~preview1/iseq.c-2305- * call-seq: ruby3.0-3.0.0~preview1/iseq.c:2306: * iseq.disasm -> str ruby3.0-3.0.0~preview1/iseq.c-2307- * iseq.disassemble -> str ############################################## ruby3.0-3.0.0~preview1/lib/bundler/friendly_errors.rb-64- ruby3.0-3.0.0~preview1/lib/bundler/friendly_errors.rb:65: I ran the command `#{$PROGRAM_NAME} #{ARGV.join(" ")}` ruby3.0-3.0.0~preview1/lib/bundler/friendly_errors.rb-66- ############################################## ruby3.0-3.0.0~preview1/lib/debug.rb-318- when /^\s*i(?:nstance)?\s+/ ruby3.0-3.0.0~preview1/lib/debug.rb:319: obj = debug_eval($', binding) ruby3.0-3.0.0~preview1/lib/debug.rb-320- var_list(obj.instance_variables, obj.instance_eval{binding()}) ############################################## ruby3.0-3.0.0~preview1/lib/debug.rb-322- when /^\s*c(?:onst(?:ant)?)?\s+/ ruby3.0-3.0.0~preview1/lib/debug.rb:323: obj = debug_eval($', binding) ruby3.0-3.0.0~preview1/lib/debug.rb-324- unless obj.kind_of? Module ############################################## ruby3.0-3.0.0~preview1/lib/debug.rb-334- when /^i(:?nstance)?\s+/ ruby3.0-3.0.0~preview1/lib/debug.rb:335: obj = debug_eval($', binding) ruby3.0-3.0.0~preview1/lib/debug.rb-336- ############################################## ruby3.0-3.0.0~preview1/lib/debug.rb-428- if $1 ruby3.0-3.0.0~preview1/lib/debug.rb:429: klass = debug_silent_eval($1, binding) ruby3.0-3.0.0~preview1/lib/debug.rb-430- file = File.expand_path($1) ############################################## ruby3.0-3.0.0~preview1/lib/debug.rb-442- pos = $2.intern.id2name ruby3.0-3.0.0~preview1/lib/debug.rb:443: klass = debug_eval($1, binding) ruby3.0-3.0.0~preview1/lib/debug.rb-444- break_points.push [true, 0, klass, pos] ############################################## ruby3.0-3.0.0~preview1/lib/debug.rb-644- when /^\s*pp\s+/ ruby3.0-3.0.0~preview1/lib/debug.rb:645: PP.pp(debug_eval($', binding), stdout) ruby3.0-3.0.0~preview1/lib/debug.rb-646- ruby3.0-3.0.0~preview1/lib/debug.rb-647- when /^\s*p\s+/ ruby3.0-3.0.0~preview1/lib/debug.rb:648: stdout.printf "%s\n", debug_eval($', binding).inspect ruby3.0-3.0.0~preview1/lib/debug.rb-649- ############################################## ruby3.0-3.0.0~preview1/lib/drb/drb.rb-802- if /\Adrb([a-z0-9]+):/ =~ uri ruby3.0-3.0.0~preview1/lib/drb/drb.rb:803: require("drb/#{$1}") rescue nil ruby3.0-3.0.0~preview1/lib/drb/drb.rb-804- end ############################################## ruby3.0-3.0.0~preview1/lib/ipaddr.rb-579- if family == Socket::AF_UNSPEC || family == Socket::AF_INET ruby3.0-3.0.0~preview1/lib/ipaddr.rb:580: @addr = in_addr(prefix) ruby3.0-3.0.0~preview1/lib/ipaddr.rb-581- if @addr ############################################## ruby3.0-3.0.0~preview1/lib/ipaddr.rb-585- if !@addr && (family == Socket::AF_UNSPEC || family == Socket::AF_INET6) ruby3.0-3.0.0~preview1/lib/ipaddr.rb:586: @addr = in6_addr(prefix) ruby3.0-3.0.0~preview1/lib/ipaddr.rb-587- @family = Socket::AF_INET6 ############################################## ruby3.0-3.0.0~preview1/lib/ipaddr.rb-611- ruby3.0-3.0.0~preview1/lib/ipaddr.rb:612: def in_addr(addr) ruby3.0-3.0.0~preview1/lib/ipaddr.rb-613- case addr ############################################## ruby3.0-3.0.0~preview1/lib/ipaddr.rb-626- ruby3.0-3.0.0~preview1/lib/ipaddr.rb:627: def in6_addr(left) ruby3.0-3.0.0~preview1/lib/ipaddr.rb-628- case left ############################################## ruby3.0-3.0.0~preview1/lib/ipaddr.rb-630- if $2 ruby3.0-3.0.0~preview1/lib/ipaddr.rb:631: addr = in_addr($~[2,4]) ruby3.0-3.0.0~preview1/lib/ipaddr.rb-632- left = $1 + ':' ############################################## ruby3.0-3.0.0~preview1/lib/ipaddr.rb-639- left.count(':') <= 6 or raise InvalidAddressError, "invalid address" ruby3.0-3.0.0~preview1/lib/ipaddr.rb:640: addr = in_addr($~[4,4]) ruby3.0-3.0.0~preview1/lib/ipaddr.rb-641- left = $1 ############################################## ruby3.0-3.0.0~preview1/lib/rubygems/bundler_version_finder.rb-13- if v = ENV["BUNDLER_VERSION"] ruby3.0-3.0.0~preview1/lib/rubygems/bundler_version_finder.rb:14: return [v, "`$BUNDLER_VERSION`"] ruby3.0-3.0.0~preview1/lib/rubygems/bundler_version_finder.rb-15- end ############################################## ruby3.0-3.0.0~preview1/lib/rubygems.rb-595- ## ruby3.0-3.0.0~preview1/lib/rubygems.rb:596: # The number of paths in the `$LOAD_PATH` from activated gems. Used to ruby3.0-3.0.0~preview1/lib/rubygems.rb-597- # prioritize `-I` and `ENV['RUBYLIB`]` entries during `require`. ############################################## ruby3.0-3.0.0~preview1/lib/rubygems.rb-1088- # NOTE: Enabling automatic discovery on multiuser systems can lead to ruby3.0-3.0.0~preview1/lib/rubygems.rb:1089: # execution of arbitrary code when used from directories outside your ruby3.0-3.0.0~preview1/lib/rubygems.rb-1090- # control. ############################################## ruby3.0-3.0.0~preview1/lib/shellwords.rb-191- # ruby3.0-3.0.0~preview1/lib/shellwords.rb:192: # output = `#{['ps', '-p', $$].shelljoin}` ruby3.0-3.0.0~preview1/lib/shellwords.rb-193- # ############################################## ruby3.0-3.0.0~preview1/lib/mkmf.rb-965- def checking_for(m, fmt = nil) ruby3.0-3.0.0~preview1/lib/mkmf.rb:966: f = caller[0][/in `([^<].*)'$/, 1] and f << ": " #` for vim #' ruby3.0-3.0.0~preview1/lib/mkmf.rb-967- m = "checking #{/\Acheck/ =~ f ? '' : 'for '}#{m}... " ############################################## ruby3.0-3.0.0~preview1/lib/mkmf.rb-1331- typename, member = type.split('.', 2) ruby3.0-3.0.0~preview1/lib/mkmf.rb:1332: prelude = cpp_include(headers).split(/$/) ruby3.0-3.0.0~preview1/lib/mkmf.rb-1333- prelude << "typedef #{typename} rbcv_typedef_;\n" ############################################## ruby3.0-3.0.0~preview1/lib/mkmf.rb-1827- find_executable0(pkgconfig) && pkgconfig) and ruby3.0-3.0.0~preview1/lib/mkmf.rb:1828: xsystem("#{$PKGCONFIG} --exists #{pkg}") ruby3.0-3.0.0~preview1/lib/mkmf.rb-1829- # default to pkg-config command ############################################## ruby3.0-3.0.0~preview1/lib/mkmf.rb-1831- get = proc {|opt| ruby3.0-3.0.0~preview1/lib/mkmf.rb:1832: opt = xpopen("#{$PKGCONFIG} --#{opt} #{pkg}", err:[:child, :out], &:read) ruby3.0-3.0.0~preview1/lib/mkmf.rb-1833- Logging.open {puts opt.each_line.map{|s|"=> #{s.inspect}"}} ############################################## ruby3.0-3.0.0~preview1/load.c-222- feature == "#{prefix}#{short_feature}#{ext}" ruby3.0-3.0.0~preview1/load.c:223: where `ext` is empty or matches %r{^\.[^./]*$}, and `prefix` is empty ruby3.0-3.0.0~preview1/load.c-224- or ends in '/'. This maintains the invariant that `rb_feature_p()` ############################################## ruby3.0-3.0.0~preview1/load.c-307- if 'r', then only if IS_RBEXT(ext); otherwise `ext` may be absent ruby3.0-3.0.0~preview1/load.c:308: or have any value matching `%r{^\.[^./]*$}`. ruby3.0-3.0.0~preview1/load.c-309-*/ ############################################## ruby3.0-3.0.0~preview1/load.c-422- "#{prefix}#{feature}#{e}" ruby3.0-3.0.0~preview1/load.c:423: where `e` is empty or matches %r{^\.[^./]*$}, and `prefix` is empty ruby3.0-3.0.0~preview1/load.c-424- or ends in '/'. This includes both match forms above, as well ############################################## ruby3.0-3.0.0~preview1/man/bundle-check.ronn-24-* `--path`: ruby3.0-3.0.0~preview1/man/bundle-check.ronn:25: Specify a different path than the system default (`$BUNDLE_PATH` or `$GEM_HOME`). ruby3.0-3.0.0~preview1/man/bundle-check.ronn-26- Bundler will remember this value for future installs on this machine. ############################################## ruby3.0-3.0.0~preview1/man/bundle-config.ronn-13- ruby3.0-3.0.0~preview1/man/bundle-config.ronn:14:1. Local config (`<project_root>/.bundle/config` or `$BUNDLE_APP_CONFIG/config`) ruby3.0-3.0.0~preview1/man/bundle-config.ronn-15-2. Environmental variables (`ENV`) ############################################## ruby3.0-3.0.0~preview1/man/bundle-config.ronn-35-`<project_root>/.bundle/config`. If `BUNDLE_APP_CONFIG` is set, the configuration ruby3.0-3.0.0~preview1/man/bundle-config.ronn:36:will be stored in `$BUNDLE_APP_CONFIG/config`. ruby3.0-3.0.0~preview1/man/bundle-config.ronn-37- ############################################## ruby3.0-3.0.0~preview1/man/bundle-config.ronn-223- The location on disk where all gems in your bundle will be located regardless ruby3.0-3.0.0~preview1/man/bundle-config.ronn:224: of `$GEM_HOME` or `$GEM_PATH` values. Bundle gems not found in this location ruby3.0-3.0.0~preview1/man/bundle-config.ronn-225- will be installed by `bundle install`. Defaults to `Gem.dir`. When --deployment ############################################## ruby3.0-3.0.0~preview1/man/bundle-exec.1.txt-43- o make sure that it's still possible to shell out to bundle from ruby3.0-3.0.0~preview1/man/bundle-exec.1.txt:44: inside a command invoked by bundle exec (using $BUNDLE_BIN_PATH) ruby3.0-3.0.0~preview1/man/bundle-exec.1.txt-45- ############################################## ruby3.0-3.0.0~preview1/man/bundle-exec.ronn-18-Note that `bundle exec` does not require that an executable is ruby3.0-3.0.0~preview1/man/bundle-exec.ronn:19:available on your shell's `$PATH`. ruby3.0-3.0.0~preview1/man/bundle-exec.ronn-20- ############################################## ruby3.0-3.0.0~preview1/man/bundle-exec.ronn-43- from inside a command invoked by `bundle exec` (using ruby3.0-3.0.0~preview1/man/bundle-exec.ronn:44: `$BUNDLE_BIN_PATH`) ruby3.0-3.0.0~preview1/man/bundle-exec.ronn-45-* put the directory containing executables (like `rails`, `rspec`, ruby3.0-3.0.0~preview1/man/bundle-exec.ronn:46: `rackup`) for your bundle on `$PATH` ruby3.0-3.0.0~preview1/man/bundle-exec.ronn-47-* make sure that if bundler is invoked in the subshell, it uses ruby3.0-3.0.0~preview1/man/bundle-exec.ronn-48- the same `Gemfile` (by setting `BUNDLE_GEMFILE`) ruby3.0-3.0.0~preview1/man/bundle-exec.ronn:49:* add `-rbundler/setup` to `$RUBYOPT`, which makes sure that ruby3.0-3.0.0~preview1/man/bundle-exec.ronn-50- Ruby programs invoked in the subshell can see the gems in ############################################## ruby3.0-3.0.0~preview1/man/bundle-exec.ronn-78-this could cause some subtle side-effects (such as dependence on the exact ruby3.0-3.0.0~preview1/man/bundle-exec.ronn:79:contents of `$0` or `__FILE__`) and the optimization can be disabled by enabling ruby3.0-3.0.0~preview1/man/bundle-exec.ronn-80-the `disable_exec_load` setting. ############################################## ruby3.0-3.0.0~preview1/man/bundle-gem.ronn-96- Open the resulting GEM_NAME.gemspec in EDITOR, or the default editor if not ruby3.0-3.0.0~preview1/man/bundle-gem.ronn:97: specified. The default is `$BUNDLER_EDITOR`, `$VISUAL`, or `$EDITOR`. ruby3.0-3.0.0~preview1/man/bundle-gem.ronn-98- ############################################## ruby3.0-3.0.0~preview1/man/bundle-install.ronn-118- Do not print progress information to the standard output. Instead, Bundler ruby3.0-3.0.0~preview1/man/bundle-install.ronn:119: will exit using a status code (`$?`). ruby3.0-3.0.0~preview1/man/bundle-install.ronn-120- ############################################## ruby3.0-3.0.0~preview1/man/bundle-install.ronn-218-Of these three, the first two could theoretically be performed by ruby3.0-3.0.0~preview1/man/bundle-install.ronn:219:`chown`ing the resulting files to `$SUDO_USER`. The third, however, ruby3.0-3.0.0~preview1/man/bundle-install.ronn-220-can only be performed by invoking the `git` command as ############################################## ruby3.0-3.0.0~preview1/man/gemfile.5.ronn-272-If using SSH, the user that you use to run `bundle install` `MUST` have the ruby3.0-3.0.0~preview1/man/gemfile.5.ronn:273:appropriate keys available in their `$HOME/.ssh`. ruby3.0-3.0.0~preview1/man/gemfile.5.ronn-274- ############################################## ruby3.0-3.0.0~preview1/misc/lldb_disasm.py-8-# (rb_iseq_t *) $147 = 0x0000000101068400 ruby3.0-3.0.0~preview1/misc/lldb_disasm.py:9:# (lldb) rbdisasm iseq ruby3.0-3.0.0~preview1/misc/lldb_disasm.py-10-# 0000 putspecialobject( 3 ) ############################################## ruby3.0-3.0.0~preview1/misc/lldb_disasm.py-195-def __lldb_init_module(debugger, internal_dict): ruby3.0-3.0.0~preview1/misc/lldb_disasm.py:196: debugger.HandleCommand("command script add -f lldb_disasm.disasm rbdisasm") ruby3.0-3.0.0~preview1/misc/lldb_disasm.py:197: print("lldb Ruby disasm installed.") ############################################## ruby3.0-3.0.0~preview1/mjit_compile.inc-176- fprintf(f, " }\n"); ruby3.0-3.0.0~preview1/mjit_compile.inc:177: fprintf(f, " stack[%d] = val;\n", b->stack_size + (int)attr_sp_inc_getblockparam(idx, level) - 1); ruby3.0-3.0.0~preview1/mjit_compile.inc-178- b->stack_size += attr_sp_inc_getblockparam(idx, level); ############################################## ruby3.0-3.0.0~preview1/parse.c-11175- { ruby3.0-3.0.0~preview1/parse.c:11176: /* need to backup p->lex.strterm so that a string literal `%&foo,#$&,bar&` can be parsed */ ruby3.0-3.0.0~preview1/parse.c-11177- (yyval.strterm) = p->lex.strterm; ############################################## ruby3.0-3.0.0~preview1/parse.y-2233- | tASET { ifndef_ripper($$ = tASET); } ruby3.0-3.0.0~preview1/parse.y:2234: | '`' { ifndef_ripper($$ = '`'); } ruby3.0-3.0.0~preview1/parse.y-2235- ; ############################################## ruby3.0-3.0.0~preview1/parse.y-4761- { ruby3.0-3.0.0~preview1/parse.y:4762: /* need to backup p->lex.strterm so that a string literal `%&foo,#$&,bar&` can be parsed */ ruby3.0-3.0.0~preview1/parse.y-4763- $<strterm>$ = p->lex.strterm; ############################################## ruby3.0-3.0.0~preview1/proc.c-1866-{ ruby3.0-3.0.0~preview1/proc.c:1867:#define MSG(s) rb_fstring_lit("undefined method `%1$s' for"s" `%2$s'") ruby3.0-3.0.0~preview1/proc.c-1868- VALUE c = klass; ############################################## ruby3.0-3.0.0~preview1/proc.c-2022- /* undef: */ ruby3.0-3.0.0~preview1/proc.c:2023: rb_name_err_raise("undefined singleton method `%1$s' for `%2$s'", ruby3.0-3.0.0~preview1/proc.c-2024- obj, vid); ############################################## ruby3.0-3.0.0~preview1/regcomp.c-221-static int ruby3.0-3.0.0~preview1/regcomp.c:222:add_rel_addr(regex_t* reg, int addr) ruby3.0-3.0.0~preview1/regcomp.c-223-{ ############################################## ruby3.0-3.0.0~preview1/regcomp.c-230-static int ruby3.0-3.0.0~preview1/regcomp.c:231:add_abs_addr(regex_t* reg, int addr) ruby3.0-3.0.0~preview1/regcomp.c-232-{ ############################################## ruby3.0-3.0.0~preview1/regcomp.c-275-static int ruby3.0-3.0.0~preview1/regcomp.c:276:add_opcode_rel_addr(regex_t* reg, int opcode, int addr) ruby3.0-3.0.0~preview1/regcomp.c-277-{ ############################################## ruby3.0-3.0.0~preview1/regcomp.c-281- if (r) return r; ruby3.0-3.0.0~preview1/regcomp.c:282: r = add_rel_addr(reg, addr); ruby3.0-3.0.0~preview1/regcomp.c-283- return r; ############################################## ruby3.0-3.0.0~preview1/regcomp.c-406- if (r) return r; ruby3.0-3.0.0~preview1/regcomp.c:407: r = add_abs_addr(reg, 0 /*dummy addr.*/); ruby3.0-3.0.0~preview1/regcomp.c-408- return r; ############################################## ruby3.0-3.0.0~preview1/regcomp.c-686- if (r) return r; ruby3.0-3.0.0~preview1/regcomp.c:687: r = add_rel_addr(reg, target_len + SIZE_OP_REPEAT_INC); ruby3.0-3.0.0~preview1/regcomp.c-688- if (r) return r; ############################################## ruby3.0-3.0.0~preview1/regcomp.c-861- if (qn->lower == 1) { ruby3.0-3.0.0~preview1/regcomp.c:862: r = add_opcode_rel_addr(reg, OP_JUMP, ruby3.0-3.0.0~preview1/regcomp.c-863- (CKN_ON ? SIZE_OP_STATE_CHECK_PUSH : SIZE_OP_PUSH)); ############################################## ruby3.0-3.0.0~preview1/regcomp.c-871- if (r) return r; ruby3.0-3.0.0~preview1/regcomp.c:872: r = add_rel_addr(reg, mod_tlen + SIZE_OP_JUMP); ruby3.0-3.0.0~preview1/regcomp.c-873- } ruby3.0-3.0.0~preview1/regcomp.c-874- else { ruby3.0-3.0.0~preview1/regcomp.c:875: r = add_opcode_rel_addr(reg, OP_PUSH, mod_tlen + SIZE_OP_JUMP); ruby3.0-3.0.0~preview1/regcomp.c-876- } ############################################## ruby3.0-3.0.0~preview1/regcomp.c-879- if (r) return r; ruby3.0-3.0.0~preview1/regcomp.c:880: r = add_opcode_rel_addr(reg, OP_JUMP, ruby3.0-3.0.0~preview1/regcomp.c-881- -(mod_tlen + (int )SIZE_OP_JUMP ############################################## ruby3.0-3.0.0~preview1/regcomp.c-885- if (qn->lower == 0) { ruby3.0-3.0.0~preview1/regcomp.c:886: r = add_opcode_rel_addr(reg, OP_JUMP, mod_tlen); ruby3.0-3.0.0~preview1/regcomp.c-887- if (r) return r; ############################################## ruby3.0-3.0.0~preview1/regcomp.c-895- if (r) return r; ruby3.0-3.0.0~preview1/regcomp.c:896: r = add_rel_addr(reg, ruby3.0-3.0.0~preview1/regcomp.c-897- -(mod_tlen + (int )SIZE_OP_STATE_CHECK_PUSH_OR_JUMP)); ############################################## ruby3.0-3.0.0~preview1/regcomp.c-899- else ruby3.0-3.0.0~preview1/regcomp.c:900: r = add_opcode_rel_addr(reg, OP_PUSH, -(mod_tlen + (int )SIZE_OP_PUSH)); ruby3.0-3.0.0~preview1/regcomp.c-901- } ############################################## ruby3.0-3.0.0~preview1/regcomp.c-904- if (qn->is_referred != 0) { /* /(?<n>..){0}/ */ ruby3.0-3.0.0~preview1/regcomp.c:905: r = add_opcode_rel_addr(reg, OP_JUMP, tlen); ruby3.0-3.0.0~preview1/regcomp.c-906- if (r) return r; ############################################## ruby3.0-3.0.0~preview1/regcomp.c-918- if (r) return r; ruby3.0-3.0.0~preview1/regcomp.c:919: r = add_rel_addr(reg, tlen); ruby3.0-3.0.0~preview1/regcomp.c-920- } ruby3.0-3.0.0~preview1/regcomp.c-921- else { ruby3.0-3.0.0~preview1/regcomp.c:922: r = add_opcode_rel_addr(reg, OP_PUSH, tlen); ruby3.0-3.0.0~preview1/regcomp.c-923- } ############################################## ruby3.0-3.0.0~preview1/regcomp.c-934- if (r) return r; ruby3.0-3.0.0~preview1/regcomp.c:935: r = add_rel_addr(reg, SIZE_OP_JUMP); ruby3.0-3.0.0~preview1/regcomp.c-936- } ruby3.0-3.0.0~preview1/regcomp.c-937- else { ruby3.0-3.0.0~preview1/regcomp.c:938: r = add_opcode_rel_addr(reg, OP_PUSH, SIZE_OP_JUMP); ruby3.0-3.0.0~preview1/regcomp.c-939- } ############################################## ruby3.0-3.0.0~preview1/regcomp.c-941- if (r) return r; ruby3.0-3.0.0~preview1/regcomp.c:942: r = add_opcode_rel_addr(reg, OP_JUMP, tlen); ruby3.0-3.0.0~preview1/regcomp.c-943- if (r) return r; ############################################## ruby3.0-3.0.0~preview1/regcomp.c-1067- if (IS_NOT_NULL(qn->head_exact)) ruby3.0-3.0.0~preview1/regcomp.c:1068: r = add_opcode_rel_addr(reg, OP_JUMP, SIZE_OP_PUSH_OR_JUMP_EXACT1); ruby3.0-3.0.0~preview1/regcomp.c-1069- else ############################################## ruby3.0-3.0.0~preview1/regcomp.c-1071- if (IS_NOT_NULL(qn->next_head_exact)) ruby3.0-3.0.0~preview1/regcomp.c:1072: r = add_opcode_rel_addr(reg, OP_JUMP, SIZE_OP_PUSH_IF_PEEK_NEXT); ruby3.0-3.0.0~preview1/regcomp.c-1073- else ruby3.0-3.0.0~preview1/regcomp.c:1074: r = add_opcode_rel_addr(reg, OP_JUMP, SIZE_OP_PUSH); ruby3.0-3.0.0~preview1/regcomp.c-1075- } ruby3.0-3.0.0~preview1/regcomp.c-1076- else { ruby3.0-3.0.0~preview1/regcomp.c:1077: r = add_opcode_rel_addr(reg, OP_JUMP, SIZE_OP_JUMP); ruby3.0-3.0.0~preview1/regcomp.c-1078- } ############################################## ruby3.0-3.0.0~preview1/regcomp.c-1088- if (IS_NOT_NULL(qn->head_exact)) { ruby3.0-3.0.0~preview1/regcomp.c:1089: r = add_opcode_rel_addr(reg, OP_PUSH_OR_JUMP_EXACT1, ruby3.0-3.0.0~preview1/regcomp.c-1090- mod_tlen + SIZE_OP_JUMP); ############################################## ruby3.0-3.0.0~preview1/regcomp.c-1094- if (r) return r; ruby3.0-3.0.0~preview1/regcomp.c:1095: r = add_opcode_rel_addr(reg, OP_JUMP, ruby3.0-3.0.0~preview1/regcomp.c-1096- -(mod_tlen + (int )SIZE_OP_JUMP + (int )SIZE_OP_PUSH_OR_JUMP_EXACT1)); ############################################## ruby3.0-3.0.0~preview1/regcomp.c-1100- if (IS_NOT_NULL(qn->next_head_exact)) { ruby3.0-3.0.0~preview1/regcomp.c:1101: r = add_opcode_rel_addr(reg, OP_PUSH_IF_PEEK_NEXT, ruby3.0-3.0.0~preview1/regcomp.c-1102- mod_tlen + SIZE_OP_JUMP); ############################################## ruby3.0-3.0.0~preview1/regcomp.c-1106- if (r) return r; ruby3.0-3.0.0~preview1/regcomp.c:1107: r = add_opcode_rel_addr(reg, OP_JUMP, ruby3.0-3.0.0~preview1/regcomp.c-1108- -(mod_tlen + (int )SIZE_OP_JUMP + (int )SIZE_OP_PUSH_IF_PEEK_NEXT)); ############################################## ruby3.0-3.0.0~preview1/regcomp.c-1110- else { ruby3.0-3.0.0~preview1/regcomp.c:1111: r = add_opcode_rel_addr(reg, OP_PUSH, mod_tlen + SIZE_OP_JUMP); ruby3.0-3.0.0~preview1/regcomp.c-1112- if (r) return r; ############################################## ruby3.0-3.0.0~preview1/regcomp.c-1114- if (r) return r; ruby3.0-3.0.0~preview1/regcomp.c:1115: r = add_opcode_rel_addr(reg, OP_JUMP, ruby3.0-3.0.0~preview1/regcomp.c-1116- -(mod_tlen + (int )SIZE_OP_JUMP + (int )SIZE_OP_PUSH)); ############################################## ruby3.0-3.0.0~preview1/regcomp.c-1119- else { ruby3.0-3.0.0~preview1/regcomp.c:1120: r = add_opcode_rel_addr(reg, OP_JUMP, mod_tlen); ruby3.0-3.0.0~preview1/regcomp.c-1121- if (r) return r; ############################################## ruby3.0-3.0.0~preview1/regcomp.c-1123- if (r) return r; ruby3.0-3.0.0~preview1/regcomp.c:1124: r = add_opcode_rel_addr(reg, OP_PUSH, -(mod_tlen + (int )SIZE_OP_PUSH)); ruby3.0-3.0.0~preview1/regcomp.c-1125- } ############################################## ruby3.0-3.0.0~preview1/regcomp.c-1127- else if (qn->upper == 0 && qn->is_referred != 0) { /* /(?<n>..){0}/ */ ruby3.0-3.0.0~preview1/regcomp.c:1128: r = add_opcode_rel_addr(reg, OP_JUMP, tlen); ruby3.0-3.0.0~preview1/regcomp.c-1129- if (r) return r; ############################################## ruby3.0-3.0.0~preview1/regcomp.c-1140- for (i = 0; i < n; i++) { ruby3.0-3.0.0~preview1/regcomp.c:1141: r = add_opcode_rel_addr(reg, OP_PUSH, ruby3.0-3.0.0~preview1/regcomp.c-1142- (n - i) * tlen + (n - i - 1) * SIZE_OP_PUSH); ############################################## ruby3.0-3.0.0~preview1/regcomp.c-1148- else if (!qn->greedy && qn->upper == 1 && qn->lower == 0) { /* '??' */ ruby3.0-3.0.0~preview1/regcomp.c:1149: r = add_opcode_rel_addr(reg, OP_PUSH, SIZE_OP_JUMP); ruby3.0-3.0.0~preview1/regcomp.c-1150- if (r) return r; ruby3.0-3.0.0~preview1/regcomp.c:1151: r = add_opcode_rel_addr(reg, OP_JUMP, tlen); ruby3.0-3.0.0~preview1/regcomp.c-1152- if (r) return r; ############################################## ruby3.0-3.0.0~preview1/regcomp.c-1318- node->state |= NST_ADDR_FIXED; ruby3.0-3.0.0~preview1/regcomp.c:1319: r = add_abs_addr(reg, (int )node->call_addr); ruby3.0-3.0.0~preview1/regcomp.c-1320- if (r) return r; ############################################## ruby3.0-3.0.0~preview1/regcomp.c-1329- ruby3.0-3.0.0~preview1/regcomp.c:1330: r = add_opcode_rel_addr(reg, OP_JUMP, len); ruby3.0-3.0.0~preview1/regcomp.c-1331- if (r) return r; ############################################## ruby3.0-3.0.0~preview1/regcomp.c-1385- ruby3.0-3.0.0~preview1/regcomp.c:1386: r = add_opcode_rel_addr(reg, OP_PUSH, len + SIZE_OP_POP + SIZE_OP_JUMP); ruby3.0-3.0.0~preview1/regcomp.c-1387- if (r) return r; ############################################## ruby3.0-3.0.0~preview1/regcomp.c-1391- if (r) return r; ruby3.0-3.0.0~preview1/regcomp.c:1392: r = add_opcode_rel_addr(reg, OP_JUMP, ruby3.0-3.0.0~preview1/regcomp.c-1393- -((int )SIZE_OP_PUSH + len + (int )SIZE_OP_POP + (int )SIZE_OP_JUMP)); ############################################## ruby3.0-3.0.0~preview1/regcomp.c-1422- x = node->target; ruby3.0-3.0.0~preview1/regcomp.c:1423: r = add_rel_addr(reg, len + SIZE_OP_JUMP); ruby3.0-3.0.0~preview1/regcomp.c-1424- if (r) return r; ############################################## ruby3.0-3.0.0~preview1/regcomp.c-1426- if (r) return r; ruby3.0-3.0.0~preview1/regcomp.c:1427: r = add_opcode_rel_addr(reg, OP_JUMP, len2); ruby3.0-3.0.0~preview1/regcomp.c-1428- if (r) return r; ############################################## ruby3.0-3.0.0~preview1/regcomp.c-1442- if (r) return r; ruby3.0-3.0.0~preview1/regcomp.c:1443: r = add_opcode_rel_addr(reg, OP_ABSENT, len + SIZE_OP_ABSENT_END); ruby3.0-3.0.0~preview1/regcomp.c-1444- if (r) return r; ############################################## ruby3.0-3.0.0~preview1/regcomp.c-1534- if (len < 0) return len; ruby3.0-3.0.0~preview1/regcomp.c:1535: r = add_opcode_rel_addr(reg, OP_PUSH_POS_NOT, len + SIZE_OP_FAIL_POS); ruby3.0-3.0.0~preview1/regcomp.c-1536- if (r) return r; ############################################## ruby3.0-3.0.0~preview1/regcomp.c-1562- len = compile_length_tree(node->target, reg); ruby3.0-3.0.0~preview1/regcomp.c:1563: r = add_opcode_rel_addr(reg, OP_PUSH_LOOK_BEHIND_NOT, ruby3.0-3.0.0~preview1/regcomp.c-1564- len + SIZE_OP_FAIL_LOOK_BEHIND_NOT); ############################################## ruby3.0-3.0.0~preview1/regcomp.c-1710- if (IS_NOT_NULL(NCDR(node))) { ruby3.0-3.0.0~preview1/regcomp.c:1711: r = add_opcode_rel_addr(reg, OP_PUSH, len + SIZE_OP_JUMP); ruby3.0-3.0.0~preview1/regcomp.c-1712- if (r) break; ############################################## ruby3.0-3.0.0~preview1/regcomp.c-1717- len = pos - (reg->used + SIZE_OP_JUMP); ruby3.0-3.0.0~preview1/regcomp.c:1718: r = add_opcode_rel_addr(reg, OP_JUMP, len); ruby3.0-3.0.0~preview1/regcomp.c-1719- if (r) break; ############################################## ruby3.0-3.0.0~preview1/regint.h-675-#define SIZE_OPCODE 1 ruby3.0-3.0.0~preview1/regint.h:676:#define SIZE_RELADDR (int )sizeof(RelAddrType) ruby3.0-3.0.0~preview1/regint.h:677:#define SIZE_ABSADDR (int )sizeof(AbsAddrType) ruby3.0-3.0.0~preview1/regint.h-678-#define SIZE_LENGTH (int )sizeof(LengthType) ############################################## ruby3.0-3.0.0~preview1/ruby.c-584- ruby3.0-3.0.0~preview1/ruby.c:585: if (!dladdr((void *)addr, &dli)) { ruby3.0-3.0.0~preview1/ruby.c-586- return rb_str_new(0, 0); ############################################## ruby3.0-3.0.0~preview1/ruby_atomic.h-56-#ifdef _M_IX86 ruby3.0-3.0.0~preview1/ruby_atomic.h:57: __asm mov eax, var; ruby3.0-3.0.0~preview1/ruby_atomic.h:58: __asm mov ecx, val; ruby3.0-3.0.0~preview1/ruby_atomic.h:59: __asm lock or [eax], ecx; ruby3.0-3.0.0~preview1/ruby_atomic.h-60-#else ############################################## ruby3.0-3.0.0~preview1/rubystub.c-37- Dl_info dli; ruby3.0-3.0.0~preview1/rubystub.c:38: if (!dladdr(stub_options, &dli)) { ruby3.0-3.0.0~preview1/rubystub.c-39- perror("dladdr"); ############################################## ruby3.0-3.0.0~preview1/sample/trick2015/ksk_1/entry.rb:1:%%%while eval '_=%%r%%(.)...\1=%%=~[%%%%,,,,,%%%s ?=]*%%%%%%#"]*%%%%3x+1?%%'.% %%",%*p(_||=eval($**%%%)) ############################################## ruby3.0-3.0.0~preview1/sample/trick2015/ksk_2/remarks.markdown-83-propositional variable. Each clause is translated into positive ruby3.0-3.0.0~preview1/sample/trick2015/ksk_2/remarks.markdown:84:lookahead assertion like ``(?=\1$|-\2$|\3$|$)`` that matches ruby3.0-3.0.0~preview1/sample/trick2015/ksk_2/remarks.markdown-85-``"-"`` only when ``\1`` holds ``"-"``, ``\2`` holds ``""``, or ``\3`` ############################################## ruby3.0-3.0.0~preview1/sample/trick2015/ksk_2/remarks.markdown-125-``` ruby3.0-3.0.0~preview1/sample/trick2015/ksk_2/remarks.markdown:126:In the satisfiable case, the MatchData ``$~`` obtained by the regular expression ruby3.0-3.0.0~preview1/sample/trick2015/ksk_2/remarks.markdown-127-has the form of ############################################## ruby3.0-3.0.0~preview1/spec/README.md-96- ruby3.0-3.0.0~preview1/spec/README.md:97:If ruby trunk is your current `ruby` in `$PATH`, you can also run `mspec` directly: ruby3.0-3.0.0~preview1/spec/README.md-98-```bash ############################################## ruby3.0-3.0.0~preview1/spec/bundler/commands/config_spec.rb-354- # around some values, including $ and newlines. ruby3.0-3.0.0~preview1/spec/bundler/commands/config_spec.rb:355: expect(out).to include('BUNDLE_FOO: "$BUILD_DIR"') ruby3.0-3.0.0~preview1/spec/bundler/commands/config_spec.rb-356- end ############################################## ruby3.0-3.0.0~preview1/spec/bundler/commands/exec_spec.rb-74- Process.setproctitle("1-2-3-4-5-6-7") ruby3.0-3.0.0~preview1/spec/bundler/commands/exec_spec.rb:75: puts `ps -ocommand= -p#{$$}` ruby3.0-3.0.0~preview1/spec/bundler/commands/exec_spec.rb-76- RUBY ############################################## ruby3.0-3.0.0~preview1/spec/bundler/runtime/with_unbundled_env_spec.rb-231- Process.fork do ruby3.0-3.0.0~preview1/spec/bundler/runtime/with_unbundled_env_spec.rb:232: exit Bundler.original_exec(%(test "\$BUNDLE_FOO" = "bar")) ruby3.0-3.0.0~preview1/spec/bundler/runtime/with_unbundled_env_spec.rb-233- end ############################################## ruby3.0-3.0.0~preview1/spec/bundler/runtime/with_unbundled_env_spec.rb-252- Process.fork do ruby3.0-3.0.0~preview1/spec/bundler/runtime/with_unbundled_env_spec.rb:253: exit Bundler.ui.silence { Bundler.clean_exec(%(test "\$BUNDLE_FOO" = "bar")) } ruby3.0-3.0.0~preview1/spec/bundler/runtime/with_unbundled_env_spec.rb-254- end ############################################## ruby3.0-3.0.0~preview1/spec/bundler/runtime/with_unbundled_env_spec.rb-273- Process.fork do ruby3.0-3.0.0~preview1/spec/bundler/runtime/with_unbundled_env_spec.rb:274: exit Bundler.unbundled_exec(%(test "\$BUNDLE_FOO" = "bar")) ruby3.0-3.0.0~preview1/spec/bundler/runtime/with_unbundled_env_spec.rb-275- end ############################################## ruby3.0-3.0.0~preview1/spec/bundler/support/builders.rb-304- begin ruby3.0-3.0.0~preview1/spec/bundler/support/builders.rb:305: puts eval(line, toplevel_binding).inspect.sub(/^"(.*)"$/, '=> \\1') ruby3.0-3.0.0~preview1/spec/bundler/support/builders.rb-306- rescue Exception => e ############################################## ruby3.0-3.0.0~preview1/spec/bundler/support/streams.rb-15- ensure ruby3.0-3.0.0~preview1/spec/bundler/support/streams.rb:16: args.each {|stream| eval("$#{stream} = #{stream.upcase}") } ruby3.0-3.0.0~preview1/spec/bundler/support/streams.rb-17- end ############################################## ruby3.0-3.0.0~preview1/spec/mspec/lib/mspec/runner/actions/leakchecker.rb-112- } ruby3.0-3.0.0~preview1/spec/mspec/lib/mspec/runner/actions/leakchecker.rb:113: #system("lsof -p #$$") if !fd_leaked.empty? ruby3.0-3.0.0~preview1/spec/mspec/lib/mspec/runner/actions/leakchecker.rb-114- h.each {|fd, list| ############################################## ruby3.0-3.0.0~preview1/spec/ruby/README.md-82-Use the `-t` option to specify the Ruby implementation with which to run the specs. ruby3.0-3.0.0~preview1/spec/ruby/README.md:83:The argument is either a full path to the Ruby binary, or an executable in `$PATH`. ruby3.0-3.0.0~preview1/spec/ruby/README.md-84- ############################################## ruby3.0-3.0.0~preview1/spec/ruby/command_line/dash_e_spec.rb-20- it "uses '-e' in $0" do ruby3.0-3.0.0~preview1/spec/ruby/command_line/dash_e_spec.rb:21: system(*ruby_exe, '-e', 'exit $0 == "-e"').should == true ruby3.0-3.0.0~preview1/spec/ruby/command_line/dash_e_spec.rb-22- end ############################################## ruby3.0-3.0.0~preview1/spec/ruby/core/array/pack/u_spec.rb-63- it "encodes all ascii characters" do ruby3.0-3.0.0~preview1/spec/ruby/core/array/pack/u_spec.rb:64: [ [["\x00\x01\x02\x03\x04\x05\x06"], "'``$\"`P0%!@``\n"], ruby3.0-3.0.0~preview1/spec/ruby/core/array/pack/u_spec.rb-65- [["\a\b\t\n\v\f\r"], "'!P@)\"@L,#0``\n"], ############################################## ruby3.0-3.0.0~preview1/spec/ruby/core/kernel/fixtures/classes.rb-42- def self.chop(str, method) ruby3.0-3.0.0~preview1/spec/ruby/core/kernel/fixtures/classes.rb:43: IO.popen([*ruby_exe, "-n", "-e", "$_ = #{str.inspect}; #{method}; print $_"], "r+") do |io| ruby3.0-3.0.0~preview1/spec/ruby/core/kernel/fixtures/classes.rb-44- io.puts ############################################## ruby3.0-3.0.0~preview1/spec/ruby/core/kernel/global_variables_spec.rb-13- it "finds subset starting with std" do ruby3.0-3.0.0~preview1/spec/ruby/core/kernel/global_variables_spec.rb:14: global_variables.grep(/std/).should include(:$stderr, :$stdin, :$stdout) ruby3.0-3.0.0~preview1/spec/ruby/core/kernel/global_variables_spec.rb-15- a = global_variables.size ############################################## ruby3.0-3.0.0~preview1/spec/ruby/core/kernel/system_spec.rb-59- it "executes with `sh` if the command contains shell characters" do ruby3.0-3.0.0~preview1/spec/ruby/core/kernel/system_spec.rb:60: -> { @object.system("echo $0") }.should output_to_fd("sh\n") ruby3.0-3.0.0~preview1/spec/ruby/core/kernel/system_spec.rb-61- end ############################################## ruby3.0-3.0.0~preview1/spec/ruby/core/kernel/system_spec.rb-64- ENV['SHELL'] = "/bin/fakeshell" ruby3.0-3.0.0~preview1/spec/ruby/core/kernel/system_spec.rb:65: -> { @object.system("echo $0") }.should output_to_fd("sh\n") ruby3.0-3.0.0~preview1/spec/ruby/core/kernel/system_spec.rb-66- end ############################################## ruby3.0-3.0.0~preview1/spec/ruby/core/process/exec_spec.rb-156- platform_is_not :windows do ruby3.0-3.0.0~preview1/spec/ruby/core/process/exec_spec.rb:157: ruby_exe('Process.exec(["/bin/sh", "argv_zero"], "-c", "echo $0")', escape: true).should == "argv_zero\n" ruby3.0-3.0.0~preview1/spec/ruby/core/process/exec_spec.rb-158- end ############################################## ruby3.0-3.0.0~preview1/spec/ruby/core/process/exec_spec.rb-165- platform_is_not :windows do ruby3.0-3.0.0~preview1/spec/ruby/core/process/exec_spec.rb:166: ruby_exe('o = Object.new; def o.to_ary; ["/bin/sh", "argv_zero"]; end; Process.exec(o, "-c", "echo $0")', escape: true).should == "argv_zero\n" ruby3.0-3.0.0~preview1/spec/ruby/core/process/exec_spec.rb-167- end ############################################## ruby3.0-3.0.0~preview1/spec/ruby/core/process/set_proctitle_spec.rb-3-# Note that there's no way to get the current process title defined as a spec ruby3.0-3.0.0~preview1/spec/ruby/core/process/set_proctitle_spec.rb:4:# somewhere. Process.setproctitle explicitly does not change `$0` so the only ruby3.0-3.0.0~preview1/spec/ruby/core/process/set_proctitle_spec.rb-5-# way to get the process title is to shell out. ############################################## ruby3.0-3.0.0~preview1/spec/ruby/core/process/set_proctitle_spec.rb-19- Process.setproctitle(title).should == title ruby3.0-3.0.0~preview1/spec/ruby/core/process/set_proctitle_spec.rb:20: `ps -ocommand= -p#{$$}`.should include(title) ruby3.0-3.0.0~preview1/spec/ruby/core/process/set_proctitle_spec.rb-21- end ############################################## ruby3.0-3.0.0~preview1/spec/ruby/core/string/unpack/u_spec.rb-54- it "decodes all ascii characters" do ruby3.0-3.0.0~preview1/spec/ruby/core/string/unpack/u_spec.rb:55: [ ["'``$\"`P0%!@``\n", ["\x00\x01\x02\x03\x04\x05\x06"]], ruby3.0-3.0.0~preview1/spec/ruby/core/string/unpack/u_spec.rb-56- ["'!P@)\"@L,#0``\n", ["\a\b\t\n\v\f\r"]], ############################################## ruby3.0-3.0.0~preview1/spec/ruby/language/predefined_spec.rb-1003- $0 = title ruby3.0-3.0.0~preview1/spec/ruby/language/predefined_spec.rb:1004: `ps -ocommand= -p#{$$}`.should include(title) ruby3.0-3.0.0~preview1/spec/ruby/language/predefined_spec.rb-1005- end ############################################## ruby3.0-3.0.0~preview1/spec/ruby/library/socket/fixtures/classes.rb-15- ruby3.0-3.0.0~preview1/spec/ruby/library/socket/fixtures/classes.rb:16: def self.addr(which=:ipv4) ruby3.0-3.0.0~preview1/spec/ruby/library/socket/fixtures/classes.rb-17- case which ############################################## ruby3.0-3.0.0~preview1/spec/ruby/library/socket/ipsocket/addr_spec.rb-35- it "returns an address in the array if passed false" do ruby3.0-3.0.0~preview1/spec/ruby/library/socket/ipsocket/addr_spec.rb:36: addrinfo = @socket.addr(false) ruby3.0-3.0.0~preview1/spec/ruby/library/socket/ipsocket/addr_spec.rb-37- addrinfo[0].should == "AF_INET" ############################################## ruby3.0-3.0.0~preview1/spec/ruby/library/socket/ipsocket/addr_spec.rb-71- it 'returns an Array containing address information' do ruby3.0-3.0.0~preview1/spec/ruby/library/socket/ipsocket/addr_spec.rb:72: @server.addr(true).should == [family_name, @port, @hostname, ip_address] ruby3.0-3.0.0~preview1/spec/ruby/library/socket/ipsocket/addr_spec.rb-73- end ############################################## ruby3.0-3.0.0~preview1/spec/ruby/library/socket/ipsocket/addr_spec.rb-77- it 'returns an Array containing address information' do ruby3.0-3.0.0~preview1/spec/ruby/library/socket/ipsocket/addr_spec.rb:78: @server.addr(:hostname).should == [family_name, @port, @hostname, ip_address] ruby3.0-3.0.0~preview1/spec/ruby/library/socket/ipsocket/addr_spec.rb-79- end ############################################## ruby3.0-3.0.0~preview1/spec/ruby/library/socket/ipsocket/addr_spec.rb-83- it 'raises ArgumentError' do ruby3.0-3.0.0~preview1/spec/ruby/library/socket/ipsocket/addr_spec.rb:84: -> { @server.addr(:cats) }.should raise_error(ArgumentError) ruby3.0-3.0.0~preview1/spec/ruby/library/socket/ipsocket/addr_spec.rb-85- end ############################################## ruby3.0-3.0.0~preview1/spec/ruby/library/socket/ipsocket/peeraddr_spec.rb-44- it "returns an IP instead of hostname if passed false" do ruby3.0-3.0.0~preview1/spec/ruby/library/socket/ipsocket/peeraddr_spec.rb:45: addrinfo = @client.peeraddr(false) ruby3.0-3.0.0~preview1/spec/ruby/library/socket/ipsocket/peeraddr_spec.rb-46- addrinfo[0].should == "AF_INET" ############################################## ruby3.0-3.0.0~preview1/spec/ruby/library/socket/ipsocket/peeraddr_spec.rb-82- it 'returns an Array containing address information' do ruby3.0-3.0.0~preview1/spec/ruby/library/socket/ipsocket/peeraddr_spec.rb:83: @client.peeraddr(true).should == [family_name, @port, @hostname, ip_address] ruby3.0-3.0.0~preview1/spec/ruby/library/socket/ipsocket/peeraddr_spec.rb-84- end ############################################## ruby3.0-3.0.0~preview1/spec/ruby/library/socket/ipsocket/peeraddr_spec.rb-88- it 'returns an Array containing address information' do ruby3.0-3.0.0~preview1/spec/ruby/library/socket/ipsocket/peeraddr_spec.rb:89: @client.peeraddr(:hostname).should == [family_name, @port, @hostname, ip_address] ruby3.0-3.0.0~preview1/spec/ruby/library/socket/ipsocket/peeraddr_spec.rb-90- end ############################################## ruby3.0-3.0.0~preview1/spec/ruby/library/socket/ipsocket/peeraddr_spec.rb-94- it 'raises ArgumentError' do ruby3.0-3.0.0~preview1/spec/ruby/library/socket/ipsocket/peeraddr_spec.rb:95: -> { @client.peeraddr(:cats) }.should raise_error(ArgumentError) ruby3.0-3.0.0~preview1/spec/ruby/library/socket/ipsocket/peeraddr_spec.rb-96- end ############################################## ruby3.0-3.0.0~preview1/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb-12- it 'returns an Array' do ruby3.0-3.0.0~preview1/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:13: suppress_warning { Socket.gethostbyaddr(@addr) }.should be_an_instance_of(Array) ruby3.0-3.0.0~preview1/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb-14- end ############################################## ruby3.0-3.0.0~preview1/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb-17- before do ruby3.0-3.0.0~preview1/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:18: @array = suppress_warning { Socket.gethostbyaddr(@addr) } ruby3.0-3.0.0~preview1/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb-19- end ############################################## ruby3.0-3.0.0~preview1/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb-51- it 'returns an Array when using an Integer as the address family' do ruby3.0-3.0.0~preview1/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:52: suppress_warning { Socket.gethostbyaddr(@addr, Socket::AF_INET) }.should be_an_instance_of(Array) ruby3.0-3.0.0~preview1/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb-53- end ############################################## ruby3.0-3.0.0~preview1/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb-55- it 'returns an Array when using a Symbol as the address family' do ruby3.0-3.0.0~preview1/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:56: suppress_warning { Socket.gethostbyaddr(@addr, :INET) }.should be_an_instance_of(Array) ruby3.0-3.0.0~preview1/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb-57- end ############################################## ruby3.0-3.0.0~preview1/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb-59- it 'raises SocketError when the address is not supported by the family' do ruby3.0-3.0.0~preview1/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:60: -> { suppress_warning { Socket.gethostbyaddr(@addr, :INET6) } }.should raise_error(SocketError) ruby3.0-3.0.0~preview1/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb-61- end ############################################## ruby3.0-3.0.0~preview1/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb-72- it 'returns an Array' do ruby3.0-3.0.0~preview1/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:73: suppress_warning { Socket.gethostbyaddr(@addr) }.should be_an_instance_of(Array) ruby3.0-3.0.0~preview1/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb-74- end ############################################## ruby3.0-3.0.0~preview1/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb-77- before do ruby3.0-3.0.0~preview1/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:78: @array = suppress_warning { Socket.gethostbyaddr(@addr) } ruby3.0-3.0.0~preview1/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb-79- end ############################################## ruby3.0-3.0.0~preview1/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb-108- it 'returns an Array when using an Integer as the address family' do ruby3.0-3.0.0~preview1/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:109: suppress_warning { Socket.gethostbyaddr(@addr, Socket::AF_INET6) }.should be_an_instance_of(Array) ruby3.0-3.0.0~preview1/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb-110- end ############################################## ruby3.0-3.0.0~preview1/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb-112- it 'returns an Array when using a Symbol as the address family' do ruby3.0-3.0.0~preview1/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:113: suppress_warning { Socket.gethostbyaddr(@addr, :INET6) }.should be_an_instance_of(Array) ruby3.0-3.0.0~preview1/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb-114- end ############################################## ruby3.0-3.0.0~preview1/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb-117- it 'raises SocketError when the address is not supported by the family' do ruby3.0-3.0.0~preview1/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb:118: -> { suppress_warning { Socket.gethostbyaddr(@addr, :INET) } }.should raise_error(SocketError) ruby3.0-3.0.0~preview1/spec/ruby/library/socket/socket/gethostbyaddr_spec.rb-119- end ############################################## ruby3.0-3.0.0~preview1/spec/ruby/library/socket/tcpsocket/shared/new.rb-69- when 'AF_INET' ruby3.0-3.0.0~preview1/spec/ruby/library/socket/tcpsocket/shared/new.rb:70: @socket.addr[3].should == SocketSpecs.addr(:ipv4) ruby3.0-3.0.0~preview1/spec/ruby/library/socket/tcpsocket/shared/new.rb-71- when 'AF_INET6' ruby3.0-3.0.0~preview1/spec/ruby/library/socket/tcpsocket/shared/new.rb:72: @socket.addr[3].should == SocketSpecs.addr(:ipv6) ruby3.0-3.0.0~preview1/spec/ruby/library/socket/tcpsocket/shared/new.rb-73- end ############################################## ruby3.0-3.0.0~preview1/spec/ruby/optional/capi/spec_helper.rb-133- if %r{/usr/sbin/execerror ruby "\(ld 3 1 main ([/a-zA-Z0-9_\-.]+_spec\.so)"} =~ e.message ruby3.0-3.0.0~preview1/spec/ruby/optional/capi/spec_helper.rb:134: system('/usr/sbin/execerror', "#{RbConfig::CONFIG["bindir"]}/ruby", "(ld 3 1 main #{$1}") ruby3.0-3.0.0~preview1/spec/ruby/optional/capi/spec_helper.rb-135- end ############################################## ruby3.0-3.0.0~preview1/template/Makefile.in-360-config.status-args = ./config.status --recheck ruby3.0-3.0.0~preview1/template/Makefile.in:361:reconfig-exec-0 = test -t 1 && { : $${CONFIGURE_TTY=yes}; export CONFIGURE_TTY; }; exec 3>&1; exit `exec 4>&1; { "$$@" 3>&- 4>&-; echo $$? 1>&4; } | fgrep -v '(cached)' 1>&3 3>&- 4>&-` ruby3.0-3.0.0~preview1/template/Makefile.in-362-reconfig-exec-1 = set -x; "$$@" ############################################## ruby3.0-3.0.0~preview1/template/Makefile.in-507-gems/clean.sub gems/distclean.sub gems/realclean.sub:: ruby3.0-3.0.0~preview1/template/Makefile.in:508: $(Q) set dummy `echo "${EXTS}" | tr , ' '`; shift; \ ruby3.0-3.0.0~preview1/template/Makefile.in-509- test "$$#" = 0 && set .; \ ############################################## ruby3.0-3.0.0~preview1/template/Makefile.in-523-ext/distclean ext/realclean gems/distclean gems/realclean:: ruby3.0-3.0.0~preview1/template/Makefile.in:524: $(Q) set dummy `echo "${EXTS}" | tr , ' '`; shift; \ ruby3.0-3.0.0~preview1/template/Makefile.in-525- test "$$#" = 0 && set .; \ ############################################## ruby3.0-3.0.0~preview1/test/cgi/test_cgi_header.rb-149- assert_match(date, actual) ruby3.0-3.0.0~preview1/test/cgi/test_cgi_header.rb:150: assert_include(time_start..time_end, date =~ actual && Time.parse($1).to_i) ruby3.0-3.0.0~preview1/test/cgi/test_cgi_header.rb-151- actual.sub!(date, "Date: DATE_IS_REMOVED\r\n") ############################################## ruby3.0-3.0.0~preview1/test/csv/test_features.rb-272- str = CSV.new($stderr).inspect ruby3.0-3.0.0~preview1/test/csv/test_features.rb:273: assert_include(str, "io_type:$stderr", "IO type not detected.") ruby3.0-3.0.0~preview1/test/csv/test_features.rb-274- ############################################## ruby3.0-3.0.0~preview1/test/io/console/test_io_console.rb-363- break unless /^(\w+) *= *\^(\\?.)/ =~ l ruby3.0-3.0.0~preview1/test/io/console/test_io_console.rb:364: ctrl[$1] = eval("?\\C-#$2") ruby3.0-3.0.0~preview1/test/io/console/test_io_console.rb-365- end ############################################## ruby3.0-3.0.0~preview1/test/mkmf/test_convertible.rb-24- (u = signed[/^u/]) and u.upcase! ruby3.0-3.0.0~preview1/test/mkmf/test_convertible.rb:25: assert_include($defs, "-DTYPEOF_TEST1_T="+"#{prefix||signed}#{type}".quote) ruby3.0-3.0.0~preview1/test/mkmf/test_convertible.rb:26: assert_include($defs, "-DPRI_TEST1T_PREFIX=PRI_#{type.upcase}_PREFIX") ruby3.0-3.0.0~preview1/test/mkmf/test_convertible.rb:27: assert_include($defs, "-DTEST1T2NUM=#{u}#{type.upcase}2NUM") ruby3.0-3.0.0~preview1/test/mkmf/test_convertible.rb:28: assert_include($defs, "-DNUM2TEST1T=NUM2#{u}#{type.upcase}") ruby3.0-3.0.0~preview1/test/mkmf/test_convertible.rb-29- end ############################################## ruby3.0-3.0.0~preview1/test/mkmf/test_have_func.rb-8- assert_equal(true, have_func("ruby_init"), MKMFLOG) ruby3.0-3.0.0~preview1/test/mkmf/test_have_func.rb:9: assert_include($defs, '-DHAVE_RUBY_INIT') ruby3.0-3.0.0~preview1/test/mkmf/test_have_func.rb-10- end ############################################## ruby3.0-3.0.0~preview1/test/mkmf/test_have_func.rb-13- assert_equal(false, have_func("no_ruby_init"), MKMFLOG) ruby3.0-3.0.0~preview1/test/mkmf/test_have_func.rb:14: assert_not_include($defs, '-DHAVE_RUBY_INIT') ruby3.0-3.0.0~preview1/test/mkmf/test_have_func.rb-15- end ############################################## ruby3.0-3.0.0~preview1/test/mkmf/test_signedness.rb-22- assert_equal(expect.to_i, mkmf {check_signedness("test1_t", "confdefs.h")}, MKMFLOG) ruby3.0-3.0.0~preview1/test/mkmf/test_signedness.rb:23: assert_include($defs, "-DSIGNEDNESS_OF_TEST1_T=#{expect}") ruby3.0-3.0.0~preview1/test/mkmf/test_signedness.rb-24- end ############################################## ruby3.0-3.0.0~preview1/test/racc/assets/intp.y-222- when /\A"(?:[^"\\]+|\\.)*"/, /\A'(?:[^'\\]+|\\.)*'/ ruby3.0-3.0.0~preview1/test/racc/assets/intp.y:223: @q.push [:STRING, [lineno, eval($&)]] ruby3.0-3.0.0~preview1/test/racc/assets/intp.y-224- when /\A==/ ############################################## ruby3.0-3.0.0~preview1/test/rdoc/MarkdownTest_1.0.3/Markdown Documentation - Syntax.text-289- > ruby3.0-3.0.0~preview1/test/rdoc/MarkdownTest_1.0.3/Markdown Documentation - Syntax.text:290: > return shell_exec("echo $input | $markdown_script"); ruby3.0-3.0.0~preview1/test/rdoc/MarkdownTest_1.0.3/Markdown Documentation - Syntax.text-291- ############################################## ruby3.0-3.0.0~preview1/test/rdoc/test_rdoc_markdown_test.rb-1082- "> \n", ruby3.0-3.0.0~preview1/test/rdoc/test_rdoc_markdown_test.rb:1083: "> return shell_exec(\"echo $input | $markdown_script\");\n"), ruby3.0-3.0.0~preview1/test/rdoc/test_rdoc_markdown_test.rb-1084- ############################################## ruby3.0-3.0.0~preview1/test/ruby/test_eval.rb-31- assert_equal 13, eval("@@cvar") ruby3.0-3.0.0~preview1/test/ruby/test_eval.rb:32: assert_equal 14, eval("$gvar__eval") ruby3.0-3.0.0~preview1/test/ruby/test_eval.rb-33- assert_equal 15, eval("Const") ############################################## ruby3.0-3.0.0~preview1/test/ruby/test_eval.rb-42- assert_equal 13, eval("@@cvar") ruby3.0-3.0.0~preview1/test/ruby/test_eval.rb:43: assert_equal 14, eval("$gvar__eval") ruby3.0-3.0.0~preview1/test/ruby/test_eval.rb-44- assert_equal 15, eval("Const") ############################################## ruby3.0-3.0.0~preview1/test/ruby/test_eval.rb-59- assert_equal 13, eval("@@cvar", binding()) ruby3.0-3.0.0~preview1/test/ruby/test_eval.rb:60: assert_equal 14, eval("$gvar__eval", binding()) ruby3.0-3.0.0~preview1/test/ruby/test_eval.rb-61- assert_equal 15, eval("Const", binding()) ############################################## ruby3.0-3.0.0~preview1/test/ruby/test_eval.rb-70- assert_equal 13, eval("@@cvar") ruby3.0-3.0.0~preview1/test/ruby/test_eval.rb:71: assert_equal 14, eval("$gvar__eval") ruby3.0-3.0.0~preview1/test/ruby/test_eval.rb-72- assert_equal 15, eval("Const") ############################################## ruby3.0-3.0.0~preview1/test/ruby/test_eval.rb-86- assert_equal 13, c.module_eval("@@cvar") ruby3.0-3.0.0~preview1/test/ruby/test_eval.rb:87: assert_equal 14, c.module_eval("$gvar__eval") ruby3.0-3.0.0~preview1/test/ruby/test_eval.rb-88- assert_equal 15, c.module_eval("Const") ############################################## ruby3.0-3.0.0~preview1/test/ruby/test_eval.rb-97- assert_equal 13, c.module_eval("@@cvar") ruby3.0-3.0.0~preview1/test/ruby/test_eval.rb:98: assert_equal 14, c.module_eval("$gvar__eval") ruby3.0-3.0.0~preview1/test/ruby/test_eval.rb-99- assert_equal 15, c.module_eval("Const") ############################################## ruby3.0-3.0.0~preview1/test/ruby/test_eval.rb-153- assert_equal 13, o.instance_eval("@@cvar") ruby3.0-3.0.0~preview1/test/ruby/test_eval.rb:154: assert_equal 14, o.instance_eval("$gvar__eval") ruby3.0-3.0.0~preview1/test/ruby/test_eval.rb-155- assert_equal 15, o.instance_eval("Const") ############################################## ruby3.0-3.0.0~preview1/test/ruby/test_eval.rb-163- assert_equal 13, o.instance_eval("@@cvar") ruby3.0-3.0.0~preview1/test/ruby/test_eval.rb:164: assert_equal 14, o.instance_eval("$gvar__eval") ruby3.0-3.0.0~preview1/test/ruby/test_eval.rb-165- assert_equal 15, o.instance_eval("Const") ############################################## ruby3.0-3.0.0~preview1/test/ruby/test_eval.rb-285- ruby3.0-3.0.0~preview1/test/ruby/test_eval.rb:286: assert_equal('assert(true)', eval("$foo")) ruby3.0-3.0.0~preview1/test/ruby/test_eval.rb-287- assert_equal(true, eval("true")) ############################################## ruby3.0-3.0.0~preview1/test/ruby/test_io.rb-1259- th = Thread.start {w.puts "yes"; w.close} ruby3.0-3.0.0~preview1/test/ruby/test_io.rb:1260: IO.popen([EnvUtil.rubybin, '-pe$_="#$.:#$_"'], "r+") {|b| ruby3.0-3.0.0~preview1/test/ruby/test_io.rb-1261- IO.copy_stream(a, b) ############################################## ruby3.0-3.0.0~preview1/test/ruby/test_iseq.rb-86- src = "\u{3042} = 1; \u{3042}; \u{3043}" ruby3.0-3.0.0~preview1/test/ruby/test_iseq.rb:87: asm = compile(src).disasm ruby3.0-3.0.0~preview1/test/ruby/test_iseq.rb-88- assert_equal(src.encoding, asm.encoding) ############################################## ruby3.0-3.0.0~preview1/test/ruby/test_iseq.rb-90- src.encode!(Encoding::Shift_JIS) ruby3.0-3.0.0~preview1/test/ruby/test_iseq.rb:91: asm = compile(src).disasm ruby3.0-3.0.0~preview1/test/ruby/test_iseq.rb-92- assert_equal(src.encoding, asm.encoding) ############################################## ruby3.0-3.0.0~preview1/test/ruby/test_parse.rb-732- def test_global_variable ruby3.0-3.0.0~preview1/test/ruby/test_parse.rb:733: assert_equal(nil, eval('$-x')) ruby3.0-3.0.0~preview1/test/ruby/test_parse.rb:734: assert_equal(nil, eval('alias $preserve_last_match $&')) ruby3.0-3.0.0~preview1/test/ruby/test_parse.rb:735: assert_equal(nil, eval('alias $& $test_parse_foobarbazqux')) ruby3.0-3.0.0~preview1/test/ruby/test_parse.rb-736- $test_parse_foobarbazqux = nil ruby3.0-3.0.0~preview1/test/ruby/test_parse.rb-737- assert_equal(nil, $&) ruby3.0-3.0.0~preview1/test/ruby/test_parse.rb:738: assert_equal(nil, eval('alias $& $preserve_last_match')) ruby3.0-3.0.0~preview1/test/ruby/test_parse.rb-739- assert_syntax_error('a = $#', /as a global variable name\na = \$\#\n \^~$/) ############################################## ruby3.0-3.0.0~preview1/test/ruby/test_process.rb-326- ENV["hmm"] = "fufu" ruby3.0-3.0.0~preview1/test/ruby/test_process.rb:327: IO.popen(ENVCOMMAND) {|io| assert_match(/^hmm=fufu$/, io.read) } ruby3.0-3.0.0~preview1/test/ruby/test_process.rb:328: IO.popen([{"hmm"=>""}, *ENVCOMMAND]) {|io| assert_match(/^hmm=$/, io.read) } ruby3.0-3.0.0~preview1/test/ruby/test_process.rb-329- IO.popen([{"hmm"=>nil}, *ENVCOMMAND]) {|io| assert_not_match(/^hmm=/, io.read) } ruby3.0-3.0.0~preview1/test/ruby/test_process.rb-330- ENV["hmm"] = "" ruby3.0-3.0.0~preview1/test/ruby/test_process.rb:331: IO.popen(ENVCOMMAND) {|io| assert_match(/^hmm=$/, io.read) } ruby3.0-3.0.0~preview1/test/ruby/test_process.rb:332: IO.popen([{"hmm"=>""}, *ENVCOMMAND]) {|io| assert_match(/^hmm=$/, io.read) } ruby3.0-3.0.0~preview1/test/ruby/test_process.rb-333- IO.popen([{"hmm"=>nil}, *ENVCOMMAND]) {|io| assert_not_match(/^hmm=/, io.read) } ############################################## ruby3.0-3.0.0~preview1/test/ruby/test_process.rb-335- IO.popen(ENVCOMMAND) {|io| assert_not_match(/^hmm=/, io.read) } ruby3.0-3.0.0~preview1/test/ruby/test_process.rb:336: IO.popen([{"hmm"=>""}, *ENVCOMMAND]) {|io| assert_match(/^hmm=$/, io.read) } ruby3.0-3.0.0~preview1/test/ruby/test_process.rb-337- IO.popen([{"hmm"=>nil}, *ENVCOMMAND]) {|io| assert_not_match(/^hmm=/, io.read) } ############################################## ruby3.0-3.0.0~preview1/test/ruby/test_process.rb-368- ENV["hmm"] = "fufu" ruby3.0-3.0.0~preview1/test/ruby/test_process.rb:369: IO.popen(cmd) {|io| assert_match(/^hmm=fufu$/, io.read, message)} ruby3.0-3.0.0~preview1/test/ruby/test_process.rb:370: IO.popen({"hmm"=>""}, cmd) {|io| assert_match(/^hmm=$/, io.read, message)} ruby3.0-3.0.0~preview1/test/ruby/test_process.rb-371- IO.popen({"hmm"=>nil}, cmd) {|io| assert_not_match(/^hmm=/, io.read, message)} ruby3.0-3.0.0~preview1/test/ruby/test_process.rb-372- ENV["hmm"] = "" ruby3.0-3.0.0~preview1/test/ruby/test_process.rb:373: IO.popen(cmd) {|io| assert_match(/^hmm=$/, io.read, message)} ruby3.0-3.0.0~preview1/test/ruby/test_process.rb:374: IO.popen({"hmm"=>""}, cmd) {|io| assert_match(/^hmm=$/, io.read, message)} ruby3.0-3.0.0~preview1/test/ruby/test_process.rb-375- IO.popen({"hmm"=>nil}, cmd) {|io| assert_not_match(/^hmm=/, io.read, message)} ############################################## ruby3.0-3.0.0~preview1/test/ruby/test_process.rb-377- IO.popen(cmd) {|io| assert_not_match(/^hmm=/, io.read, message)} ruby3.0-3.0.0~preview1/test/ruby/test_process.rb:378: IO.popen({"hmm"=>""}, cmd) {|io| assert_match(/^hmm=$/, io.read, message)} ruby3.0-3.0.0~preview1/test/ruby/test_process.rb-379- IO.popen({"hmm"=>nil}, cmd) {|io| assert_not_match(/^hmm=/, io.read, message)} ############################################## ruby3.0-3.0.0~preview1/test/ruby/test_process.rb-1720- open("tmp_script.#{$$}", "w") {|f| f.puts "echo $#: $@"; f.chmod(0755)} ruby3.0-3.0.0~preview1/test/ruby/test_process.rb:1721: result = IO.popen(["./tmp_script.#{$$}", "a b", "c"]) {|f| f.read} ruby3.0-3.0.0~preview1/test/ruby/test_process.rb-1722- assert_equal("2: a b c\n", result, feature) ############################################## ruby3.0-3.0.0~preview1/test/ruby/test_process.rb-1724- open("tmp_script.#{$$}", "w") {|f| f.puts "echo $hghg"; f.chmod(0755)} ruby3.0-3.0.0~preview1/test/ruby/test_process.rb:1725: result = IO.popen([{"hghg" => "mogomogo"}, "./tmp_script.#{$$}", "a b", "c"]) {|f| f.read} ruby3.0-3.0.0~preview1/test/ruby/test_process.rb-1726- assert_equal("mogomogo\n", result, feature) ############################################## ruby3.0-3.0.0~preview1/test/ruby/test_regexp.rb-809- check(/^(?>(?=a)(#{ "a" * 1000 }|))++$/, ["a" * 1000, "a" * 2000, "a" * 3000], ["", "a" * 500, "b" * 1000]) ruby3.0-3.0.0~preview1/test/ruby/test_regexp.rb:810: check(eval('/^(?:a?)?$/'), ["", "a"], ["aa"]) ruby3.0-3.0.0~preview1/test/ruby/test_regexp.rb:811: check(eval('/^(?:a+)?$/'), ["", "a", "aa"], ["ab"]) ruby3.0-3.0.0~preview1/test/ruby/test_regexp.rb-812- check(/^(?:a?)+?$/, ["", "a", "aa"], ["ab"]) ############################################## ruby3.0-3.0.0~preview1/test/ruby/test_regexp.rb-1042- assert_no_match(/^\u3042{0}\p{Any}$/, "") ruby3.0-3.0.0~preview1/test/ruby/test_regexp.rb:1043: assert_raise(SyntaxError) { eval('/^\u3042{0}\p{' + "\u3042" + '}$/') } ruby3.0-3.0.0~preview1/test/ruby/test_regexp.rb:1044: assert_raise(SyntaxError) { eval('/^\u3042{0}\p{' + 'a' * 1000 + '}$/') } ruby3.0-3.0.0~preview1/test/ruby/test_regexp.rb:1045: assert_raise(SyntaxError) { eval('/^\u3042{0}\p{foobarbazqux}$/') } ruby3.0-3.0.0~preview1/test/ruby/test_regexp.rb-1046- assert_match(/^(\uff21)(a)\1\2$/i, "\uff21A\uff41a") ############################################## ruby3.0-3.0.0~preview1/test/ruby/test_rubyoptions.rb-583- ruby = EnvUtil.rubybin ruby3.0-3.0.0~preview1/test/ruby/test_rubyoptions.rb:584: IO.popen([ruby, '-e', 'print $0']) {|f| ruby3.0-3.0.0~preview1/test/ruby/test_rubyoptions.rb-585- assert_equal('-e', f.read) ############################################## ruby3.0-3.0.0~preview1/test/ruby/test_syntax.rb-1005- assert_warn(/too big/, bug11192) do ruby3.0-3.0.0~preview1/test/ruby/test_syntax.rb:1006: eval('$99999999999999999') ruby3.0-3.0.0~preview1/test/ruby/test_syntax.rb-1007- end ############################################## ruby3.0-3.0.0~preview1/test/ruby/test_system.rb-56- ruby3.0-3.0.0~preview1/test/ruby/test_system.rb:57: `#{ruby} -i.bak -pe '$_.sub!(/^[0-9]+$/){$&.to_i * 5}' #{tmpfilename}` ruby3.0-3.0.0~preview1/test/ruby/test_system.rb-58- tmp = open(tmpfilename, "r") ############################################## ruby3.0-3.0.0~preview1/test/ruby/test_variable.rb-163- assert_nil($~) ruby3.0-3.0.0~preview1/test/ruby/test_variable.rb:164: assert_not_include(gv, :$1) ruby3.0-3.0.0~preview1/test/ruby/test_variable.rb-165- /(\w)(\d)?(.)(.)(.)(.)(.)(.)(.)(.)(\d)?(.)/ =~ "globalglobalglobal" ############################################## ruby3.0-3.0.0~preview1/test/ruby/test_variable.rb-167- gv = global_variables - gv ruby3.0-3.0.0~preview1/test/ruby/test_variable.rb:168: assert_include(gv, :$1) ruby3.0-3.0.0~preview1/test/ruby/test_variable.rb:169: assert_not_include(gv, :$2) ruby3.0-3.0.0~preview1/test/ruby/test_variable.rb:170: assert_not_include(gv, :$11) ruby3.0-3.0.0~preview1/test/ruby/test_variable.rb:171: assert_include(gv, :$12) ruby3.0-3.0.0~preview1/test/ruby/test_variable.rb-172- end ############################################## ruby3.0-3.0.0~preview1/test/ruby/test_variable.rb-180- EnvUtil.suppress_warning { ruby3.0-3.0.0~preview1/test/ruby/test_variable.rb:181: eval("$foo; 1") ruby3.0-3.0.0~preview1/test/ruby/test_variable.rb-182- } ############################################## ruby3.0-3.0.0~preview1/test/rubygems/test_gem_bundler_version_finder.rb-75- ENV["BUNDLER_VERSION"] = "1.1.1.3" ruby3.0-3.0.0~preview1/test/rubygems/test_gem_bundler_version_finder.rb:76: assert_equal ["1.1.1.3", "`$BUNDLER_VERSION`"], bvf.bundler_version_with_reason ruby3.0-3.0.0~preview1/test/rubygems/test_gem_bundler_version_finder.rb-77- end ############################################## ruby3.0-3.0.0~preview1/test/rubygems/test_gem_package_tar_writer.rb-10- # Setting `@default_source_date_epoch` to `nil` effectively resets the ruby3.0-3.0.0~preview1/test/rubygems/test_gem_package_tar_writer.rb:11: # value used for `Gem.source_date_epoch` whenever `$SOURCE_DATE_EPOCH` ruby3.0-3.0.0~preview1/test/rubygems/test_gem_package_tar_writer.rb-12- # is not set. ############################################## ruby3.0-3.0.0~preview1/test/rubygems/test_gem_server.rb-601- socket.instance_variable_set :@port, port ruby3.0-3.0.0~preview1/test/rubygems/test_gem_server.rb:602: def socket.addr() [nil, @port, @host] end ruby3.0-3.0.0~preview1/test/rubygems/test_gem_server.rb-603- @listeners << socket ############################################## ruby3.0-3.0.0~preview1/test/rubygems/test_gem_specification.rb-85- # Setting `@default_source_date_epoch` to `nil` effectively resets the ruby3.0-3.0.0~preview1/test/rubygems/test_gem_specification.rb:86: # value used for `Gem.source_date_epoch` whenever `$SOURCE_DATE_EPOCH` ruby3.0-3.0.0~preview1/test/rubygems/test_gem_specification.rb-87- # is not set. ############################################## ruby3.0-3.0.0~preview1/test/rubygems/test_require.rb-429- ruby3.0-3.0.0~preview1/test/rubygems/test_require.rb:430: assert require("a#{$$}") ruby3.0-3.0.0~preview1/test/rubygems/test_require.rb-431- end ############################################## ruby3.0-3.0.0~preview1/thread_pthread.c-685-# else ruby3.0-3.0.0~preview1/thread_pthread.c:686: CHECK_ERR(pthread_attr_getstackaddr(&attr, addr)); ruby3.0-3.0.0~preview1/thread_pthread.c-687- CHECK_ERR(pthread_attr_getstacksize(&attr, size)); ############################################## ruby3.0-3.0.0~preview1/thread_pthread.c-702-# else ruby3.0-3.0.0~preview1/thread_pthread.c:703: CHECK_ERR(pthread_attr_getstackaddr(&attr, addr)); ruby3.0-3.0.0~preview1/thread_pthread.c-704- CHECK_ERR(pthread_attr_getstacksize(&attr, size)); ############################################## ruby3.0-3.0.0~preview1/tool/bisect.sh-43- # assume a copy of this script is in builddir ruby3.0-3.0.0~preview1/tool/bisect.sh:44: cd `echo "$0" | sed 's:\(.*\)/.*:\1:'` || exit 125 ruby3.0-3.0.0~preview1/tool/bisect.sh-45- ;; ############################################## ruby3.0-3.0.0~preview1/tool/build-transcode-7- *.trans) ruby3.0-3.0.0~preview1/tool/build-transcode:8: c="`dirname $src`/`basename $src .trans`.c" ruby3.0-3.0.0~preview1/tool/build-transcode-9- ${BASERUBY-ruby} tool/transcode-tblgen.rb -vo "$c" "$src" ############################################## ruby3.0-3.0.0~preview1/tool/config.guess-34- ruby3.0-3.0.0~preview1/tool/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'` ruby3.0-3.0.0~preview1/tool/config.guess-36- ############################################## ruby3.0-3.0.0~preview1/tool/config.guess-103- # shellcheck disable=SC2039 ruby3.0-3.0.0~preview1/tool/config.guess:104: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || ruby3.0-3.0.0~preview1/tool/config.guess-105- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } || ############################################## ruby3.0-3.0.0~preview1/tool/config.guess-153- EOF ruby3.0-3.0.0~preview1/tool/config.guess:154: eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`" ruby3.0-3.0.0~preview1/tool/config.guess-155- ############################################## ruby3.0-3.0.0~preview1/tool/config.guess-190- earmv*) ruby3.0-3.0.0~preview1/tool/config.guess:191: arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'` ruby3.0-3.0.0~preview1/tool/config.guess:192: endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'` ruby3.0-3.0.0~preview1/tool/config.guess-193- machine="${arch}${endian}"-unknown ############################################## ruby3.0-3.0.0~preview1/tool/config.guess-222- expr='s/^earmv[0-9]/-eabi/;s/eb$//' ruby3.0-3.0.0~preview1/tool/config.guess:223: abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"` ruby3.0-3.0.0~preview1/tool/config.guess-224- ;; ############################################## ruby3.0-3.0.0~preview1/tool/config.guess-235- *) ruby3.0-3.0.0~preview1/tool/config.guess:236: release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2` ruby3.0-3.0.0~preview1/tool/config.guess-237- ;; ############################################## ruby3.0-3.0.0~preview1/tool/config.guess-285- *4.0) ruby3.0-3.0.0~preview1/tool/config.guess:286: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` ruby3.0-3.0.0~preview1/tool/config.guess-287- ;; ruby3.0-3.0.0~preview1/tool/config.guess-288- *5.*) ruby3.0-3.0.0~preview1/tool/config.guess:289: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` ruby3.0-3.0.0~preview1/tool/config.guess-290- ;; ############################################## ruby3.0-3.0.0~preview1/tool/config.guess-295- # types through head -n 1, so we only detect the type of CPU 0. ruby3.0-3.0.0~preview1/tool/config.guess:296: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` ruby3.0-3.0.0~preview1/tool/config.guess-297- case "$ALPHA_CPU_TYPE" in ############################################## ruby3.0-3.0.0~preview1/tool/config.guess-333- # 1.2 uses "1.2" for uname -r. ruby3.0-3.0.0~preview1/tool/config.guess:334: echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`" ruby3.0-3.0.0~preview1/tool/config.guess-335- # Reset EXIT trap before exiting to avoid spurious non-zero exit code. ############################################## ruby3.0-3.0.0~preview1/tool/config.guess-384- s390x:SunOS:*:*) ruby3.0-3.0.0~preview1/tool/config.guess:385: echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" ruby3.0-3.0.0~preview1/tool/config.guess-386- exit ;; ruby3.0-3.0.0~preview1/tool/config.guess-387- sun4H:SunOS:5.*:*) ruby3.0-3.0.0~preview1/tool/config.guess:388: echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" ruby3.0-3.0.0~preview1/tool/config.guess-389- exit ;; ruby3.0-3.0.0~preview1/tool/config.guess-390- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) ruby3.0-3.0.0~preview1/tool/config.guess:391: echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" ruby3.0-3.0.0~preview1/tool/config.guess-392- exit ;; ############################################## ruby3.0-3.0.0~preview1/tool/config.guess-409- fi ruby3.0-3.0.0~preview1/tool/config.guess:410: echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" ruby3.0-3.0.0~preview1/tool/config.guess-411- exit ;; ############################################## ruby3.0-3.0.0~preview1/tool/config.guess-415- # it's likely to be more like Solaris than SunOS4. ruby3.0-3.0.0~preview1/tool/config.guess:416: echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" ruby3.0-3.0.0~preview1/tool/config.guess-417- exit ;; ############################################## ruby3.0-3.0.0~preview1/tool/config.guess-424- # Japanese Language versions have a version number like `4.1.3-JL'. ruby3.0-3.0.0~preview1/tool/config.guess:425: echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`" ruby3.0-3.0.0~preview1/tool/config.guess-426- exit ;; ############################################## ruby3.0-3.0.0~preview1/tool/config.guess-430- sun*:*:4.2BSD:*) ruby3.0-3.0.0~preview1/tool/config.guess:431: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` ruby3.0-3.0.0~preview1/tool/config.guess-432- test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3 ############################################## ruby3.0-3.0.0~preview1/tool/config.guess-512- $CC_FOR_BUILD -o "$dummy" "$dummy.c" && ruby3.0-3.0.0~preview1/tool/config.guess:513: dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` && ruby3.0-3.0.0~preview1/tool/config.guess:514: SYSTEM_NAME=`"$dummy" "$dummyarg"` && ruby3.0-3.0.0~preview1/tool/config.guess-515- { echo "$SYSTEM_NAME"; exit; } ############################################## ruby3.0-3.0.0~preview1/tool/config.guess-568- *:IRIX*:*:*) ruby3.0-3.0.0~preview1/tool/config.guess:569: echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`" ruby3.0-3.0.0~preview1/tool/config.guess-570- exit ;; ############################################## ruby3.0-3.0.0~preview1/tool/config.guess-598-EOF ruby3.0-3.0.0~preview1/tool/config.guess:599: if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` ruby3.0-3.0.0~preview1/tool/config.guess-600- then ############################################## ruby3.0-3.0.0~preview1/tool/config.guess-611- *:AIX:*:[4567]) ruby3.0-3.0.0~preview1/tool/config.guess:612: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` ruby3.0-3.0.0~preview1/tool/config.guess-613- if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then ############################################## ruby3.0-3.0.0~preview1/tool/config.guess-647- 9000/[34678]??:HP-UX:*:*) ruby3.0-3.0.0~preview1/tool/config.guess:648: HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'` ruby3.0-3.0.0~preview1/tool/config.guess-649- case "$UNAME_MACHINE" in ############################################## ruby3.0-3.0.0~preview1/tool/config.guess-701-EOF ruby3.0-3.0.0~preview1/tool/config.guess:702: (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"` ruby3.0-3.0.0~preview1/tool/config.guess-703- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## ruby3.0-3.0.0~preview1/tool/config.guess-729- ia64:HP-UX:*:*) ruby3.0-3.0.0~preview1/tool/config.guess:730: HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'` ruby3.0-3.0.0~preview1/tool/config.guess-731- echo ia64-hp-hpux"$HPUX_REV" ############################################## ruby3.0-3.0.0~preview1/tool/config.guess-759-EOF ruby3.0-3.0.0~preview1/tool/config.guess:760: $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` && ruby3.0-3.0.0~preview1/tool/config.guess-761- { echo "$SYSTEM_NAME"; exit; } ############################################## ruby3.0-3.0.0~preview1/tool/config.guess-830- FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` ruby3.0-3.0.0~preview1/tool/config.guess:831: FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'` ruby3.0-3.0.0~preview1/tool/config.guess-832- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## ruby3.0-3.0.0~preview1/tool/config.guess-835- FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` ruby3.0-3.0.0~preview1/tool/config.guess:836: FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` ruby3.0-3.0.0~preview1/tool/config.guess-837- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## ruby3.0-3.0.0~preview1/tool/config.guess-853- then ruby3.0-3.0.0~preview1/tool/config.guess:854: echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabi ruby3.0-3.0.0~preview1/tool/config.guess-855- else ruby3.0-3.0.0~preview1/tool/config.guess:856: echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabihf ruby3.0-3.0.0~preview1/tool/config.guess-857- fi ############################################## ruby3.0-3.0.0~preview1/tool/config.guess-866- esac ruby3.0-3.0.0~preview1/tool/config.guess:867: echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`" ruby3.0-3.0.0~preview1/tool/config.guess-868- exit ;; ############################################## ruby3.0-3.0.0~preview1/tool/config.guess-902- prep*:SunOS:5.*:*) ruby3.0-3.0.0~preview1/tool/config.guess:903: echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" ruby3.0-3.0.0~preview1/tool/config.guess-904- exit ;; ############################################## ruby3.0-3.0.0~preview1/tool/config.guess-906- # the GNU system ruby3.0-3.0.0~preview1/tool/config.guess:907: echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`" ruby3.0-3.0.0~preview1/tool/config.guess-908- exit ;; ############################################## ruby3.0-3.0.0~preview1/tool/config.guess-910- # other systems with GNU libc and userland ruby3.0-3.0.0~preview1/tool/config.guess:911: echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC" ruby3.0-3.0.0~preview1/tool/config.guess-912- exit ;; ############################################## ruby3.0-3.0.0~preview1/tool/config.guess-1032-EOF ruby3.0-3.0.0~preview1/tool/config.guess:1033: eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'`" ruby3.0-3.0.0~preview1/tool/config.guess-1034- test "x$CPU" != x && { echo "$CPU${MIPS_ENDIAN}-unknown-linux-$LIBCABI"; exit; } ############################################## ruby3.0-3.0.0~preview1/tool/config.guess-1132- i*86:*:4.*:*) ruby3.0-3.0.0~preview1/tool/config.guess:1133: UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'` ruby3.0-3.0.0~preview1/tool/config.guess-1134- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## ruby3.0-3.0.0~preview1/tool/config.guess-1435- *:DragonFly:*:*) ruby3.0-3.0.0~preview1/tool/config.guess:1436: echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`" ruby3.0-3.0.0~preview1/tool/config.guess-1437- exit ;; ############################################## ruby3.0-3.0.0~preview1/tool/config.guess-1448- i*86:skyos:*:*) ruby3.0-3.0.0~preview1/tool/config.guess:1449: echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`" ruby3.0-3.0.0~preview1/tool/config.guess-1450- exit ;; ############################################## ruby3.0-3.0.0~preview1/tool/config.guess-1598- ruby3.0-3.0.0~preview1/tool/config.guess:1599:$CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null && SYSTEM_NAME=`$dummy` && ruby3.0-3.0.0~preview1/tool/config.guess-1600- { echo "$SYSTEM_NAME"; exit; } ############################################## ruby3.0-3.0.0~preview1/tool/config.sub-52- ruby3.0-3.0.0~preview1/tool/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'` ruby3.0-3.0.0~preview1/tool/config.sub-54- ############################################## ruby3.0-3.0.0~preview1/tool/config.sub-768- i*86v32) ruby3.0-3.0.0~preview1/tool/config.sub:769: cpu=`echo "$1" | sed -e 's/86.*/86/'` ruby3.0-3.0.0~preview1/tool/config.sub-770- vendor=pc ############################################## ruby3.0-3.0.0~preview1/tool/config.sub-773- i*86v4*) ruby3.0-3.0.0~preview1/tool/config.sub:774: cpu=`echo "$1" | sed -e 's/86.*/86/'` ruby3.0-3.0.0~preview1/tool/config.sub-775- vendor=pc ############################################## ruby3.0-3.0.0~preview1/tool/config.sub-778- i*86v) ruby3.0-3.0.0~preview1/tool/config.sub:779: cpu=`echo "$1" | sed -e 's/86.*/86/'` ruby3.0-3.0.0~preview1/tool/config.sub-780- vendor=pc ############################################## ruby3.0-3.0.0~preview1/tool/config.sub-783- i*86sol2) ruby3.0-3.0.0~preview1/tool/config.sub:784: cpu=`echo "$1" | sed -e 's/86.*/86/'` ruby3.0-3.0.0~preview1/tool/config.sub-785- vendor=pc ############################################## ruby3.0-3.0.0~preview1/tool/config.sub-916- cpu=sparc ruby3.0-3.0.0~preview1/tool/config.sub:917: vendor=`echo "$basic_machine" | sed 's/-.*//'` ruby3.0-3.0.0~preview1/tool/config.sub-918- ;; ############################################## ruby3.0-3.0.0~preview1/tool/config.sub-1083- sh5e[lb]-*) ruby3.0-3.0.0~preview1/tool/config.sub:1084: cpu=`echo "$cpu" | sed 's/^\(sh.\)e\(.\)$/\1\2e/'` ruby3.0-3.0.0~preview1/tool/config.sub-1085- ;; ############################################## ruby3.0-3.0.0~preview1/tool/config.sub-1101- xscale-* | xscalee[bl]-*) ruby3.0-3.0.0~preview1/tool/config.sub:1102: cpu=`echo "$cpu" | sed 's/^xscale/arm/'` ruby3.0-3.0.0~preview1/tool/config.sub-1103- ;; ############################################## ruby3.0-3.0.0~preview1/tool/config.sub-1256- *) ruby3.0-3.0.0~preview1/tool/config.sub:1257: echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2 ruby3.0-3.0.0~preview1/tool/config.sub-1258- exit 1 ############################################## ruby3.0-3.0.0~preview1/tool/config.sub-1290- solaris1 | solaris1.*) ruby3.0-3.0.0~preview1/tool/config.sub:1291: os=`echo $os | sed -e 's|solaris1|sunos4|'` ruby3.0-3.0.0~preview1/tool/config.sub-1292- ;; ############################################## ruby3.0-3.0.0~preview1/tool/config.sub-1299- gnu/linux*) ruby3.0-3.0.0~preview1/tool/config.sub:1300: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` ruby3.0-3.0.0~preview1/tool/config.sub-1301- ;; ############################################## ruby3.0-3.0.0~preview1/tool/config.sub-1322- sco3.2.[4-9]*) ruby3.0-3.0.0~preview1/tool/config.sub:1323: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` ruby3.0-3.0.0~preview1/tool/config.sub-1324- ;; ############################################## ruby3.0-3.0.0~preview1/tool/config.sub-1386- nto*) ruby3.0-3.0.0~preview1/tool/config.sub:1387: os=`echo $os | sed -e 's|nto|nto-qnx|'` ruby3.0-3.0.0~preview1/tool/config.sub-1388- ;; ############################################## ruby3.0-3.0.0~preview1/tool/config.sub-1396- linux*) ruby3.0-3.0.0~preview1/tool/config.sub:1397: os=`echo $os | sed -e 's|linux|linux-gnu|'` ruby3.0-3.0.0~preview1/tool/config.sub-1398- ;; ############################################## ruby3.0-3.0.0~preview1/tool/config.sub-1408- mac*) ruby3.0-3.0.0~preview1/tool/config.sub:1409: os=`echo "$os" | sed -e 's|mac|macos|'` ruby3.0-3.0.0~preview1/tool/config.sub-1410- ;; ############################################## ruby3.0-3.0.0~preview1/tool/config.sub-1417- sunos5*) ruby3.0-3.0.0~preview1/tool/config.sub:1418: os=`echo "$os" | sed -e 's|sunos5|solaris2|'` ruby3.0-3.0.0~preview1/tool/config.sub-1419- ;; ruby3.0-3.0.0~preview1/tool/config.sub-1420- sunos6*) ruby3.0-3.0.0~preview1/tool/config.sub:1421: os=`echo "$os" | sed -e 's|sunos6|solaris3|'` ruby3.0-3.0.0~preview1/tool/config.sub-1422- ;; ############################################## ruby3.0-3.0.0~preview1/tool/config.sub-1454- sinix5.*) ruby3.0-3.0.0~preview1/tool/config.sub:1455: os=`echo $os | sed -e 's|sinix|sysv|'` ruby3.0-3.0.0~preview1/tool/config.sub-1456- ;; ############################################## ruby3.0-3.0.0~preview1/tool/config.sub-1514- *) ruby3.0-3.0.0~preview1/tool/config.sub:1515: echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2 ruby3.0-3.0.0~preview1/tool/config.sub-1516- exit 1 ############################################## ruby3.0-3.0.0~preview1/tool/git-refresh-16- -C|--directory) shift; $CHDIR "$1";; ruby3.0-3.0.0~preview1/tool/git-refresh:17: -C*) $CHDIR `expr "$1" : '-C\(.*\)'`;; ruby3.0-3.0.0~preview1/tool/git-refresh:18: --directory=*) $CHDIR `expr "$1" : '[^=]*=\(.*\)'`;; ruby3.0-3.0.0~preview1/tool/git-refresh-19- -q) quiet=1;; ruby3.0-3.0.0~preview1/tool/git-refresh-20- -b|--branch) shift; branch="$1";; ruby3.0-3.0.0~preview1/tool/git-refresh:21: -b*) branch=`expr "$1" : '-b\(.*\)'`;; ruby3.0-3.0.0~preview1/tool/git-refresh:22: --branch=*) branch=`expr "$1" : '[^=]*=\(.*\)'`;; ruby3.0-3.0.0~preview1/tool/git-refresh-23- -*) echo "unknown option: $1" 1>&2; exit 1;; ############################################## ruby3.0-3.0.0~preview1/tool/git-refresh-36- fi ruby3.0-3.0.0~preview1/tool/git-refresh:37: echo updating `expr "/$dir/" : '.*/\([^/][^/]*\)/'` ... ruby3.0-3.0.0~preview1/tool/git-refresh-38- [ $quiet ] || set -x ############################################## ruby3.0-3.0.0~preview1/tool/git-refresh-42-else ruby3.0-3.0.0~preview1/tool/git-refresh:43: echo retrieving `expr "/$dir/" : '.*/\([^/][^/]*\)/'` ... ruby3.0-3.0.0~preview1/tool/git-refresh-44- [ $quiet ] || set -x ############################################## ruby3.0-3.0.0~preview1/tool/ifchange-16- --timestamp=*) ruby3.0-3.0.0~preview1/tool/ifchange:17: timestamp=`expr \( "$1" : '[^=]*=\(.*\)' \)` ruby3.0-3.0.0~preview1/tool/ifchange-18- ;; ############################################## ruby3.0-3.0.0~preview1/tool/ifchange-22- --keep=*) ruby3.0-3.0.0~preview1/tool/ifchange:23: keepsuffix=`expr \( "$1" : '[^=]*=\(.*\)' \)` ruby3.0-3.0.0~preview1/tool/ifchange-24- ;; ############################################## ruby3.0-3.0.0~preview1/tool/ifchange-31- --color=*) ruby3.0-3.0.0~preview1/tool/ifchange:32: color=`expr \( "$1" : '[^=]*=\(.*\)' \)` ruby3.0-3.0.0~preview1/tool/ifchange-33- ;; ############################################## ruby3.0-3.0.0~preview1/tool/ifchange-57- if [ ${TEST_COLORS:+set} ]; then ruby3.0-3.0.0~preview1/tool/ifchange:58: msg_unchanged=`expr ":$TEST_COLORS:" : ".*:pass=\([^:]*\):"` || : ruby3.0-3.0.0~preview1/tool/ifchange:59: msg_updated=`expr ":$TEST_COLORS:" : ".*:fail=\([^:]*\):"` || : ruby3.0-3.0.0~preview1/tool/ifchange-60- fi ############################################## ruby3.0-3.0.0~preview1/tool/ifchange-69-targetdir= ruby3.0-3.0.0~preview1/tool/ifchange:70:case "$target" in */*) targetdir=`dirname "$target"`;; esac ruby3.0-3.0.0~preview1/tool/ifchange-71-if [ -f "$target" -a ! -${empty:+f}${empty:-s} "$temp" ] || cmp "$target" "$temp" >/dev/null 2>&1; then ############################################## ruby3.0-3.0.0~preview1/tool/ifchange-85- else ruby3.0-3.0.0~preview1/tool/ifchange:86: timestamp="$targetdir"/.time.`basename "$target"` ruby3.0-3.0.0~preview1/tool/ifchange-87- fi ############################################## ruby3.0-3.0.0~preview1/tool/lib/leakchecker.rb-114- unless @@try_lsof == false ruby3.0-3.0.0~preview1/tool/lib/leakchecker.rb:115: @@try_lsof |= system("lsof -p #$$", out: MiniTest::Unit.output) ruby3.0-3.0.0~preview1/tool/lib/leakchecker.rb-116- end ############################################## ruby3.0-3.0.0~preview1/tool/lib/memory_status.rb-74- def self.read_status ruby3.0-3.0.0~preview1/tool/lib/memory_status.rb:75: if PAT =~ IO.popen(PSCMD + [$$.to_s], "r", err: [:child, :out], &:read) ruby3.0-3.0.0~preview1/tool/lib/memory_status.rb-76- yield :size, $1.to_i*1024 ############################################## ruby3.0-3.0.0~preview1/tool/lib/test/unit/core_assertions.rb-453- assert expected =~ m, msg ruby3.0-3.0.0~preview1/tool/lib/test/unit/core_assertions.rb:454: block.binding.eval("proc{|_|$~=_}").call($~) ruby3.0-3.0.0~preview1/tool/lib/test/unit/core_assertions.rb-455- end ############################################## ruby3.0-3.0.0~preview1/tool/lib/vcs.rb-290- files.map! {|n| File.join(tag, n)} if tag ruby3.0-3.0.0~preview1/tool/lib/vcs.rb:291: set = block.binding.eval("proc {|match| $~ = match}") ruby3.0-3.0.0~preview1/tool/lib/vcs.rb-292- IO.popen([cmd, *files]) do |f| ############################################## ruby3.0-3.0.0~preview1/tool/lib/vcs.rb-507- cmd = %W[#{COMMAND} grep -h --perl-regexp #{tag} --] ruby3.0-3.0.0~preview1/tool/lib/vcs.rb:508: set = block.binding.eval("proc {|match| $~ = match}") ruby3.0-3.0.0~preview1/tool/lib/vcs.rb-509- cmd_pipe(cmd+files) do |f| ############################################## ruby3.0-3.0.0~preview1/tool/m4/_colorize_result_prepare.m4-12- AS_CASE(["$msg_begin"], ['<:@'*m], ruby3.0-3.0.0~preview1/tool/m4/_colorize_result_prepare.m4:13: [msg_begin="`echo "$msg_begin" | sed ['s/[0-9]*m$//']`" ruby3.0-3.0.0~preview1/tool/m4/_colorize_result_prepare.m4-14- msg_checking="${msg_begin}33m" ruby3.0-3.0.0~preview1/tool/m4/_colorize_result_prepare.m4-15- AS_IF([test ${TEST_COLORS:+set}], [ ruby3.0-3.0.0~preview1/tool/m4/_colorize_result_prepare.m4:16: msg_result_yes=[`expr ":$TEST_COLORS:" : ".*:pass=\([^:]*\):"`] ruby3.0-3.0.0~preview1/tool/m4/_colorize_result_prepare.m4:17: msg_result_no=[`expr ":$TEST_COLORS:" : ".*:fail=\([^:]*\):"`] ruby3.0-3.0.0~preview1/tool/m4/_colorize_result_prepare.m4:18: msg_result_other=[`expr ":$TEST_COLORS:" : ".*:skip=\([^:]*\):"`] ruby3.0-3.0.0~preview1/tool/m4/_colorize_result_prepare.m4-19- ]) ############################################## ruby3.0-3.0.0~preview1/tool/m4/ruby_check_sizeof.m4-91- [ ruby3.0-3.0.0~preview1/tool/m4/ruby_check_sizeof.m4:92: s=`expr $t : ['.*[^0-9]\([0-9][0-9]*\)$']` ruby3.0-3.0.0~preview1/tool/m4/ruby_check_sizeof.m4:93: AS_CASE([$t], [*:*], [t="${t%:*}"], [s=`expr $s / $rb_cv_char_bit`]) ruby3.0-3.0.0~preview1/tool/m4/ruby_check_sizeof.m4-94- echo "@%:@${cond+el}if defined(__${t}__) || defined(__${t}) || defined(_${t}) || defined($t)" ############################################## ruby3.0-3.0.0~preview1/tool/m4/ruby_dtrace_available.m4-18-AS_CASE(["$rb_cv_dtrace_available"], ["yes("*")"], ruby3.0-3.0.0~preview1/tool/m4/ruby_dtrace_available.m4:19: [DTRACE_OPT=`expr "$rb_cv_dtrace_available" : "yes(\(.*\))"`]) ruby3.0-3.0.0~preview1/tool/m4/ruby_dtrace_available.m4-20-])dnl ############################################## ruby3.0-3.0.0~preview1/tool/m4/ruby_mingw32.m4-13- target_os="mingw32" ruby3.0-3.0.0~preview1/tool/m4/ruby_mingw32.m4:14: : ${ac_tool_prefix:="`expr "$CC" : ['\(.*-\)g\?cc[^/]*$']`"} ruby3.0-3.0.0~preview1/tool/m4/ruby_mingw32.m4-15- AC_DEFINE(__USE_MINGW_ANSI_STDIO, 1) dnl for gnu_printf ############################################## ruby3.0-3.0.0~preview1/tool/m4/ruby_mingw32.m4-18-AS_CASE(["$target_os"], [mingw*msvc], [ ruby3.0-3.0.0~preview1/tool/m4/ruby_mingw32.m4:19:target_os="`echo ${target_os} | sed 's/msvc$//'`" ruby3.0-3.0.0~preview1/tool/m4/ruby_mingw32.m4-20-]) ############################################## ruby3.0-3.0.0~preview1/tool/m4/ruby_prog_gnu_ld.m4-3-[AC_CACHE_CHECK(whether the linker is GNU ld, rb_cv_prog_gnu_ld, ruby3.0-3.0.0~preview1/tool/m4/ruby_prog_gnu_ld.m4:4:[AS_IF([`$CC $CFLAGS $CPPFLAGS $LDFLAGS --print-prog-name=ld 2>&1` -v 2>&1 | grep "GNU ld" > /dev/null], [ ruby3.0-3.0.0~preview1/tool/m4/ruby_prog_gnu_ld.m4-5- rb_cv_prog_gnu_ld=yes ############################################## ruby3.0-3.0.0~preview1/tool/m4/ruby_replace_type.m4-56- AC_DEFINE_UNQUOTED(PRI_[$3]_PREFIX, ruby3.0-3.0.0~preview1/tool/m4/ruby_replace_type.m4:57: [PRI_`echo ${rb_cv_[$1]_convertible} | sed ['s/^U//']`_PREFIX]) ruby3.0-3.0.0~preview1/tool/m4/ruby_replace_type.m4-58-])dnl ############################################## ruby3.0-3.0.0~preview1/tool/m4/ruby_setjmp_type.m4-15- [_setjmp], [ setjmp_prefix=_], ruby3.0-3.0.0~preview1/tool/m4/ruby_setjmp_type.m4:16: [sigsetjmp,*], [ setjmp_prefix=sig setjmp_sigmask=`expr "$withval" : 'sigsetjmp\(,.*\)'`], ruby3.0-3.0.0~preview1/tool/m4/ruby_setjmp_type.m4-17- [sigsetjmp], [ setjmp_prefix=sig], ############################################## ruby3.0-3.0.0~preview1/tool/m4/ruby_setjmp_type.m4-27-], [{ AS_CASE("$ac_cv_func___builtin_setjmp", [yes*], [true], [false]) }], [ ruby3.0-3.0.0~preview1/tool/m4/ruby_setjmp_type.m4:28: setjmp_cast=`expr "$ac_cv_func___builtin_setjmp" : "yes with cast (\(.*\))"` ruby3.0-3.0.0~preview1/tool/m4/ruby_setjmp_type.m4-29- setjmp_prefix=__builtin_ ############################################## ruby3.0-3.0.0~preview1/tool/m4/ruby_universal_arch.m4-3-# RUBY_UNIVERSAL_ARCH begin ruby3.0-3.0.0~preview1/tool/m4/ruby_universal_arch.m4:4:ARCH_FLAG=`expr " $CXXFLAGS " : ['.* \(-m[0-9][0-9]*\) ']` ruby3.0-3.0.0~preview1/tool/m4/ruby_universal_arch.m4:5:test ${CXXFLAGS+set} && CXXFLAGS=`echo "$CXXFLAGS" | sed [-e 's/ *-arch *[^ ]*//g' -e 's/ *-m32//g' -e 's/ *-m64//g']` ruby3.0-3.0.0~preview1/tool/m4/ruby_universal_arch.m4:6:ARCH_FLAG=`expr " $CFLAGS " : ['.* \(-m[0-9][0-9]*\) ']` ruby3.0-3.0.0~preview1/tool/m4/ruby_universal_arch.m4:7:test ${CFLAGS+set} && CFLAGS=`echo "$CFLAGS" | sed [-e 's/ *-arch *[^ ]*//g' -e 's/ *-m32//g' -e 's/ *-m64//g']` ruby3.0-3.0.0~preview1/tool/m4/ruby_universal_arch.m4:8:test ${LDFLAGS+set} && LDFLAGS=`echo "$LDFLAGS" | sed [-e 's/ *-arch *[^ ]*//g' -e 's/ *-m32//g' -e 's/ *-m64//g']` ruby3.0-3.0.0~preview1/tool/m4/ruby_universal_arch.m4-9-unset universal_binary universal_archnames ############################################## ruby3.0-3.0.0~preview1/tool/m4/ruby_universal_arch.m4-11- AC_MSG_CHECKING([target architectures]) ruby3.0-3.0.0~preview1/tool/m4/ruby_universal_arch.m4:12: target_archs=`echo $target_archs | tr , ' '` ruby3.0-3.0.0~preview1/tool/m4/ruby_universal_arch.m4-13- # /usr/lib/arch_tool -archify_list $TARGET_ARCHS ############################################## ruby3.0-3.0.0~preview1/tool/m4/ruby_universal_arch.m4-17- cpu=$archs ruby3.0-3.0.0~preview1/tool/m4/ruby_universal_arch.m4:18: cpu=`echo $cpu | sed 's/-.*-.*//'` ruby3.0-3.0.0~preview1/tool/m4/ruby_universal_arch.m4-19- universal_binary="${universal_binary+$universal_binary,}$cpu" ############################################## ruby3.0-3.0.0~preview1/tool/m4/ruby_universal_arch.m4-30- ruby3.0-3.0.0~preview1/tool/m4/ruby_universal_arch.m4:31: target=`echo $target | sed "s/^$target_cpu-/-/"` ruby3.0-3.0.0~preview1/tool/m4/ruby_universal_arch.m4:32: target_alias=`echo $target_alias | sed "s/^$target_cpu-/-/"` ruby3.0-3.0.0~preview1/tool/m4/ruby_universal_arch.m4-33- AS_IF([test "${universal_binary-no}" = yes], [ ############################################## ruby3.0-3.0.0~preview1/tool/m4/ruby_universal_arch.m4-54- AC_MSG_CHECKING([for real target cpu]) ruby3.0-3.0.0~preview1/tool/m4/ruby_universal_arch.m4:55: target=`echo $target | sed "s/^$target_cpu-/-/"` ruby3.0-3.0.0~preview1/tool/m4/ruby_universal_arch.m4-56- target_cpu=`$CC -E - 2>/dev/null <<EOF | ############################################## ruby3.0-3.0.0~preview1/tool/make-snapshot-374- ruby3.0-3.0.0~preview1/tool/make-snapshot:375: if $patch_file && !system(*%W"patch -d #{v} -p0 -i #{$patch_file}") ruby3.0-3.0.0~preview1/tool/make-snapshot-376- puts $colorize.fail("patching failed") ############################################## ruby3.0-3.0.0~preview1/tool/parse.rb-12-$parsed = RubyVM::InstructionSequence.compile_file($file) ruby3.0-3.0.0~preview1/tool/parse.rb:13:puts "# disasm result: " ruby3.0-3.0.0~preview1/tool/parse.rb-14-puts '# ' + '-' * 70 ############################################## ruby3.0-3.0.0~preview1/tool/rbinstall.rb-167- end ruby3.0-3.0.0~preview1/tool/rbinstall.rb:168: system(*($strip_command + [files].flatten)) ruby3.0-3.0.0~preview1/tool/rbinstall.rb-169-end ############################################## ruby3.0-3.0.0~preview1/tool/rmdirs-6- while rmdir "$dir" >/dev/null 2>&1 && ruby3.0-3.0.0~preview1/tool/rmdirs:7: parent=`expr "$dir" : '\(.*\)/[^/][^/]*'`; do ruby3.0-3.0.0~preview1/tool/rmdirs-8- case "$parent" in ############################################## ruby3.0-3.0.0~preview1/transcode.c-537- ruby3.0-3.0.0~preview1/transcode.c:538:#define BYTE_ADDR(index) (tr->byte_array + (index)) ruby3.0-3.0.0~preview1/transcode.c:539:#define WORD_ADDR(index) (tr->word_array + INFO2WORDINDEX(index)) ruby3.0-3.0.0~preview1/transcode.c:540:#define BL_BASE BYTE_ADDR(BYTE_LOOKUP_BASE(WORD_ADDR(next_table))) ruby3.0-3.0.0~preview1/transcode.c:541:#define BL_INFO WORD_ADDR(BYTE_LOOKUP_INFO(WORD_ADDR(next_table))) ruby3.0-3.0.0~preview1/transcode.c-542-#define BL_MIN_BYTE (BL_BASE[0]) ############################################## ruby3.0-3.0.0~preview1/transcode.c-609- tc->output_index = 0; ruby3.0-3.0.0~preview1/transcode.c:610: while (tc->output_index < STR1_LENGTH(BYTE_ADDR(STR1_BYTEINDEX(next_info)))) { ruby3.0-3.0.0~preview1/transcode.c:611: SUSPEND_OBUF(28); *out_p++ = BYTE_ADDR(STR1_BYTEINDEX(next_info))[1+tc->output_index]; ruby3.0-3.0.0~preview1/transcode.c-612- tc->output_index++; ############################################## ruby3.0-3.0.0~preview1/vm_dump.c-726- info->MaxNameLen = MAX_SYM_NAME; ruby3.0-3.0.0~preview1/vm_dump.c:727: if (pSymFromAddr(ph, addr, &displacement, info)) { ruby3.0-3.0.0~preview1/vm_dump.c-728- if (GetModuleFileName((HANDLE)(uintptr_t)pSymGetModuleBase64(ph, addr), libpath, sizeof(libpath))) ############################################## ruby3.0-3.0.0~preview1/vm_eval.c-1488- if (0 && iseq) { /* for debug */ ruby3.0-3.0.0~preview1/vm_eval.c:1489: VALUE disasm = rb_iseq_disasm(iseq); ruby3.0-3.0.0~preview1/vm_eval.c-1490- printf("%s\n", StringValuePtr(disasm)); ############################################## ruby3.0-3.0.0~preview1/vm_insnhelper.c-268- const char *stri = rb_str_to_cstr(inspection); ruby3.0-3.0.0~preview1/vm_insnhelper.c:269: const VALUE disasm = rb_iseq_disasm(iseq); ruby3.0-3.0.0~preview1/vm_insnhelper.c-270- const char *strd = rb_str_to_cstr(disasm); ############################################## ruby3.0-3.0.0~preview1/win32/win32.c-3834-struct hostent * WSAAPI ruby3.0-3.0.0~preview1/win32/win32.c:3835:rb_w32_gethostbyaddr(const char *addr, int len, int type) ruby3.0-3.0.0~preview1/win32/win32.c-3836-{ ############################################## ruby3.0-3.0.0~preview1/win32/win32.c-3838- RUBY_CRITICAL { ruby3.0-3.0.0~preview1/win32/win32.c:3839: r = gethostbyaddr(addr, len, type); ruby3.0-3.0.0~preview1/win32/win32.c-3840- if (r == NULL) ############################################## ruby3.0-3.0.0~preview1/win32/win32.c-4202- ruby3.0-3.0.0~preview1/win32/win32.c:4203:struct netent *getnetbyaddr(long net, int type) {return (struct netent *)NULL;} ruby3.0-3.0.0~preview1/win32/win32.c-4204- ############################################## ruby3.0-3.0.0~preview1/debian/missing-sources/jquery.js-6286- } else { ruby3.0-3.0.0~preview1/debian/missing-sources/jquery.js:6287: jQuery.globalEval( ( elem.text || elem.textContent || elem.innerHTML || "" ).replace( rcleanScript, "/*$0*/" ) ); ruby3.0-3.0.0~preview1/debian/missing-sources/jquery.js-6288- } ############################################## ruby3.0-3.0.0~preview1/.pc/0002-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch/lib/mkmf.rb-965- def checking_for(m, fmt = nil) ruby3.0-3.0.0~preview1/.pc/0002-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch/lib/mkmf.rb:966: f = caller[0][/in `([^<].*)'$/, 1] and f << ": " #` for vim #' ruby3.0-3.0.0~preview1/.pc/0002-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch/lib/mkmf.rb-967- m = "checking #{/\Acheck/ =~ f ? '' : 'for '}#{m}... " ############################################## ruby3.0-3.0.0~preview1/.pc/0002-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch/lib/mkmf.rb-1331- typename, member = type.split('.', 2) ruby3.0-3.0.0~preview1/.pc/0002-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch/lib/mkmf.rb:1332: prelude = cpp_include(headers).split(/$/) ruby3.0-3.0.0~preview1/.pc/0002-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch/lib/mkmf.rb-1333- prelude << "typedef #{typename} rbcv_typedef_;\n" ############################################## ruby3.0-3.0.0~preview1/.pc/0002-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch/lib/mkmf.rb-1827- find_executable0(pkgconfig) && pkgconfig) and ruby3.0-3.0.0~preview1/.pc/0002-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch/lib/mkmf.rb:1828: xsystem("#{$PKGCONFIG} --exists #{pkg}") ruby3.0-3.0.0~preview1/.pc/0002-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch/lib/mkmf.rb-1829- # default to pkg-config command ############################################## ruby3.0-3.0.0~preview1/.pc/0002-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch/lib/mkmf.rb-1831- get = proc {|opt| ruby3.0-3.0.0~preview1/.pc/0002-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch/lib/mkmf.rb:1832: opt = xpopen("#{$PKGCONFIG} --#{opt} #{pkg}", err:[:child, :out], &:read) ruby3.0-3.0.0~preview1/.pc/0002-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch/lib/mkmf.rb-1833- Logging.open {puts opt.each_line.map{|s|"=> #{s.inspect}"}} ############################################## ruby3.0-3.0.0~preview1/.pc/0006-Fix-FTBS-on-hurd.patch/io.c-7042- * p $? ruby3.0-3.0.0~preview1/.pc/0006-Fix-FTBS-on-hurd.patch/io.c:7043: * IO.popen(%w"sed -e s|^|<foo>| -e s&$&;zot;&", "r+") {|f| ruby3.0-3.0.0~preview1/.pc/0006-Fix-FTBS-on-hurd.patch/io.c-7044- * f.puts "bar"; f.close_write; puts f.gets ############################################## ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-470-VALUE ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c:471:rsock_make_ipaddr(struct sockaddr *addr, socklen_t addrlen) ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-472-{ ############################################## ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-479-static void ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c:480:make_inetaddr(unsigned int host, char *buf, size_t buflen) ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-481-{ ############################################## ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-516- ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c:517: make_inetaddr(htonl(i), hbuf, hbuflen); ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-518- if (flags_ptr) *flags_ptr |= AI_NUMERICHOST; ############################################## ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-527- if (!len || str_equal(name, len, "<any>")) { ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c:528: make_inetaddr(INADDR_ANY, hbuf, hbuflen); ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-529- if (flags_ptr) *flags_ptr |= AI_NUMERICHOST; ############################################## ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-531- else if (str_equal(name, len, "<broadcast>")) { ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c:532: make_inetaddr(INADDR_BROADCAST, hbuf, hbuflen); ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-533- if (flags_ptr) *flags_ptr |= AI_NUMERICHOST; ############################################## ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-679-VALUE ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c:680:rsock_ipaddr(struct sockaddr *sockaddr, socklen_t sockaddrlen, int norevlookup) ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-681-{ ############################################## ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-740-VALUE ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c:741:rsock_unixaddr(struct sockaddr_un *sockaddr, socklen_t len) ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-742-{ ############################################## ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-1267-static VALUE ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c:1268:inspect_sockaddr(VALUE addrinfo, VALUE ret) ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-1269-{ ############################################## ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-1272- socklen_t socklen = rai->sockaddr_len; ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c:1273: return rsock_inspect_sockaddr((struct sockaddr *)sockaddr, socklen, ret); ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-1274-} ############################################## ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-1276-VALUE ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c:1277:rsock_inspect_sockaddr(struct sockaddr *sockaddr_arg, socklen_t socklen, VALUE ret) ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-1278-{ ############################################## ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-1579- ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c:1580: inspect_sockaddr(self, ret); ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-1581- ############################################## ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-1651-VALUE ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c:1652:rsock_addrinfo_inspect_sockaddr(VALUE self) ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-1653-{ ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c:1654: return inspect_sockaddr(self, rb_str_new("", 0)); ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-1655-} ############################################## ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-1914-static VALUE ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c:1915:addrinfo_to_sockaddr(VALUE self) ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-1916-{ ############################################## ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2169-static int ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c:2170:extract_in_addr(VALUE self, uint32_t *addrp) ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2171-{ ############################################## ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2186- uint32_t a; ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c:2187: if (!extract_in_addr(self, &a)) return Qfalse; ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2188- if ((a & 0xff000000) == 0x0a000000 || /* 10.0.0.0/8 */ ############################################## ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2202- uint32_t a; ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c:2203: if (!extract_in_addr(self, &a)) return Qfalse; ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2204- if ((a & 0xff000000) == 0x7f000000) /* 127.0.0.0/8 */ ############################################## ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2216- uint32_t a; ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c:2217: if (!extract_in_addr(self, &a)) return Qfalse; ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2218- if ((a & 0xf0000000) == 0xe0000000) /* 224.0.0.0/4 */ ############################################## ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2225-static struct in6_addr * ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c:2226:extract_in6_addr(VALUE self) ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2227-{ ############################################## ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2240-{ ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c:2241: struct in6_addr *addr = extract_in6_addr(self); ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2242- if (addr && IN6_IS_ADDR_UNSPECIFIED(addr)) return Qtrue; ############################################## ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2252-{ ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c:2253: struct in6_addr *addr = extract_in6_addr(self); ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2254- if (addr && IN6_IS_ADDR_LOOPBACK(addr)) return Qtrue; ############################################## ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2264-{ ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c:2265: struct in6_addr *addr = extract_in6_addr(self); ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2266- if (addr && IN6_IS_ADDR_MULTICAST(addr)) return Qtrue; ############################################## ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2276-{ ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c:2277: struct in6_addr *addr = extract_in6_addr(self); ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2278- if (addr && IN6_IS_ADDR_LINKLOCAL(addr)) return Qtrue; ############################################## ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2288-{ ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c:2289: struct in6_addr *addr = extract_in6_addr(self); ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2290- if (addr && IN6_IS_ADDR_SITELOCAL(addr)) return Qtrue; ############################################## ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2300-{ ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c:2301: struct in6_addr *addr = extract_in6_addr(self); ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2302- if (addr && IN6_IS_ADDR_UNIQUE_LOCAL(addr)) return Qtrue; ############################################## ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2312-{ ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c:2313: struct in6_addr *addr = extract_in6_addr(self); ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2314- if (addr && IN6_IS_ADDR_V4MAPPED(addr)) return Qtrue; ############################################## ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2324-{ ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c:2325: struct in6_addr *addr = extract_in6_addr(self); ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2326- if (addr && IN6_IS_ADDR_V4COMPAT(addr)) return Qtrue; ############################################## ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2336-{ ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c:2337: struct in6_addr *addr = extract_in6_addr(self); ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2338- if (addr && IN6_IS_ADDR_MC_NODELOCAL(addr)) return Qtrue; ############################################## ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2348-{ ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c:2349: struct in6_addr *addr = extract_in6_addr(self); ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2350- if (addr && IN6_IS_ADDR_MC_LINKLOCAL(addr)) return Qtrue; ############################################## ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2360-{ ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c:2361: struct in6_addr *addr = extract_in6_addr(self); ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2362- if (addr && IN6_IS_ADDR_MC_SITELOCAL(addr)) return Qtrue; ############################################## ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2372-{ ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c:2373: struct in6_addr *addr = extract_in6_addr(self); ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2374- if (addr && IN6_IS_ADDR_MC_ORGLOCAL(addr)) return Qtrue; ############################################## ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2384-{ ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c:2385: struct in6_addr *addr = extract_in6_addr(self); ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2386- if (addr && IN6_IS_ADDR_MC_GLOBAL(addr)) return Qtrue; ############################################## ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2611- if (IS_ADDRINFO(val)) { ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c:2612: *v = addrinfo_to_sockaddr(val); ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2613- } ############################################## ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2623- if (IS_ADDRINFO(val)) { ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c:2624: *v = addrinfo_to_sockaddr(val); ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2625- *rai_ret = val; ############################################## ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2641- if (IS_ADDRINFO(val)) ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c:2642: return addrinfo_to_sockaddr(val); ruby3.0-3.0.0~preview1/.pc/0007-Port-to-kfreebsd-amd64.patch/ext/socket/raddrinfo.c-2643- return rb_check_string_type(val); ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-36- ]) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:37:AS_IF([test "$HAVE_BASERUBY" != no -a "`RUBYOPT=- $BASERUBY --disable=gems -e 'print 42 if RUBY_VERSION > "2.2"' 2>/dev/null`" = 42], [ ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-38- BASERUBY="$BASERUBY --disable=gems" ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:39: BASERUBY_VERSION=`$BASERUBY -v` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-40- $BASERUBY -C "$srcdir" tool/downloader.rb -d tool -e gnu config.guess config.sub >&AS_MESSAGE_FD ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-79-]) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:80:RUBY_BASE_NAME=`echo ruby | sed "$program_transform_name"` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:81:RUBYW_BASE_NAME=`echo rubyw | sed "$program_transform_name"` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-82-AC_SUBST(RUBY_BASE_NAME) ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-133- # own linker etc. ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:134: AC_CHECK_TOOL([AR], [`echo "${rb_CC}" | sed s/icc/xiar/`]) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:135: AC_CHECK_TOOL([CXX], [`echo "${rb_CC}" | sed s/icc/icpc/`]) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:136: AC_CHECK_TOOL([LD], [`echo "${rb_CC}" | sed s/icc/xild/`]) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-137-], ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-139- # Dito for GCC. ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:140: AC_CHECK_TOOL([LD], [`echo "${rb_CC}" | sed s/gcc/ld/`]) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:141: AC_CHECK_TOOL([AR], [`echo "${rb_CC}" | sed s/gcc/gcc-ar/`]) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:142: AC_CHECK_TOOL([CXX], [`echo "${rb_CC}" | sed s/gcc/g++/`]) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:143: AC_CHECK_TOOL([NM], [`echo "${rb_CC}" | sed s/gcc/gcc-nm/`]) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:144: AC_CHECK_TOOL([RANLIB], [`echo "${rb_CC}" | sed s/gcc/gcc-ranlib/`]) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-145-], ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-149- : ${LD:="${CC}"} # ... try -fuse-ld=lld ? ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:150: AC_CHECK_TOOL([AR], [`echo "${rb_CC}" | sed s/clang/llvm-ar/`]) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:151:# AC_CHECK_TOOL([AS], [`echo "${rb_CC}" | sed s/clang/llvm-as/`]) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:152: AC_CHECK_TOOL([CXX], [`echo "${rb_CC}" | sed s/clang/clang++/`]) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:153: AC_CHECK_TOOL([NM], [`echo "${rb_CC}" | sed s/clang/llvm-nm/`]) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:154: AC_CHECK_TOOL([OBJCOPY], [`echo "${rb_CC}" | sed s/clang/llvm-objcopy/`]) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:155: AC_CHECK_TOOL([OBJDUMP], [`echo "${rb_CC}" | sed s/clang/llvm-objdump/`]) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:156: AC_CHECK_TOOL([RANLIB], [`echo "${rb_CC}" | sed s/clang/llvm-ranlib/`]) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:157: AC_CHECK_TOOL([STRIP], [`echo "${rb_CC}" | sed s/clang/llvm-strip/`]) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-158-]) ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-208-test x"$target_alias" = x && ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:209:target_os=`echo $target_os | sed 's/linux-gnu$/linux/;s/linux-gnu/linux-/'` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-210-ac_install_sh='' # unusable for extension libraries. ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-237- [ ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:238: target=`echo ${target} | sed "$os_version_style_transform"` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:239: target_os=`echo ${target_os} | sed "$os_version_style_transform"` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-240- ]) ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-258-test -z "$optflags" || ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:259: cflagspat="$cflagspat;s|"`eval echo '"'"${optflags}"'"' | sed 's/[[][|.*]]/\\&/g;s/^ */ /;s/ *$/ /'`'| |g' ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-260-test -z "$debugflags" || ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:261: cflagspat="$cflagspat;s|"`eval echo '"'"${debugflags}"'"' | sed 's/[[][|.*]]/\\&/g;s/^ */ /;s/ *$/ /'`'| |g' ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-262-test -z "$warnflags" || ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:263: cflagspat="$cflagspat;s|"`eval echo '"'"${warnflags}"'"' | sed 's/[[][|.*]]/\\&/g;s/^ */ /;s/ *$/ /'`'| |g' ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-264-AS_IF([test -z "${CFLAGS+set}"], [ ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:265: cflags=`echo " $cflags " | sed "$cflagspat;s/^ *//;s/ *$//"` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-266- orig_cflags="$cflags" ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-269-dnl AS_IF([test -z "${CXXFLAGS+set}"], [ ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:270:dnl cxxflags=`echo " $cxxflags " | sed "$cflagspat;s/^ *//;s/ *$//"` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-271-dnl orig_cxxflags="$cxxflags" ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-310- : ${optflags=-O3} ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:311: gcc_major=`echo =__GNUC__ | $CC -E -xc - | sed '/^=/!d;s///'` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:312: gcc_minor=`echo =__GNUC_MINOR__ | $CC -E -xc - | sed '/^=/!d;s///'` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-313- test -n "$gcc_major" || gcc_major=0 ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-314- test -n "$gcc_minor" || gcc_minor=0 ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:315: icc_version=`echo =__ICC | $CC -E -xc - | sed '/^=/!d;s///;/^__ICC/d'` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-316- test -n "$icc_version" || icc_version=0 ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-342- echo $MJIT_CC | grep ^/usr/lib/ccache > /dev/null], [ ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:343: PATH=`echo $PATH | sed "s/\/usr\/lib\/ccache://"` MJIT_CC=`which $CC`]) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-344- ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-345- AS_CASE([$target_os], ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:346: [*mingw*], [command -v cygpath > /dev/null && MJIT_CC=`cygpath -ma $MJIT_CC`]) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-347- shift 2 ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-358- grep '^ld: warning: text-based stub file' >/dev/null], [ ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:359: CC_WRAPPER=`cd -P "${tooldir}" && pwd`/darwin-cc ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-360- CC="$CC_WRAPPER $CC" ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-366-for option in --version -v -V -qversion; do ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:367: cc_version_message=`$CC $option 2>&1` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-368- cc_version_status=$? ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-394- AC_CHECK_TOOL(DLLWRAP, dllwrap) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:395: target=`echo $target | sed "s/^$target_cpu-/-/"` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:396: target_alias=`echo $target_alias | sed "s/^$target_cpu-/-/"` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:397: target_cpu=`echo $target_cpu | sed s/i.86/i386/` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-398- AS_CASE(["$target"], [-*], [ target="$target_cpu${target}"]) ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-410- test "$rb_cv_msvcrt" = "" && rb_cv_msvcrt=msvcrt]) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:411: RT_VER=`echo "$rb_cv_msvcrt" | tr -cd [0-9]` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-412- test "$RT_VER" = "" && RT_VER=60 ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-444- AC_CHECK_PROG(PKG_CONFIG, $prog, [$prog], [], [], ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:445: [`"$as_dir/$ac_word$ac_exec_ext" --print-errors --version > /dev/null 2>&1 || echo "$as_dir/$ac_word$ac_exec_ext"`]) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-446- test -z "${PKG_CONFIG}" || break ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-546- [*" "], [AS_CASE(["${linker_flag}"], ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:547: [*,], [rpathflag=`echo "$rpathflag" | tr ' ' ,`])]) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-548- rpathflag="${linker_flag}${rpathflag}" ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-552-], [ ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:553: rpathflag=`echo "$RPATHFLAG" | sed 's/%.*//'` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-554-]) ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-614- AS_IF([test "$particular_werror_flags" != yes], [ ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:615: wflag=`echo x$wflag | sed 's/^x-Werror=/-W/;s/^x//'` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-616- ]) ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-622- AS_CASE([$ok:$wflag], [no:-Werror=*], [ ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:623: wflag=`echo x$wflag | sed 's/^x-Werror=/-W/'` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-624- RUBY_TRY_CFLAGS($wflag, [ ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-763- # ANSI (no XCFLAGS because this is C only) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:764: rb_tmp_std_check=`echo $CC $CFLAGS $optflags $warnflags $debugflags | fgrep std= | tr -d '\015'` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-765- AS_IF([test "x$rb_tmp_std_check" = "x"], ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-845- [ ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:846: val=`echo "$PATH_SEPARATOR$withval" | sed "s|$PATH_SEPARATOR\([[^$PATH_SEPARATOR]*]\)| -I\1/include|g;s/^ //"` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-847- CPPFLAGS="$CPPFLAGS $val" ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:848: val=`echo "$PATH_SEPARATOR$withval" | sed "s|$PATH_SEPARATOR\([[^$PATH_SEPARATOR]*]\)| -L\1/lib${rpathflag:+ $rpathflag\\\\1/lib}|g;s/^ //"` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-849- LDFLAGS="$LDFLAGS $val" ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-925- ac_cv_func_setcontext=no ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:926: incs=`$CC -v -E -xc - < /dev/null 2>&1 | sed ['1,/^@%:@include </d;s/^ *//;s|[^./][^/]*/\.\./||g;/\/include$/!d;s||/lib|;/\/usr\/lib/d']` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:927: for d in `$CC -print-search-dirs | sed -e '/^libraries: */!d;s///' | tr : '\012' | fgrep -v /../ | sed -n 's|^\(/.*/lib\)/$|\1|p'`; do ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:928: incs=`echo "$incs" | fgrep -v "$d"` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-929- done ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-2438-AS_IF([test "${universal_binary-no}" = yes ], [ ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:2439: archflagpat=`eval echo '"'"${ARCH_FLAG}"'"' | sed 's/[[][|.*]]/\\&/g'` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:2440: save_CFLAGS="$CFLAGS" new_cflags=`echo "$CFLAGS" | sed "s|$archflagpat"'||'` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:2441: save_LDFLAGS="$LDFLAGS" new_ldflags=`echo "$LDFLAGS" | sed "s|$archflagpat"'||'` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-2442- stack_dir= ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-2443- for archs in ${universal_archnames}; do ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:2444: archs=`echo $archs | sed 's/=.*//'` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-2445- CFLAGS="$new_cflags -arch $archs" ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-2456- for archs in ${universal_archnames}; do ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:2457: archs=`echo $archs | sed 's/=.*//'` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-2458- eval dir=\$[rb_cv_stack_grow_dir_]AS_TR_SH([$archs]) ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-2611- [*'pthread_self()'*], [ ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:2612: set_another_thread_name=`echo "$set_current_thread_name" | sed 's/pthread_self()/thid/'` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-2613- AC_DEFINE_UNQUOTED(SET_ANOTHER_THREAD_NAME(thid,name), $set_another_thread_name) ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-2729-[AC_TRY_LINK([],[], [ ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:2730:AS_CASE(["`head -1 conftest$EXEEXT | tr -dc '\177ELF' | tr '\177' .`"], ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-2731-[.ELF*], [rb_cv_binary_elf=yes], [rb_cv_binary_elf=no])], ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-2927- ; do ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:2928: test "x${linker_flag}" = x || flag="${linker_flag}`echo ${flag} | tr ' ' ,`" ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-2929- RUBY_TRY_LDFLAGS([$flag], [], [flag=]) ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-2945- [*'$(CC)'*], [ ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:2946: LDSHAREDXX=`echo "${LDSHARED}" | sed 's/\$(CC)/$(CXX)/'` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-2947- ], ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-2948- [*'${CC}'*], [ ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:2949: LDSHAREDXX=`echo "${LDSHARED}" | sed 's/\${CC}/${CXX}/'` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-2950- ], ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-2951- [*$CC*], [ ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:2952: LDSHAREDXX=`echo "${LDSHARED}" | sed "s|$CC|$CXX|"` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-2953- ], ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-2966-AS_IF([test "x$OPT_DIR" != x], [ ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:2967: pat=`echo "${LDFLAGS_OPTDIR}" | sed ['s/[][\\.*|]/\\\\&/']` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:2968: LDFLAGS=`echo "${LDFLAGS}" | sed "s| ${pat}||"` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-2969- val=`IFS="$PATH_SEPARATOR" ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3016- ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3017:]`grep '^@%:@ *define *RUBY_SIGALTSTACK_SIZE' ${srcdir}/signal.c`[ ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3018-#define TRACE_SIZE 256 ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3126-len=2 # .rb ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3127:n=`expr "$DLEXT" : '.*'`; test "$n" -gt "$len" && len=$n ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3128:n=`expr "$DLEXT2" : '.*'`; test "$n" -gt "$len" && len=$n ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3129:AC_DEFINE_UNQUOTED(DLEXT_MAXLEN, `expr $len + 1`) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3130-test ".$DLEXT" = "." || AC_DEFINE_UNQUOTED(DLEXT, ".$DLEXT") ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3188- AS_CASE(["$file"], [*~|*.bak|*.orig|*.rej|*.tmp], [continue]) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3189: setup=`basename "$file"` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3190: AS_CASE(["$target_os"], [`expr "$setup" : 'Setup.\(.*\)'`*], [break]) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3191: platform=`sed '/^option *platform */!d;s///;s/|/*|/g;q' "$file"` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3192- AS_IF([test "x$platform" != x], [ ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3216-]) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3217:pat=`echo "${RUBY_EXEC_PREFIX}" | tr -c '\012' .`'\(.*\)' ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3218-for var in bindir libdir rubylibprefix; do ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3219- eval val='"$'$var'"' ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3220: AS_CASE(["$val"], ["${RUBY_EXEC_PREFIX}"*], [val='${exec_prefix}'"`expr \"$val\" : \"$pat\"`"]) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3221- eval $var='"$val"' ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3226-AS_IF([test x"$cross_compiling" = xyes], [ ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3227: test x"$MINIRUBY" = x && MINIRUBY="${RUBY-$BASERUBY} -I`$CHDIR .; pwd` "-r'$(arch)-fake' ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3228: XRUBY_LIBDIR=`${RUBY-$BASERUBY} -rrbconfig -e ['puts RbConfig::CONFIG["libdir"]']` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3229: XRUBY_RUBYLIBDIR=`${RUBY-$BASERUBY} -rrbconfig -e ['puts RbConfig::CONFIG["rubylibdir"]']` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3230: XRUBY_RUBYHDRDIR=`${RUBY-$BASERUBY} -rrbconfig -e ['puts RbConfig::CONFIG["rubyhdrdir"]']` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3231- AC_SUBST(XRUBY_LIBDIR) ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3234- PREP='$(arch)-fake.rb' ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3235: RUNRUBY_COMMAND='$(MINIRUBY) -I`cd $(srcdir)/lib; pwd`' ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3236- RUNRUBY='$(RUNRUBY_COMMAND)' ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3335- AS_IF([test "$bindir" = '${exec_prefix}/bin'], [ ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3336: AS_CASE(["$libdir"], ['${exec_prefix}/'*], [libdir_basename=`basename "$libdir"`]) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3337- ]) ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3383- [openbsd*|mirbsd*], [ ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3384: LIBRUBY_SO='lib$(RUBY_SO_NAME).$(SOEXT).$(MAJOR).'`expr ${MINOR} \* 10 + ${TEENY}` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3385- ], ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3473- AC_DEFINE_UNQUOTED(EXECUTABLE_EXTS, $EXECUTABLE_EXTS) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3474: EXECUTABLE_EXTS=`echo $EXECUTABLE_EXTS | tr -d '"' | tr , ' '` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3475- AC_SUBST(EXECUTABLE_EXTS) ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3553- AS_HELP_STRING([--with-rdoc=ri,html], [comma/space separated list of RDoc formats to install]), ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3554: [install_rdoc=`echo ,$withval, | sed 'y/,/ /;s/ ri / rdoc /;s/^ *//;s/ *$//'`], [ ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3555-AC_ARG_ENABLE(install-rdoc, ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3723- echo "all:; @echo no" > conftest.dir/Makefile ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3724: gnumake=`(cd conftest.dir; ${MAKE-make})` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3725- rm -fr conftest.dir ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3769- rb_cv_architecture_macros=no ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3770: archflagpat=`eval echo '"'"${ARCH_FLAG}"'"' | sed 's/[[][|.*]]/\\&/g'` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3771: new_cflags=`echo "$CFLAGS" | sed "s|$archflagpat"'||'` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3772- for archs in ${universal_archnames}; do ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3790- ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3791:: ${MJIT_LDSHARED=`echo "$LDSHARED" | sed ['s|\$(LD)|'"${LD}"'|g;s|\$(CC)|$(MJIT_CC)|g']`} ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3792- ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3795-AS_IF([test -n "${LIBS}"], [ ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3796: libspat=`echo "${LIBS}" | sed 's/[[][|.*$^]]/\\&/g;s/^ */ /;s/^ *$/ /'` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3797: MAINFLAGS=`echo " $MAINLIBS " | sed "s|$libspat"'||;s/^ *//;s/ *$//'` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3798-]) ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3802-AS_IF([test -n "${cflags+set}"], [ ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3803: cflagspat=`eval echo '"'"${cflags}"'"' | sed 's/[[][|.*]]/\\&/g;s/^ */ /;s/^ *$/ /'` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3804: CFLAGS=`echo " $CFLAGS " | sed "s|$cflagspat"'|${cflags}|;s/^ *//;s/ *$//'` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3805-]) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3806-AS_IF([test -n "${cxxflags+set}"], [ ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3807: cxxflagspat=`eval echo '"'"${cxxflags}"'"' | sed 's/[[][|.*]]/\\&/g;s/^ */ /;s/^ *$/ /'` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3808: CXXFLAGS=`echo " $CXXFLAGS " | sed "s|$cxxflagspat"'|${cxxflags}|;s/^ *//;s/ *$//'` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3809-]) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3810-AS_IF([test "${ARCH_FLAG}"], [ ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3811: archflagpat=`eval echo '"'"${ARCH_FLAG}"'"' | sed 's/[[][|.*]]/\\&/g'` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3812: CFLAGS=`echo "$CFLAGS" | sed "s| *$archflagpat"'||'` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3813: CXXFLAGS=`echo "$CXXFLAGS" | sed "s| *$archflagpat"'||'` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3814: LDFLAGS=`echo "$LDFLAGS" | sed "s| *$archflagpat"'||'` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3815-]) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3816:rb_cv_warnflags=`echo "$rb_cv_warnflags" | sed 's/^ *//;s/ *$//'` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3817-warnflags="$rb_cv_warnflags" ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3856- ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3857:firstmf=`echo $FIRSTMAKEFILE | sed 's/:.*//'` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3858:firsttmpl=`echo $FIRSTMAKEFILE | sed 's/.*://'` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3859-MAKEFILES="Makefile $firstmf" ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3860:MAKEFILES="`echo $MAKEFILES`" ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3861-AC_SUBST(MAKEFILES) ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3894- ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3895:RI_BASE_NAME=`echo ${RUBY_BASE_NAME} | sed 's/ruby/ri/'` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3896-ridir='${datarootdir}/${RI_BASE_NAME}' ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3919- } > conftest.c ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3920: ruby_version="`$CPP -I. -I"${srcdir}" -I"${srcdir}/include" conftest.c | sed '/^ruby_version=/!d;s/ //g'`" ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3921- eval $ruby_version ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3977- ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3978:AC_SUBST(CONFIGURE, "`echo $0 | sed 's|.*/||'`")dnl ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3979:AC_SUBST(configure_args, "`echo "${ac_configure_args}" | sed 's/\\$/$$/g'`")dnl ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3980- ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3986- for archs in ${universal_archnames}; do ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3987: cpu=`echo $archs | sed 's/.*=//'` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:3988: archs=`echo $archs | sed 's/=.*//'` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-3989- RUBY_DEFINE_IF([defined __${archs}__ &&! defined RUBY_PLATFORM_CPU], RUBY_PLATFORM_CPU, ["${cpu}"]) ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-4112-BUILTIN_ENCOBJS= ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:4113:for e in $BUILTIN_ENCS; do BUILTIN_ENCOBJS="$BUILTIN_ENCOBJS "`echo $e | sed 's/\.c$/.$(OBJEXT)/'`; done ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-4114-AC_SUBST(BUILTIN_ENCOBJS) ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-4121-for e in $BUILTIN_TRANSES; do ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:4122: BUILTIN_TRANSSRCS="$BUILTIN_TRANSSRCS "`echo $e | sed 's/\.trans$/.c/'` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:4123: BUILTIN_TRANSOBJS="$BUILTIN_TRANSOBJS "`echo $e | sed 's/\.trans$/.$(OBJEXT)/'` ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-4124-done ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-4140- ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:4141:AS_CASE([" $CPP "], [*" $CC "*], [CPP=`echo " $CPP " | sed "s| $CC |"' $(CC) |;s/^ *//;s/ *$//'`]) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-4142- ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-4150- : ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:4151: ], [git_dir=`$GIT --work-tree="$srcdir" --git-dir="$srcdir/.git" rev-parse --git-dir 2>/dev/null`], [ ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-4152- VCS='$(GIT)' ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-4182- ]) && ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:4183: test -z "`${MAKE-make} -f $tmpgmk info-program | grep '^PROGRAM=ruby$'`" && ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-4184- echo 'ruby: $(PROGRAM);' >> $tmpmk ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-4223-]) ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:4224:fold_width=`expr $COLUMNS - 30 2>/dev/null` || fold_width=50 ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-4225-AS_REQUIRE_SHELL_FN([config_summary], ############################################## ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-4236-AS_IF([test $install_doc = yes], ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac:4237: [DOCTARGETS=`echo " $RDOCTARGET $CAPITARGET " | sed 's/ nodoc //g;s/^ *//;s/ *$//'`], ruby3.0-3.0.0~preview1/.pc/0009-Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch/configure.ac-4238- [DOCTARGETS=no]) ############################################## ruby3.0-3.0.0~preview1/io.c-7046- * p $? ruby3.0-3.0.0~preview1/io.c:7047: * IO.popen(%w"sed -e s|^|<foo>| -e s&$&;zot;&", "r+") {|f| ruby3.0-3.0.0~preview1/io.c-7048- * f.puts "bar"; f.close_write; puts f.gets ############################################## ruby3.0-3.0.0~preview1/configure.ac-36- ]) ruby3.0-3.0.0~preview1/configure.ac:37:AS_IF([test "$HAVE_BASERUBY" != no -a "`RUBYOPT=- $BASERUBY --disable=gems -e 'print 42 if RUBY_VERSION > "2.2"' 2>/dev/null`" = 42], [ ruby3.0-3.0.0~preview1/configure.ac-38- BASERUBY="$BASERUBY --disable=gems" ruby3.0-3.0.0~preview1/configure.ac:39: BASERUBY_VERSION=`$BASERUBY -v` ruby3.0-3.0.0~preview1/configure.ac-40- $BASERUBY -C "$srcdir" tool/downloader.rb -d tool -e gnu config.guess config.sub >&AS_MESSAGE_FD ############################################## ruby3.0-3.0.0~preview1/configure.ac-79-]) ruby3.0-3.0.0~preview1/configure.ac:80:RUBY_BASE_NAME=`echo ruby | sed "$program_transform_name"` ruby3.0-3.0.0~preview1/configure.ac:81:RUBYW_BASE_NAME=`echo rubyw | sed "$program_transform_name"` ruby3.0-3.0.0~preview1/configure.ac-82-AC_SUBST(RUBY_BASE_NAME) ############################################## ruby3.0-3.0.0~preview1/configure.ac-133- # own linker etc. ruby3.0-3.0.0~preview1/configure.ac:134: AC_CHECK_TOOL([AR], [`echo "${rb_CC}" | sed s/icc/xiar/`]) ruby3.0-3.0.0~preview1/configure.ac:135: AC_CHECK_TOOL([CXX], [`echo "${rb_CC}" | sed s/icc/icpc/`]) ruby3.0-3.0.0~preview1/configure.ac:136: AC_CHECK_TOOL([LD], [`echo "${rb_CC}" | sed s/icc/xild/`]) ruby3.0-3.0.0~preview1/configure.ac-137-], ############################################## ruby3.0-3.0.0~preview1/configure.ac-139- # Dito for GCC. ruby3.0-3.0.0~preview1/configure.ac:140: AC_CHECK_TOOL([LD], [`echo "${rb_CC}" | sed s/gcc/ld/`]) ruby3.0-3.0.0~preview1/configure.ac:141: AC_CHECK_TOOL([AR], [`echo "${rb_CC}" | sed s/gcc/gcc-ar/`]) ruby3.0-3.0.0~preview1/configure.ac:142: AC_CHECK_TOOL([CXX], [`echo "${rb_CC}" | sed s/gcc/g++/`]) ruby3.0-3.0.0~preview1/configure.ac:143: AC_CHECK_TOOL([NM], [`echo "${rb_CC}" | sed s/gcc/gcc-nm/`]) ruby3.0-3.0.0~preview1/configure.ac:144: AC_CHECK_TOOL([RANLIB], [`echo "${rb_CC}" | sed s/gcc/gcc-ranlib/`]) ruby3.0-3.0.0~preview1/configure.ac-145-], ############################################## ruby3.0-3.0.0~preview1/configure.ac-149- : ${LD:="${CC}"} # ... try -fuse-ld=lld ? ruby3.0-3.0.0~preview1/configure.ac:150: AC_CHECK_TOOL([AR], [`echo "${rb_CC}" | sed s/clang/llvm-ar/`]) ruby3.0-3.0.0~preview1/configure.ac:151:# AC_CHECK_TOOL([AS], [`echo "${rb_CC}" | sed s/clang/llvm-as/`]) ruby3.0-3.0.0~preview1/configure.ac:152: AC_CHECK_TOOL([CXX], [`echo "${rb_CC}" | sed s/clang/clang++/`]) ruby3.0-3.0.0~preview1/configure.ac:153: AC_CHECK_TOOL([NM], [`echo "${rb_CC}" | sed s/clang/llvm-nm/`]) ruby3.0-3.0.0~preview1/configure.ac:154: AC_CHECK_TOOL([OBJCOPY], [`echo "${rb_CC}" | sed s/clang/llvm-objcopy/`]) ruby3.0-3.0.0~preview1/configure.ac:155: AC_CHECK_TOOL([OBJDUMP], [`echo "${rb_CC}" | sed s/clang/llvm-objdump/`]) ruby3.0-3.0.0~preview1/configure.ac:156: AC_CHECK_TOOL([RANLIB], [`echo "${rb_CC}" | sed s/clang/llvm-ranlib/`]) ruby3.0-3.0.0~preview1/configure.ac:157: AC_CHECK_TOOL([STRIP], [`echo "${rb_CC}" | sed s/clang/llvm-strip/`]) ruby3.0-3.0.0~preview1/configure.ac-158-]) ############################################## ruby3.0-3.0.0~preview1/configure.ac-208-test x"$target_alias" = x && ruby3.0-3.0.0~preview1/configure.ac:209:target_os=`echo $target_os | sed 's/linux-gnu$/linux/;s/linux-gnu/linux-/'` ruby3.0-3.0.0~preview1/configure.ac-210-ac_install_sh='' # unusable for extension libraries. ############################################## ruby3.0-3.0.0~preview1/configure.ac-237- [ ruby3.0-3.0.0~preview1/configure.ac:238: target=`echo ${target} | sed "$os_version_style_transform"` ruby3.0-3.0.0~preview1/configure.ac:239: target_os=`echo ${target_os} | sed "$os_version_style_transform"` ruby3.0-3.0.0~preview1/configure.ac-240- ]) ############################################## ruby3.0-3.0.0~preview1/configure.ac-258-test -z "$optflags" || ruby3.0-3.0.0~preview1/configure.ac:259: cflagspat="$cflagspat;s|"`eval echo '"'"${optflags}"'"' | sed 's/[[][|.*]]/\\&/g;s/^ */ /;s/ *$/ /'`'| |g' ruby3.0-3.0.0~preview1/configure.ac-260-test -z "$debugflags" || ruby3.0-3.0.0~preview1/configure.ac:261: cflagspat="$cflagspat;s|"`eval echo '"'"${debugflags}"'"' | sed 's/[[][|.*]]/\\&/g;s/^ */ /;s/ *$/ /'`'| |g' ruby3.0-3.0.0~preview1/configure.ac-262-test -z "$warnflags" || ruby3.0-3.0.0~preview1/configure.ac:263: cflagspat="$cflagspat;s|"`eval echo '"'"${warnflags}"'"' | sed 's/[[][|.*]]/\\&/g;s/^ */ /;s/ *$/ /'`'| |g' ruby3.0-3.0.0~preview1/configure.ac-264-AS_IF([test -z "${CFLAGS+set}"], [ ruby3.0-3.0.0~preview1/configure.ac:265: cflags=`echo " $cflags " | sed "$cflagspat;s/^ *//;s/ *$//"` ruby3.0-3.0.0~preview1/configure.ac-266- orig_cflags="$cflags" ############################################## ruby3.0-3.0.0~preview1/configure.ac-269-dnl AS_IF([test -z "${CXXFLAGS+set}"], [ ruby3.0-3.0.0~preview1/configure.ac:270:dnl cxxflags=`echo " $cxxflags " | sed "$cflagspat;s/^ *//;s/ *$//"` ruby3.0-3.0.0~preview1/configure.ac-271-dnl orig_cxxflags="$cxxflags" ############################################## ruby3.0-3.0.0~preview1/configure.ac-310- : ${optflags=-O3} ruby3.0-3.0.0~preview1/configure.ac:311: gcc_major=`echo =__GNUC__ | $CC -E -xc - | sed '/^=/!d;s///'` ruby3.0-3.0.0~preview1/configure.ac:312: gcc_minor=`echo =__GNUC_MINOR__ | $CC -E -xc - | sed '/^=/!d;s///'` ruby3.0-3.0.0~preview1/configure.ac-313- test -n "$gcc_major" || gcc_major=0 ruby3.0-3.0.0~preview1/configure.ac-314- test -n "$gcc_minor" || gcc_minor=0 ruby3.0-3.0.0~preview1/configure.ac:315: icc_version=`echo =__ICC | $CC -E -xc - | sed '/^=/!d;s///;/^__ICC/d'` ruby3.0-3.0.0~preview1/configure.ac-316- test -n "$icc_version" || icc_version=0 ############################################## ruby3.0-3.0.0~preview1/configure.ac-342- echo $MJIT_CC | grep ^/usr/lib/ccache > /dev/null], [ ruby3.0-3.0.0~preview1/configure.ac:343: PATH=`echo $PATH | sed "s/\/usr\/lib\/ccache://"` MJIT_CC=`which $CC`]) ruby3.0-3.0.0~preview1/configure.ac-344- ruby3.0-3.0.0~preview1/configure.ac-345- AS_CASE([$target_os], ruby3.0-3.0.0~preview1/configure.ac:346: [*mingw*], [command -v cygpath > /dev/null && MJIT_CC=`cygpath -ma $MJIT_CC`]) ruby3.0-3.0.0~preview1/configure.ac-347- shift 2 ############################################## ruby3.0-3.0.0~preview1/configure.ac-358- grep '^ld: warning: text-based stub file' >/dev/null], [ ruby3.0-3.0.0~preview1/configure.ac:359: CC_WRAPPER=`cd -P "${tooldir}" && pwd`/darwin-cc ruby3.0-3.0.0~preview1/configure.ac-360- CC="$CC_WRAPPER $CC" ############################################## ruby3.0-3.0.0~preview1/configure.ac-366-for option in --version -v -V -qversion; do ruby3.0-3.0.0~preview1/configure.ac:367: cc_version_message=`$CC $option 2>&1` ruby3.0-3.0.0~preview1/configure.ac-368- cc_version_status=$? ############################################## ruby3.0-3.0.0~preview1/configure.ac-394- AC_CHECK_TOOL(DLLWRAP, dllwrap) ruby3.0-3.0.0~preview1/configure.ac:395: target=`echo $target | sed "s/^$target_cpu-/-/"` ruby3.0-3.0.0~preview1/configure.ac:396: target_alias=`echo $target_alias | sed "s/^$target_cpu-/-/"` ruby3.0-3.0.0~preview1/configure.ac:397: target_cpu=`echo $target_cpu | sed s/i.86/i386/` ruby3.0-3.0.0~preview1/configure.ac-398- AS_CASE(["$target"], [-*], [ target="$target_cpu${target}"]) ############################################## ruby3.0-3.0.0~preview1/configure.ac-410- test "$rb_cv_msvcrt" = "" && rb_cv_msvcrt=msvcrt]) ruby3.0-3.0.0~preview1/configure.ac:411: RT_VER=`echo "$rb_cv_msvcrt" | tr -cd [0-9]` ruby3.0-3.0.0~preview1/configure.ac-412- test "$RT_VER" = "" && RT_VER=60 ############################################## ruby3.0-3.0.0~preview1/configure.ac-444- AC_CHECK_PROG(PKG_CONFIG, $prog, [$prog], [], [], ruby3.0-3.0.0~preview1/configure.ac:445: [`"$as_dir/$ac_word$ac_exec_ext" --print-errors --version > /dev/null 2>&1 || echo "$as_dir/$ac_word$ac_exec_ext"`]) ruby3.0-3.0.0~preview1/configure.ac-446- test -z "${PKG_CONFIG}" || break ############################################## ruby3.0-3.0.0~preview1/configure.ac-546- [*" "], [AS_CASE(["${linker_flag}"], ruby3.0-3.0.0~preview1/configure.ac:547: [*,], [rpathflag=`echo "$rpathflag" | tr ' ' ,`])]) ruby3.0-3.0.0~preview1/configure.ac-548- rpathflag="${linker_flag}${rpathflag}" ############################################## ruby3.0-3.0.0~preview1/configure.ac-552-], [ ruby3.0-3.0.0~preview1/configure.ac:553: rpathflag=`echo "$RPATHFLAG" | sed 's/%.*//'` ruby3.0-3.0.0~preview1/configure.ac-554-]) ############################################## ruby3.0-3.0.0~preview1/configure.ac-614- AS_IF([test "$particular_werror_flags" != yes], [ ruby3.0-3.0.0~preview1/configure.ac:615: wflag=`echo x$wflag | sed 's/^x-Werror=/-W/;s/^x//'` ruby3.0-3.0.0~preview1/configure.ac-616- ]) ############################################## ruby3.0-3.0.0~preview1/configure.ac-622- AS_CASE([$ok:$wflag], [no:-Werror=*], [ ruby3.0-3.0.0~preview1/configure.ac:623: wflag=`echo x$wflag | sed 's/^x-Werror=/-W/'` ruby3.0-3.0.0~preview1/configure.ac-624- RUBY_TRY_CFLAGS($wflag, [ ############################################## ruby3.0-3.0.0~preview1/configure.ac-763- # ANSI (no XCFLAGS because this is C only) ruby3.0-3.0.0~preview1/configure.ac:764: rb_tmp_std_check=`echo $CC $CFLAGS $optflags $warnflags $debugflags | fgrep std= | tr -d '\015'` ruby3.0-3.0.0~preview1/configure.ac-765- AS_IF([test "x$rb_tmp_std_check" = "x"], ############################################## ruby3.0-3.0.0~preview1/configure.ac-845- [ ruby3.0-3.0.0~preview1/configure.ac:846: val=`echo "$PATH_SEPARATOR$withval" | sed "s|$PATH_SEPARATOR\([[^$PATH_SEPARATOR]*]\)| -I\1/include|g;s/^ //"` ruby3.0-3.0.0~preview1/configure.ac-847- CPPFLAGS="$CPPFLAGS $val" ruby3.0-3.0.0~preview1/configure.ac:848: val=`echo "$PATH_SEPARATOR$withval" | sed "s|$PATH_SEPARATOR\([[^$PATH_SEPARATOR]*]\)| -L\1/lib${rpathflag:+ $rpathflag\\\\1/lib}|g;s/^ //"` ruby3.0-3.0.0~preview1/configure.ac-849- LDFLAGS="$LDFLAGS $val" ############################################## ruby3.0-3.0.0~preview1/configure.ac-925- ac_cv_func_setcontext=no ruby3.0-3.0.0~preview1/configure.ac:926: incs=`$CC -v -E -xc - < /dev/null 2>&1 | sed ['1,/^@%:@include </d;s/^ *//;s|[^./][^/]*/\.\./||g;/\/include$/!d;s||/lib|;/\/usr\/lib/d']` ruby3.0-3.0.0~preview1/configure.ac:927: for d in `$CC -print-search-dirs | sed -e '/^libraries: */!d;s///' | tr : '\012' | fgrep -v /../ | sed -n 's|^\(/.*/lib\)/$|\1|p'`; do ruby3.0-3.0.0~preview1/configure.ac:928: incs=`echo "$incs" | fgrep -v "$d"` ruby3.0-3.0.0~preview1/configure.ac-929- done ############################################## ruby3.0-3.0.0~preview1/configure.ac-2438-AS_IF([test "${universal_binary-no}" = yes ], [ ruby3.0-3.0.0~preview1/configure.ac:2439: archflagpat=`eval echo '"'"${ARCH_FLAG}"'"' | sed 's/[[][|.*]]/\\&/g'` ruby3.0-3.0.0~preview1/configure.ac:2440: save_CFLAGS="$CFLAGS" new_cflags=`echo "$CFLAGS" | sed "s|$archflagpat"'||'` ruby3.0-3.0.0~preview1/configure.ac:2441: save_LDFLAGS="$LDFLAGS" new_ldflags=`echo "$LDFLAGS" | sed "s|$archflagpat"'||'` ruby3.0-3.0.0~preview1/configure.ac-2442- stack_dir= ruby3.0-3.0.0~preview1/configure.ac-2443- for archs in ${universal_archnames}; do ruby3.0-3.0.0~preview1/configure.ac:2444: archs=`echo $archs | sed 's/=.*//'` ruby3.0-3.0.0~preview1/configure.ac-2445- CFLAGS="$new_cflags -arch $archs" ############################################## ruby3.0-3.0.0~preview1/configure.ac-2456- for archs in ${universal_archnames}; do ruby3.0-3.0.0~preview1/configure.ac:2457: archs=`echo $archs | sed 's/=.*//'` ruby3.0-3.0.0~preview1/configure.ac-2458- eval dir=\$[rb_cv_stack_grow_dir_]AS_TR_SH([$archs]) ############################################## ruby3.0-3.0.0~preview1/configure.ac-2614- [*'pthread_self()'*], [ ruby3.0-3.0.0~preview1/configure.ac:2615: set_another_thread_name=`echo "$set_current_thread_name" | sed 's/pthread_self()/thid/'` ruby3.0-3.0.0~preview1/configure.ac-2616- AC_DEFINE_UNQUOTED(SET_ANOTHER_THREAD_NAME(thid,name), $set_another_thread_name) ############################################## ruby3.0-3.0.0~preview1/configure.ac-2732-[AC_TRY_LINK([],[], [ ruby3.0-3.0.0~preview1/configure.ac:2733:AS_CASE(["`head -1 conftest$EXEEXT | tr -dc '\177ELF' | tr '\177' .`"], ruby3.0-3.0.0~preview1/configure.ac-2734-[.ELF*], [rb_cv_binary_elf=yes], [rb_cv_binary_elf=no])], ############################################## ruby3.0-3.0.0~preview1/configure.ac-2930- ; do ruby3.0-3.0.0~preview1/configure.ac:2931: test "x${linker_flag}" = x || flag="${linker_flag}`echo ${flag} | tr ' ' ,`" ruby3.0-3.0.0~preview1/configure.ac-2932- RUBY_TRY_LDFLAGS([$flag], [], [flag=]) ############################################## ruby3.0-3.0.0~preview1/configure.ac-2948- [*'$(CC)'*], [ ruby3.0-3.0.0~preview1/configure.ac:2949: LDSHAREDXX=`echo "${LDSHARED}" | sed 's/\$(CC)/$(CXX)/'` ruby3.0-3.0.0~preview1/configure.ac-2950- ], ruby3.0-3.0.0~preview1/configure.ac-2951- [*'${CC}'*], [ ruby3.0-3.0.0~preview1/configure.ac:2952: LDSHAREDXX=`echo "${LDSHARED}" | sed 's/\${CC}/${CXX}/'` ruby3.0-3.0.0~preview1/configure.ac-2953- ], ruby3.0-3.0.0~preview1/configure.ac-2954- [*$CC*], [ ruby3.0-3.0.0~preview1/configure.ac:2955: LDSHAREDXX=`echo "${LDSHARED}" | sed "s|$CC|$CXX|"` ruby3.0-3.0.0~preview1/configure.ac-2956- ], ############################################## ruby3.0-3.0.0~preview1/configure.ac-2969-AS_IF([test "x$OPT_DIR" != x], [ ruby3.0-3.0.0~preview1/configure.ac:2970: pat=`echo "${LDFLAGS_OPTDIR}" | sed ['s/[][\\.*|]/\\\\&/']` ruby3.0-3.0.0~preview1/configure.ac:2971: LDFLAGS=`echo "${LDFLAGS}" | sed "s| ${pat}||"` ruby3.0-3.0.0~preview1/configure.ac-2972- val=`IFS="$PATH_SEPARATOR" ############################################## ruby3.0-3.0.0~preview1/configure.ac-3019- ruby3.0-3.0.0~preview1/configure.ac:3020:]`grep '^@%:@ *define *RUBY_SIGALTSTACK_SIZE' ${srcdir}/signal.c`[ ruby3.0-3.0.0~preview1/configure.ac-3021-#define TRACE_SIZE 256 ############################################## ruby3.0-3.0.0~preview1/configure.ac-3129-len=2 # .rb ruby3.0-3.0.0~preview1/configure.ac:3130:n=`expr "$DLEXT" : '.*'`; test "$n" -gt "$len" && len=$n ruby3.0-3.0.0~preview1/configure.ac:3131:n=`expr "$DLEXT2" : '.*'`; test "$n" -gt "$len" && len=$n ruby3.0-3.0.0~preview1/configure.ac:3132:AC_DEFINE_UNQUOTED(DLEXT_MAXLEN, `expr $len + 1`) ruby3.0-3.0.0~preview1/configure.ac-3133-test ".$DLEXT" = "." || AC_DEFINE_UNQUOTED(DLEXT, ".$DLEXT") ############################################## ruby3.0-3.0.0~preview1/configure.ac-3191- AS_CASE(["$file"], [*~|*.bak|*.orig|*.rej|*.tmp], [continue]) ruby3.0-3.0.0~preview1/configure.ac:3192: setup=`basename "$file"` ruby3.0-3.0.0~preview1/configure.ac:3193: AS_CASE(["$target_os"], [`expr "$setup" : 'Setup.\(.*\)'`*], [break]) ruby3.0-3.0.0~preview1/configure.ac:3194: platform=`sed '/^option *platform */!d;s///;s/|/*|/g;q' "$file"` ruby3.0-3.0.0~preview1/configure.ac-3195- AS_IF([test "x$platform" != x], [ ############################################## ruby3.0-3.0.0~preview1/configure.ac-3219-]) ruby3.0-3.0.0~preview1/configure.ac:3220:pat=`echo "${RUBY_EXEC_PREFIX}" | tr -c '\012' .`'\(.*\)' ruby3.0-3.0.0~preview1/configure.ac-3221-for var in bindir libdir rubylibprefix; do ruby3.0-3.0.0~preview1/configure.ac-3222- eval val='"$'$var'"' ruby3.0-3.0.0~preview1/configure.ac:3223: AS_CASE(["$val"], ["${RUBY_EXEC_PREFIX}"*], [val='${exec_prefix}'"`expr \"$val\" : \"$pat\"`"]) ruby3.0-3.0.0~preview1/configure.ac-3224- eval $var='"$val"' ############################################## ruby3.0-3.0.0~preview1/configure.ac-3229-AS_IF([test x"$cross_compiling" = xyes], [ ruby3.0-3.0.0~preview1/configure.ac:3230: test x"$MINIRUBY" = x && MINIRUBY="${RUBY-$BASERUBY} -I`$CHDIR .; pwd` "-r'$(arch)-fake' ruby3.0-3.0.0~preview1/configure.ac:3231: XRUBY_LIBDIR=`${RUBY-$BASERUBY} -rrbconfig -e ['puts RbConfig::CONFIG["libdir"]']` ruby3.0-3.0.0~preview1/configure.ac:3232: XRUBY_RUBYLIBDIR=`${RUBY-$BASERUBY} -rrbconfig -e ['puts RbConfig::CONFIG["rubylibdir"]']` ruby3.0-3.0.0~preview1/configure.ac:3233: XRUBY_RUBYHDRDIR=`${RUBY-$BASERUBY} -rrbconfig -e ['puts RbConfig::CONFIG["rubyhdrdir"]']` ruby3.0-3.0.0~preview1/configure.ac-3234- AC_SUBST(XRUBY_LIBDIR) ############################################## ruby3.0-3.0.0~preview1/configure.ac-3237- PREP='$(arch)-fake.rb' ruby3.0-3.0.0~preview1/configure.ac:3238: RUNRUBY_COMMAND='$(MINIRUBY) -I`cd $(srcdir)/lib; pwd`' ruby3.0-3.0.0~preview1/configure.ac-3239- RUNRUBY='$(RUNRUBY_COMMAND)' ############################################## ruby3.0-3.0.0~preview1/configure.ac-3338- AS_IF([test "$bindir" = '${exec_prefix}/bin'], [ ruby3.0-3.0.0~preview1/configure.ac:3339: AS_CASE(["$libdir"], ['${exec_prefix}/'*], [libdir_basename=`basename "$libdir"`]) ruby3.0-3.0.0~preview1/configure.ac-3340- ]) ############################################## ruby3.0-3.0.0~preview1/configure.ac-3386- [openbsd*|mirbsd*], [ ruby3.0-3.0.0~preview1/configure.ac:3387: LIBRUBY_SO='lib$(RUBY_SO_NAME).$(SOEXT).$(MAJOR).'`expr ${MINOR} \* 10 + ${TEENY}` ruby3.0-3.0.0~preview1/configure.ac-3388- ], ############################################## ruby3.0-3.0.0~preview1/configure.ac-3476- AC_DEFINE_UNQUOTED(EXECUTABLE_EXTS, $EXECUTABLE_EXTS) ruby3.0-3.0.0~preview1/configure.ac:3477: EXECUTABLE_EXTS=`echo $EXECUTABLE_EXTS | tr -d '"' | tr , ' '` ruby3.0-3.0.0~preview1/configure.ac-3478- AC_SUBST(EXECUTABLE_EXTS) ############################################## ruby3.0-3.0.0~preview1/configure.ac-3556- AS_HELP_STRING([--with-rdoc=ri,html], [comma/space separated list of RDoc formats to install]), ruby3.0-3.0.0~preview1/configure.ac:3557: [install_rdoc=`echo ,$withval, | sed 'y/,/ /;s/ ri / rdoc /;s/^ *//;s/ *$//'`], [ ruby3.0-3.0.0~preview1/configure.ac-3558-AC_ARG_ENABLE(install-rdoc, ############################################## ruby3.0-3.0.0~preview1/configure.ac-3726- echo "all:; @echo no" > conftest.dir/Makefile ruby3.0-3.0.0~preview1/configure.ac:3727: gnumake=`(cd conftest.dir; ${MAKE-make})` ruby3.0-3.0.0~preview1/configure.ac-3728- rm -fr conftest.dir ############################################## ruby3.0-3.0.0~preview1/configure.ac-3772- rb_cv_architecture_macros=no ruby3.0-3.0.0~preview1/configure.ac:3773: archflagpat=`eval echo '"'"${ARCH_FLAG}"'"' | sed 's/[[][|.*]]/\\&/g'` ruby3.0-3.0.0~preview1/configure.ac:3774: new_cflags=`echo "$CFLAGS" | sed "s|$archflagpat"'||'` ruby3.0-3.0.0~preview1/configure.ac-3775- for archs in ${universal_archnames}; do ############################################## ruby3.0-3.0.0~preview1/configure.ac-3793- ruby3.0-3.0.0~preview1/configure.ac:3794:: ${MJIT_LDSHARED=`echo "$LDSHARED" | sed ['s|\$(LD)|'"${LD}"'|g;s|\$(CC)|$(MJIT_CC)|g']`} ruby3.0-3.0.0~preview1/configure.ac-3795- ############################################## ruby3.0-3.0.0~preview1/configure.ac-3798-AS_IF([test -n "${LIBS}"], [ ruby3.0-3.0.0~preview1/configure.ac:3799: libspat=`echo "${LIBS}" | sed 's/[[][|.*$^]]/\\&/g;s/^ */ /;s/^ *$/ /'` ruby3.0-3.0.0~preview1/configure.ac:3800: MAINFLAGS=`echo " $MAINLIBS " | sed "s|$libspat"'||;s/^ *//;s/ *$//'` ruby3.0-3.0.0~preview1/configure.ac-3801-]) ############################################## ruby3.0-3.0.0~preview1/configure.ac-3805-AS_IF([test -n "${cflags+set}"], [ ruby3.0-3.0.0~preview1/configure.ac:3806: cflagspat=`eval echo '"'"${cflags}"'"' | sed 's/[[][|.*]]/\\&/g;s/^ */ /;s/^ *$/ /'` ruby3.0-3.0.0~preview1/configure.ac:3807: CFLAGS=`echo " $CFLAGS " | sed "s|$cflagspat"'|${cflags}|;s/^ *//;s/ *$//'` ruby3.0-3.0.0~preview1/configure.ac-3808-]) ruby3.0-3.0.0~preview1/configure.ac-3809-AS_IF([test -n "${cxxflags+set}"], [ ruby3.0-3.0.0~preview1/configure.ac:3810: cxxflagspat=`eval echo '"'"${cxxflags}"'"' | sed 's/[[][|.*]]/\\&/g;s/^ */ /;s/^ *$/ /'` ruby3.0-3.0.0~preview1/configure.ac:3811: CXXFLAGS=`echo " $CXXFLAGS " | sed "s|$cxxflagspat"'|${cxxflags}|;s/^ *//;s/ *$//'` ruby3.0-3.0.0~preview1/configure.ac-3812-]) ruby3.0-3.0.0~preview1/configure.ac-3813-AS_IF([test "${ARCH_FLAG}"], [ ruby3.0-3.0.0~preview1/configure.ac:3814: archflagpat=`eval echo '"'"${ARCH_FLAG}"'"' | sed 's/[[][|.*]]/\\&/g'` ruby3.0-3.0.0~preview1/configure.ac:3815: CFLAGS=`echo "$CFLAGS" | sed "s| *$archflagpat"'||'` ruby3.0-3.0.0~preview1/configure.ac:3816: CXXFLAGS=`echo "$CXXFLAGS" | sed "s| *$archflagpat"'||'` ruby3.0-3.0.0~preview1/configure.ac:3817: LDFLAGS=`echo "$LDFLAGS" | sed "s| *$archflagpat"'||'` ruby3.0-3.0.0~preview1/configure.ac-3818-]) ruby3.0-3.0.0~preview1/configure.ac:3819:rb_cv_warnflags=`echo "$rb_cv_warnflags" | sed 's/^ *//;s/ *$//'` ruby3.0-3.0.0~preview1/configure.ac-3820-warnflags="$rb_cv_warnflags" ############################################## ruby3.0-3.0.0~preview1/configure.ac-3859- ruby3.0-3.0.0~preview1/configure.ac:3860:firstmf=`echo $FIRSTMAKEFILE | sed 's/:.*//'` ruby3.0-3.0.0~preview1/configure.ac:3861:firsttmpl=`echo $FIRSTMAKEFILE | sed 's/.*://'` ruby3.0-3.0.0~preview1/configure.ac-3862-MAKEFILES="Makefile $firstmf" ruby3.0-3.0.0~preview1/configure.ac:3863:MAKEFILES="`echo $MAKEFILES`" ruby3.0-3.0.0~preview1/configure.ac-3864-AC_SUBST(MAKEFILES) ############################################## ruby3.0-3.0.0~preview1/configure.ac-3897- ruby3.0-3.0.0~preview1/configure.ac:3898:RI_BASE_NAME=`echo ${RUBY_BASE_NAME} | sed 's/ruby/ri/'` ruby3.0-3.0.0~preview1/configure.ac-3899-ridir='${datarootdir}/${RI_BASE_NAME}' ############################################## ruby3.0-3.0.0~preview1/configure.ac-3922- } > conftest.c ruby3.0-3.0.0~preview1/configure.ac:3923: ruby_version="`$CPP -I. -I"${srcdir}" -I"${srcdir}/include" conftest.c | sed '/^ruby_version=/!d;s/ //g'`" ruby3.0-3.0.0~preview1/configure.ac-3924- eval $ruby_version ############################################## ruby3.0-3.0.0~preview1/configure.ac-3980- ruby3.0-3.0.0~preview1/configure.ac:3981:AC_SUBST(CONFIGURE, "`echo $0 | sed 's|.*/||'`")dnl ruby3.0-3.0.0~preview1/configure.ac:3982:AC_SUBST(configure_args, "`echo "${ac_configure_args}" | sed 's/\\$/$$/g'`")dnl ruby3.0-3.0.0~preview1/configure.ac-3983- ############################################## ruby3.0-3.0.0~preview1/configure.ac-3989- for archs in ${universal_archnames}; do ruby3.0-3.0.0~preview1/configure.ac:3990: cpu=`echo $archs | sed 's/.*=//'` ruby3.0-3.0.0~preview1/configure.ac:3991: archs=`echo $archs | sed 's/=.*//'` ruby3.0-3.0.0~preview1/configure.ac-3992- RUBY_DEFINE_IF([defined __${archs}__ &&! defined RUBY_PLATFORM_CPU], RUBY_PLATFORM_CPU, ["${cpu}"]) ############################################## ruby3.0-3.0.0~preview1/configure.ac-4115-BUILTIN_ENCOBJS= ruby3.0-3.0.0~preview1/configure.ac:4116:for e in $BUILTIN_ENCS; do BUILTIN_ENCOBJS="$BUILTIN_ENCOBJS "`echo $e | sed 's/\.c$/.$(OBJEXT)/'`; done ruby3.0-3.0.0~preview1/configure.ac-4117-AC_SUBST(BUILTIN_ENCOBJS) ############################################## ruby3.0-3.0.0~preview1/configure.ac-4124-for e in $BUILTIN_TRANSES; do ruby3.0-3.0.0~preview1/configure.ac:4125: BUILTIN_TRANSSRCS="$BUILTIN_TRANSSRCS "`echo $e | sed 's/\.trans$/.c/'` ruby3.0-3.0.0~preview1/configure.ac:4126: BUILTIN_TRANSOBJS="$BUILTIN_TRANSOBJS "`echo $e | sed 's/\.trans$/.$(OBJEXT)/'` ruby3.0-3.0.0~preview1/configure.ac-4127-done ############################################## ruby3.0-3.0.0~preview1/configure.ac-4143- ruby3.0-3.0.0~preview1/configure.ac:4144:AS_CASE([" $CPP "], [*" $CC "*], [CPP=`echo " $CPP " | sed "s| $CC |"' $(CC) |;s/^ *//;s/ *$//'`]) ruby3.0-3.0.0~preview1/configure.ac-4145- ############################################## ruby3.0-3.0.0~preview1/configure.ac-4153- : ruby3.0-3.0.0~preview1/configure.ac:4154: ], [git_dir=`$GIT --work-tree="$srcdir" --git-dir="$srcdir/.git" rev-parse --git-dir 2>/dev/null`], [ ruby3.0-3.0.0~preview1/configure.ac-4155- VCS='$(GIT)' ############################################## ruby3.0-3.0.0~preview1/configure.ac-4185- ]) && ruby3.0-3.0.0~preview1/configure.ac:4186: test -z "`${MAKE-make} -f $tmpgmk info-program | grep '^PROGRAM=ruby$'`" && ruby3.0-3.0.0~preview1/configure.ac-4187- echo 'ruby: $(PROGRAM);' >> $tmpmk ############################################## ruby3.0-3.0.0~preview1/configure.ac-4226-]) ruby3.0-3.0.0~preview1/configure.ac:4227:fold_width=`expr $COLUMNS - 30 2>/dev/null` || fold_width=50 ruby3.0-3.0.0~preview1/configure.ac-4228-AS_REQUIRE_SHELL_FN([config_summary], ############################################## ruby3.0-3.0.0~preview1/configure.ac-4239-AS_IF([test $install_doc = yes], ruby3.0-3.0.0~preview1/configure.ac:4240: [DOCTARGETS=`echo " $RDOCTARGET $CAPITARGET " | sed 's/ nodoc //g;s/^ *//;s/ *$//'`], ruby3.0-3.0.0~preview1/configure.ac-4241- [DOCTARGETS=no])