index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
readline
/
readline.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-2
/
+2
*
[Feature #18290] Remove all usages of rb_gc_force_recycle
Peter Zhu
2021-11-08
1
-1
/
+0
*
Added missing declarations in readline.h bundled with macOS 10.13
Nobuyoshi Nakada
2021-07-09
1
-0
/
+3
*
[ruby/readline-ext] Initialize libedit before managing the history
Nobuyoshi Nakada
2021-02-18
1
-0
/
+1
*
Get rid of inconsistent dll linkages against vcpkg readline
Nobuyoshi Nakada
2020-12-27
1
-6
/
+6
*
Fix code example in Readline::HISTORY documentation.
Cristian Greco
2020-12-02
1
-1
/
+1
*
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-18
1
-1
/
+0
*
drop-in type check for rb_define_singleton_method
卜部昌平
2019-08-29
1
-5
/
+5
*
Update the canonical repository url.
Hiroshi SHIBATA
2019-05-07
1
-1
/
+1
*
readline.c: improve docs
stomar
2018-10-12
1
-2
/
+2
*
Added missing declarations in readline.h bundled with macOS 10.14
nobu
2018-10-07
1
-0
/
+10
*
Readline: expose rl_completion_quote_character variable
nobu
2018-09-02
1
-0
/
+31
*
use https:// instead of http://
kazu
2018-07-28
1
-1
/
+1
*
UNREACHABLE_RETURN
nobu
2018-07-24
1
-1
/
+1
*
no ID cache in Init functions
nobu
2018-02-16
1
-2
/
+2
*
ext: check if null byte is contained
nobu
2017-09-30
1
-1
/
+2
*
Fix up r57788, Function is removed at readline-6.3.
hsbt
2017-03-07
1
-1
/
+1
*
Avoid to warning of clang with -Wincompatible-pointer-types.
hsbt
2017-03-06
1
-1
/
+1
*
readline.c: fix waiting fucntion
nobu
2017-03-06
1
-1
/
+1
*
readline.c: fix type
nobu
2017-03-04
1
-4
/
+5
*
readline.c: str_subpos
nobu
2016-11-17
1
-6
/
+22
*
readline: remove dependency on internal.h
nobu
2016-11-13
1
-3
/
+1
*
use rb_locale_str_new
nobu
2016-10-03
1
-1
/
+1
*
rl_char_is_quoted_p
nobu
2016-10-03
1
-0
/
+85
*
readline.c: mustbe_callable
nobu
2016-10-03
1
-8
/
+15
*
ext: use RARRAY_AREF
nobu
2015-11-05
1
-1
/
+1
*
ext: use RARRAY_CONST_PTR
nobu
2015-11-04
1
-1
/
+1
*
pass saved errno
nobu
2015-07-08
1
-6
/
+3
*
readline.c: initialize before rl_refresh_line
nobu
2015-01-14
1
-17
/
+30
*
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-11-15
1
-2
/
+1
*
protoize no-arguments functions
nobu
2014-09-30
1
-1
/
+1
*
readline.c: use rb_setup_fake_str
nobu
2014-09-12
1
-6
/
+2
*
* ext/readline/readline.c (Init_readline): Use rl_hook_func_t instead
akr
2014-03-01
1
-1
/
+1
*
* ext/readline/readline.c (readline_getc): Consider
akr
2013-10-29
1
-0
/
+2
*
* ext/readline/readline.c: Include ruby/thread.h for
akr
2013-10-27
1
-77
/
+103
*
fix r42527 again; [Bug #8760] [ruby-dev:47608] [ruby-dev:47609]
naruse
2013-08-12
1
-7
/
+2
*
refix r42525 set stdio_file only if stdio
naruse
2013-08-12
1
-2
/
+4
*
* ext/readline/readline.c (readline_s_set_input): on OS X with editline,
naruse
2013-08-11
1
-0
/
+2
*
* ext/readline/readline.c (insert_ignore_escape): suppress
ktsj
2013-08-09
1
-1
/
+1
*
* ext/readline/readline.c (readline_s_delete_text): remove
kouji
2013-08-06
1
-71
/
+12
*
* ext/readline/readline.c, test/readline/test_readline.rb: fix
kouji
2013-08-06
1
-271
/
+271
*
* ext/readline/readline.c (readline_s_set_point, Init_readline):
kouji
2013-08-06
1
-0
/
+19
*
* ext/readline/readline.c (Init_readline, readline_s_set_output)
kouji
2013-08-06
1
-20
/
+111
*
readline.c: $SAFE 4
nobu
2013-07-22
1
-1
/
+3
*
readline.c: $SAFE
nobu
2013-07-22
1
-1
/
+5
*
* ext/readline/readline.c (Init_readline): added
kouji
2013-07-22
1
-0
/
+54
*
* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError
shugo
2013-06-12
1
-46
/
+0
*
fix typos. Patch by k_takata.
ktsj
2013-05-19
1
-1
/
+1
*
* include/ruby/ruby.h: constify RBasic::klass and add
ko1
2013-05-13
1
-2
/
+2
*
* ext/readline/readline.c (insert_ignore_escape): Add a cast to
akr
2013-05-07
1
-1
/
+1
[next]