aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * ext/tk/tcltklib.c: make SEGV risk lower at exit.nagai2006-07-109-40/+543
* * sample/test.rb: update test suites.matz2006-07-104-22/+37
* * eval.c (rb_call): remove erroneously restored prot_tag->blkidmatz2006-07-102-1/+5
* * signal.c (install_nativethread_sighandler): commented out.nagai2006-07-102-0/+12
* * ruby.h: typo.usa2006-07-101-1/+1
* * eval.c (proc_invoke): should not overwrite block information inmatz2006-07-107-40/+124
* 2006-07-10nobu2006-07-101-3/+3
* * eval.c (rb_clear_cache_for_remove): clear entries for includednobu2006-07-102-1/+7
* * lib/mkmf.rb (create_makefile): prevent substitution of macronobu2006-07-092-2/+5
* * lib/mkmf.rb (try_constant): fix for value 1 at cross compiling.nobu2006-07-092-29/+30
* cached rdoc diagrams, private rdoc comments, minor clarifications in debug.rb...ryan2006-07-087-18/+55
* Massive rdoc for fortran overhaul from Yasuhiro Morikawaryan2006-07-081-59/+1781
* 2006-07-09nobu2006-07-081-3/+3
* * eval.c (next_jump): deal with destination of next.nobu2006-07-082-3/+34
* update doc.akr2006-07-081-0/+4
* 2006-07-08suke2006-07-071-3/+3
* Test class name should not be duplicated.suke2006-07-072-2/+2
* should define FUNC_CDECL/STDCALL if the macros are not defined.ttate2006-07-071-0/+7
* * string.c (rb_str_ord): extract lower byte. fixed: [ruby-dev:28980]nobu2006-07-073-3/+12
* * win32/Makefile.sub (config.h): define FUNC_STDCALL/FUNC_CDECL.usa2006-07-072-0/+7
* conformed to the usage of FUNC_CDECL/STDCALL described in [ruby-dev:28970].ttate2006-07-064-45/+9
* 2006-07-07ttate2006-07-061-3/+3
* * process.c (rb_proc_times): use sysconf(_SC_CLK_TCK) value prior tonobu2006-07-063-8/+35
* * ext/racc/cparse/cparse.c: sync with original code, rev 1.8.aamine2006-07-063-61/+98
* 2006-07-06aamine2006-07-061-3/+3
* * test/ruby/test_lambda.rb (TestLambdaParameters::test_lambda_as_iterator):matz2006-07-042-1/+6
* 2006-07-05matz2006-07-041-3/+3
* * ruby.c (proc_options): supress warning on DOSISH.usa2006-07-042-1/+6
* * eval.c (rb_call): should not set prot_tag->blkid since it wouldmatz2006-07-042-7/+16
* * eval.c (rb_call): should not set prot_tag->blkid since it wouldmatz2006-07-041-1/+1
* * bignum.c: ruby 1.9 HEAD 64 bit warnings clean up frommatz2006-07-039-93/+109
* 2006-07-04matz2006-07-031-3/+3
* * ext/tk/tcltklib.c (ip_make_menu_embeddable): help to make a menunagai2006-07-036-11/+317
* fix typos.akr2006-07-031-3/+3
* * ext/etc/extconf.rb (PW_UID2VAL, PW_GID2VAL): defaulted to conversionnobu2006-07-033-5/+10
* * io.c (popen_exec): close file descriptors other than standard I/Os.nobu2006-07-032-5/+6
* * test/openssl/test_asn1.c: String#[]= doesnt't accept Integer.gotoyuzo2006-07-022-1/+5
* 2006-07-03matz2006-07-021-3/+3
* * string.c (rb_str_inspect): encode \b (\010) for escape.matz2006-07-022-0/+15
* cancelled r1.25tadf2006-07-021-3/+0
* * ext/racc/cparse/cparse.c: sync with original code, rev 1.7.aamine2006-07-022-3/+10
* * ext/racc/cparse/cparse.c: sync with original source code, rev 1.6.aamine2006-07-022-48/+47
* * io.c (io_reopen): STDOUT.reopen(filename, "w+") didn't work.akr2006-07-022-2/+9
* 2006-07-02matz2006-07-011-3/+3
* * eval.c (PUSH_FRAME): initialize frame->self. [ruby-dev:28911]matz2006-07-013-3/+10
* * test/webrick/utils.rb: use Proc#yield instead of Proc#call.gotoyuzo2006-07-011-0/+5
* * test/webrick/utils.rb: use Proc#yield instead of Proc#call.gotoyuzo2006-07-011-1/+1
* add a note for cygwin empty UDP packet problem.akr2006-07-011-2/+6
* * test/socket/test_nonblock.rb: add timeout to send/receiveakr2006-07-012-2/+11
* fixed the alignment problems discussed in [ruby-dev:28667].ttate2006-06-304-34/+50