| Commit message (Expand) | Author | Age | Files | Lines |
* | * ruby.c (ruby_init_loadpath_safe): suppressed warnings. | nobu | 2009-08-27 | 1 | -1/+4 |
* | * ruby.c (load_file_internal): assumes -x flag if no "ruby" is in | nobu | 2009-08-05 | 1 | -31/+3 |
* | * io.c (rb_stdio_set_default_encoding): prototyped. | nobu | 2009-08-05 | 1 | -1/+1 |
* | * ruby.c (rb_stdio_set_default_encoding): declared. | naruse | 2009-08-05 | 1 | -0/+2 |
* | Set encodings of stdio after setting default internal and external. | naruse | 2009-07-31 | 1 | -0/+1 |
* | * ruby.c (process_options): don't specify .so for encdb here. | akr | 2009-06-22 | 1 | -1/+1 |
* | * ruby.c (ruby_init_loadpath_safe): removed "." from load_path. | nobu | 2009-06-22 | 1 | -4/+0 |
* | * ruby.c (process_options), enc/prelude.rb: encdb and transdb are | nobu | 2009-06-22 | 1 | -1/+1 |
* | * ruby.c (process_options): set progname earlier. | nobu | 2009-06-22 | 1 | -2/+3 |
* | * load.c (Init_load): $: must be readonly. [ruby-dev:38690] | mame | 2009-06-21 | 1 | -1/+1 |
* | * ruby.c (ruby_init_loadpath_safe): VARIABLE_LIBPATH is always | nobu | 2009-05-17 | 1 | -1/+1 |
* | * ruby.c (ruby_script): sets also VM toplevel program name. | nobu | 2009-05-17 | 1 | -18/+3 |
* | * ruby.c (cmdline_options_init): initialize encodings. | nobu | 2009-05-17 | 1 | -2/+0 |
* | * ruby.c (cmdline_options_init): initialize encodings. | nobu | 2009-05-17 | 1 | -28/+31 |
* | * ruby.c (ruby_init_loadpath_safe): support for cygwin 1.7. see | nobu | 2009-05-17 | 1 | -4/+45 |
* | * ruby.c (set_arg0): get rids of overrun. | nobu | 2009-05-16 | 1 | -21/+4 |
* | * 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 |