aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.c
Commit message (Expand)AuthorAgeFilesLines
* * ruby.c (load_file_internal): convert the encoding of load path ifusa2011-10-311-6/+8
* * ruby.c (fill_standard_fds): use fstat() instead of fcntl(F_GETFD)akr2011-10-301-3/+4
* * ruby.c (fill_standard_fds): new function to open closed standardakr2011-10-301-0/+30
* * process.c (ruby_setsid): use rb_cloexec_open.akr2011-10-291-2/+2
* * include/ruby/intern.h (rb_fd_set_cloexec): declared.akr2011-10-221-1/+1
* * use RB_TYPE_P which is optimized for constant types, instead ofnobu2011-09-291-1/+1
* * include/ruby/intern.h (rb_update_max_fd): declaration moved fromakr2011-07-201-0/+1
* * encoding.c (rb_enc_set_index, rb_enc_associate_index): shouldnobu2011-07-071-2/+3
* * ruby.c (ruby_init_loadpath_safe): ensure RUBYLIB_PREFIX storednobu2011-06-291-0/+3
* * math.c: Attach documentation for Math.drbrain2011-06-291-0/+19
* * internal.h: declare more internal functions.akr2011-06-181-2/+0
* * internal.h: declare internal functions here.akr2011-06-171-18/+1
* * ruby.c (ruby_process_options): add missing return type.nobu2011-06-111-1/+1
* introduce missing/setproctitle.ckosaki2011-05-141-96/+9
* * ruby.c (proc_options): reduce warning: "ALLOW_DEFAULT_SOURCE_ENCODING" is n...kazu2011-04-151-2/+2
* * ruby.c (proc_options): remove an experimental feature: --gem option.nobu2011-03-221-45/+2
* * ruby.c (proc_options): remove an experimental feature: --requirenobu2011-03-221-3/+0
* * ruby.c (add_gems): remove unused variable.nobu2011-03-221-1/+1
* * gc.c (rb_gc_set_params): allow GC parameter configuration bymatz2011-03-071-0/+1
* * ruby.c (proc_options): enable rubygems if --gem option is given.nobu2011-02-111-0/+5
* * ruby.c (proc_options): add --gem=enabled as an alias ofyugui2011-02-111-1/+9
* * ruby.c (add_gems, require_libraries, proc_options): addnobu2011-02-111-2/+40
* * configure.in (rubygems): add --disable-rubygems option.nobu2011-02-111-0/+3
* * ruby.c (process_options): revert r30549.nobu2011-01-171-1/+1
* * ruby.c (process_options): autoload rubygems.nobu2011-01-151-1/+1
* * ruby.c (ruby_init_prelude): get rid of global namespacenobu2011-01-151-3/+5
* Reduced gem_prelude to just require rubygems. Reviewed by Evan Phoenixryan2011-01-141-3/+3
* * ruby.c: parenthesize macro arguments.akr2010-12-271-16/+16
* * ruby.c (ruby_init_loadpath_safe): relatively called non-sharednobu2010-12-101-1/+1
* * ruby.c (load_file_internal): decrement for ungotten line.nobu2010-12-051-0/+1
* * file.c (file_expand_path): use cygwin_conv_path on cygwin 1.7 ornobu2010-11-111-2/+9
* * cygwin/GNUmakefile.in (scriptbin): make executable file fromnobu2010-11-091-3/+6
* * ruby.c (ruby_init_loadpath_safe): ensure sopath to be modifiablenobu2010-08-051-1/+1
* * ruby.c (ruby_init_loadpath_safe): rb_str_set_len modifies ptrnobu2010-08-021-2/+4
* * include/ruby/io.h, io.c: reverted r21709.nobu2010-06-271-3/+9
* * ruby.c: add prototype of rb_realpath_internal.naruse2010-06-181-0/+1
* * load.c (rb_load_internal): remove call to rb_realpath_internalmame2010-06-171-1/+2
* * ruby.c (process_options, load_file_internal): $0 seen fromnobu2010-06-051-2/+6
* * ruby.c (process_options): revert r25330, so that $0 can be seennobu2010-06-051-2/+2
* * suppress warnings.nobu2010-05-211-1/+1
* * ruby.c (ruby_init_loadpath_safe): use real path for non-sharednobu2010-05-211-3/+6
* * array.c: Documentation: change => in call-seq to ->.marcandre2010-05-171-7/+7
* * ruby.c (get_arglen): skip the last terminator of argv beforenobu2010-04-241-5/+18
* * ruby.c (PREFIX_PATH): use RUBY_RELATIVE macro.nobu2010-04-231-1/+1
* * configure.in (RUBY_EXEC_PREFIX): added to config.h.nobu2010-03-171-1/+2
* * compile.c, iseq.c, ruby.c, vm.c, vm_core.h, vm_eval.c: add absolutemame2010-03-161-1/+3
* * ruby.c (ruby_init_loadpath_safe): mark initial load paths.nobu2010-03-121-2/+5
* * ruby.c (ruby_init_loadpath_safe, ruby_init_gems): set and removenobu2010-03-111-2/+8
* * ruby.c (rb_parser_dump_tree): add prototype.naruse2009-12-131-0/+1
* * node.c: node management added. Currently, only pretty-dumper ismame2009-12-091-1/+11