index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ruby.c
Age
Commit message (
Expand
)
Author
2012-05-20
ruby.c: fixed typo
nobu
2012-05-16
Supports static linking of extensions and encodings again.
yugui
2012-04-15
* reduce UNREACHABLE.
nobu
2012-04-14
* variable.c (trace_ev): Removed "not reached" comment as this line is
drbrain
2012-03-26
* win32/win32.c (check_if_dir, check_if_wdir): fix for Visual C++
nobu
2012-03-26
* ruby.c (load_file_internal): bail out if the script is a directory.
nobu
2012-03-07
* error.c (rb_load_fail): should honor encoding.
nobu
2012-03-07
rb_load_fail
nobu
2012-03-06
* error.c (rb_loaderror_with_path): Adding the missing file as an
tenderlove
2012-01-17
* missing/setproctitle.c (ruby_init_setproctitle): changed prefix.
nobu
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
[next]