index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ruby.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* ruby.c (usage): sort --*-encoding in help. (same order of -E)
kazu
2013-01-11
1
-2
/
+2
*
* ruby.c (process_options): need to acquire env from TOPLEVEL_BINDING
ko1
2012-12-21
1
-5
/
+6
*
* ruby.c (load_file_internal): use original C string as the filename
usa
2012-12-19
1
-2
/
+3
*
ruby.c: argv check
nobu
2012-11-23
1
-3
/
+4
*
ruby.c: wrap descriptions
nobu
2012-11-23
1
-8
/
+13
*
* ruby.c, test/ruby/test_rubyoptions.rb: revert r37815:r37816.
nobu
2012-11-23
1
-32
/
+73
*
* ruby.c: revert r37298.
tadf
2012-11-23
1
-73
/
+32
*
* ruby.c (usage_msg): Fix typo [ruby-core:49205] [Bug #7327]
zzak
2012-11-20
1
-1
/
+1
*
ruby.c: removed a comma before "before"
duerst
2012-11-10
1
-1
/
+1
*
* ruby.c (load_file_internal): set default source encoding as
naruse
2012-11-06
1
-1
/
+1
*
Cache the expanded load path
shirosaki
2012-11-05
1
-1
/
+2
*
ruby.c: --help option
nobu
2012-10-23
1
-32
/
+73
*
ruby.c: passing block
nobu
2012-10-14
1
-4
/
+4
*
configure.in: use configured libdir value
nobu
2012-08-29
1
-0
/
+4
*
ruby.c: magic numbers
nobu
2012-08-29
1
-2
/
+10
*
load.c: keep encoding of feature name
nobu
2012-08-23
1
-1
/
+8
*
ruby.c: show version only once
nobu
2012-08-09
1
-3
/
+4
*
Reverts a half of r36079. As we discussed on ruby-dev@ and IRC,
yugui
2012-07-11
1
-110
/
+13
*
* ruby.c (proc_options): warn only if -K and -w option is specified.
naruse
2012-07-04
1
-1
/
+3
*
* ruby.c (proc_options): warn if -K option is specified. [Feature #5206]
naruse
2012-07-03
1
-0
/
+1
*
* iseq.c, vm_eval.c: set th->base_block properly.
ko1
2012-06-22
1
-3
/
+0
*
* ruby.c (rb_f_sub): use ansi style declaration.
kosaki
2012-06-19
1
-9
/
+3
*
ruby.c: add cast
nobu
2012-06-14
1
-1
/
+1
*
fix r36079
nobu
2012-06-14
1
-2
/
+2
*
Embedding CRuby interpreter without internal headers has been difficult
yugui
2012-06-14
1
-26
/
+138
*
* eval.c: Add doxygen comments.
yugui
2012-06-14
1
-0
/
+12
*
ruby.c: fixed typo
nobu
2012-05-20
1
-1
/
+1
*
Supports static linking of extensions and encodings again.
yugui
2012-05-16
1
-0
/
+4
*
* reduce UNREACHABLE.
nobu
2012-04-15
1
-2
/
+2
*
* variable.c (trace_ev): Removed "not reached" comment as this line is
drbrain
2012-04-14
1
-1
/
+2
*
* win32/win32.c (check_if_dir, check_if_wdir): fix for Visual C++
nobu
2012-03-26
1
-4
/
+5
*
* ruby.c (load_file_internal): bail out if the script is a directory.
nobu
2012-03-26
1
-0
/
+9
*
* error.c (rb_load_fail): should honor encoding.
nobu
2012-03-07
1
-1
/
+1
*
rb_load_fail
nobu
2012-03-07
1
-3
/
+1
*
* error.c (rb_loaderror_with_path): Adding the missing file as an
tenderlove
2012-03-06
1
-1
/
+1
*
* missing/setproctitle.c (ruby_init_setproctitle): changed prefix.
nobu
2012-01-17
1
-2
/
+2
*
* ruby.c (load_file_internal): convert the encoding of load path if
usa
2011-10-31
1
-6
/
+8
*
* ruby.c (fill_standard_fds): use fstat() instead of fcntl(F_GETFD)
akr
2011-10-30
1
-3
/
+4
*
* ruby.c (fill_standard_fds): new function to open closed standard
akr
2011-10-30
1
-0
/
+30
*
* process.c (ruby_setsid): use rb_cloexec_open.
akr
2011-10-29
1
-2
/
+2
*
* include/ruby/intern.h (rb_fd_set_cloexec): declared.
akr
2011-10-22
1
-1
/
+1
*
* use RB_TYPE_P which is optimized for constant types, instead of
nobu
2011-09-29
1
-1
/
+1
*
* include/ruby/intern.h (rb_update_max_fd): declaration moved from
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
[next]