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
2013-06-24
* compile.c (make_name_for_block): use PRIsVALUE in format string
charliesome
2013-06-07
* internal.h (numberof): Gathered from various files.
akr
2013-05-19
fix typos. Patch by k_takata.
ktsj
2013-05-13
* include/ruby/ruby.h: constify RBasic::klass and add
ko1
2013-05-13
* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro
ko1
2013-04-24
* class.c: Example of Object#methods by @windwiny [Fixes GH-293]
zzak
2013-02-27
* ruby.c (is_option_with_optarg): macro for optional argument option.
nobu
2013-02-21
ruby.c: fix for multiarch library
nobu
2013-02-18
version.c: move ruby_exec_prefix
nobu
2013-01-11
* ruby.c (usage): sort --*-encoding in help. (same order of -E)
kazu
2012-12-21
* ruby.c (process_options): need to acquire env from TOPLEVEL_BINDING
ko1
2012-12-19
* ruby.c (load_file_internal): use original C string as the filename
usa
2012-11-23
ruby.c: argv check
nobu
2012-11-23
ruby.c: wrap descriptions
nobu
2012-11-23
* ruby.c, test/ruby/test_rubyoptions.rb: revert r37815:r37816.
nobu
2012-11-23
* ruby.c: revert r37298.
tadf
2012-11-20
* ruby.c (usage_msg): Fix typo [ruby-core:49205] [Bug #7327]
zzak
2012-11-10
ruby.c: removed a comma before "before"
duerst
2012-11-06
* ruby.c (load_file_internal): set default source encoding as
naruse
2012-11-05
Cache the expanded load path
shirosaki
2012-10-23
ruby.c: --help option
nobu
2012-10-14
ruby.c: passing block
nobu
2012-08-29
configure.in: use configured libdir value
nobu
2012-08-29
ruby.c: magic numbers
nobu
2012-08-23
load.c: keep encoding of feature name
nobu
2012-08-09
ruby.c: show version only once
nobu
2012-07-11
Reverts a half of r36079. As we discussed on ruby-dev@ and IRC,
yugui
2012-07-04
* ruby.c (proc_options): warn only if -K and -w option is specified.
naruse
2012-07-03
* ruby.c (proc_options): warn if -K option is specified. [Feature #5206]
naruse
2012-06-22
* iseq.c, vm_eval.c: set th->base_block properly.
ko1
2012-06-19
* ruby.c (rb_f_sub): use ansi style declaration.
kosaki
2012-06-14
ruby.c: add cast
nobu
2012-06-14
fix r36079
nobu
2012-06-14
Embedding CRuby interpreter without internal headers has been difficult
yugui
2012-06-14
* eval.c: Add doxygen comments.
yugui
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
[next]