ruby-breakpoint 0.5.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- Fri Mar 04 21:39:08 Westeurop�ische Normalzeit 2005
1
+ Sun Jun 04 21:20:56 CEST 2006
@@ -1,163 +1,163 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
-
6
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
- <head>
8
- <title>File: COPYING</title>
9
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
- <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
12
- <script type="text/javascript">
13
- // <![CDATA[
14
-
15
- function popupCode( url ) {
16
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
- }
18
-
19
- function toggleCode( id ) {
20
- if ( document.getElementById )
21
- elem = document.getElementById( id );
22
- else if ( document.all )
23
- elem = eval( "document.all." + id );
24
- else
25
- return false;
26
-
27
- elemStyle = elem.style;
28
-
29
- if ( elemStyle.display != "block" ) {
30
- elemStyle.display = "block"
31
- } else {
32
- elemStyle.display = "none"
33
- }
34
-
35
- return true;
36
- }
37
-
38
- // Make codeblocks hidden by default
39
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
-
41
- // ]]>
42
- </script>
43
-
44
- </head>
45
- <body>
46
-
47
-
48
-
49
- <div id="fileHeader">
50
- <h1>COPYING</h1>
51
- <table class="header-table">
52
- <tr class="top-aligned-row">
53
- <td><strong>Path:</strong></td>
54
- <td>COPYING
55
- </td>
56
- </tr>
57
- <tr class="top-aligned-row">
58
- <td><strong>Last Update:</strong></td>
59
- <td>Sun Feb 20 10:14:28 Westeurop�ische Normalzeit 2005</td>
60
- </tr>
61
- </table>
62
- </div>
63
- <!-- banner header -->
64
-
65
- <div id="bodyContent">
66
-
67
-
68
-
69
- <div id="contextContent">
70
-
71
- <div id="description">
72
- <p>
73
- ruby-breakpoint is copyrighted free software by Florian Gross
74
- &lt;flgr@ccan.de&gt;. You can redistribute it and/or modify it under either
75
- the terms of the GPL (see the file GPL), or the conditions below:
76
- </p>
77
- <pre>
78
- 1. You may make and give away verbatim copies of the source form of the
79
- software without restriction, provided that you duplicate all of the
80
- original copyright notices and associated disclaimers.
81
-
82
- 2. You may modify your copy of the software in any way, provided that
83
- you do at least ONE of the following:
84
-
85
- a) place your modifications in the Public Domain or otherwise
86
- make them Freely Available, such as by posting said
87
- modifications to Usenet or an equivalent medium, or by allowing
88
- the author to include your modifications in the software.
89
-
90
- b) use the modified software only within your corporation or
91
- organization.
92
-
93
- c) give non-standard binaries non-standard names, with
94
- instructions on where to get the original software distribution.
95
-
96
- d) make other distribution arrangements with the author.
97
-
98
- 3. You may distribute the software in object code or binary form,
99
- provided that you do at least ONE of the following:
100
-
101
- a) distribute the binaries and library files of the software,
102
- together with instructions (in the manual page or equivalent)
103
- on where to get the original distribution.
104
-
105
- b) accompany the distribution with the machine-readable source of
106
- the software.
107
-
108
- c) give non-standard binaries non-standard names, with
109
- instructions on where to get the original software distribution.
110
-
111
- d) make other distribution arrangements with the author.
112
-
113
- 4. You may modify and include the part of the software into any other
114
- software (possibly commercial). But some files in the distribution
115
- are not written by the author, so that they are not under these terms.
116
-
117
- For the list of those files and their copying conditions, see the
118
- file LEGAL.
119
-
120
- 5. The scripts and library files supplied as input to or produced as
121
- output from the software do not automatically fall under the
122
- copyright of the software, but belong to whomever generated them,
123
- and may be sold commercially, and may be aggregated with this
124
- software.
125
-
126
- 6. THIS SOFTWARE IS PROVIDED &quot;AS IS&quot; AND WITHOUT ANY EXPRESS OR
127
- IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
128
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
129
- PURPOSE.
130
- </pre>
131
-
132
- </div>
133
-
134
-
135
- </div>
136
-
137
-
138
- </div>
139
-
140
-
141
- <!-- if includes -->
142
-
143
- <div id="section">
144
-
145
-
146
-
147
-
148
-
149
-
150
-
151
-
152
- <!-- if method_list -->
153
-
154
-
155
- </div>
156
-
157
-
158
- <div id="validator-badges">
159
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
160
- </div>
161
-
162
- </body>
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
6
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
+ <head>
8
+ <title>File: COPYING</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
+ <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
+ <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
12
+ <script type="text/javascript">
13
+ // <![CDATA[
14
+
15
+ function popupCode( url ) {
16
+ window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
+ }
18
+
19
+ function toggleCode( id ) {
20
+ if ( document.getElementById )
21
+ elem = document.getElementById( id );
22
+ else if ( document.all )
23
+ elem = eval( "document.all." + id );
24
+ else
25
+ return false;
26
+
27
+ elemStyle = elem.style;
28
+
29
+ if ( elemStyle.display != "block" ) {
30
+ elemStyle.display = "block"
31
+ } else {
32
+ elemStyle.display = "none"
33
+ }
34
+
35
+ return true;
36
+ }
37
+
38
+ // Make codeblocks hidden by default
39
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
+
41
+ // ]]>
42
+ </script>
43
+
44
+ </head>
45
+ <body>
46
+
47
+
48
+
49
+ <div id="fileHeader">
50
+ <h1>COPYING</h1>
51
+ <table class="header-table">
52
+ <tr class="top-aligned-row">
53
+ <td><strong>Path:</strong></td>
54
+ <td>COPYING
55
+ </td>
56
+ </tr>
57
+ <tr class="top-aligned-row">
58
+ <td><strong>Last Update:</strong></td>
59
+ <td>Sun Jun 04 18:11:44 CEST 2006</td>
60
+ </tr>
61
+ </table>
62
+ </div>
63
+ <!-- banner header -->
64
+
65
+ <div id="bodyContent">
66
+
67
+
68
+
69
+ <div id="contextContent">
70
+
71
+ <div id="description">
72
+ <p>
73
+ ruby-breakpoint is copyrighted free software by Florian Gross
74
+ &lt;flgr@ccan.de&gt;. You can redistribute it and/or modify it under either
75
+ the terms of the GPL (see the file GPL), or the conditions below:
76
+ </p>
77
+ <pre>
78
+ 1. You may make and give away verbatim copies of the source form of the
79
+ software without restriction, provided that you duplicate all of the
80
+ original copyright notices and associated disclaimers.
81
+
82
+ 2. You may modify your copy of the software in any way, provided that
83
+ you do at least ONE of the following:
84
+
85
+ a) place your modifications in the Public Domain or otherwise
86
+ make them Freely Available, such as by posting said
87
+ modifications to Usenet or an equivalent medium, or by allowing
88
+ the author to include your modifications in the software.
89
+
90
+ b) use the modified software only within your corporation or
91
+ organization.
92
+
93
+ c) give non-standard binaries non-standard names, with
94
+ instructions on where to get the original software distribution.
95
+
96
+ d) make other distribution arrangements with the author.
97
+
98
+ 3. You may distribute the software in object code or binary form,
99
+ provided that you do at least ONE of the following:
100
+
101
+ a) distribute the binaries and library files of the software,
102
+ together with instructions (in the manual page or equivalent)
103
+ on where to get the original distribution.
104
+
105
+ b) accompany the distribution with the machine-readable source of
106
+ the software.
107
+
108
+ c) give non-standard binaries non-standard names, with
109
+ instructions on where to get the original software distribution.
110
+
111
+ d) make other distribution arrangements with the author.
112
+
113
+ 4. You may modify and include the part of the software into any other
114
+ software (possibly commercial). But some files in the distribution
115
+ are not written by the author, so that they are not under these terms.
116
+
117
+ For the list of those files and their copying conditions, see the
118
+ file LEGAL.
119
+
120
+ 5. The scripts and library files supplied as input to or produced as
121
+ output from the software do not automatically fall under the
122
+ copyright of the software, but belong to whomever generated them,
123
+ and may be sold commercially, and may be aggregated with this
124
+ software.
125
+
126
+ 6. THIS SOFTWARE IS PROVIDED &quot;AS IS&quot; AND WITHOUT ANY EXPRESS OR
127
+ IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
128
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
129
+ PURPOSE.
130
+ </pre>
131
+
132
+ </div>
133
+
134
+
135
+ </div>
136
+
137
+
138
+ </div>
139
+
140
+
141
+ <!-- if includes -->
142
+
143
+ <div id="section">
144
+
145
+
146
+
147
+
148
+
149
+
150
+
151
+
152
+ <!-- if method_list -->
153
+
154
+
155
+ </div>
156
+
157
+
158
+ <div id="validator-badges">
159
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
160
+ </div>
161
+
162
+ </body>
163
163
  </html>
