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
*
* compile.c (iseq_compile_each): &&= and ||= should return rhs.
nobu
2009-09-05
1
-0
/
+5
*
* re.c (update_char_offset): position should be long.
nobu
2009-09-04
1
-9
/
+8
*
* re.c (update_char_offset):
nobu
2009-09-04
1
-0
/
+10
*
* numeric.c (round): added declaration. [ruby-dev:39222]
nobu
2009-09-04
1
-0
/
+4
*
* dir.c (Init_Dir): alias Dir#path to Dir#to_path. [ruby-core:25326]
matz
2009-09-03
1
-0
/
+4
*
* random.c (random_rand): fixed rdoc. [ruby-core:25332]
nobu
2009-09-03
1
-0
/
+4
*
* lib/webrick/httpservlet/abstract.rb (do_OPTIONS): method names
nobu
2009-09-03
1
-0
/
+5
*
* parse.y (literal_concat_gen): concat body from dstr instead of
nobu
2009-09-03
1
-0
/
+5
*
* math.c (math_gamma): get rid of direct comparison between too
nobu
2009-09-02
1
-0
/
+5
*
* math.c (domain_check): simplified.
nobu
2009-09-02
1
-0
/
+4
*
* gc.c (obj_free): fix to free method table (fix memory leak).
ko1
2009-09-02
1
-0
/
+4
*
* tool/instruction.rb (RubyVM::InstructionsLoader#make_stackcaching_insns):
nobu
2009-09-01
1
-0
/
+5
*
NaN is now 0.0/0 because of 1.8/1.9 compat.
naruse
2009-09-01
1
-0
/
+5
*
* ext/json: Update to JSON 1.1.9.
naruse
2009-09-01
1
-0
/
+4
*
* vm_eval.c (eval_string_with_cref): fix to check local_table_size.
ko1
2009-09-01
1
-0
/
+5
*
* class.c (make_singleton_class): variable name changed.
yugui
2009-08-31
1
-0
/
+5
*
* class.c: refactored singleton class related matters.
yugui
2009-08-31
1
-0
/
+24
*
* time.c (find_time_t): use mktime for the first guess.
akr
2009-08-30
1
-0
/
+4
*
* parse.y (rb_enc_symname2_p): not depend on nul terminator.
nobu
2009-08-30
1
-0
/
+4
*
* common.mk: dependencies updated.
akr
2009-08-30
1
-2
/
+6
*
* time.c (add): shortcut implemented for fixnums.
akr
2009-08-30
1
-0
/
+6
*
* time.c (eq): apply RTEST.
akr
2009-08-30
1
-0
/
+9
*
* bignum.c (bigmul1_single): new function specialized respect to
akr
2009-08-30
1
-0
/
+6
*
* timev.h (TIME_SCALE): defined as 1000000000.
akr
2009-08-29
1
-0
/
+10
*
* time.c (init_leap_second_info): use TIMET_MAX.
akr
2009-08-29
1
-0
/
+4
*
* ext/zlib/zlib.c (gzfile_read_all): use gzfile_newstr;
naruse
2009-08-29
1
-0
/
+5
*
* vm_eval.c (rb_call0): gets rid of checking method cache twice.
yugui
2009-08-29
1
-0
/
+7
*
* lib/tmpdir.rb (Dir.mktmpdir): rolled back r24699. [ruby-dev:39193]
nobu
2009-08-29
1
-0
/
+4
*
* lib/tmpdir.rb (Dir.mktmpdir): removed thread race condition.
nobu
2009-08-28
1
-1
/
+3
*
* lib/tempfile.rb (Tempfile#make_tmpname): removed thread race
nobu
2009-08-28
1
-0
/
+5
*
* lib/tempfile.rb (Tempfile#callback): Debug information should be
knu
2009-08-28
1
-0
/
+6
*
* ext/win32ole/win32ole.c: use SafeStringValue instead of
suke
2009-08-28
1
-0
/
+5
*
* thread.c (do_select): rollback r24680. void struct initializer is
usa
2009-08-28
1
-0
/
+5
*
* method.h (rb_method_definition_t): split from rb_method_entry_t
nobu
2009-08-28
1
-0
/
+7
*
* vm_core.h ({GET,INC}_VM_STATE_VERSION): moved from vm_insnhelper.h.
nobu
2009-08-28
1
-1
/
+4
*
* iseq.c (iseq_mark): skip outdated cache entries.
nobu
2009-08-28
1
-0
/
+4
*
* enumerator.c (next_i): typo fixed (reached at end -> reached an
matz
2009-08-27
1
-0
/
+5
*
* vm_method.c (rb_remove_method_id): exported.
nobu
2009-08-27
1
-0
/
+6
*
* re.c (rb_reg_preprocess_dregexp): set encoding as ASCII-8BIT
naruse
2009-08-27
1
-0
/
+5
*
* random.c (random_rand): random integer can be a fixnum for
nobu
2009-08-27
1
-0
/
+5
*
* ext/strscan/strscan.c (strscan_set_string): set string should not be
nobu
2009-08-26
1
-0
/
+7
*
* Makefile.in (enc/unicode/name2ctype.kwd):
naruse
2009-08-26
1
-0
/
+7
*
* unicode.c (PROPERTY_NAME_MAX_SIZE): use MAX_WORD_LENGTH.
naruse
2009-08-26
1
-0
/
+4
*
* random.c (random_rand): refined error message.
nobu
2009-08-26
1
-1
/
+3
*
* random.c (random_rand): fixed for edge cases of ranges.
nobu
2009-08-26
1
-0
/
+5
*
* lib/tempfile.rb: add documents from Hongli Lai's fork.
naruse
2009-08-26
1
-0
/
+5
*
* tool/mkconfig.rb (program_transform_name): fix for multiple trans
naruse
2009-08-26
1
-0
/
+7
*
* random.c (random_rand): unified random_int and random_float.
nobu
2009-08-26
1
-0
/
+6
*
* test/test_tempfile.rb: merged from Hongli Lai's fork.
nobu
2009-08-26
1
-0
/
+5
*
* lib/tempfile.rb (Tempfile#close!): should not undefine finalizer
nobu
2009-08-26
1
-0
/
+5
[next]