summaryrefslogtreecommitdiff
path: root/ruby.c
AgeCommit message (Expand)Author
2010-04-24* ruby.c (get_arglen): skip the last terminator of argv beforenobu
2010-04-23* ruby.c (PREFIX_PATH): use RUBY_RELATIVE macro.nobu
2010-03-17* configure.in (RUBY_EXEC_PREFIX): added to config.h.nobu
2010-03-16* compile.c, iseq.c, ruby.c, vm.c, vm_core.h, vm_eval.c: add absolutemame
2010-03-12* ruby.c (ruby_init_loadpath_safe): mark initial load paths.nobu
2010-03-11* ruby.c (ruby_init_loadpath_safe, ruby_init_gems): set and removenobu
2009-12-13* ruby.c (rb_parser_dump_tree): add prototype.naruse
2009-12-09* node.c: node management added. Currently, only pretty-dumper ismame
2009-11-18* encoding.c (enc_set_default_encoding): reset filesytemnaruse
2009-11-15* encoding.c (rb_filesystem_encindex): use default external encodingakr
2009-11-04* ruby.c (set_{internal,external}_encoding_once): fixed typos.nobu
2009-10-29Revert set locale and filesystem encindex in Init_Encoding.naruse
2009-10-29* encoding.c (Init_Encoding): set locale and filesystem encindex.naruse
2009-10-28* ruby.c (process_options): call rb_filesystem_encoding().naruse
2009-10-26* ruby.c (usage): -T and -W descriptions updated. seemame
2009-10-18* ruby.c (ruby_init_loadpath_safe): should not dup tmp string. anobu
2009-10-14* ruby.c (process_options): script name should not be shown in annobu
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