Age | Commit message (Expand) | Author |
---|
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 s 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 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 |
2016-06-29 | Use LONG_LONG | nobu |
2016-06-04 | des_tables.c: generation rule | nobu |
2016-06-04 | crypt.h: remove initialized | nobu |
2016-06-02 | crypt.c: suppress warnings | nobu |
2016-06-02 | crypt.c: fix syntax error on mswin | nobu |
2016-06-01 | crypt.c: unused functions | nobu |
2016-06-01 | crypt.h: get rid of conflict | nobu |
2016-06-01 | use system crypt | nobu |