summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
11 hours[DOC] Fix a typo in globals.rdoc Diego Henrique
Noticed this small type while reading the docs.
16 hours[DOC] Caveat about "allocate then wrap"Nobuyoshi Nakada
3 daysRemoved obsoleted section because make docs is removed from default make taskHiroshi SHIBATA
10 daysUpdate build and install document related ↵Hiroshi SHIBATA
https://blade.ruby-lang.org/ruby-dev/39325
2024-04-07[DOC] Update PTY documentsNobuyoshi Nakada
- Fix markups as RDoc. - Remove already descriptions of removed methods.
2024-04-03YJIT: update code optimization tips in yjit.md (#10445)Maxime Chevalier-Boisvert
* YJIT: update code optimization tips in yjit.md * Function => method
2024-04-03[DOC] Fix examples for `u` packing directiveAdam Daniels
The directive is a lowercase `u` instead of an uppercase `U`. Adjusted input and output to match. Reported by Leah Neukirchen.
2024-03-31Document how to run the tests under ASAN now that they pass!KJ Tsanaktsidis
2024-03-28Use www.rfc-editor.org for RFC text.Hiroshi SHIBATA
We use the following site for that now: * https://tools.ietf.org/ or http * https://datatracker.ietf.org or http Today, IETF said the official site of RFC is www.rfc-editor.org. FYI: https://authors.ietf.org/en/references-in-rfcxml I replaced them to www.rfc-editor.org.
2024-03-27[DOC] remove repetitive words in commentscrazeteam
Signed-off-by: crazeteam <lilujing@outlook.com>
2024-03-16[ruby/irb] Fix irb_history saved to current directorytomoya ishida
(https://github.com/ruby/irb/pull/901) * Always save irb_history in HOME or XDG_CONFIG_HOME Also split irbrc search logic from irb_history search logic as a refactor * Remove IRB.conf[:RC_NAME_GENERATOR] because it's not configurable This conf is used to specify which irbrc to load. Need to configure before irbrc is loaded, so it's actually not configurable. This conf is also used for history file search, but it is configurable by conf[:HISTORY_FILE]. * remove rc_file_test because it is tested with rc_files, remove useless test setup * Make internal irbrc searching method private https://github.com/ruby/irb/commit/11d03a6ff7
2024-03-15[DOC] exceptions.rdoc : Add heads up about ensure not returning implicitlyPierre Merlin
There is a weird gotcha I already forgot twice.... and regret not to have found in doc. See https://dev.to/okuramasafumi/be-sure-ensure-doesn-t-return-value-implicitly-8gp
2024-03-14YJIT: Let yjit_perf.py support perf with Python disabled (#10246)Takashi Kokubun
* YJIT: Let yjit_perf.py support perf with Python disabled * Update yjit.md about perf * Recommend the extra interface by default
2024-03-11[DOC] security.rdoc: fix YAML security documentationAndrea Brancaleoni
Since https://github.com/ruby/ruby/commit/fbb4e3f96c10de2240f2d87eac19cf6f62f65fea `YAML` does not unmarshal arbitrary ruby objects.
2024-03-09[ruby/rdoc] [DOC] Improve documentation of include directive file searchPetrik de Heus
Searching the file in the "current directory" could be read as the directory from which RDoc is run. This is incorrect, as the file is first searched in the directory containing the current documented file. Also this directory is searched before the `--include` directories. https://github.com/ruby/rdoc/commit/aa2d98ee5e
2024-03-06[DOC] Ruby command-line options (#10138)Burdette Lamar
2024-02-27[DOC] Stop discouraging the use of Array#each (#10119)Takashi Kokubun
2024-02-26BASERUBY is now >= 3.0John Hawthorn
2024-02-23[DOC] Doc for command line options (#10059)Burdette Lamar
2024-02-21[DOC] Doc for field processing (#10008)Burdette Lamar
2024-02-15s/ therefor/therefore/ydah
2024-02-15s/ocurs/occurs/ydah
2024-02-15s/bellow/below/ydah
2024-02-15s/Direcive/Directive/ydah
2024-02-15s/enocding/encoding/ydah
2024-02-14YJIT: Add --yjit-perf=codegen option (#9957)Takashi Kokubun
2024-02-13Fix typo in asan section of building_ruby.md docsKJ Tsanaktsidis
s/copmiler-rt/compiler-rt/
2024-02-12More on auto-link (#9907)Burdette Lamar
2024-02-12Update ASAN docs to reflect the current state of thingsKJ Tsanaktsidis
I don't really think ASAN works well at all on any version of Ruby from before https://bugs.ruby-lang.org/issues/20001 was landed. Update the docs to clarify what works, and what does not work. Also there's no need to compile at `-O0`; this was probably just hiding some of the problems with our stack scanning that were fixed in the above issue. [Bug #20248]
2024-02-08YJIT: Allow tracing a counted exit (#9890)Takashi Kokubun
* YJIT: Allow tracing a counted exit * Avoid clobbering caller-saved registers
2024-01-26Added vcpkg manifest for windows build environment.Hiroshi SHIBATA
"builtin-baseline": "53bef8994c541b6561884a8395ea35715ece75db" is 2024.01.12 released version of vcpkg. https://github.com/microsoft/vcpkg/releases/tag/2024.01.12
2024-01-24YJIT: Update yjit.md about mem size (#9687)Takashi Kokubun
2024-01-24YJIT: reduce default exec mem size to 48MiB (#9685)Maxime Chevalier-Boisvert
YJIT: reduce default exec mem size to 48MiB based Based on user feedback from @jhawthorn and others. Better for small and memory-constrained deployments. NOTE: This commit should be included in the next Ruby 3.3.x point release. @xrxr should we tag someone specific?
2024-01-23List branch maintainers in maintainers.mdJean Boussier
I'm not aware of this information being available anywhere else.
2024-01-22Document about csv at Ruby 3.4Hiroshi SHIBATA
2024-01-22Document about syslog at Ruby 3.4Hiroshi SHIBATA
2024-01-22Document about nkf at Ruby 3.4Hiroshi SHIBATA
2024-01-22Refine entry titleHiroshi SHIBATA
2024-01-22[DOC] Update command_injection.rdocNobuyoshi Nakada
- Add missing `Kernel.exec` and `Kernel.spawn`. - Elaborate arguments that can cause injections.
2024-01-22Document about drb at Ruby 3.4Hiroshi SHIBATA
2024-01-19Document about rinda at Ruby 3.4Hiroshi SHIBATA
2024-01-19Document about resolv-replace at Ruby 3.4Hiroshi SHIBATA
2024-01-19Document about abbrev at Ruby 3.4Hiroshi SHIBATA
2024-01-19Document about observer at Ruby 3.4Hiroshi SHIBATA
2024-01-19Fixed inconsistent library nameHiroshi SHIBATA
2024-01-19Fixed upstream URL at bundled gemsHiroshi SHIBATA
2024-01-18[DOC] Update ruby version in Building Ruby DependenciesKazuhiro NISHIYAMA
2024-01-18Document about bigdecimal at Ruby 3.4Hiroshi SHIBATA
2024-01-17Document about base64 at Ruby 3.4Hiroshi SHIBATA
2024-01-16Document about getoptlong at Ruby 3.4Hiroshi SHIBATA