index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* tool/compile_prelude.rb: use erb.
akr
2007-12-21
1
-0
/
+4
*
* enumerator.c (enumerator_next): should call next_init() if fiber
matz
2007-12-20
1
-0
/
+5
*
* ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLContext.build):
gotoyuzo
2007-12-20
1
-0
/
+5
*
* lib/net/http.rb (Net::HTTP#connect): use
gotoyuzo
2007-12-20
1
-0
/
+10
*
* io.c (select_internal): should return original value.
gotoyuzo
2007-12-20
1
-0
/
+4
*
* string.c (tr_trans): wrong encoding check for tree strings.
matz
2007-12-20
1
-0
/
+7
*
* lib/net/imap.rb (initialize): the second argument is an option
ko1
2007-12-20
1
-0
/
+5
*
* thread_pthread.c (native_thread_apply_priority): check
ko1
2007-12-20
1
-0
/
+5
*
* configure.in: add libthr for FreeBSD.
ko1
2007-12-20
1
-0
/
+4
*
* common.mk, *.ci: renamed to *.c.
ko1
2007-12-20
1
-0
/
+6
*
Import RubyGems 1.0.0, r1575
drbrain
2007-12-20
1
-0
/
+4
*
* proc.c: support Proc#binding.
ko1
2007-12-20
1
-0
/
+6
*
Thu Dec 20 17:15:15 2007 Martin Duerst <duerst@it.aoyama.ac.jp>
duerst
2007-12-20
1
-0
/
+5
*
* common.mk (enc.mk): depends on rbconfig.rb.
nobu
2007-12-20
1
-0
/
+13
*
* iseq.c (find_line_no): return 0 if not found.
ko1
2007-12-20
1
-0
/
+4
*
* insnhelper.ci, vm.c, vm_core.h: change interface of
ko1
2007-12-20
1
-0
/
+12
*
* enc/iso_8859_{1..16}.c: renamed.
nobu
2007-12-20
1
-0
/
+4
*
* insnhelper.ci (vm_expandarray): fix sp increase place.
ko1
2007-12-20
1
-0
/
+9
*
* bootstraptest/test_syntax.rb: add a test.
ko1
2007-12-20
1
-0
/
+4
*
* compile.c (iseq_compile_each/NODE_RETURN): fix stack consistency.
ko1
2007-12-20
1
-0
/
+4
*
* bignum.c (big2str_orig): access beyond memory region cause crash
matz
2007-12-20
1
-0
/
+6
*
* string.c (rb_str_index): wrong starting position.
matz
2007-12-20
1
-0
/
+4
*
* compile.c (iseq_compile_each): add pop after throw as return.
ko1
2007-12-19
1
-0
/
+8
*
* compile.c (iseq_compile_each): remove unused retry entry.
ko1
2007-12-19
1
-0
/
+4
*
* */Makefile.sub (DEFS, RM): output to config.status.
usa
2007-12-19
1
-0
/
+4
*
* common.mk (encs): create encoding directory.
matz
2007-12-19
1
-0
/
+4
*
* enc/iso8859_{1..16}.c: adjust for ruby.
nobu
2007-12-19
1
-0
/
+4
*
* string.c (rb_str_each_line): should consider rslen.
matz
2007-12-19
1
-0
/
+12
*
* enc/iso8859_{1..16}.c: imported from Onigiruma 5.9.0.
nobu
2007-12-19
1
-0
/
+4
*
* enc/Makefile.in (RM): added.
nobu
2007-12-19
1
-0
/
+8
*
* string.c (rb_str_rindex_m): too much adjustment.
matz
2007-12-19
1
-0
/
+8
*
* compile.c (iseq_compile_each): should handle upper level eval iseq
nobu
2007-12-19
1
-0
/
+6
*
* test/drb/drbtest.rb (test_07_public_private_protected_missing):
seki
2007-12-19
1
-0
/
+5
*
* dir.c (dir_inspect, dir_path, dir_tell): check for frozen and closed
nobu
2007-12-19
1
-0
/
+5
*
* string.c (rb_str_rindex): comparison length should be based on
matz
2007-12-19
1
-0
/
+3
*
* string.c (rb_str_chomp_bang): wrong adjust condition.
matz
2007-12-19
1
-0
/
+2
*
* string.c (str_sublen): adjust position if position is not at the
matz
2007-12-19
1
-0
/
+8
*
* re.c (rb_reg_regsub): should set checked encoding.
nobu
2007-12-19
1
-0
/
+6
*
* bignum.c (bigmul1): C99ism.
usa
2007-12-19
1
-0
/
+6
*
* ext/nkf/nkf-utf8/nkf.c: Updated.
naruse
2007-12-19
1
-0
/
+13
*
* bignum.c (rb_big_mul0): blocking check for bigger numbers.
matz
2007-12-19
1
-0
/
+7
*
* compile.c (iseq_compile_each): remove "retry" in block.
ko1
2007-12-19
1
-0
/
+21
*
* bootstraptest/test_knownbug.rb, test_block.rb:
ko1
2007-12-19
1
-0
/
+7
*
* eval.c (errinfo_place): skip if error is Fixnum. [ruby-dev:32608]
ko1
2007-12-19
1
-0
/
+6
*
* parse.y (reg_named_capture_assign_iter): get rid of creating
nobu
2007-12-19
1
-1
/
+6
*
* parse.y (reg_named_capture_assign_iter): remove C99 dependency.
nobu
2007-12-19
1
-0
/
+4
*
fixed an error in ChengeLog entry
matz
2007-12-19
1
-1
/
+2
*
* insnhelper.ci (vm_yield_with_cfunc): call cfunc with
matz
2007-12-19
1
-0
/
+7
*
* string.c (rb_str_justify): should propagate encoding from pad
matz
2007-12-19
1
-0
/
+5
*
* configure.in (TIMEZONE_VOID): check whether timezone requires zero
nobu
2007-12-19
1
-0
/
+5
[prev]
[next]