| Commit message (Expand) | Author | Age | Files | Lines |
* | merge revision(s) 33567,33573: | kosaki | 2012-02-06 | 1 | -0/+31 |
* | * missing/setproctitle.c (ruby_init_setproctitle): changed prefix. | nobu | 2012-01-17 | 1 | -2/+2 |
* | * backport r32579, r32581, r32587 by akr and r32588 by kazu. | akr | 2011-07-20 | 1 | -0/+1 |
* | * encoding.c (rb_enc_set_index, rb_enc_associate_index): should | nobu | 2011-07-07 | 1 | -2/+3 |
* | * ruby.c (ruby_init_loadpath_safe): ensure RUBYLIB_PREFIX stored | nobu | 2011-06-29 | 1 | -0/+3 |
* | * math.c: Attach documentation for Math. | drbrain | 2011-06-29 | 1 | -0/+19 |
* | * internal.h: declare more internal functions. | akr | 2011-06-18 | 1 | -2/+0 |
* | * internal.h: declare internal functions here. | akr | 2011-06-17 | 1 | -18/+1 |
* | * ruby.c (ruby_process_options): add missing return type. | nobu | 2011-06-11 | 1 | -1/+1 |
* | introduce missing/setproctitle.c | kosaki | 2011-05-14 | 1 | -96/+9 |
* | * ruby.c (proc_options): reduce warning: "ALLOW_DEFAULT_SOURCE_ENCODING" is n... | kazu | 2011-04-15 | 1 | -2/+2 |
* | * ruby.c (proc_options): remove an experimental feature: --gem option. | nobu | 2011-03-22 | 1 | -45/+2 |
* | * ruby.c (proc_options): remove an experimental feature: --require | nobu | 2011-03-22 | 1 | -3/+0 |
* | * ruby.c (add_gems): remove unused variable. | nobu | 2011-03-22 | 1 | -1/+1 |
* | * gc.c (rb_gc_set_params): allow GC parameter configuration by | matz | 2011-03-07 | 1 | -0/+1 |
* | * ruby.c (proc_options): enable rubygems if --gem option is given. | nobu | 2011-02-11 | 1 | -0/+5 |
* | * ruby.c (proc_options): add --gem=enabled as an alias of | yugui | 2011-02-11 | 1 | -1/+9 |
* | * ruby.c (add_gems, require_libraries, proc_options): add | nobu | 2011-02-11 | 1 | -2/+40 |
* | * configure.in (rubygems): add --disable-rubygems option. | nobu | 2011-02-11 | 1 | -0/+3 |
* | * ruby.c (process_options): revert r30549. | nobu | 2011-01-17 | 1 | -1/+1 |
* | * ruby.c (process_options): autoload rubygems. | nobu | 2011-01-15 | 1 | -1/+1 |
* | * ruby.c (ruby_init_prelude): get rid of global namespace | nobu | 2011-01-15 | 1 | -3/+5 |
* | Reduced gem_prelude to just require rubygems. Reviewed by Evan Phoenix | ryan | 2011-01-14 | 1 | -3/+3 |
* | * ruby.c: parenthesize macro arguments. | akr | 2010-12-27 | 1 | -16/+16 |
* | * ruby.c (ruby_init_loadpath_safe): relatively called non-shared | nobu | 2010-12-10 | 1 | -1/+1 |
* | * ruby.c (load_file_internal): decrement for ungotten line. | nobu | 2010-12-05 | 1 | -0/+1 |
* | * file.c (file_expand_path): use cygwin_conv_path on cygwin 1.7 or | nobu | 2010-11-11 | 1 | -2/+9 |
* | * cygwin/GNUmakefile.in (scriptbin): make executable file from | nobu | 2010-11-09 | 1 | -3/+6 |
* | * ruby.c (ruby_init_loadpath_safe): ensure sopath to be modifiable | nobu | 2010-08-05 | 1 | -1/+1 |
* | * ruby.c (ruby_init_loadpath_safe): rb_str_set_len modifies ptr | nobu | 2010-08-02 | 1 | -2/+4 |
* | * include/ruby/io.h, io.c: reverted r21709. | nobu | 2010-06-27 | 1 | -3/+9 |
* | * ruby.c: add prototype of rb_realpath_internal. | naruse | 2010-06-18 | 1 | -0/+1 |
* | * load.c (rb_load_internal): remove call to rb_realpath_internal | mame | 2010-06-17 | 1 | -1/+2 |
* | * ruby.c (process_options, load_file_internal): $0 seen from | nobu | 2010-06-05 | 1 | -2/+6 |
* | * ruby.c (process_options): revert r25330, so that $0 can be seen | nobu | 2010-06-05 | 1 | -2/+2 |
* | * suppress warnings. | nobu | 2010-05-21 | 1 | -1/+1 |
* | * ruby.c (ruby_init_loadpath_safe): use real path for non-shared | nobu | 2010-05-21 | 1 | -3/+6 |
* | * array.c: Documentation: change => in call-seq to ->. | marcandre | 2010-05-17 | 1 | -7/+7 |
* | * ruby.c (get_arglen): skip the last terminator of argv before | nobu | 2010-04-24 | 1 | -5/+18 |
* | * ruby.c (PREFIX_PATH): use RUBY_RELATIVE macro. | nobu | 2010-04-23 | 1 | -1/+1 |
* | * configure.in (RUBY_EXEC_PREFIX): added to config.h. | nobu | 2010-03-17 | 1 | -1/+2 |
* | * compile.c, iseq.c, ruby.c, vm.c, vm_core.h, vm_eval.c: add absolute | mame | 2010-03-16 | 1 | -1/+3 |
* | * ruby.c (ruby_init_loadpath_safe): mark initial load paths. | nobu | 2010-03-12 | 1 | -2/+5 |
* | * ruby.c (ruby_init_loadpath_safe, ruby_init_gems): set and remove | nobu | 2010-03-11 | 1 | -2/+8 |
* | * ruby.c (rb_parser_dump_tree): add prototype. | naruse | 2009-12-13 | 1 | -0/+1 |
* | * node.c: node management added. Currently, only pretty-dumper is | mame | 2009-12-09 | 1 | -1/+11 |
* | * encoding.c (enc_set_default_encoding): reset filesytem | naruse | 2009-11-18 | 1 | -1/+0 |
* | * encoding.c (rb_filesystem_encindex): use default external encoding | akr | 2009-11-15 | 1 | -1/+1 |
* | * ruby.c (set_{internal,external}_encoding_once): fixed typos. | nobu | 2009-11-04 | 1 | -2/+2 |
* | Revert set locale and filesystem encindex in Init_Encoding. | naruse | 2009-10-29 | 1 | -0/+1 |