summaryrefslogtreecommitdiffstats
path: root/ruby.c
Commit message (Expand)AuthorAgeFilesLines
* * ruby.c (rb_parser_dump_tree): add prototype.naruse2009-12-131-0/+1
* * node.c: node management added. Currently, only pretty-dumper ismame2009-12-091-1/+11
* * encoding.c (enc_set_default_encoding): reset filesytemnaruse2009-11-181-1/+0
* * encoding.c (rb_filesystem_encindex): use default external encodingakr2009-11-151-1/+1
* * ruby.c (set_{internal,external}_encoding_once): fixed typos.nobu2009-11-041-2/+2
* Revert set locale and filesystem encindex in Init_Encoding.naruse2009-10-291-0/+1
* * encoding.c (Init_Encoding): set locale and filesystem encindex.naruse2009-10-291-1/+0
* * ruby.c (process_options): call rb_filesystem_encoding().naruse2009-10-281-0/+1
* * ruby.c (usage): -T and -W descriptions updated. seemame2009-10-261-2/+2
* * ruby.c (ruby_init_loadpath_safe): should not dup tmp string. anobu2009-10-181-7/+4
* * ruby.c (process_options): script name should not be shown in annobu2009-10-141-2/+2
* * ruby.c (process_sflag, proc_options, load_file_internal): fixednobu2009-09-131-9/+9
* * ruby.c (load_file_internal): no need to define DATA when error.nobu2009-09-131-1/+1
* * ruby.c (ruby_init_loadpath_safe): suppressed warnings.nobu2009-08-271-1/+4
* * ruby.c (load_file_internal): assumes -x flag if no "ruby" is innobu2009-08-051-31/+3
* * io.c (rb_stdio_set_default_encoding): prototyped.nobu2009-08-051-1/+1
* * ruby.c (rb_stdio_set_default_encoding): declared.naruse2009-08-051-0/+2
* Set encodings of stdio after setting default internal and external.naruse2009-07-311-0/+1
* * ruby.c (process_options): don't specify .so for encdb here.akr2009-06-221-1/+1
* * ruby.c (ruby_init_loadpath_safe): removed "." from load_path.nobu2009-06-221-4/+0
* * ruby.c (process_options), enc/prelude.rb: encdb and transdb arenobu2009-06-221-1/+1
* * ruby.c (process_options): set progname earlier.nobu2009-06-221-2/+3
* * load.c (Init_load): $: must be readonly. [ruby-dev:38690]mame2009-06-211-1/+1
* * ruby.c (ruby_init_loadpath_safe): VARIABLE_LIBPATH is alwaysnobu2009-05-171-1/+1
* * ruby.c (ruby_script): sets also VM toplevel program name.nobu2009-05-171-18/+3
* * ruby.c (cmdline_options_init): initialize encodings.nobu2009-05-171-2/+0
* * ruby.c (cmdline_options_init): initialize encodings.nobu2009-05-171-28/+31
* * ruby.c (ruby_init_loadpath_safe): support for cygwin 1.7. seenobu2009-05-171-4/+45
* * ruby.c (set_arg0): get rids of overrun.nobu2009-05-161-21/+4
* * dir.c, dln.c, parse.y, re.c, ruby.c, sprintf.c, strftime.c,nobu2009-03-171-3/+4
* * ruby.c (load_file_internal): stop the timer thread before exec.nobu2009-03-151-0/+2
* * util.c (ruby_scan_oct, ruby_scan_hex): use size_t.nobu2009-03-141-3/+3
* * ruby.c (ruby_init_loadpath_safe): expands libpath and removesnobu2009-03-101-3/+3
* * configure.in (MANGLED_PATH): defines for RUBYLIB_PREFIX.nobu2009-03-091-17/+12
* * configure.in (load_relative): new option to enable load pathnobu2009-03-091-0/+9
* * ext/dl/dl.h (dlerror): fixed on Windows.nobu2009-03-021-0/+6
* * eval.c (ruby_options): evaluator now expects iseq instead of tree.yugui2009-02-221-3/+3
* * eval_intern.h (translit_char): moved from ruby.c.nobu2009-02-191-19/+3
* * configure.in, */Makefile.sub (LOAD_RELATIVE): moved from ruby.cnobu2009-02-191-4/+0
* * ruby.c (process_options): set initial default_external before -r.usa2009-02-061-0/+7
* * ruby.c (process_options): -K and -E in shebang should be reflect tousa2009-02-061-7/+7
* * configure.in (RUBY_LIB_VERSION): added for library version, tonobu2009-02-051-24/+7
* * ruby.c (load_file_internal): resets EOF flag after parse.nobu2009-02-031-1/+3
* * cont.c (rb_fiber_current), dln.c (dln_print_undef, dln_undefined),nobu2009-02-011-2/+2
* * io.c (rb_io_ungetbyte, rb_io_ungetc): allows nil to reset EOFnobu2009-01-211-0/+1
* * ruby.c (load_file_internal): no need to cast.nobu2009-01-211-10/+10
* * ruby.c (require_libraries): reset th->parse_in_eval whileko12009-01-191-0/+4
* * iseq.c:ko12009-01-191-1/+1
* * ruby.c (process_options): decrement parse_in_eval to recognizeko12009-01-151-2/+2
* * symbian/README.SYMBIAN: symbian support added. great appreciatematz2009-01-151-2/+2