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
/
lib
/
irb
/
history.rb
Age
Commit message (
Expand
)
Author
2025-01-24
Migrate irb and reline to the bundled gems
Hiroshi SHIBATA
2025-01-11
[ruby/irb] `IRB.conf[:SAVE_HISTORY]` should handle boolean values
Stan Lo
2024-10-13
[ruby/irb] Remove bignum check from save_history
tomoya ishida
2024-10-11
[ruby/irb] History refactors (https://github.com/ruby/irb/pull/1013)
Gert Goet
2024-03-16
[ruby/irb] Fix irb_history saved to current directory
tomoya ishida
2024-03-05
[ruby/irb] Add the ability to fetch and load multiple irb files.
Haroon Ahmed
2024-02-02
[ruby/irb] Require pathname (https://github.com/ruby/irb/pull/860)
Stan Lo
2024-02-02
[ruby/irb] Add a warning for when the history path doesn't exist
Ignacio Chiazzo Cardarello
2024-02-01
[ruby/irb] Reset history counter even when @loaded_history_lines is
Stan Lo
2024-01-25
[ruby/irb] inifinity ==> infinity
ydah
2023-12-01
[ruby/irb] Scrub past history input before split
hogelog
2023-09-16
[ruby/irb] Handle Concurrent Sessions and Saving Readline::HISTORY
Chad Schroeder
2023-08-13
[ruby/irb] Support seamless integration with ruby/debug
Stan Lo
2023-08-09
[ruby/irb] Fix nested IRB sessions' history saving
Stan Lo
2023-07-14
[ruby/irb] Fix history-saving feature
Stan Lo
2023-07-03
[ruby/irb] Stop treating history-saving logic as extension
Stan Lo