@@ -1,135 +1,169 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
-
6
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
- <head>
8
- <title>File: NEWS</title>
9
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
- <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
12
- <script type="text/javascript">
13
- // <![CDATA[
14
-
15
- function popupCode( url ) {
16
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
- }
18
-
19
- function toggleCode( id ) {
20
- if ( document.getElementById )
21
- elem = document.getElementById( id );
22
- else if ( document.all )
23
- elem = eval( "document.all." + id );
24
- else
25
- return false;
26
-
27
- elemStyle = elem.style;
28
-
29
- if ( elemStyle.display != "block" ) {
30
- elemStyle.display = "block"
31
- } else {
32
- elemStyle.display = "none"
33
- }
34
-
35
- return true;
36
- }
37
-
38
- // Make codeblocks hidden by default
39
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
-
41
- // ]]>
42
- </script>
43
-
44
- </head>
45
- <body>
46
-
47
-
48
-
49
- <div id="fileHeader">
50
- <h1>NEWS</h1>
51
- <table class="header-table">
52
- <tr class="top-aligned-row">
53
- <td><strong>Path:</strong></td>
54
- <td>NEWS
55
- </td>
56
- </tr>
57
- <tr class="top-aligned-row">
58
- <td><strong>Last Update:</strong></td>
59
- <td>Fri Mar 04 19:34:27 Westeurop�ische Normalzeit 2005</td>
60
- </tr>
61
- </table>
62
- </div>
63
- <!-- banner header -->
64
-
65
- <div id="bodyContent">
66
-
67
-
68
-
69
- <div id="contextContent">
70
-
71
- <div id="description">
72
- <h1>NEWS</h1>
73
- <p>
74
- This file sums up important changes that happened between releases.
75
- </p>
76
- <h2>ruby-breakpoint 0.5.0</h2>
77
- <ul>
78
- <li>breakpoint_client has better logic for guessing the client-uri
79
- automatically. This ought to fix connection errors that were happening
80
- because the client service was bound to the wrong network interface.
81
-
82
- </li>
83
- <li>Traced down the origin of SecurityError problems to a bug in Ruby 1.8.1 and
84
- early 1.8.2 releases. If you&#8217;re experiencing this you can usually fix
85
- it by compiling the Ruby 1.8.2 available from ruby-lang.org. See the FAQ on
86
- the homepage for more information on this.
87
-
88
- </li>
89
- <li>Support for drbunix:/ URIs &#8212; this allows communication via files on
90
- Unix based platforms. It is more secure than ACLs + socket communication on
91
- shared hosts.
92
-
93
- </li>
94
- <li>Fixed a bug in <a
95
- href="../classes/Breakpoint.html#M000007">Breakpoint.deactivate_drb</a>
96
- that was happening when calling it from the breakpoint IRB session.
97
-
98
- </li>
99
- <li>Improved documentation in a few minor areas.
100
-
101
- </li>
102
- </ul>
103
-
104
- </div>
105
-
106
-
107
- </div>
108
-
109
-
110
- </div>
111
-
112
-
113
- <!-- if includes -->
114
-
115
- <div id="section">
116
-
117
-
118
-
119
-
120
-
121
-
122
-
123
-
124
- <!-- if method_list -->
125
-
126
-
127
- </div>
128
-
129
-
130
- <div id="validator-badges">
131
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
132
- </div>
133
-
134
- </body>
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
6
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
+ <head>
8
+ <title>File: NEWS</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
+ <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
+ <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
12
+ <script type="text/javascript">
13
+ // <![CDATA[
14
+
15
+ function popupCode( url ) {
16
+ window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
+ }
18
+
19
+ function toggleCode( id ) {
20
+ if ( document.getElementById )
21
+ elem = document.getElementById( id );
22
+ else if ( document.all )
23
+ elem = eval( "document.all." + id );
24
+ else
25
+ return false;
26
+
27
+ elemStyle = elem.style;
28
+
29
+ if ( elemStyle.display != "block" ) {
30
+ elemStyle.display = "block"
31
+ } else {
32
+ elemStyle.display = "none"
33
+ }
34
+
35
+ return true;
36
+ }
37
+
38
+ // Make codeblocks hidden by default
39
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
+
41
+ // ]]>
42
+ </script>
43
+
44
+ </head>
45
+ <body>
46
+
47
+
48
+
49
+ <div id="fileHeader">
50
+ <h1>NEWS</h1>
51
+ <table class="header-table">
52
+ <tr class="top-aligned-row">
53
+ <td><strong>Path:</strong></td>
54
+ <td>NEWS
55
+ </td>
56
+ </tr>
57
+ <tr class="top-aligned-row">
58
+ <td><strong>Last Update:</strong></td>
59
+ <td>Sun Jun 04 18:24:42 CEST 2006</td>
60
+ </tr>
61
+ </table>
62
+ </div>
63
+ <!-- banner header -->
64
+
65
+ <div id="bodyContent">
66
+
67
+
68
+
69
+ <div id="contextContent">
70
+
71
+ <div id="description">
72
+ <h1>NEWS</h1>
73
+ <p>
74
+ This file sums up important changes that happened between releases.
75
+ </p>
76
+ <h2>ruby-breakpoint 0.5.1</h2>
77
+ <ul>
78
+ <li>Moved functionality of bin/breakpoint_client to lib/breakpoint_client.rb
79
+ and changed it so that it will respect previously set Options. (Should make
80
+ it easier for other libraries to integrate ruby-breakpoint with custom
81
+ options.)
82
+
83
+ </li>
84
+ <li>Fixed trouble with .irbrc on remote breakpoint server when calling
85
+ DRb.activate_drb (see <a
86
+ href="http://dev.rubyonrails.com/ticket/803">dev.rubyonrails.com/ticket/803</a>)
87
+
88
+ </li>
89
+ <li>Fixed client.y not working (Need to undef DRbObject#to_yaml)
90
+
91
+ </li>
92
+ <li>Fixed client &lt;&lt; 5 and similar not working
93
+
94
+ </li>
95
+ <li>Fixed client.require not working with some RubyGems versions
96
+
97
+ </li>
98
+ <li>WorkSpace#evaluate no longer extends strings and numerics with DRbUndumped
99
+ (Works around &quot;DRb::DRbObject#to_str should return String&quot; style
100
+ bugs)
101
+
102
+ </li>
103
+ <li>Documented bug in <a
104
+ href="../classes/Binding.html#M000003">Binding.of_caller</a>() that causes
105
+ <a href="../classes/Breakpoint.html#M000007">Breakpoint.breakpoint</a>() to
106
+ have a wrong object context. breakpoint() works correctly.
107
+
108
+ </li>
109
+ </ul>
110
+ <h2>ruby-breakpoint 0.5.0</h2>
111
+ <ul>
112
+ <li>breakpoint_client has better logic for guessing the client-uri
113
+ automatically. This ought to fix connection errors that were happening
114
+ because the client service was bound to the wrong network interface.
115
+
116
+ </li>
117
+ <li>Traced down the origin of SecurityError problems to a bug in Ruby 1.8.1 and
118
+ early 1.8.2 releases. If you&#8217;re experiencing this you can usually fix
119
+ it by compiling the Ruby 1.8.2 available from ruby-lang.org. See the FAQ on
120
+ the homepage for more information on this.
121
+
122
+ </li>
123
+ <li>Support for drbunix:/ URIs &#8212; this allows communication via files on
124
+ Unix based platforms. It is more secure than ACLs + socket communication on
125
+ shared hosts.
126
+
127
+ </li>
128
+ <li>Fixed a bug in <a
129
+ href="../classes/Breakpoint.html#M000010">Breakpoint.deactivate_drb</a>
130
+ that was happening when calling it from the breakpoint IRB session.
131
+
132
+ </li>
133
+ <li>Improved documentation in a few minor areas.
134
+
135
+ </li>
136
+ </ul>
137
+
138
+ </div>
139
+
140
+
141
+ </div>
142
+
143
+
144
+ </div>
145
+
146
+
147
+ <!-- if includes -->
148
+
149
+ <div id="section">
150
+
151
+
152
+
153
+
154
+
155
+
156
+
157
+
158
+ <!-- if method_list -->
159
+
160
+
161
+ </div>
162
+
163
+
164
+ <div id="validator-badges">
165
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
166
+ </div>
167
+
168
+ </body>
135
169
  </html>