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
/
ext
/
pty
/
lib
/
expect.rb
Age
Commit message (
Expand
)
Author
2017-10-21
Replace `to_a[1..-1]` on a MatchData with `captures`
knu
2017-10-21
Remove redundant calls of String#chr
knu
2017-02-04
ext/pty: Specify frozen_string_literal: true.
kazu
2015-12-16
handle ext/ as r53141
naruse
2013-04-16
fixed wrong value by @taksatou [fix GH-287]
hsbt
2013-02-06
* doc/pty/README.expect: Removed static documentation file
zzak
2011-08-26
* ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patch
drbrain
2011-05-15
* remove trailing spaces.
nobu
2010-04-09
* ext/pty/lib/expect.rb: preserve buffer read, instead of discard.
mame
2010-04-09
* ext/pty/lib/expect.rb: raise an error when argument is unexpected
mame
2010-04-09
* ext/pty/lib/expect.rb: add rdoc. based on a patch from Luiz Angelo
mame
2008-02-18
* ext/pty/lib/expect.rb (IO#expect): check if peer is closed.
nobu
2002-08-13
* hash.c (rb_hash_replace): should copy ifnone.
matz
2001-07-02
* error.c (exc_exception): clone the receiver exception instead of
matz
1999-08-13
remove marshal/gtk/kconv
matz