Skip to content

Commit 9cf649e

Browse files
author
rockyb
committed
Get ready for release 0.10.4
git-svn-id: http://ruby-debug.rubyforge.org/svn/trunk@958 453b2852-3d18-0410-866e-d09c099698e4
1 parent 1e29bf6 commit 9cf649e

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

ChangeLog

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
2010-10-21 21:03 Rocky Bernstein
2+
3+
* ext/ruby_debug.c: Remove gcc warning and redundant code.
4+
Rubyforge Issue #28654. Thanks to Mamoru Tasaka.
5+
6+
2010-10-15 15:16 Rocky Bernstein
7+
8+
* cli/ruby-debug/command.rb, cli/ruby-debug/commands/help.rb,
9+
cli/ruby-debug/commands/quit.rb: More rdoc work.
10+
11+
2010-10-15 14:45 Rocky Bernstein
12+
13+
* CHANGES, ChangeLog, INSTALL.SVN, Rakefile,
14+
cli/ruby-debug/command.rb, cli/ruby-debug/interface.rb,
15+
cli/ruby-debug/processor.rb, cross-compile.sh, ext/breakpoint.c,
16+
ext/ruby_debug.c, lib/ChangeLog, lib/ruby-debug-base.rb: Go over
17+
documentation (1st pass) including that created by rdoc.
18+
Better instructions for how to build on MS Windows and the
19+
include
20+
cross-compile.sh script I use.
21+
Update rubyforge URL's used to building ChangeLogs.
22+
123
2010-10-14 01:41 Rocky Bernstein
224

325
* CHANGES, ChangeLog, cli/ruby-debug/commands/list.rb,

ext/ruby_debug.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include <st.h>
77
#include <intern.h>
88

9-
#define DEBUG_VERSION "0.10.4rc3"
9+
#define DEBUG_VERSION "0.10.4"
1010

1111
#ifdef _WIN32
1212
struct FRAME {

lib/ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2010-10-15 14:45 Rocky Bernstein
2+
3+
* ChangeLog, ruby-debug-base.rb: Go over documentation (1st pass)
4+
including that created by rdoc.
5+
Better instructions for how to build on MS Windows and the
6+
include
7+
cross-compile.sh script I use.
8+
Update rubyforge URL's used to building ChangeLogs.
9+
110
2010-10-14 01:41 Rocky Bernstein
211

312
* ChangeLog: improve list and list - (backwards) handling when

0 commit comments

Comments
 (0)