| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * dir.c, dln.c, parse.y, re.c, ruby.c, sprintf.c, strftime.c, | nobu | 2009-03-17 | 1 | -3/+4 |
* | * ruby.c (load_file_internal): stop the timer thread before exec. | nobu | 2009-03-15 | 1 | -0/+2 |
* | * util.c (ruby_scan_oct, ruby_scan_hex): use size_t. | nobu | 2009-03-14 | 1 | -3/+3 |
* | * ruby.c (ruby_init_loadpath_safe): expands libpath and removes | nobu | 2009-03-10 | 1 | -3/+3 |
* | * configure.in (MANGLED_PATH): defines for RUBYLIB_PREFIX. | nobu | 2009-03-09 | 1 | -17/+12 |
* | * configure.in (load_relative): new option to enable load path | nobu | 2009-03-09 | 1 | -0/+9 |
* | * ext/dl/dl.h (dlerror): fixed on Windows. | nobu | 2009-03-02 | 1 | -0/+6 |
* | * eval.c (ruby_options): evaluator now expects iseq instead of tree. | yugui | 2009-02-22 | 1 | -3/+3 |
* | * eval_intern.h (translit_char): moved from ruby.c. | nobu | 2009-02-19 | 1 | -19/+3 |
* | * configure.in, */Makefile.sub (LOAD_RELATIVE): moved from ruby.c | nobu | 2009-02-19 | 1 | -4/+0 |
* | * ruby.c (process_options): set initial default_external before -r. | usa | 2009-02-06 | 1 | -0/+7 |
* | * ruby.c (process_options): -K and -E in shebang should be reflect to | usa | 2009-02-06 | 1 | -7/+7 |
* | * configure.in (RUBY_LIB_VERSION): added for library version, to | nobu | 2009-02-05 | 1 | -24/+7 |
* | * ruby.c (load_file_internal): resets EOF flag after parse. | nobu | 2009-02-03 | 1 | -1/+3 |
* | * cont.c (rb_fiber_current), dln.c (dln_print_undef, dln_undefined), | nobu | 2009-02-01 | 1 | -2/+2 |
* | * io.c (rb_io_ungetbyte, rb_io_ungetc): allows nil to reset EOF | nobu | 2009-01-21 | 1 | -0/+1 |
* | * ruby.c (load_file_internal): no need to cast. | nobu | 2009-01-21 | 1 | -10/+10 |
* | * ruby.c (require_libraries): reset th->parse_in_eval while | ko1 | 2009-01-19 | 1 | -0/+4 |
* | * iseq.c: | ko1 | 2009-01-19 | 1 | -1/+1 |
* | * ruby.c (process_options): decrement parse_in_eval to recognize | ko1 | 2009-01-15 | 1 | -2/+2 |
* | * symbian/README.SYMBIAN: symbian support added. great appreciate | matz | 2009-01-15 | 1 | -2/+2 |
* | * ruby.c (process_options): set th->base_block only while | ko1 | 2008-12-28 | 1 | -11/+27 |
* | * ruby.c (process_options): fix to untouch th->mild_compile_error. | ko1 | 2008-12-27 | 1 | -2/+0 |
* | * vm.c (Init_VM): create and define TOPLEVEL_BINDING at first. | ko1 | 2008-12-27 | 1 | -2/+22 |
* | * ruby.c (process_options): get rid of warning on DOSISH. | nobu | 2008-12-19 | 1 | -1/+1 |
* | * ruby.c (set_arg0): use strlcpy() instead of strncpy(). | usa | 2008-12-16 | 1 | -2/+1 |
* | * ruby.c (process_options): revive global sub, gsub, chop, chomp | matz | 2008-12-15 | 1 | -0/+98 |
* | * ruby.c (rubylib_mangled_path, rubylib_mangled_path2): cannot use | nobu | 2008-12-15 | 1 | -12/+27 |
* | * ruby.c (process_options): fixed default_internal is nil. | kouji | 2008-12-13 | 1 | -1/+1 |
* | * encoding.c (enc_get_default_encoding): removed. | yugui | 2008-12-12 | 1 | -6/+6 |
* | * ruby.c (proc_options): added version, copyright, usage, yydebug, | nobu | 2008-12-08 | 1 | -43/+58 |
* | * ruby.c (proc_options): source-encoding option. | nobu | 2008-12-08 | 1 | -0/+9 |
* | * ruby.c (set_option_encoding_once): dry. | nobu | 2008-12-08 | 1 | -31/+37 |
* | * ruby.c (usage): -W description updated. [ruby-core:19858] | matz | 2008-11-21 | 1 | -1/+1 |
* | ruby.c (set_internal_encoding_once): fix typo in error string | davidflanagan | 2008-11-11 | 1 | -1/+1 |
* | * ruby.c (process_options): delays setting safe level. | nobu | 2008-10-30 | 1 | -13/+20 |
* | * ruby.c (load_file_internal): should not set script encoding to | matz | 2008-10-30 | 1 | -2/+2 |
* | * ruby.c (moreswitches): splits option string and passes arguments. | nobu | 2008-10-30 | 1 | -83/+108 |
* | * ruby.c (load_file_internal): use ASCII-8BIT to prevent conversion. | nobu | 2008-10-29 | 1 | -2/+2 |
* | * ruby.c (load_file_internal): cache common interned IDs. | nobu | 2008-10-29 | 1 | -3/+5 |
* | * ruby.c (load_file): preserves $.. [ruby-dev:36937] | nobu | 2008-10-27 | 1 | -3/+32 |
* | * ruby.c (usage): updated the description of -E option. | yugui | 2008-10-25 | 1 | -1/+1 |
* | * string.c (rb_external_str_new): a new function to convert from | matz | 2008-10-18 | 1 | -9/+5 |
* | * ruby.c (proc_options): no warning when default_external already | matz | 2008-10-16 | 1 | -1/+2 |
* | * ruby.c (process_options): -U should be allowed in RUBYOPT | matz | 2008-10-15 | 1 | -1/+1 |
* | * ruby.c (proc_options): -U can be followed by other options. | nobu | 2008-10-14 | 1 | -1/+2 |
* | * ruby.c (set_internal_encoding_once): check double contradicted | matz | 2008-10-14 | 1 | -5/+38 |
* | * ruby.c (proc_options): add -U command line option to specify | matz | 2008-10-12 | 1 | -0/+4 |
* | * encoding.c (rb_default_internal_encoding): merged a patch from | matz | 2008-10-07 | 1 | -2/+36 |
* | * dln.c: Ruby no longer supports VMS. | yugui | 2008-10-04 | 1 | -4/+0 |