summaryrefslogtreecommitdiffstats
path: root/ruby.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ruby.c (process_options): set th->base_block only whileko12008-12-281-11/+27
* * ruby.c (process_options): fix to untouch th->mild_compile_error.ko12008-12-271-2/+0
* * vm.c (Init_VM): create and define TOPLEVEL_BINDING at first.ko12008-12-271-2/+22
* * ruby.c (process_options): get rid of warning on DOSISH.nobu2008-12-191-1/+1
* * ruby.c (set_arg0): use strlcpy() instead of strncpy().usa2008-12-161-2/+1
* * ruby.c (process_options): revive global sub, gsub, chop, chompmatz2008-12-151-0/+98
* * ruby.c (rubylib_mangled_path, rubylib_mangled_path2): cannot usenobu2008-12-151-12/+27
* * ruby.c (process_options): fixed default_internal is nil.kouji2008-12-131-1/+1
* * encoding.c (enc_get_default_encoding): removed.yugui2008-12-121-6/+6
* * ruby.c (proc_options): added version, copyright, usage, yydebug,nobu2008-12-081-43/+58
* * ruby.c (proc_options): source-encoding option.nobu2008-12-081-0/+9
* * ruby.c (set_option_encoding_once): dry.nobu2008-12-081-31/+37
* * ruby.c (usage): -W description updated. [ruby-core:19858]matz2008-11-211-1/+1
* ruby.c (set_internal_encoding_once): fix typo in error stringdavidflanagan2008-11-111-1/+1
* * ruby.c (process_options): delays setting safe level.nobu2008-10-301-13/+20
* * ruby.c (load_file_internal): should not set script encoding tomatz2008-10-301-2/+2
* * ruby.c (moreswitches): splits option string and passes arguments.nobu2008-10-301-83/+108
* * ruby.c (load_file_internal): use ASCII-8BIT to prevent conversion.nobu2008-10-291-2/+2
* * ruby.c (load_file_internal): cache common interned IDs.nobu2008-10-291-3/+5
* * ruby.c (load_file): preserves $.. [ruby-dev:36937]nobu2008-10-271-3/+32
* * ruby.c (usage): updated the description of -E option.yugui2008-10-251-1/+1
* * string.c (rb_external_str_new): a new function to convert frommatz2008-10-181-9/+5
* * ruby.c (proc_options): no warning when default_external alreadymatz2008-10-161-1/+2
* * ruby.c (process_options): -U should be allowed in RUBYOPTmatz2008-10-151-1/+1
* * ruby.c (proc_options): -U can be followed by other options.nobu2008-10-141-1/+2
* * ruby.c (set_internal_encoding_once): check double contradictedmatz2008-10-141-5/+38
* * ruby.c (proc_options): add -U command line option to specifymatz2008-10-121-0/+4
* * encoding.c (rb_default_internal_encoding): merged a patch frommatz2008-10-071-2/+36
* * dln.c: Ruby no longer supports VMS.yugui2008-10-041-4/+0
* * dln.c: Ruby no longer supports Windows CE.yugui2008-10-041-4/+0
* * dln.c: Ruby no longer supports MacOS 9 or before.yugui2008-10-041-6/+0
* * dln.c: Ruby no longer supports MS-DOS.yugui2008-10-041-9/+0
* * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.yugui2008-10-041-4/+1
* * x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui2008-10-041-3/+0
* * include/ruby/node.h, node.h: move node.h from include path.ko12008-09-231-1/+0
* * include/ruby/node.h, vm_core.h: move definition ofko12008-09-231-2/+2
* * gc.c, include/ruby/ruby.h: rename rb_register_mark_object()ko12008-09-151-1/+1