summaryrefslogtreecommitdiff
path: root/ruby.c
AgeCommit message (Expand)Author
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
2008-09-15* gc.c, include/ruby/ruby.h: rename rb_register_mark_object()ko1
2008-09-14* ruby.c (process_options): associates the locale encoding with $0 asnobu
2008-08-25* include/ruby/intern.h (rb_io_ungetbyte): added prototype.nobu
2008-08-13* object.c (rb_obj_untrusted): new method Object#untrusted?.shugo
2008-07-01forgot to commitshyouhei
2008-07-01 * include/ruby/ruby.h (enum ruby_special_consts): ISO C forbidsshyouhei
2008-06-26* ruby.c (set_arg0, ruby_prog_init): freeze $0. a patch from Keitanobu
2008-06-18* ruby.c (verbose_setter, opt_W_getter): fixed prototypes.nobu
2008-06-18 * ruby.c (opt_W_getter): use ruby_verbose directly instead of parameterusa
2008-06-17* ruby.c (opt_W_getter): made a hooked variable.nobu
2008-06-10* ruby.c (rb_argv0): revised for ext/tk.nobu
2008-06-09* include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu
2008-06-09* ruby.c (require_libraries): req_list may be NULL. [ruby-dev:35008]matz
2008-06-09* vm_core.h (struct rb_vm_struct): moved ruby_debug, ruby_verbose, andnobu