mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* vm_dump.c: delete dashes to make lines 80 chars, Patched by
Shota Fukumori (sora_h). [Bug #4275] [ruby-dev:43021] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30533 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5b9b8d9cfe
commit
96874ec46e
2 changed files with 9 additions and 4 deletions
|
|
@ -1,7 +1,12 @@
|
|||
Thu Jan 13 13:21:00 2011 Kenta Murata <mrkn@mrkn.jp>
|
||||
|
||||
* vm_dump.c: fix misspelling of CrashReporter.
|
||||
[Bug #4275] [ruby-dev:43021]
|
||||
* vm_dump.c: delete dashes to make lines 80 chars, Patched by
|
||||
Shota Fukumori (sora_h). [Bug #4275] [ruby-dev:43021]
|
||||
|
||||
Thu Jan 13 13:21:00 2011 Kenta Murata <mrkn@mrkn.jp>
|
||||
|
||||
* vm_dump.c: fix misspelling of CrashReporter, Patched by Shota
|
||||
Fukumori (sora_h). [Bug #4275] [ruby-dev:43021]
|
||||
|
||||
Thu Jan 13 06:27:29 2011 Ryan Davis <ryand-ruby@zenspider.com>
|
||||
|
||||
|
|
|
|||
|
|
@ -781,9 +781,9 @@ rb_vm_bugreport(void)
|
|||
|
||||
#if defined __MACH__ && defined __APPLE__
|
||||
fprintf(stderr, "-- See Crash Report log file under "
|
||||
"~/Library/Logs/CrashReporter or -----------\n");
|
||||
"~/Library/Logs/CrashReporter or ---------\n");
|
||||
fprintf(stderr, "-- /Library/Logs/CrashReporter, for "
|
||||
"the more detail of -----------------------\n");
|
||||
"the more detail of ---------------------\n");
|
||||
#endif
|
||||
#if HAVE_BACKTRACE || defined(_WIN32)
|
||||
fprintf(stderr, "-- C level backtrace information "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue