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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* 2009-07-15
svn
2009-07-14
1
-2
/
+2
*
Set tempfile name with literal.
naruse
2009-07-14
2
-2
/
+7
*
* ext/io/nonblock: moved from ext/io/wait/lib.
nobu
2009-07-14
4
-23
/
+120
*
Check pos and strlen on Regexp#index(str, pos) [ruby-core:23660]
naruse
2009-07-14
2
-0
/
+7
*
* io.c (rb_io_initialize): check if the descriptor can be accessed
nobu
2009-07-14
3
-5
/
+25
*
* ext/tk/lib/multi-tk.rb: Long-term-callback support isn't stable yet.
nagai
2009-07-14
3
-2
/
+8
*
* ext/tk/lib/tk/menuspec.rb: commit miss on my last commitment.
nagai
2009-07-13
1
-1
/
+1
*
Follow tests for changes of ENV's encoding.
naruse
2009-07-13
2
-2
/
+8
*
* marshal.c (r_object0): should return real object.
naruse
2009-07-13
2
-9
/
+13
*
* enumerator.c (yielder_yield_i): use rb_proc_new instead of
mame
2009-07-13
4
-9
/
+35
*
* 2009-07-14
svn
2009-07-13
1
-2
/
+2
*
* test/ruby/test_case.rb (TestCase#test_deoptimization):
yugui
2009-07-13
2
-0
/
+16
*
* lib/prime.rb (Prime#prime_division): now decomposes
yugui
2009-07-13
3
-1
/
+18
*
* io.c (pipe_open): handles leaked on win32 when an error occurs.
usa
2009-07-13
2
-3
/
+17
*
* proc.c (Kernel#define_singleton_method): rdoc. based on a patch by
yugui
2009-07-13
1
-0
/
+26
*
* lib/tempfile (Tempfile.open): rdoc. patch by Nobuhiro IMAI.
yugui
2009-07-13
1
-1
/
+1
*
* marshal.c (r_object0): should not shadow outer variable not to
nobu
2009-07-13
2
-1
/
+6
*
* marshal.c (r_object0): copy instance variables to new regexp.
naruse
2009-07-13
2
-2
/
+7
*
* vm_core.h, compile.c: declare struct iseq_inline_cache_entry.
ko1
2009-07-13
8
-27
/
+83
*
* .gitignore: synchronized with svn:ignore.
yugui
2009-07-13
2
-62
/
+382
*
ignores $(srcdir)/breakpoints.gdb.
yugui
2009-07-13
0
-0
/
+0
*
ext/tk: ignores generated ext/tk/config_list
yugui
2009-07-13
0
-0
/
+0
*
* insns.def, vm_insnhelper.c (getinstancevariable):
ko1
2009-07-13
6
-37
/
+86
*
* ext/tk: eol-style.
nobu
2009-07-13
0
-0
/
+0
*
* lib/pstore.rb (PStore#on_windows): fixed typo.
nobu
2009-07-13
1
-1
/
+1
*
* ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.
nagai
2009-07-12
228
-1043
/
+7260
*
rdoc update.
akr
2009-07-12
1
-0
/
+1
*
* time.c (time_timespec): rounds subsecond toward zero.
nobu
2009-07-12
2
-12
/
+11
*
* 2009-07-13
svn
2009-07-12
1
-2
/
+2
*
ENV is now locale encoding.
naruse
2009-07-12
2
-2
/
+8
*
* complex.c: added some shortcuts.
tadf
2009-07-12
3
-12
/
+72
*
* object.c (rb_to_integer, rb_check_to_integer): return Bignum
nobu
2009-07-12
2
-0
/
+7
*
* complex.c: use k_exact_{zero,one}_p macro.
tadf
2009-07-12
3
-16
/
+24
*
* numeric.c (fix_divide): added an entry to rational.
tadf
2009-07-12
4
-1
/
+28
*
* random.c (rand_init): use fixed buffer for small numbers.
nobu
2009-07-11
3
-33
/
+38
*
* ext/tk/tcltklib.c (get_obj_from_str): suppressed a warning.
nobu
2009-07-11
1
-1
/
+1
*
* test/ruby/test_io_m17n.rb (test_strip_bom): added.
naruse
2009-07-11
2
-0
/
+18
*
* ext/readline/readline.c (readline_attempted_completion_function):
nobu
2009-07-10
2
-6
/
+14
*
* random.c (limited_rand): expands to long before shift so that
nobu
2009-07-10
2
-2
/
+7
*
* random.c (rand_init): got rid of buffer overflow.
nobu
2009-07-10
2
-4
/
+8
*
* array.c (ary_join_1): should recurse for element array.
nobu
2009-07-10
4
-2
/
+8
*
io.c (io_strip_bom): ungetbyte third byte when UTF-16LE.
naruse
2009-07-10
2
-0
/
+5
*
Fix condition of second byte of UTF-16LE/UTF-32LE.
naruse
2009-07-10
2
-1
/
+6
*
* ChangeLog: commit miss.
nobu
2009-07-10
1
-1
/
+1
*
cosmetic changes
naruse
2009-07-10
1
-5
/
+8
*
* ext/readline/extconf.rb: checked rl_refresh_line in readline.
kouji
2009-07-10
4
-0
/
+31
*
* ext/readline/extconf.rb: checked rl_line_buffer and rl_point in
kouji
2009-07-10
5
-38
/
+161
*
* test/ruby/test_array.rb (test_join2): fixed typo.
nobu
2009-07-10
1
-1
/
+1
*
* array.c (recursive_join): use obj to tell if recursion occurs.
nobu
2009-07-10
5
-39
/
+33
*
Add test for marshaling regexp.
naruse
2009-07-10
1
-0
/
+7
[next]