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
/
internal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
* internal.h (TIMET_MAX_PLUS_ONE): definition simplified.
akr
2013-03-27
1
-4
/
+1
*
internal.h: use SIGNEDNESS_OF_TIME_T
nobu
2013-03-26
1
-6
/
+11
*
* internal.h (TIMET_MAX_PLUS_ONE): Defined.
akr
2013-03-26
1
-0
/
+4
*
* internal.h: Define TIMET_MAX and TIMET_MIN here.
akr
2013-03-26
1
-0
/
+3
*
* ruby_kill (internal.h, thread.c): use rb_pid_t instead of pid_t.
usa
2013-03-19
1
-1
/
+1
*
* internal.h: added a declaration of ruby_kill().
kosaki
2013-03-19
1
-0
/
+1
*
error.c: rb_sys_fail_path_in
nobu
2013-03-15
1
-2
/
+2
*
internal.h: export rb_sys_fail_path_with_func
nobu
2013-03-15
1
-0
/
+6
*
file.c: rb_sys_fail_path_with_func
nobu
2013-03-15
1
-0
/
+7
*
prefix global symbols
nobu
2013-03-06
1
-3
/
+3
*
enumerator.c: allow Bignum for with_index
nobu
2013-03-05
1
-0
/
+2
*
random.c: fix error message
nobu
2013-02-22
1
-0
/
+1
*
* file.c (RB_MAX_GROUPS): moved to
kosaki
2013-02-21
1
-0
/
+1
*
compar.c: inversed comarison without infinite recursion
nobu
2013-02-17
1
-0
/
+3
*
* enumerator.c: Use to_enum for Enumerable methods returning Enumerators.
marcandre
2013-02-05
1
-3
/
+0
*
object.c: singleton class clone
nobu
2012-12-29
1
-0
/
+1
*
error.c: rb_write_error_str
nobu
2012-12-25
1
-0
/
+1
*
marshal.c: rb_check_funcall_with_hook
nobu
2012-12-23
1
-0
/
+3
*
internal.h: quote unprintable
nobu
2012-12-22
1
-0
/
+4
*
* signal.c (rb_sigaltstack_size): new. calculate stack size for
kosaki
2012-12-15
1
-0
/
+1
*
* thread.c (rb_mutex_owned_p): remove static.
kosaki
2012-12-15
1
-0
/
+1
*
* revised r37993 to avoid SEGV/ILL in tests. In r37993, a method
shugo
2012-12-06
1
-0
/
+3
*
* thread.c (rb_uninterruptible): helper function for providing
kosaki
2012-12-05
1
-0
/
+1
*
* revert r37993 to avoid SEGV in tests.
shugo
2012-11-30
1
-3
/
+0
*
* vm_method.c (rb_method_entry_make): add a method entry with
shugo
2012-11-29
1
-0
/
+3
*
* thread.c (struct rb_mutex_struct): add allow_trap field.
kosaki
2012-11-28
1
-0
/
+1
*
array.c: refactoring of rb_ary_delete_same()
shirosaki
2012-11-25
1
-1
/
+1
*
Fix WeakRef finalize
shirosaki
2012-11-24
1
-0
/
+1
*
* thread.c: add `Thread#backtrace_locations' method.
ko1
2012-11-19
1
-1
/
+3
*
* probes.d: add DTrace probe declarations. [ruby-core:27448]
tenderlove
2012-11-12
1
-0
/
+1
*
hash.c: refine error messages
nobu
2012-11-11
1
-0
/
+1
*
enum.c: prefix
nobu
2012-11-06
1
-1
/
+1
*
* enumerator.c: Support for lazy.cycle.size
marcandre
2012-11-06
1
-0
/
+3
*
* numeric.c (num_step): Support for Numeric#step.size
marcandre
2012-11-06
1
-0
/
+1
*
Fix compatibility of cached expanded load path
shirosaki
2012-11-05
1
-0
/
+3
*
process.c: uid gid exec options
nobu
2012-10-09
1
-0
/
+4
*
array.c, enum.c: TypeError in zip
nobu
2012-09-19
1
-0
/
+1
*
internal.h: allocator function in rb_classext_t
nobu
2012-09-08
1
-0
/
+1
*
* internal.h (rb_last_status_clear): declared.
akr
2012-08-29
1
-0
/
+1
*
Improve require/File.expand_path performance on Windows
luislavena
2012-08-24
1
-0
/
+7
*
* vm_trace.c, vm_core.h: simplify tracing mechanism.
ko1
2012-08-16
1
-1
/
+1
*
method in instance_eval
nobu
2012-08-06
1
-0
/
+1
*
* internal.h, class.c, eval.c, insns.def: find the appropriate
shugo
2012-08-06
1
-0
/
+2
*
internal.h: move mark functions
nobu
2012-07-19
1
-0
/
+8
*
* bignum.c (rb_integer_float_eq): new function.
akr
2012-07-16
1
-0
/
+1
*
* bignum.c (rb_integer_float_cmp): renamed from rb_big_float_cmp.
akr
2012-07-16
1
-1
/
+1
*
* internal.h (rb_big_float_cmp): declared.
akr
2012-07-16
1
-0
/
+1
*
rb_thread_call_without_gvl
nobu
2012-07-10
1
-10
/
+0
*
ThreadShield
nobu
2012-07-05
1
-0
/
+4
*
rb_builtin_type_name
nobu
2012-06-29
1
-0
/
+1
[next]