index
:
ruby.git
The Ruby Programming Language
summary
refs
log
tree
commit
diff
path:
root
/
util.c
Age
Commit message (
Expand
)
Author
2024-07-17
Fix double free when `getcwd` does not allocate buffer
Nobuyoshi Nakada
2024-06-02
Eliminate internal uses of `Data_Wrap_Struct`
Jean Boussier
2023-08-27
Remove duplicate `#include <string.h>` [ci skip]
Nobuyoshi Nakada
2023-08-27
Define bounds-checking interfaces macro for each file
Nobuyoshi Nakada
2023-07-14
Include headers for `ruby_qsort` only if needed
Nobuyoshi Nakada
2023-07-14
Delete a macro that has never been used, probably added by mistake
Nobuyoshi Nakada
2022-09-08
[Bug #18997] Don't define ruby_qsort when POSIX qsort_r is available
Xin Li
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2021-09-10
include/ruby/internal/ctype.h: add doxygen
卜部昌平
2021-07-22
Cast to size_t instead of int
Nobuyoshi Nakada
2021-07-21
Look up ruby_digit36_to_number_table
Nobuyoshi Nakada
2021-05-03
Get rid of misleading indentation
xtkoba
2021-01-10
dtoa.c: make thread-safe by using atomic CAS
Nobuyoshi Nakada
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2019-12-26
decouple internal.h headers
卜部昌平
2019-02-07
Split dtoa.c
nobu
2018-11-15
suppress integer overflow warnings
shyouhei
2018-11-13
suppress integer overflow warnings
shyouhei
2018-11-09
util.c: suppress warnings
shyouhei
2018-11-08
avoid (size_t)-- (2nd try)
shyouhei
2018-11-08
svn merge -r 65625:65623 .
shyouhei
2018-11-08
avoid (size_t)--
shyouhei
2018-09-26
yet another -Wparentheses tweak
shyouhei
2018-09-10
util.c: removed extra #endif [Bug #15091]
nobu
2018-09-10
util.c: fix ruby_qsort with qsort_s
nobu
2018-09-10
there is no such predefined macro. check build before commit!
usa
2018-09-09
util.c: qsort_s in C11
nobu
2018-01-04
define NO_LONG_LONG appropriately
shyouhei
2017-10-23
Drop to support NaCl platform.
hsbt
2017-05-19
Merge latest dtoa.c [Bug #13545]
naruse
2017-05-18
potential memory leak
nobu
2017-03-03
fix for mingw64
nobu
2016-11-04
util.c: round to even
nobu
2016-07-15
util.c: do not underflow
nobu
2016-07-10
util.c: round nearly middle value
nobu
2016-05-11
util.c: qsort_s
nobu
2016-05-08
* gc.c (rb_gc_unprotect_logging): throw rb_memerror when it cannot
naruse
2015-12-23
prefer rb_syserr_fail
nobu
2015-09-15
util.c: BSD qsort_r
nobu
2015-06-17
util.c: fix off-by-one error
nobu
2015-05-29
parse.y: check NTH_REF range
nobu
2015-02-13
util.c: hexdigit
nobu
2014-11-15
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-04-16
util.c: let getcwd allocate buffer
nobu
2014-02-08
* configure.in: check qsort_r(3) and whether it is GNU version.
glass
2013-12-14
util.c: bump stack size in ruby_qsort()
nobu
2013-11-22
util.c: more precision
nobu
2013-11-22
util.c: ignore too long fraction part
nobu
[next]