Current Path: > > opt > alt > ruby30 > include > > ruby
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
backward | Directory | - | - | |
internal | Directory | - | - | |
assert.h | File | 7720 bytes | June 26 2024 13:55:16. | |
atomic.h | File | 9073 bytes | June 26 2024 13:55:16. | |
backward.h | File | 2638 bytes | June 26 2024 13:55:16. | |
config-x86_64.h | File | 13118 bytes | June 26 2024 13:55:16. | |
config.h | File | 1215 bytes | June 26 2024 13:55:16. | |
debug.h | File | 4611 bytes | June 26 2024 13:55:16. | |
defines.h | File | 2549 bytes | June 26 2024 13:55:16. | |
digest.h | File | 1731 bytes | June 26 2024 13:55:16. | |
encoding.h | File | 18402 bytes | June 26 2024 13:55:16. | |
intern.h | File | 2394 bytes | June 26 2024 13:55:16. | |
io.h | File | 5652 bytes | June 26 2024 13:55:16. | |
memory_view.h | File | 6457 bytes | June 26 2024 13:55:16. | |
missing.h | File | 5681 bytes | June 26 2024 13:55:16. | |
onigmo.h | File | 44658 bytes | June 26 2024 13:55:16. | |
oniguruma.h | File | 262 bytes | June 26 2024 13:55:16. | |
ractor.h | File | 2145 bytes | June 26 2024 13:55:16. | |
random.h | File | 2991 bytes | June 26 2024 13:55:16. | |
re.h | File | 1183 bytes | June 26 2024 13:55:16. | |
regex.h | File | 1020 bytes | June 26 2024 13:55:16. | |
ruby.h | File | 5116 bytes | June 26 2024 13:55:16. | |
st.h | File | 7565 bytes | June 26 2024 13:55:16. | |
subst.h | File | 815 bytes | June 26 2024 13:55:16. | |
thread.h | File | 1464 bytes | June 26 2024 13:55:16. | |
thread_native.h | File | 2417 bytes | June 26 2024 13:55:16. | |
util.h | File | 1643 bytes | June 26 2024 13:55:16. | |
version.h | File | 2107 bytes | June 26 2024 13:55:16. | |
vm.h | File | 1680 bytes | June 26 2024 13:55:16. |
#ifndef RUBY_RUBY_BACKWARD_H /*-*-C++-*-vi:se ft=cpp:*/ #define RUBY_RUBY_BACKWARD_H 1 /** * @file * @author Ruby developers <ruby-core@ruby-lang.org> * @copyright This file is a part of the programming language Ruby. * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. */ #include "ruby/internal/value.h" #include "ruby/internal/interpreter.h" #include "ruby/backward/2/attributes.h" #define DECLARE_DEPRECATED_FEATURE(ver, func) \ NORETURN(ERRORFUNC(("deprecated since "#ver), DEPRECATED(void func(void)))) /* eval.c */ DECLARE_DEPRECATED_FEATURE(2.2, rb_disable_super); DECLARE_DEPRECATED_FEATURE(2.2, rb_enable_super); /* hash.c */ DECLARE_DEPRECATED_FEATURE(2.2, rb_hash_iter_lev); DECLARE_DEPRECATED_FEATURE(2.2, rb_hash_ifnone); /* string.c */ DECLARE_DEPRECATED_FEATURE(2.2, rb_str_associate); DECLARE_DEPRECATED_FEATURE(2.2, rb_str_associated); /* variable.c */ DEPRECATED(void rb_autoload(VALUE, ID, const char*)); /* vm.c */ DECLARE_DEPRECATED_FEATURE(2.2, rb_clear_cache); DECLARE_DEPRECATED_FEATURE(2.2, rb_frame_pop); #define DECLARE_DEPRECATED_INTERNAL_FEATURE(func) \ NORETURN(ERRORFUNC(("deprecated internal function"), DEPRECATED(void func(void)))) /* eval.c */ NORETURN(ERRORFUNC(("internal function"), void rb_frozen_class_p(VALUE))); DECLARE_DEPRECATED_INTERNAL_FEATURE(rb_exec_end_proc); /* error.c */ DECLARE_DEPRECATED_INTERNAL_FEATURE(rb_compile_error); DECLARE_DEPRECATED_INTERNAL_FEATURE(rb_compile_error_with_enc); DECLARE_DEPRECATED_INTERNAL_FEATURE(rb_compile_error_append); /* gc.c */ DECLARE_DEPRECATED_INTERNAL_FEATURE(rb_gc_call_finalizer_at_exit); /* signal.c */ DECLARE_DEPRECATED_INTERNAL_FEATURE(rb_trap_exit); /* struct.c */ DECLARE_DEPRECATED_INTERNAL_FEATURE(rb_struct_ptr); /* thread.c */ DECLARE_DEPRECATED_INTERNAL_FEATURE(rb_clear_trace_func); /* variable.c */ DECLARE_DEPRECATED_INTERNAL_FEATURE(rb_generic_ivar_table); NORETURN(ERRORFUNC(("internal function"), VALUE rb_mod_const_missing(VALUE, VALUE))); /* from version.c */ #if defined(RUBY_SHOW_COPYRIGHT_TO_DIE) && !!(RUBY_SHOW_COPYRIGHT_TO_DIE+0) /* for source code backward compatibility */ RBIMPL_ATTR_DEPRECATED(("since 2.4")) static inline int ruby_show_copyright_to_die(int exitcode) { ruby_show_copyright(); return exitcode; } #define ruby_show_copyright() /* defer EXIT_SUCCESS */ \ (exit(ruby_show_copyright_to_die(EXIT_SUCCESS))) #endif #endif /* RUBY_RUBY_BACKWARD_H */
SILENT KILLER Tool