Skip to content

Commit a213859

Browse files
author
rockyb
committed
Get ready for 0.10.5 release
git-svn-id: http://ruby-debug.rubyforge.org/svn/trunk@985 453b2852-3d18-0410-866e-d09c099698e4
1 parent 8540712 commit a213859

File tree

4 files changed

+62
-3
lines changed

4 files changed

+62
-3
lines changed

Diff for: CHANGES

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
0.10.5
2-
2+
12/25/10
3+
- Remove extraneous .RB files messing up Microsoft Windows
34
- Deprecate "set force". Use "set di[fferent].
4-
55

66
0.10.4
77
10/27/10

Diff for: ChangeLog

+55
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,58 @@
1+
2010-12-22 11:21 Rocky Bernstein
2+
3+
* doc/ruby-debug.texi: Number some unnumberred sections. Kernel::
4+
-> Kernel. since :: messes up texinfo.
5+
6+
2010-12-22 11:14 Rocky Bernstein
7+
8+
* doc/ruby-debug.texi: A couple of lines in binding_n example were
9+
missing
10+
11+
2010-12-22 11:07 Rocky Bernstein
12+
13+
* doc/ruby-debug.texi: Show how to use binding_n inside irb. Better
14+
tagging of Kernel routines debugger, binding_n and breakpoint.
15+
16+
2010-12-16 14:17 Rocky Bernstein
17+
18+
* doc/ruby-debug.texi: Document autolist better. Texinfo uses @:
19+
for TeX's \ . Regularize titles better.
20+
21+
2010-12-16 12:44 Rocky Bernstein
22+
23+
* doc/ruby-debug.texi: Note no sudo in rvm's gem install
24+
25+
2010-12-15 10:12 Rocky Bernstein
26+
27+
* doc/ruby-debug.texi, test/base/base.rb, test/base/binding.rb,
28+
test/base/catchpoint.rb: Make sure to ensure Debugger.stop in
29+
tests. Thanks to Denis Ushakov for the patch
30+
ruby-debug.texi: Add separate section index for rdebug command
31+
flags
32+
33+
2010-12-13 00:12 Rocky Bernstein
34+
35+
* test/runall: Stop at first failure. Clean up some of the crud
36+
that's accumulated over the years.
37+
38+
2010-12-09 14:45 Rocky Bernstein
39+
40+
* cli/ruby-debug/commands/info.rb, cli/ruby-debug/processor.rb,
41+
test/data/breakpoints.right, test/data/catch.cmd,
42+
test/data/catch.right: "info program" gives is a little more
43+
descriptive of the program stop events for "catch" and
44+
"breakpoint".
45+
46+
2010-12-08 03:37 Rocky Bernstein
47+
48+
* ChangeLog, lib/ChangeLog, test/base/binding.rb: Order of expect,
49+
got reversed in assert_equal
50+
51+
2010-12-07 10:27 Rocky Bernstein
52+
53+
* doc/ruby-debug.texi: Add "installation" section. "set forcestep"
54+
-> "set different". Update example output.
55+
156
2010-12-07 02:33 Rocky Bernstein
257

358
* ChangeLog, INSTALL.SVN, Rakefile, ext, ext/extconf.rb,

Diff for: ext/ruby_debug.c

+1-1
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.5.dev"
9+
#define DEBUG_VERSION "0.10.5"
1010

1111
#ifdef _WIN32
1212
struct FRAME {

Diff for: lib/ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2010-12-08 03:37 Rocky Bernstein
2+
3+
* ChangeLog: Order of expect, got reversed in assert_equal
4+
15
2010-12-07 02:33 Rocky Bernstein
26

37
* ChangeLog: Admnistrivia. Rakefile: rake test shouldn't su if

0 commit comments

Comments
 (0)