index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
missing
Age
Commit message (
Expand
)
Author
2025-04-07
Remove spinlock in dtoa's Balloc, use xmalloc
John Hawthorn
2024-10-05
[Bug #20705] Update `strtod` implementation
Nobuyoshi Nakada
2024-05-02
Add comments in setproctitle.c
Peter Zhu
2024-05-02
Keep track of the originally allocated environ
Peter Zhu
2024-05-01
Fix leak reported by Valgrind when setting environment variables
Peter Zhu
2024-01-12
Fix ruby_free_proctitle
Peter Zhu
2024-01-11
Free environ when RUBY_FREE_AT_EXIT
Peter Zhu
2023-12-07
Free everything at shutdown
Adam Hess
2023-09-26
Dump backtraces to an arbitrary stream when using libprocstat
Nobuyoshi Nakada
2023-08-27
Remove duplicate `#include <string.h>` [ci skip]
Nobuyoshi Nakada
2023-07-14
Make dtoa.c buildable alone
Nobuyoshi Nakada
2022-07-27
Adjust styles [ci skip]
Nobuyoshi Nakada
2022-04-12
Fix dtoa buffer overrun
Nobuyoshi Nakada
2022-01-19
[wasm] wasm/missing.{c,h}: add missing libc stubs for wasi-libc
Yuta Saito
2021-10-27
Prefer ANSI-style prototypes over old K&R-style definitions
Nobuyoshi Nakada
2021-08-27
Use C99-defined signbit macro
Nobuyoshi Nakada
2021-08-27
Use C99-defined macros to classify a floating-point number
Nobuyoshi Nakada
2021-05-10
Removed missing/dup2.c
Nobuyoshi Nakada
2021-02-10
Fixed race in dtoa [Bug #17612]
Nobuyoshi Nakada
2021-01-10
dtoa.c: make thread-safe by using atomic CAS
Nobuyoshi Nakada
2021-01-10
dtoa.c: constified
Nobuyoshi Nakada
2021-01-10
dtoa.c: make compilable independently
Nobuyoshi Nakada
2020-12-12
Removed obsolete autoconf checks
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-26
[DOC] explicit_bzero exists in modern Linux
Sorah Fukumori
2020-04-13
add #include guard hack
卜部昌平
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2019-12-26
internal/stdbool.h rework
卜部昌平
2019-12-24
Get rid of false positive misspellings
Nobuyoshi Nakada
2019-11-18
Renamed assembly file like as e64f71f812324d098bed12ed68c2bc1d6e780c90
Nobuyoshi Nakada
2019-10-12
missing/setproctitle.c: remove nonsense NULL check
Yusuke Endoh
2019-08-19
missing/memcmp.c: suppress a `-Wparentheses` warning
Yusuke Endoh
2019-08-17
NetBSD native support of explicit_bzero's like feature (#2145)
David CARLIER
2019-02-07
Split procstat_vm.c
nobu
2019-02-07
Split mt19937.c
nobu
2019-02-07
Split dtoa.c
nobu
2019-01-06
internal.h: unify our own stdtbool.h implementation
k0kubun
2018-01-20
[ci skip] tabify
shyouhei
2018-01-20
add missing/nan.c
shyouhei
2017-12-18
Support C89 if possible
ngoto
2017-11-12
string.c: fix memory leak in String#crypt
rhe
2017-10-23
Drop to support NaCl platform.
hsbt
2017-05-24
string.c: for small crypt_data
nobu
2017-05-12
fix tgamma for inifity
nobu
2017-05-12
tgamma.c: unify versions with/without lgamma_r
nobu
2017-04-21
Remove missing/strtol.c
rhe
2016-12-26
get rid of sprintf
nobu
2016-08-20
rubystub
nobu
2016-07-21
* missing/strl{cat,cpy}.c: Update latest upstream files.
hsbt
[next]