Age | Commit message (Expand) | Author |
2022-10-26 | Fix -Wundef warnings | Nobuyoshi Nakada |
2022-07-21 | Expand tabs [ci skip] | Takashi Kokubun |
2021-09-10 | ruby_scan_oct, ruby_scan_hex: are not pure | 卜部昌平 |
2021-09-10 | include/ruby/util.h: add doxygen | 卜部昌平 |
2021-08-24 | Moved exported symbols in internal/util.h to ruby/util.h | Nobuyoshi Nakada |
2020-07-23 | include/ruby/util.h: delete unused codes | 卜部昌平 |
2020-05-11 | sed -i 's|ruby/impl|ruby/internal|' | 卜部昌平 |
2020-05-11 | sed -i s/RUBY3/RBIMPL/g | 卜部昌平 |
2020-05-11 | sed -i s|ruby/3|ruby/impl|g | 卜部昌平 |
2020-04-13 | add #include guard hack | 卜部昌平 |
2020-04-08 | Merge pull request #2991 from shyouhei/ruby.h | 卜部昌平 |
2017-11-26 | util.h: remove my_getcwd | nobu |
2016-09-07 | util.h: POSIX-noncompliant setenv | nobu |
2015-11-30 | * include/ruby/util.h: remove a warning suppression C4723 | kosaki |
2015-06-04 | * ext/win32ole/win32ole.c: fix a typo. Patch by @davydovanton | hsbt |
2014-02-08 | * configure.in: check qsort_r(3) and whether it is GNU version. | glass |
2014-01-12 | ruby/util.h: DECIMAL_SIZE_OF_BITS | nobu |
2013-04-05 | defines.h: RUBY_SYMBOL_EXPORT_{BEGIN,END} | nobu |
2012-11-21 | * include/ruby/util.h: removed extra semicolon in definition of | tadf |
2011-08-03 | * util.c, include/ruby/util.h (ruby_add_suffix): remove the function. | usa |
2011-04-09 | * include/ruby/util.h: parenthesize macro arguments. | akr |
2010-07-27 | * defines.h, intern.h, missing.h, ruby.h, st.h, util.h: include | nobu |
2010-07-21 | * configure.in (XCFLAGS): use -fvisibility=hidden if possible. | nobu |
2009-12-29 | Add Float::INFINITY and Float::NAN. | naruse |
2009-05-26 | * common.mk (bignum.o, numeric.o): depend on util.h. | nobu |
2009-03-14 | * util.c (ruby_scan_oct, ruby_scan_hex): use size_t. | nobu |
2009-03-14 | * dln.c (init_funcname_len, dln_find_exe_r, dln_find_file_r): use | nobu |
2008-10-04 | * dln.c: Ruby no longer supports MS-DOS. | yugui |
2008-02-23 | * debug.c (ruby_set_debug_option): separated ruby_each_words(). | nobu |
2008-01-06 | * $Date$ keyword removed to avoid inclusion of locale dependent | akr |
2007-08-25 | * encoding.c: provide basic features for M17N. | matz |
2007-06-10 | * include/ruby: moved public headers. | nobu |