| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/cgi.rb (CGI::unescapeHTML): invalid decoding for single | matz | 2007-02-08 | 2 | -5/+12 |
* | * process.c: fix to use rb_status_line_set/get/clear(). | ko1 | 2007-02-08 | 3 | -12/+26 |
* | * blockinlining.c, error.c, eval.c, eval_error.h, eval_intern.h, | ko1 | 2007-02-08 | 23 | -247/+243 |
* | * eval.c (specific_eval): suppress warning. | nobu | 2007-02-07 | 2 | -2/+4 |
* | * thread_win32.h: undefine _WIN32 on cygwin. [ruby-dev:30303] | nobu | 2007-02-07 | 2 | -3/+11 |
* | * eval_intern.h: remove UNSUPPORTED() macro. | ko1 | 2007-02-07 | 3 | -11/+16 |
* | * eval_intern.h, yarvcore.h: remove unused macro definition. | ko1 | 2007-02-07 | 3 | -73/+4 |
* | * eval.c: fixed to use ANSI function style. | ko1 | 2007-02-07 | 2 | -26/+18 |
* | * this commit is a result of refactoring. only renaming functions, | ko1 | 2007-02-07 | 25 | -370/+294 |
* | * blockinlining.c, compile.c, compile.h, error.c, eval.c, | ko1 | 2007-02-06 | 34 | -814/+822 |
* | * 2007-02-07 | usa | 2007-02-06 | 1 | -3/+3 |
* | * ext/nkf/nkf-utf8/{nkf.c,utf8tbl.c}: | naruse | 2007-02-06 | 3 | -91/+236 |
* | * added ignore list. | nobu | 2007-02-06 | 0 | -0/+0 |
* | * lib/rss/rss.rb, lib/rss/parser.rb: followed current Ruby | kou | 2007-02-06 | 3 | -3/+8 |
* | * lib/rss/rss.rb, lib/rss/parser.rb: removed needless code for | kou | 2007-02-06 | 3 | -42/+6 |
* | * lib/net/ftp.rb: moved fixes for EPIPE to the correct | shugo | 2007-02-06 | 2 | -14/+19 |
* | * vm_opts.h: set properties: | ko1 | 2007-02-06 | 2 | -47/+53 |
* | * variable.c (ivar_i): need to support class local instance | matz | 2007-02-06 | 2 | -1/+6 |
* | * compile.c (iseq_compile_each): fix setting is_local flag. | ko1 | 2007-02-06 | 3 | -1/+28 |
* | * compile.c, insns.def: remove (get|set)instancevariable2 and add a | ko1 | 2007-02-06 | 6 | -58/+51 |
* | * lib/net/ftp.rb: check the control connection on EPIPE. | shugo | 2007-02-06 | 2 | -0/+19 |
* | * complement last commit. | ko1 | 2007-02-06 | 3 | -29/+76 |
* | * common.mk (*.inc): use VPATH. | nobu | 2007-02-06 | 3 | -140/+205 |
* | * proc.c: support Binding#eval. | ko1 | 2007-02-05 | 3 | -216/+234 |
* | * proc.c: refactoring (remove K&R style, move Binding stuffs from | ko1 | 2007-02-05 | 2 | -45/+29 |
* | * intern.h: prepare rb_last_status_get() and rb_last_status_set(). | ko1 | 2007-02-05 | 7 | -22/+34 |
* | * ruby.h: add a prototype of rb_id2str(). | ko1 | 2007-02-05 | 2 | -0/+5 |
* | * eval_thread.c, common.mk: remove eval_thread.c. | ko1 | 2007-02-05 | 13 | -877/+576 |
* | * parse.y (rb_compose_ivar2): function to create a new ivar2 | matz | 2007-02-04 | 13 | -27/+281 |
* | * insns.def (setclassvariable): remove unnecessary operand. | matz | 2007-02-04 | 4 | -11/+16 |
* | * eval.c (rb_frame_callee): check if prev_cfp can be accessible. | matz | 2007-02-04 | 3 | -4/+16 |
* | * test/rss/rss-assertions.rb: removed needless code for backward compatibility. | kou | 2007-02-04 | 2 | -13/+5 |
* | * 2007-02-04 | eban | 2007-02-03 | 1 | -3/+3 |
* | * lib/cgi.rb (CGI::QueryExtension::read_multipart): Remove a debug | knu | 2007-02-03 | 2 | -1/+5 |
* | * ext/win32ole/win32ole.c (ole_val2olevariantdata, ole_val2variant): | suke | 2007-02-03 | 5 | -192/+234 |
* | * common.mk (runruby, benchmark, benchmark-each, tbench): use | nobu | 2007-02-02 | 2 | -9/+12 |
* | * Makefile.in, */Makefile.sub, common.mk (vmasm): generalized. | nobu | 2007-02-02 | 6 | -4/+32 |
* | * lib/mkmf.rb (create_makefile): make object files depend on | nobu | 2007-02-02 | 2 | -3/+6 |
* | * call_cfunc.ci, compile.c, compile.h, debug.h, eval.c, | nobu | 2007-02-02 | 29 | -204/+186 |
* | * proc.c (yarv_proc_alloc): needs return. | nobu | 2007-02-02 | 2 | -1/+5 |
* | * 2007-02-03 | eban | 2007-02-02 | 1 | -3/+3 |
* | * *.def, proc.c, vm_opts.h.base, template/*: set properties. | nobu | 2007-02-02 | 17 | -2850/+2850 |
* | * common.mk (bin): add more dependency. a patch from Tadashi | matz | 2007-02-02 | 3 | -5/+29 |
* | * ruby.h (SYMBOL_P): make Symbol immediate again for performance. | matz | 2007-02-02 | 5 | -176/+155 |
* | * parse.y (assignable_gen): no need to generate NODE_CVDECL. | matz | 2007-02-02 | 5 | -9/+9 |
* | * vm.c (eval_get_cvar_base): destination for class variable access | matz | 2007-02-02 | 3 | -23/+52 |
* | * insns.def (setclassvariable): remove warn argument. | matz | 2007-02-02 | 2 | -1/+5 |
* | * variable.c (rb_cvar_set): remove warn argument. | matz | 2007-02-02 | 4 | -6/+9 |
* | * common.mk (compile.$(OBJEXT)): add config.h to vm.c and | matz | 2007-02-02 | 2 | -2/+7 |
* | * eval.c: remove duplicated global variables rb_cProc and | matz | 2007-02-02 | 3 | -7/+9 |