summaryrefslogtreecommitdiff
path: root/ruby.c
AgeCommit message (Expand)Author
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
2008-12-08* ruby.c (set_option_encoding_once): dry.nobu
2008-11-21* ruby.c (usage): -W description updated. [ruby-core:19858]matz
2008-11-11ruby.c (set_internal_encoding_once): fix typo in error stringdavidflanagan
2008-10-30* ruby.c (process_options): delays setting safe level.nobu
2008-10-30* ruby.c (load_file_internal): should not set script encoding tomatz
2008-10-30* ruby.c (moreswitches): splits option string and passes arguments.nobu
2008-10-29* ruby.c (load_file_internal): use ASCII-8BIT to prevent conversion.nobu
2008-10-29* ruby.c (load_file_internal): cache common interned IDs.nobu
2008-10-27* ruby.c (load_file): preserves $.. [ruby-dev:36937]nobu
2008-10-25* ruby.c (usage): updated the description of -E option.yugui
2008-10-18* string.c (rb_external_str_new): a new function to convert frommatz
2008-10-16* ruby.c (proc_options): no warning when default_external alreadymatz
2008-10-15* ruby.c (process_options): -U should be allowed in RUBYOPTmatz
2008-10-14* ruby.c (proc_options): -U can be followed by other options.nobu
2008-10-14* ruby.c (set_internal_encoding_once): check double contradictedmatz
2008-10-12* ruby.c (proc_options): add -U command line option to specifymatz
2008-10-07* encoding.c (rb_default_internal_encoding): merged a patch frommatz
2008-10-04* dln.c: Ruby no longer supports VMS.yugui
2008-10-04* dln.c: Ruby no longer supports Windows CE.yugui
2008-10-04* dln.c: Ruby no longer supports MacOS 9 or before.yugui
2008-10-04* dln.c: Ruby no longer supports MS-DOS.yugui
2008-10-04* djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.yugui
2008-10-04* x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui
2008-09-23* include/ruby/node.h, node.h: move node.h from include path.ko1
2008-09-23* include/ruby/node.h, vm_core.h: move definition ofko1