Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mentioned gmp at requirements | Hiroshi SHIBATA | 2023-02-07 | 1 | -0/+1 |
| | |||||
* | Added tarball instruction to building_ruby.md | Hiroshi SHIBATA | 2023-02-07 | 1 | -10/+27 |
| | |||||
* | OpenSSL, libyaml and zlib is always required to build. see test/test_extlibs.rb | Hiroshi SHIBATA | 2023-01-20 | 1 | -3/+3 |
| | |||||
* | Added supported versions to OpenSSL and libyaml | Hiroshi SHIBATA | 2023-01-20 | 1 | -2/+2 |
| | |||||
* | Added version policy of BASERUBY | Hiroshi SHIBATA | 2023-01-20 | 1 | -0/+1 |
| | | | | [Misc #16671] | ||||
* | Separate dependencies section from quick start | Hiroshi SHIBATA | 2023-01-20 | 1 | -8/+10 |
| | |||||
* | fixed wrong version of baseruby | Hiroshi SHIBATA | 2023-01-20 | 1 | -1/+1 |
| | |||||
* | [DOC] Mention `configure` options earlier, not after failure | Nobuyoshi Nakada | 2023-01-06 | 1 | -13/+10 |
| | | | | | | The command line arguments to `configure` are stored in `rbconfig.rb`. Usually these are just useless but harmless after the installation, however could affect unexpectedly when updating default gems. | ||||
* | [DOC] Specify `shell` format to shell commands | Nobuyoshi Nakada | 2023-01-06 | 1 | -9/+9 |
| | |||||
* | YJIT: Lower the required Rust version from 1.58.1 to 1.58.0 (#6780) | Takashi Kokubun | 2022-11-21 | 1 | -1/+1 |
| | |||||
* | Update required Bison version in building_ruby.md [ci skip] | yui-knk | 2022-11-10 | 1 | -1/+1 |
| | | | | See [Feature #19068] for the context. | ||||
* | [doc] Clarify how to build OpenSSL on macOS | Matt Valentine-House | 2022-11-08 | 1 | -5/+1 |
| | |||||
* | [DOC] Properly number the list in building_ruby.md | Peter Zhu | 2022-11-07 | 1 | -8/+8 |
| | |||||
* | [DOC] Improve building_ruby.md | Peter Zhu | 2022-11-07 | 1 | -10/+45 |
| | |||||
* | Update configure command in building_ruby.md | Peter Zhu | 2022-11-03 | 1 | -1/+1 |
| | | | | | Readers didn't realize that you can use --prefix with --disable-install-doc. | ||||
* | Update docs wrt YJIT limitations and building YJIT (#6641) | Maxime Chevalier-Boisvert | 2022-10-27 | 1 | -0/+1 |
| | | | | | | | * Update docs wrt YJIT limitations and building YJIT * Update building_ruby.md Fix relative link | ||||
* | [DOC] Add note about method names (#6620) | Burdette Lamar | 2022-10-24 | 1 | -0/+13 |
| | |||||
* | Adapt doc guide to new GFM features (#6504) | Burdette Lamar | 2022-10-06 | 1 | -6/+4 |
| | | | | | * Adapt doc guide to new GFM features * Adapt doc guide to new GFM features | ||||
* | [DOC] Adding remarks about HTML and tables (#6485) | Burdette Lamar | 2022-10-04 | 1 | -0/+24 |
| | | | | * Adding remarks about HTML and tables | ||||
* | [DOC] Addition to section 'Related Methods' (#6271) | Burdette Lamar | 2022-08-22 | 1 | -6/+16 |
| | | | Addition to section 'Related Methods': suggests adding differentiators to the names of related methods. | ||||
* | [DOC] Specify ways to run bootstrap tests | Peter Zhu | 2022-08-02 | 1 | -2/+3 |
| | |||||
* | [ci-skip]Document how to run an individual bootstrap test | Matt Valentine-House | 2022-07-27 | 1 | -0/+6 |
| | |||||
* | [DOC] Revisions for call-seq in doc guidelines (#6121) | Burdette Lamar | 2022-07-12 | 1 | -34/+60 |
| | | | | | | | | Splits certain guidelines for singleton and instance method. Calls for instance method to not prefix anything (like RDoc itself for a Ruby-coded instance method); e.g.: count -> integer, not array.count,. <=> other -> integer or nil, not hash <=> other -> integer or nil. Groups previous guidelines into Arguments, Block, Return types, Aliases. | ||||
* | Fix a typo [ci skip] | Kazuhiro NISHIYAMA | 2022-06-06 | 1 | -1/+1 |
| | |||||
* | Add information from doc/hacking.md and doc/make_cheatsheet.md back i… (#5963) | Jemma Issroff | 2022-05-30 | 2 | -7/+104 |
| | | | Add information from doc/hacking.md and doc/make_cheatsheet.md back into contributing docs | ||||
* | [DOC] Re-markup as Markdown | Nobuyoshi Nakada | 2022-05-19 | 1 | -29/+34 |
| | |||||
* | [DOC] Use `make gdb-ruby` and `make lldb-ruby` in ↵ | Kaíque Kandy Koga | 2022-05-18 | 1 | -2/+2 |
| | | | | doc/contributing/building_ruby.md | ||||
* | Add a separate doc for contributing to stdlibs [ci skip] | Stan Lo | 2022-05-11 | 2 | -8/+49 |
| | | | | co-authored-by: Peter Zhu <peter@peterzhu.ca> | ||||
* | Improve documentation on contributing to Ruby | Jemma Issroff | 2022-05-11 | 5 | -0/+660 |
co-authored-by: Peter Zhu <peter@peterzhu.ca> co-authored-by: Stan Lo <stan001212@gmail.com> |