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
*
* lib/mkmf.rb (configuration): typo.
usa
2006-07-25
1
-0
/
+4
*
* process.c (rb_proc_times): rename hz to hertz to avoid name
matz
2006-07-25
1
-5
/
+10
*
* eval.c (backtrace): skip frames successive on node and method name.
nobu
2006-07-24
1
-0
/
+4
*
* eval.c (rb_call0): revert last change. [ruby-dev:29112]
matz
2006-07-24
1
-0
/
+5
*
* ext/readline/readline.c (readline_readline): rl_deprep_term_function
akr
2006-07-24
1
-0
/
+5
*
* test/socket/test_unix.rb: disabled on cygwin.
akr
2006-07-23
1
-0
/
+5
*
* ruby.c (proc_options): script is never used while recursing.
nobu
2006-07-21
1
-0
/
+4
*
* object.c (rb_cstr_to_dbl): "9_e8" should consider "_e8" as
matz
2006-07-21
1
-0
/
+5
*
* eval.c (rb_call0): include funcalled methods in caller list.
nobu
2006-07-21
1
-0
/
+5
*
* ext/extmk.rb, lib/mkmf.rb (with_destdir): remove drive letter before
nobu
2006-07-21
1
-0
/
+5
*
* eval.c (rb_call): try local method look-up first for fcall, then
matz
2006-07-20
1
-0
/
+10
*
* object.c (rb_mod_attr): make Module#attr to be an alias to
matz
2006-07-20
1
-0
/
+5
*
* test/ruby/test_float.rb (TestFloat::test_strtod): update test to
matz
2006-07-20
1
-0
/
+10
*
* eval.c (rb_yield_0): should check args_args before lambda
matz
2006-07-19
1
-0
/
+5
*
* process.c (rb_f_system): shouldn't block SIGCHLD if it's not
usa
2006-07-18
1
-0
/
+5
*
* process.c (rb_f_system): block SIGCHLD during the process
matz
2006-07-18
1
-6
/
+6
*
* win32/win32.c (open_ifs_socket): should not use plain malloc.
usa
2006-07-18
1
-0
/
+6
*
* eval.c (yield_under_i): argument should be passed in avalue
matz
2006-07-18
1
-0
/
+5
*
* pack.c (pack_unpack): propagate association array to copied
matz
2006-07-18
1
-0
/
+11
*
* intern.h (st_foreach_safe): fix prototype.
usa
2006-07-18
1
-0
/
+9
*
* process.c (rb_f_system): call rb_sys_fail(0) if rb_last_status
matz
2006-07-18
1
-0
/
+5
*
* lib/webrick/httpserver.rb (WEBrick::HTTPServer::unmount): remove
matz
2006-07-18
1
-0
/
+5
*
* object.c (rb_cstr_to_dbl): limit out-of-range message.
nobu
2006-07-18
1
-0
/
+7
*
* util.c (ruby_strtod): stop at dot not followed by digits.
nobu
2006-07-17
1
-0
/
+5
*
* ext/extmk.rb: remove LIBRUBY_SO if static linked extensions exist.
nobu
2006-07-17
1
-0
/
+4
*
* configure.in (rb_cv_msvcrt): defaulted to msvcrt. Workaround for a
nobu
2006-07-17
1
-4
/
+9
*
* ext/io/wait/wait.c (io_ready_p): protoize.
matz
2006-07-17
1
-0
/
+10
*
* configure.in: should use ac_cv_lib_dl_dlopen=no on MinGW.
eban
2006-07-17
1
-1
/
+1
*
* configure.in: set ac_cv_func_dlopen=no on MinGW.
eban
2006-07-17
1
-0
/
+4
*
* st.c: still need to include config.h on some platforms.
usa
2006-07-17
1
-0
/
+4
*
* st.c (malloc): use xmalloc/xcalloc instead of plain
matz
2006-07-14
1
-0
/
+6
*
* ext/tk/lib/tk.rb: add methods for new features of latest Tcl/Tk8.5
nagai
2006-07-14
1
-0
/
+6
*
* lib/monitor.rb: document patch from Hugh Sasse <hgs at dmu.ac.uk>.
matz
2006-07-13
1
-0
/
+5
*
* array.c (rb_ary_pop): may cause realloc oscillation. a patch
matz
2006-07-13
1
-0
/
+6
*
* ext/tk/lib/tk/composite.rb: improve handling of the classname on the
nagai
2006-07-13
1
-0
/
+5
*
* ruby.h (FIX2LONG): returns integer of size of VALUE.
matz
2006-07-12
1
-0
/
+7
*
* parse.y (f_args): allow post mandatory arguments after optional
matz
2006-07-12
1
-0
/
+23
*
* ext/tk/lib/multi-tk.rb: remove restriction on the class of
nagai
2006-07-11
1
-0
/
+5
*
* ext/tk/lib/multi-tk.rb: security fix.
nagai
2006-07-11
1
-0
/
+4
*
* string.c (rb_str_dump): need to extend len for \b.
usa
2006-07-11
1
-0
/
+4
*
* bignum.c (rb_int2big): use SIGNED_VALUE. [ruby-dev:29019]
matz
2006-07-11
1
-0
/
+14
*
* bignum.c (bignorm): sizeof(long) may be smaller than
matz
2006-07-11
1
-0
/
+18
*
* gc.c (gc_sweep): expand heap earlier.
akr
2006-07-10
1
-0
/
+5
*
* ext/tk/lib/tk/font.rb: sorry. mistaken to patch.
nagai
2006-07-10
1
-0
/
+4
*
* ext/tk/tcltklib.c: make SEGV risk lower at exit.
nagai
2006-07-10
1
-0
/
+26
*
* sample/test.rb: update test suites.
matz
2006-07-10
1
-0
/
+8
*
* eval.c (rb_call): remove erroneously restored prot_tag->blkid
matz
2006-07-10
1
-0
/
+5
*
* signal.c (install_nativethread_sighandler): commented out.
nagai
2006-07-10
1
-0
/
+4
*
* eval.c (proc_invoke): should not overwrite block information in
matz
2006-07-10
1
-0
/
+26
*
* eval.c (rb_clear_cache_for_remove): clear entries for included
nobu
2006-07-10
1
-0
/
+5
[next]