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
/
error.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* error.c: clarify reason for sleep in SignalException example
zzak
2013-02-25
1
-1
/
+1
*
* error.c: clarify a document of SignalException. Process.kill()
kosaki
2013-02-25
1
-0
/
+1
*
* object.c: Improve error for failed implicit conversions [Bug #7539]
marcandre
2013-01-29
1
-1
/
+1
*
error.c: rb_write_error_str
nobu
2012-12-25
1
-3
/
+3
*
error.c: NameError::message _dump
nobu
2012-12-24
1
-1
/
+8
*
error.c: VALUE to messages
nobu
2012-12-24
1
-3
/
+2
*
* error.c (rb_compile_error_append): fix typo.
nobu
2012-12-23
1
-1
/
+1
*
error.c: PRIsVALUE
nobu
2012-12-22
1
-71
/
+48
*
hash.c: refine error messages
nobu
2012-11-11
1
-2
/
+3
*
* error.c (exc_to_s, name_err_to_s, name_err_mesg_to_str): do not
shugo
2012-10-02
1
-7
/
+1
*
fix typo
nobu
2012-07-18
1
-2
/
+2
*
error.c: map by index
nobu
2012-07-18
1
-34
/
+37
*
rb_builtin_type_name
nobu
2012-06-29
1
-14
/
+19
*
error.c: rb_check_copyable
nobu
2012-06-22
1
-0
/
+15
*
* error.c (err_append): rename err_append() to compile_err_append()
ko1
2012-06-20
1
-34
/
+39
*
* error.c (exc_set_backtrace): Updated documentation to indicate
drbrain
2012-05-29
1
-4
/
+4
*
sprintf.c: inspect by plus
nobu
2012-05-24
1
-2
/
+2
*
Feature #5896
nobu
2012-05-24
1
-2
/
+2
*
* vm_method.c (rb_method_defined_by): removed.
ko1
2012-05-24
1
-2
/
+8
*
* vm.c: add RubyVM::Backtrace object (btobj).
ko1
2012-05-24
1
-4
/
+13
*
use RB_TYPE_P() instead of comparison of TYPE()
nobu
2012-05-23
1
-2
/
+2
*
* configure.in (RUBY_MSVCRT_VERSION): define on mingw too.
nobu
2012-04-16
1
-1
/
+1
*
* eval_error.c (error_print): use RB_TYPE_P instead of TYPE.
nobu
2012-04-13
1
-9
/
+7
*
* error.c (rb_enc_raise): new function to raise an exception with
nobu
2012-04-10
1
-0
/
+13
*
* error.c (rb_load_fail): should honor encoding.
nobu
2012-03-07
1
-10
/
+17
*
rb_load_fail
nobu
2012-03-07
1
-2
/
+2
*
* error.c (rb_loaderror_with_path): Adding the missing file as an
tenderlove
2012-03-06
1
-2
/
+23
*
* error.c (report_bug): use buf and snprintf to avoid consuming stack.
naruse
2012-02-25
1
-2
/
+5
*
* dir.c (dir_initialize): keep path in original encoding.
nobu
2012-02-24
1
-6
/
+4
*
* error.c: new functions to deal exceptions with string instances.
nobu
2012-02-24
1
-0
/
+48
*
* error.c (exc_inspect): Fix typo. patch from Trent Ogren
ayumin
2012-02-07
1
-1
/
+1
*
* error.c (exc_equal): clear rb_thread_t::errinfo when ignore
nagachika
2012-01-14
1
-1
/
+4
*
* error.c (exc_equal): ignore exceptions during implicit
nobu
2012-01-14
1
-0
/
+12
*
Revert "* error.c (exc_equal): try implicit conversion for delegator."
naruse
2012-01-13
1
-5
/
+1
*
* error.c (exc_equal): try implicit conversion for delegator.
nobu
2012-01-13
1
-1
/
+5
*
* error.c (builtin_type_name): don't return pointer to the buffer of
nagachika
2011-12-15
1
-3
/
+5
*
* error.c (rb_check_type): fix typo.
nobu
2011-12-15
1
-1
/
+1
*
* error.c (rb_check_typeddata): refine error message with
nobu
2011-12-15
1
-17
/
+27
*
* error.c (name_err_mesg_to_str): clear rb_thread_t::errinfo when
nagachika
2011-12-13
1
-1
/
+4
*
* error.c (exit_initialize): deal with true and false as well as
nobu
2011-12-11
1
-5
/
+35
*
update doc and add test for SystemExit.new.
akr
2011-12-08
1
-2
/
+6
*
* error.c (Init_Exception): Document $! and $@. Provide
drbrain
2011-10-19
1
-8
/
+38
*
* error.c (Init_Exception): Add hierarchy of Exception subclasses.
drbrain
2011-10-19
1
-0
/
+32
*
* use RB_TYPE_P which is optimized for constant types, instead of
nobu
2011-09-29
1
-1
/
+1
*
* error.c (report_bug): use a small message buffer instead of BUFSIZ.
kosaki
2011-08-04
1
-2
/
+3
*
* error.c (rb_name_error_str): new function to raise NameError
nobu
2011-07-23
1
-0
/
+15
*
* error.c (rb_check_trusted): new function to check an object is
nobu
2011-07-17
1
-0
/
+16
*
* error.c (rb_warn_m): accept multiple args in like puts. rdoc
nobu
2011-07-17
1
-8
/
+15
*
* error.c (rb_bug): get rid of segfault after all threads
nobu
2011-07-08
1
-1
/
+8
*
* error.c, thread_pthread.c (WRITE_CONST): suppress warnings
nobu
2011-06-30
1
-5
/
+7
[next]