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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2008-01-06
* include/ruby/encoding.h (rb_enc_str_buf_cat): declared.
akr
2008-01-06
* lib/securerandom.rb: Add Win32 support.
technorama
2008-01-06
add a test.
akr
2008-01-06
* 2008-01-06
usa
2008-01-06
* lib/date.rb, lib/date/format.rb: introduced some constants
tadf
2008-01-05
unused variable removed.
akr
2008-01-05
split combinational tests.
akr
2008-01-05
add a test.
akr
2008-01-05
* re.c (rb_reg_initialize_str): /\x80/n is not an error even if script
akr
2008-01-05
* lib/resolv.rb (Reolv::DNS#each_address): get A record and then AAAA
naruse
2008-01-05
add a comment.
akr
2008-01-05
* vm_insnhelper.c (vm_callee_setup_arg): it is not inlinable because
akr
2008-01-05
* test/win32ole/test_win32ole.rb(test_s_codepage_changed) : modify test
suke
2008-01-05
* test/win32ole/test_win32ole.rb(test_s_locale_change) :add assertion which
suke
2008-01-05
* string.c (rb_str_resize): copy if old data is not empty
nobu
2008-01-05
* string.c (rb_str_resize): copy at old length but not new length.
nobu
2008-01-05
* ruby.c (proc_options): no need for intermediate object.
nobu
2008-01-05
update rdoc.
akr
2008-01-05
* encoding.c (Init_Encoding): alias csWindows31J to Windows-31J.
akr
2008-01-04
* include/ruby/ruby.h (rb_intern): memorize interned ID for constant
akr
2008-01-04
* string.c (trnext): should enable backslash escape.
matz
2008-01-04
* eval.c (Init_eval): move instance_eval and instance_exec to
matz
2008-01-04
* ruby.c (proc_options): update according to the last API revert.
matz
2008-01-04
* include/ruby/intern.h, re.c (rb_reg_new): keep interface same as
nobu
2008-01-04
* time.c (time_arg): use converted object. [ruby-core:14759]
nobu
2008-01-04
parenthesize macro arguments.
akr
2008-01-04
* ext/digest/lib/digest/hmac.rb (Digest::HMAC#initialize): use
akr
2008-01-04
* re.c (rb_reg_prepare_re): check string encoding. Oniguruma doesn't
akr
2008-01-04
unused variable removed.
akr
2008-01-04
* re.c (rb_reg_search): avoid inner loop for reverse search.
matz
2008-01-03
* enc/euc_jp.c: remove eucjp_ prefix. breakpoint can be specified as
akr
2008-01-03
* re.c (rb_reg_search): iterate onig_match for reverse mode.
akr
2008-01-03
* win32.h: only VC6 needs extern "C++" for math.h. [ruby-talk:285660]
nobu
2008-01-03
* include/ruby/oniguruma.h: Oniguruma 1.9.1 merged.
matz
2008-01-03
* io.c (io_ungetc): move data in buffer if it is required to store the
akr
2008-01-03
add a test for getc with stateful conversion.
akr
2008-01-03
* include/ruby/ruby.h (st_strcasecmp): declared for STRCASECMP.
akr
2008-01-03
* eval_jump.c (rb_f_catch): Resotre cfp if catched thrown object.
ko1
2008-01-03
Added known bug from ruby-core:14537
ryan
2008-01-03
* bootstraptest/test_eval.rb, test_knownbug.rb: move a fixed test.
ko1
2008-01-03
* encoding.c: (rb_tolower, rb_toupper): body was exchanged.
akr
2008-01-03
* regenc.h (onigenc_ascii_is_code_ctype): put back.
akr
2008-01-03
* encoding.c (rb_isalnum): defined.
akr
2008-01-03
* include/ruby/encoding.h (rb_isascii): simplified.
akr
2008-01-03
* parse.y (parser_magic_comment): use STRNCASECMP.
akr
2008-01-03
downcase MUL_OVERFLOW. it is a local variable.
akr
2008-01-03
update dependency for alloca.o and dmydln.o.
akr
2008-01-03
update golf dependency.
akr
2008-01-03
* time.c: don't mention an obsolete library, ParseDate.
akr
2008-01-03
* io.c (fptr_finalize): clear errno first. [ruby-talk:284492]
nobu
[next]