Age | Commit message (Expand) | Author |
2011-10-31 | * ruby.c (load_file_internal): convert the encoding of load path if | usa |
2011-10-30 | * ruby.c (fill_standard_fds): use fstat() instead of fcntl(F_GETFD) | akr |
2011-10-30 | * ruby.c (fill_standard_fds): new function to open closed standard | akr |
2011-10-29 | * process.c (ruby_setsid): use rb_cloexec_open. | akr |
2011-10-22 | * include/ruby/intern.h (rb_fd_set_cloexec): declared. | akr |
2011-09-29 | * use RB_TYPE_P which is optimized for constant types, instead of | nobu |
2011-07-20 | * include/ruby/intern.h (rb_update_max_fd): declaration moved from | akr |
2011-07-07 | * encoding.c (rb_enc_set_index, rb_enc_associate_index): should | nobu |
2011-06-29 | * ruby.c (ruby_init_loadpath_safe): ensure RUBYLIB_PREFIX stored | nobu |
2011-06-29 | * math.c: Attach documentation for Math. | drbrain |
2011-06-18 | * internal.h: declare more internal functions. | akr |
2011-06-17 | * internal.h: declare internal functions here. | akr |
2011-06-11 | * ruby.c (ruby_process_options): add missing return type. | nobu |
2011-05-14 | introduce missing/setproctitle.c | kosaki |
2011-04-15 | * ruby.c (proc_options): reduce warning: "ALLOW_DEFAULT_SOURCE_ENCODING" is n... | kazu |
2011-03-22 | * ruby.c (proc_options): remove an experimental feature: --gem option. | nobu |
2011-03-22 | * ruby.c (proc_options): remove an experimental feature: --require | nobu |
2011-03-22 | * ruby.c (add_gems): remove unused variable. | nobu |
2011-03-07 | * gc.c (rb_gc_set_params): allow GC parameter configuration by | matz |
2011-02-11 | * ruby.c (proc_options): enable rubygems if --gem option is given. | nobu |
2011-02-11 | * ruby.c (proc_options): add --gem=enabled as an alias of | yugui |
2011-02-11 | * ruby.c (add_gems, require_libraries, proc_options): add | nobu |
2011-02-11 | * configure.in (rubygems): add --disable-rubygems option. | nobu |
2011-01-17 | * ruby.c (process_options): revert r30549. | nobu |
2011-01-15 | * ruby.c (process_options): autoload rubygems. | nobu |
2011-01-15 | * ruby.c (ruby_init_prelude): get rid of global namespace | nobu |
2011-01-14 | Reduced gem_prelude to just require rubygems. Reviewed by Evan Phoenix | ryan |
2010-12-27 | * ruby.c: parenthesize macro arguments. | akr |
2010-12-10 | * ruby.c (ruby_init_loadpath_safe): relatively called non-shared | nobu |
2010-12-05 | * ruby.c (load_file_internal): decrement for ungotten line. | nobu |
2010-11-11 | * file.c (file_expand_path): use cygwin_conv_path on cygwin 1.7 or | nobu |
2010-11-09 | * cygwin/GNUmakefile.in (scriptbin): make executable file from | nobu |
2010-08-05 | * ruby.c (ruby_init_loadpath_safe): ensure sopath to be modifiable | nobu |
2010-08-02 | * ruby.c (ruby_init_loadpath_safe): rb_str_set_len modifies ptr | nobu |
2010-06-27 | * include/ruby/io.h, io.c: reverted r21709. | nobu |
2010-06-18 | * ruby.c: add prototype of rb_realpath_internal. | naruse |
2010-06-17 | * load.c (rb_load_internal): remove call to rb_realpath_internal | mame |
2010-06-05 | * ruby.c (process_options, load_file_internal): $0 seen from | nobu |
2010-06-05 | * ruby.c (process_options): revert r25330, so that $0 can be seen | nobu |
2010-05-21 | * suppress warnings. | nobu |
2010-05-21 | * ruby.c (ruby_init_loadpath_safe): use real path for non-shared | nobu |
2010-05-17 | * array.c: Documentation: change => in call-seq to ->. | marcandre |
2010-04-24 | * ruby.c (get_arglen): skip the last terminator of argv before | nobu |
2010-04-23 | * ruby.c (PREFIX_PATH): use RUBY_RELATIVE macro. | nobu |
2010-03-17 | * configure.in (RUBY_EXEC_PREFIX): added to config.h. | nobu |
2010-03-16 | * compile.c, iseq.c, ruby.c, vm.c, vm_core.h, vm_eval.c: add absolute | mame |
2010-03-12 | * ruby.c (ruby_init_loadpath_safe): mark initial load paths. | nobu |
2010-03-11 | * ruby.c (ruby_init_loadpath_safe, ruby_init_gems): set and remove | nobu |
2009-12-13 | * ruby.c (rb_parser_dump_tree): add prototype. | naruse |
2009-12-09 | * node.c: node management added. Currently, only pretty-dumper is | mame |