aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ruby.c (process_options): associates the locale encoding with $0 asnobu2008-09-141-3/+6
* * include/ruby/intern.h (rb_io_ungetbyte): added prototype.nobu2008-08-251-4/+4
* * object.c (rb_obj_untrusted): new method Object#untrusted?.shugo2008-08-131-2/+2
* forgot to commitshyouhei2008-07-011-1/+1
* * include/ruby/ruby.h (enum ruby_special_consts): ISO C forbidsshyouhei2008-07-011-1/+1
* * ruby.c (set_arg0, ruby_prog_init): freeze $0. a patch from Keitanobu2008-06-261-2/+2
* * ruby.c (verbose_setter, opt_W_getter): fixed prototypes.nobu2008-06-181-4/+6
* * ruby.c (opt_W_getter): use ruby_verbose directly instead of parameterusa2008-06-181-1/+1
* * ruby.c (opt_W_getter): made a hooked variable.nobu2008-06-171-5/+7
* * ruby.c (rb_argv0): revised for ext/tk.nobu2008-06-101-0/+3
* * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu2008-06-091-1/+2
* * ruby.c (require_libraries): req_list may be NULL. [ruby-dev:35008]matz2008-06-091-1/+1
* * vm_core.h (struct rb_vm_struct): moved ruby_debug, ruby_verbose, andnobu2008-06-091-7/+1
* * vm_core.h (struct rb_vm_struct): moved src_encoding_index.nobu2008-06-091-52/+49
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-2/+2
* * ruby.c (set_arg0): reverted used variable definition.nobu2008-06-011-0/+1