summaryrefslogtreecommitdiff
path: root/include/ruby/assert.h
Commit message (Expand)AuthorAgeFilesLines
* typosspaette2022-08-271-1/+1
* sed -i 's/. They/. They/'卜部昌平2021-09-101-1/+1
* Replace "iff" with "if and only if"Gannon McGibbon2021-01-191-1/+1
* sync NDEBUG, RUBY_DEBUG, and RUBY_NDEBUG (#3327)卜部昌平2020-08-071-42/+166
* RUBY_ASSERT_NOASSUMEKoichi Sasada2020-05-291-1/+1
* Removed a trailing space [ci skip]Nobuyoshi Nakada2020-05-271-1/+1
* Update include/ruby/assert.hKoichi Sasada2020-05-261-1/+7
* Use RUBY_DEBUG instead of NDEBUGKoichi Sasada2020-05-261-3/+8
* Use __bultin_assume() from clang-7Koichi Sasada2020-05-201-1/+1
* Removed extra stringizationNobuyoshi Nakada2020-05-121-2/+2
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-5/+5
* sed -i s/ruby3/rbimpl/g卜部昌平2020-05-111-1/+1
* sed -i s/RUBY3/RBIMPL/g卜部昌平2020-05-111-17/+17
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-5/+5
* add #include guard hack卜部昌平2020-04-131-3/+3
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-37/+82
* Revert "Always evaluate the expression RUBY_ASSERT_MESG_WHEN just once"Nobuyoshi Nakada2019-08-051-1/+1
* Always evaluate the expression RUBY_ASSERT_MESG_WHEN just onceNobuyoshi Nakada2019-07-151-1/+1
* Enable RUBY_ASSERT_MESG_WHEN when RUBY_DEBUG is turned onNobuyoshi Nakada2019-07-151-3/+4
* introduce RUBY_ASSERT_ALWAYS(expr).Koichi Sasada2019-07-151-0/+1
* Introduce RUBY_DEBUG flag macroNobuyoshi Nakada2019-07-141-1/+4
* * expand tabs.git2019-07-141-3/+3
* Split RUBY_ASSERT and so on under include/rubyNobuyoshi Nakada2019-07-141-0/+49