summaryrefslogtreecommitdiff
path: root/ruby.c
AgeCommit message (Expand)Author
2008-12-29merges r21143 from trunk into ruby_1_9_1.yugui
2008-12-28merges r21089 from trunk into ruby_1_9_1.yugui
2008-12-27merges r21079 from trunk into ruby_1_9_1.yugui
2008-12-19merges r20869 from trunk into ruby_1_9_1.yugui
2008-12-17merges r20771 and r20772 from trunk into ruby_1_9_1.yugui
2008-12-17merges r20765 from trunk into ruby_1_9_1.yugui
2008-12-17merges r20741 from trunk into ruby_1_9_1.yugui
2008-12-16merges r20720 from trunk into ruby_1_9_1.yugui
2008-12-13merges r20625, r20633, r20656 and r20665 from trunk into ruby_1_9_1.yugui
2008-12-12merges r20575 from trunk into ruby_1_9_1.yugui
2008-11-22merges r20295 from trunk into ruby_1_9_1.yugui
2008-11-18merges r20227 from trunk into ruby_1_9_1.yugui
2008-11-11merges r20053 and r20067 from trunk into ruby_1_9_1.yugui
2008-10-30merges r20056 from trunk into ruby_1_9_1.yugui
2008-10-29merged r20012 and r20013 from trunk into ruby_1_9_1.yugui
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
2008-06-09* vm_core.h (struct rb_vm_struct): moved src_encoding_index.nobu
2008-06-08* array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko1
2008-06-01* ruby.c (set_arg0): reverted used variable definition.nobu
2008-06-01* rational.c (string_to_r_internal): use rb_isdigit.naruse