ruby/doc
tomoya ishida bda5b09937 [ruby/irb] Fix irb_history saved to current directory
(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-16 15:20:03 +00:00
..
ChangeLog [DOC] Move old ChangeLog files to doc/ChangeLog (#7293) 2023-02-10 16:57:56 -08:00
NEWS Copy 3.3.0 NEWS.md to doc/NEWS [ci skip] 2023-12-25 01:47:13 -08:00
command_line [DOC] Ruby command-line options (#10138) 2024-03-06 15:10:24 -05:00
contributing BASERUBY is now >= 3.0 2024-02-26 14:03:49 -08:00
csv [ruby/csv] docs: Add entry for backslash_quotes liberal parsing 2023-06-28 16:37:08 +09:00
date [ruby/date] [DOC] Fix about calendars difference 2022-08-08 21:14:10 +09:00
examples New page IO Streams (#6383) 2022-09-21 16:34:55 -05:00
images
irb [ruby/irb] Fix irb_history saved to current directory 2024-03-16 15:20:03 +00:00
matchdata [DOC] Enhanced RDoc for MatchData (#5819) 2022-04-18 13:02:35 -05:00
math [DOC] Enhanced RDoc for Math module (#5837) 2022-04-25 10:07:21 -05:00
net-http [ruby/net-http] [DOC] Enhanced RDoc for request headers 2023-02-14 20:33:11 +00:00
optparse [ruby/optparse] [DOC] Add missing secition 2023-12-25 21:12:49 +09:00
pty doc: remove trailing spaces 2014-09-23 00:13:32 +00:00
rdoc [ruby/rdoc] [DOC] Improve documentation of include directive file search 2024-03-09 05:46:49 +00:00
regexp [Bug #19728] Auto-generate unicode property docs 2023-07-01 23:22:17 +09:00
reline [ruby/reline] Fallback to 256color if COLORTERM != truecolor 2023-11-13 12:42:31 +00:00
rjit RJIT: Clean up unnecessary documentation 2023-12-21 16:47:13 -08:00
ruby [DOC] Ruby command-line options (#10138) 2024-03-06 15:10:24 -05:00
string s/ocurs/occurs/ 2024-02-15 17:01:02 +09:00
symbol Enhanced RDoc for Symbol (#5795) 2022-04-12 17:27:18 -05:00
syntax [DOC] exceptions.rdoc : Add heads up about ensure not returning implicitly 2024-03-15 22:23:50 +09:00
yjit YJIT: Let yjit_perf.py support perf with Python disabled (#10246) 2024-03-14 10:08:23 -07:00
.document [DOC] Ruby command-line options (#10138) 2024-03-06 15:10:24 -05:00
_regexp.rdoc Update documentation for [[:word:]] and \p{Word} in regexps 2023-11-30 10:40:40 -08:00
_timezones.rdoc [DOC] Fix wording in descriptions of Time-like objects 2023-12-05 18:10:56 +09:00
bsearch.rdoc [DOC] Adjust heading levels 2023-11-14 15:56:58 +09:00
bug_triaging.rdoc [DOC] Various fixes in bug triaging guide 2019-12-23 22:04:59 +01:00
case_mapping.rdoc [DOC] Adjust heading levels 2023-11-14 15:56:58 +09:00
character_selectors.rdoc [DOC] Adjust heading levels 2023-11-14 15:56:58 +09:00
command_injection.rdoc [DOC] Update command_injection.rdoc 2024-01-22 12:06:00 +09:00
contributing.md Add information from doc/hacking.md and doc/make_cheatsheet.md back i… (#5963) 2022-05-30 23:50:39 -04:00
dig_methods.rdoc Adding doc/dig_methods.rdoc and links to it (#3416) 2020-08-13 13:16:27 -05:00
distribution.md Add Building the Tarball section in distribution docs 2023-02-07 20:27:53 +01:00
dtrace_probes.rdoc [DOC] Marked dtrace arguments as description list [ci skip] 2020-12-19 15:34:37 +09:00
encodings.rdoc [DOC] Adjust heading levels 2023-11-14 15:56:58 +09:00
extension.ja.rdoc [DOC] Simply use `--` / `++` instead of `:stopdoc:` / `:startdoc:` 2024-01-07 00:43:56 +09:00
extension.rdoc [DOC] Simply use `--` / `++` instead of `:stopdoc:` / `:startdoc:` 2024-01-07 00:43:56 +09:00
fiber.md Mark IO::Buffer as experimental. 2021-11-10 19:21:05 +13:00
format_specifications.rdoc [DOC] Adjust heading levels 2023-11-14 15:56:58 +09:00
forwardable.rd.ja doc: remove trailing spaces 2014-09-23 00:13:32 +00:00
globals.rdoc Typofix under doc directory 2023-12-25 11:17:51 +09:00
implicit_conversion.rdoc [DOC] Adjust heading levels 2023-11-14 15:56:58 +09:00
keywords.rdoc [DOC] Adjust heading levels 2023-11-14 15:56:58 +09:00
maintainers.md List branch maintainers in maintainers.md 2024-01-23 18:02:42 +01:00
marshal.rdoc [DOC] fix small mistake in doc/marshal.rdoc [ci skip] 2021-10-03 11:09:08 +09:00
memory_view.md Fix typos [ci skip] 2022-03-04 11:28:25 +09:00
packed_data.rdoc s/Direcive/Directive/ 2024-02-15 17:01:02 +09:00
ractor.md [DOC] clarify situation for Ractor#send of T_DATA objects. 2024-01-02 08:13:37 +09:00
security.rdoc [DOC] security.rdoc: fix YAML security documentation 2024-03-11 16:26:14 +09:00
signals.rdoc doc/signals.rdoc: Clarify a bit where Signal.trap handlers are executed 2019-04-07 11:26:27 +00:00
standard_library.rdoc Document about csv at Ruby 3.4 2024-01-22 18:23:05 +09:00
strftime_formatting.rdoc [DOC] Adjust heading levels 2023-11-14 15:56:58 +09:00
syntax.rdoc doc: initial operators commit 2023-09-20 23:52:52 +09:00
windows.md Added vcpkg manifest for windows build environment. 2024-01-26 12:38:01 +09:00
yarvarch.en delete tool/instruction.rb (2nd try) 2018-01-12 08:38:09 +00:00
yarvarch.ja delete tool/instruction.rb (2nd try) 2018-01-12 08:38:09 +00:00