| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * ext/tk/tkutil/tkutil.c: add TkUtil::CallbackSubst.subst_arg(m, ...) | nagai | 2005-06-13 | 3 | -1/+150 |
* | * hash.c (ruby_setenv): fixed SEGV. [ruby-dev:26186] | ocean | 2005-06-13 | 2 | -8/+9 |
* | * signal.c (sigexit): call rb_thread_signal_exit() instead of | matz | 2005-06-12 | 13 | -170/+146 |
* | * 2005-06-13 | eban | 2005-06-12 | 1 | -3/+3 |
* | * eval.c (rb_gc_mark_threads): curr_thread may not be part of the | akr | 2005-06-12 | 2 | -2/+8 |
* | * 2005-06-11 | eban | 2005-06-11 | 1 | -3/+3 |
* | * parse.y: missing arg_paren event. This patch is contributed by Mitchell N ... | aamine | 2005-06-11 | 2 | -2/+7 |
* | * eval.c (unknown_node): show more information. [ruby-dev:26196] | akr | 2005-06-10 | 2 | -1/+13 |
* | * 2005-06-10 | nobu | 2005-06-10 | 1 | -3/+3 |
* | * missing.h: fd_set stuffs need sys/types.h. fixed: [ruby-core:05179] | nobu | 2005-06-10 | 2 | -0/+7 |
* | Added Eric Hodel's rdoc to resolv.rb and added file to .document | ryan | 2005-06-09 | 2 | -319/+637 |
* | * ext/Win32API/Win32API.c (Win32API_Call): disable global | nobu | 2005-06-09 | 3 | -3/+12 |
* | * enum.c (enum_inject): default the result value to Qundef to use | nobu | 2005-06-09 | 2 | -1/+8 |
* | * eval.c (ruby_longjmp): new macro to call longjmp, setcontext, etc. | akr | 2005-06-09 | 3 | -24/+53 |
* | * 2005-06-09 | eban | 2005-06-09 | 1 | -3/+3 |
* | add ML ref. [ruby-dev:26297] | akr | 2005-06-09 | 1 | -0/+1 |
* | * configure.in, eval.c, gc.c: use libunwind only on HP-UX. | akr | 2005-06-09 | 4 | -8/+13 |
* | * ext/tk/lib/tkextlib/ICONS/icons.rb: fail to create instances of | nagai | 2005-06-08 | 2 | -1/+10 |
* | if dlload fail to load a library, it should raise an error. | ttate | 2005-06-08 | 1 | -1/+1 |
* | * array.c (rb_ary_nitems): add the block feature to Array#nitems. | matz | 2005-06-08 | 5 | -24/+28 |
* | * bignum.c (get2comp): revert all prior changes, and calculate | matz | 2005-06-08 | 2 | -15/+36 |
* | * enum.c (enum_min_by, enum_max_by): return nil if no iteration. | nobu | 2005-06-07 | 4 | -118/+118 |
* | * bignum.c (bignorm): fixed a bug in normalizing negative numbers | matz | 2005-06-07 | 6 | -7/+61 |
* | * 2005-06-08 | eban | 2005-06-07 | 1 | -3/+3 |
* | * ext/curses/curses.c (curses_insertln): merged a patch from | matz | 2005-06-07 | 3 | -0/+40 |
* | * lib/thread.rb: RDoc documentation from Eric Hodel | matz | 2005-06-07 | 2 | -20/+89 |
* | * lib/mkmf.rb (create_makefile): add .SUFFIXES from depend file. | nobu | 2005-06-07 | 2 | -3/+15 |
* | * ext/tk/sample/tkextlib/tile/themes/kroc.{rb,tcl}: also support tile 0.4. | ocean | 2005-06-07 | 3 | -9/+29 |
* | * ChangeLog: fix typo. | nobu | 2005-06-07 | 1 | -1/+1 |
* | * parse.y (parser_yylex): small error fixed. | matz | 2005-06-07 | 2 | -2/+5 |
* | * parse.y (parser_yylex): allow ';;' to be block terminator in | matz | 2005-06-07 | 4 | -10/+38 |
* | * sample/tkextlib/tile/themes/kroc.{rb,tcl}: support tile 0.5 or later. | ocean | 2005-06-07 | 3 | -52/+116 |
* | skip test if openssl is not available. | akr | 2005-06-07 | 1 | -2/+5 |
* | * 2005-06-07 | eban | 2005-06-07 | 1 | -3/+3 |
* | * ext/tk/lib/multi-tk.rb: slave-ip fails to call procedures | nagai | 2005-06-07 | 2 | -5/+18 |
* | * ext/ripper/depend: add .y to .SUFFIXES for nmake. | usa | 2005-06-06 | 2 | -0/+5 |
* | * 2005-06-06 | eban | 2005-06-06 | 1 | -3/+3 |
* | * ext/tk/lib/tk/console.rb: create console when required | ocean | 2005-06-06 | 2 | -1/+22 |
* | * 2005-06-05 | eban | 2005-06-05 | 1 | -3/+3 |
* | * ext/tk/lib/tk/console.rb: create console when required | nagai | 2005-06-05 | 3 | -0/+11 |
* | kill a process spawned by test_exit_action. | akr | 2005-06-05 | 1 | -3/+8 |
* | * signal.c (ruby_signal): don't set SA_RESTART. | akr | 2005-06-05 | 2 | -8/+5 |
* | * test/dbm/test_dbm.rb: merged from ext/dbm/testdbm.rb. | akr | 2005-06-04 | 5 | -1261/+1191 |
* | add a test for file descriptor passing. | akr | 2005-06-04 | 1 | -0/+28 |
* | fix another IPv6 issue. | akr | 2005-06-03 | 1 | -1/+1 |
* | avoid IPv6 issue. | akr | 2005-06-03 | 1 | -3/+3 |
* | add ML number. | akr | 2005-06-03 | 1 | -2/+2 |
* | set verify_mode to avoid a warning. | akr | 2005-06-03 | 1 | -0/+1 |
* | * test/sdbm/test_sdbm.rb: renamed from ext/sdbm/testsdbm.rb with | akr | 2005-06-03 | 2 | -145/+109 |
* | * 2005-06-04 | eban | 2005-06-03 | 1 | -3/+3 |