mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* .gdbinit: follows r24470.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@26494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
647b968d91
commit
d274933b13
3 changed files with 6 additions and 2 deletions
2
.gdbinit
2
.gdbinit
|
|
@ -1,4 +1,4 @@
|
|||
if dummy_gdb_enums.special_consts
|
||||
if ruby_dummy_gdb_enums.special_consts
|
||||
end
|
||||
|
||||
define rp
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
Sat Jan 30 17:58:28 2010 Yuki Sonoda (Yugui) <yugui@yugui.jp>
|
||||
|
||||
* .gdbinit: follows r24470.
|
||||
|
||||
Mon Oct 19 05:49:53 2009 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
|
||||
|
||||
* lib/rexml/element.rb (text=): false should be converted to string.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#define RUBY_VERSION "1.9.1"
|
||||
#define RUBY_PATCHLEVEL 399
|
||||
#define RUBY_PATCHLEVEL 400
|
||||
#define RUBY_VERSION_MAJOR 1
|
||||
#define RUBY_VERSION_MINOR 9
|
||||
#define RUBY_VERSION_TEENY 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue