| Commit message (Expand) | Author | Age | Files | Lines |
* | * ruby.c (process_options): delays setting safe level. | nobu | 2008-10-30 | 1 | -13/+20 |
* | * ruby.c (load_file_internal): should not set script encoding to | matz | 2008-10-30 | 1 | -2/+2 |
* | * ruby.c (moreswitches): splits option string and passes arguments. | nobu | 2008-10-30 | 1 | -83/+108 |
* | * ruby.c (load_file_internal): use ASCII-8BIT to prevent conversion. | nobu | 2008-10-29 | 1 | -2/+2 |
* | * ruby.c (load_file_internal): cache common interned IDs. | nobu | 2008-10-29 | 1 | -3/+5 |
* | * ruby.c (load_file): preserves $.. [ruby-dev:36937] | nobu | 2008-10-27 | 1 | -3/+32 |
* | * ruby.c (usage): updated the description of -E option. | yugui | 2008-10-25 | 1 | -1/+1 |
* | * string.c (rb_external_str_new): a new function to convert from | matz | 2008-10-18 | 1 | -9/+5 |
* | * ruby.c (proc_options): no warning when default_external already | matz | 2008-10-16 | 1 | -1/+2 |
* | * ruby.c (process_options): -U should be allowed in RUBYOPT | matz | 2008-10-15 | 1 | -1/+1 |
* | * ruby.c (proc_options): -U can be followed by other options. | nobu | 2008-10-14 | 1 | -1/+2 |
* | * ruby.c (set_internal_encoding_once): check double contradicted | matz | 2008-10-14 | 1 | -5/+38 |
* | * ruby.c (proc_options): add -U command line option to specify | matz | 2008-10-12 | 1 | -0/+4 |
* | * encoding.c (rb_default_internal_encoding): merged a patch from | matz | 2008-10-07 | 1 | -2/+36 |
* | * dln.c: Ruby no longer supports VMS. | yugui | 2008-10-04 | 1 | -4/+0 |
* | * dln.c: Ruby no longer supports Windows CE. | yugui | 2008-10-04 | 1 | -4/+0 |
* | * dln.c: Ruby no longer supports MacOS 9 or before. | yugui | 2008-10-04 | 1 | -6/+0 |
* | * dln.c: Ruby no longer supports MS-DOS. | yugui | 2008-10-04 | 1 | -9/+0 |
* | * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp. | yugui | 2008-10-04 | 1 | -4/+1 |
* | * x68/_dtos18.c: removed. Ruby no longer supports human68k. | yugui | 2008-10-04 | 1 | -3/+0 |
* | * include/ruby/node.h, node.h: move node.h from include path. | ko1 | 2008-09-23 | 1 | -1/+0 |
* | * include/ruby/node.h, vm_core.h: move definition of | ko1 | 2008-09-23 | 1 | -2/+2 |
* | * gc.c, include/ruby/ruby.h: rename rb_register_mark_object() | ko1 | 2008-09-15 | 1 | -1/+1 |
* | * ruby.c (process_options): associates the locale encoding with $0 as | nobu | 2008-09-14 | 1 | -3/+6 |
* | * include/ruby/intern.h (rb_io_ungetbyte): added prototype. | nobu | 2008-08-25 | 1 | -4/+4 |
* | * object.c (rb_obj_untrusted): new method Object#untrusted?. | shugo | 2008-08-13 | 1 | -2/+2 |
* | forgot to commit | shyouhei | 2008-07-01 | 1 | -1/+1 |
* | * include/ruby/ruby.h (enum ruby_special_consts): ISO C forbids | shyouhei | 2008-07-01 | 1 | -1/+1 |
* | * ruby.c (set_arg0, ruby_prog_init): freeze $0. a patch from Keita | nobu | 2008-06-26 | 1 | -2/+2 |
* | * ruby.c (verbose_setter, opt_W_getter): fixed prototypes. | nobu | 2008-06-18 | 1 | -4/+6 |
* | * ruby.c (opt_W_getter): use ruby_verbose directly instead of parameter | usa | 2008-06-18 | 1 | -1/+1 |
* | * ruby.c (opt_W_getter): made a hooked variable. | nobu | 2008-06-17 | 1 | -5/+7 |
* | * ruby.c (rb_argv0): revised for ext/tk. | nobu | 2008-06-10 | 1 | -0/+3 |
* | * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc. | nobu | 2008-06-09 | 1 | -1/+2 |
* | * ruby.c (require_libraries): req_list may be NULL. [ruby-dev:35008] | matz | 2008-06-09 | 1 | -1/+1 |
* | * vm_core.h (struct rb_vm_struct): moved ruby_debug, ruby_verbose, and | nobu | 2008-06-09 | 1 | -7/+1 |
* | * vm_core.h (struct rb_vm_struct): moved src_encoding_index. | nobu | 2008-06-09 | 1 | -52/+49 |
* | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 | 2008-06-08 | 1 | -2/+2 |
* | * ruby.c (set_arg0): reverted used variable definition. | nobu | 2008-06-01 | 1 | -0/+1 |
* | * rational.c (string_to_r_internal): use rb_isdigit. | naruse | 2008-06-01 | 1 | -6/+5 |
* | * suppress warnings with -Wwrite-string. | nobu | 2008-05-31 | 1 | -1/+1 |
* | * ruby.c (process_options): --dump option exit immediately. | nobu | 2008-05-20 | 1 | -0/+2 |
* | * ruby.c (proc_options, process_options): --dump option. | nobu | 2008-05-20 | 1 | -1/+26 |
* | * ruby.c (ruby_init_gems), gem_prelude.rb: check if Gem is defined | nobu | 2008-05-12 | 1 | -3/+1 |
* | * dln.c (dln_find_exe_r, dln_find_file_r): reentrant versions. | nobu | 2008-05-07 | 1 | -2/+3 |
* | * ruby.c (process_options, ruby_set_argv): set encoding of rb_argv | usa | 2008-05-07 | 1 | -5/+7 |
* | * load.c (rb_load_path), vm_core.h (rb_vm_t): moved to VM. | nobu | 2008-04-30 | 1 | -5/+8 |
* | * ruby.c (ruby_set_argv): ARGV should be locale encoding. | naruse | 2008-04-26 | 1 | -0/+2 |
* | * ruby.c (process_options): set safe_level before loading script. | matz | 2008-04-24 | 1 | -1/+1 |
* | * ruby.c (process_options): preludes and parser need to run in safe | nobu | 2008-04-15 | 1 | -0/+4 |