summaryrefslogtreecommitdiff
path: root/ruby.c
AgeCommit message (Expand)Author
2009-09-13* ruby.c (process_sflag, proc_options, load_file_internal): fixednobu
2009-09-13* ruby.c (load_file_internal): no need to define DATA when error.nobu
2009-08-27* ruby.c (ruby_init_loadpath_safe): suppressed warnings.nobu
2009-08-05* ruby.c (load_file_internal): assumes -x flag if no "ruby" is innobu
2009-08-05* io.c (rb_stdio_set_default_encoding): prototyped.nobu
2009-08-05* ruby.c (rb_stdio_set_default_encoding): declared.naruse
2009-07-31Set encodings of stdio after setting default internal and external.naruse
2009-06-22* ruby.c (process_options): don't specify .so for encdb here.akr
2009-06-22* ruby.c (ruby_init_loadpath_safe): removed "." from load_path.nobu
2009-06-22* ruby.c (process_options), enc/prelude.rb: encdb and transdb arenobu
2009-06-22* ruby.c (process_options): set progname earlier.nobu
2009-06-21* load.c (Init_load): $: must be readonly. [ruby-dev:38690]mame
2009-05-17* ruby.c (ruby_init_loadpath_safe): VARIABLE_LIBPATH is alwaysnobu
2009-05-17* ruby.c (ruby_script): sets also VM toplevel program name.nobu
2009-05-17* ruby.c (cmdline_options_init): initialize encodings.nobu
2009-05-17* ruby.c (cmdline_options_init): initialize encodings.nobu
2009-05-17* ruby.c (ruby_init_loadpath_safe): support for cygwin 1.7. seenobu
2009-05-16* ruby.c (set_arg0): get rids of overrun.nobu
2009-03-17* dir.c, dln.c, parse.y, re.c, ruby.c, sprintf.c, strftime.c,nobu
2009-03-15* ruby.c (load_file_internal): stop the timer thread before exec.nobu
2009-03-14* util.c (ruby_scan_oct, ruby_scan_hex): use size_t.nobu
2009-03-10* ruby.c (ruby_init_loadpath_safe): expands libpath and removesnobu
2009-03-09* configure.in (MANGLED_PATH): defines for RUBYLIB_PREFIX.nobu
2009-03-09* configure.in (load_relative): new option to enable load pathnobu
2009-03-02* ext/dl/dl.h (dlerror): fixed on Windows.nobu
2009-02-22* eval.c (ruby_options): evaluator now expects iseq instead of tree.yugui
2009-02-19* eval_intern.h (translit_char): moved from ruby.c.nobu
2009-02-19* configure.in, */Makefile.sub (LOAD_RELATIVE): moved from ruby.cnobu
2009-02-06 * ruby.c (process_options): set initial default_external before -r.usa
2009-02-06 * ruby.c (process_options): -K and -E in shebang should be reflect tousa
2009-02-05* configure.in (RUBY_LIB_VERSION): added for library version, tonobu
2009-02-03* ruby.c (load_file_internal): resets EOF flag after parse.nobu
2009-02-01* cont.c (rb_fiber_current), dln.c (dln_print_undef, dln_undefined),nobu
2009-01-21* io.c (rb_io_ungetbyte, rb_io_ungetc): allows nil to reset EOFnobu
2009-01-21* ruby.c (load_file_internal): no need to cast.nobu
2009-01-19* ruby.c (require_libraries): reset th->parse_in_eval whileko1
2009-01-19* iseq.c:ko1
2009-01-15* ruby.c (process_options): decrement parse_in_eval to recognizeko1
2009-01-15* symbian/README.SYMBIAN: symbian support added. great appreciatematz
2008-12-28* ruby.c (process_options): set th->base_block only whileko1
2008-12-27* ruby.c (process_options): fix to untouch th->mild_compile_error.ko1
2008-12-27* vm.c (Init_VM): create and define TOPLEVEL_BINDING at first.ko1
2008-12-19* ruby.c (process_options): get rid of warning on DOSISH.nobu
2008-12-16 * ruby.c (set_arg0): use strlcpy() instead of strncpy().usa
2008-12-15* ruby.c (process_options): revive global sub, gsub, chop, chompmatz
2008-12-15* ruby.c (rubylib_mangled_path, rubylib_mangled_path2): cannot usenobu
2008-12-13* ruby.c (process_options): fixed default_internal is nil.kouji
2008-12-12* encoding.c (enc_get_default_encoding): removed.yugui
2008-12-08* ruby.c (proc_options): added version, copyright, usage, yydebug,nobu
2008-12-08* ruby.c (proc_options): source-encoding option.nobu