bluecloth 2.0.4 → 2.0.5
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.
- data/ChangeLog +266 -226
- data/Rakefile +21 -22
- data/lib/bluecloth.rb +9 -4
- data/rake/manual.rb +71 -71
- data/rake/rdoc.rb +9 -19
- data/rake/testing.rb +2 -2
- data/spec/bluecloth_spec.rb +7 -0
- data/spec/bugfix_spec.rb +21 -8
- metadata +63 -54
data/ChangeLog
CHANGED
@@ -1,20 +1,60 @@
|
|
1
|
+
-- Thu, 16 Jul 2009 00:29:55 -0000 by deveiant (r135) -----
|
2
|
+
Changed: Rakefile
|
3
|
+
project.yml
|
4
|
+
ChangeLog
|
5
|
+
|
6
|
+
Merged [log:trunk@134 Rakefile fix from trunk].
|
7
|
+
|
8
|
+
|
9
|
+
-- Thu, 16 Jul 2009 00:18:53 -0000 by deveiant (r133) -----
|
10
|
+
Added: /releases/2.0.5
|
11
|
+
-> renamed from /trunk@r132
|
12
|
+
|
13
|
+
Branching for release 2.0.5.
|
14
|
+
|
15
|
+
|
16
|
+
-- Thu, 16 Jul 2009 00:18:30 -0000 by deveiant (r132) -----
|
17
|
+
Changed: /trunk/lib/bluecloth.rb
|
18
|
+
|
19
|
+
Bumping version to 2.0.5.
|
20
|
+
|
21
|
+
|
22
|
+
-- Wed, 15 Jul 2009 23:52:42 -0000 by deveiant (r129) -----
|
23
|
+
Changed: /trunk/Rakefile
|
24
|
+
/trunk/experiments/old-bluecloth.rb
|
25
|
+
/trunk/spec/bluecloth_spec.rb
|
26
|
+
/trunk/lib/bluecloth.rb
|
27
|
+
/trunk/spec/bugfix_spec.rb
|
28
|
+
|
29
|
+
* Updated the build system
|
30
|
+
* Made the example in the hyphen-slowdown bug more like the original report.
|
31
|
+
* Set the top-level 'Markdown' constant as an alias for BlueCloth if it's not
|
32
|
+
already set by something else.
|
33
|
+
|
34
|
+
|
35
|
+
-- Mon, 06 Jul 2009 23:57:48 -0000 by deveiant (r126) -----
|
36
|
+
Changed: /trunk/spec/bugfix_spec.rb
|
37
|
+
|
38
|
+
Adding a spec to test out the DoS reported by Ben Sandofsky (refs #57).
|
39
|
+
|
40
|
+
|
1
41
|
-- Tue, 30 Jun 2009 01:33:36 -0000 by deveiant (r124) -----
|
2
|
-
Changed: ext/markdown.c
|
3
|
-
ext/VERSION
|
4
|
-
ext/markdown.h
|
5
|
-
ext/generate.c
|
42
|
+
Changed: /trunk/ext/markdown.c
|
43
|
+
/trunk/ext/VERSION
|
44
|
+
/trunk/ext/markdown.h
|
45
|
+
/trunk/ext/generate.c
|
6
46
|
|
7
47
|
* Updated with Discount 1.4.4.
|
8
48
|
|
9
49
|
|
10
50
|
-- Mon, 15 Jun 2009 13:15:54 -0000 by deveiant (r123) -----
|
11
|
-
Added: spec/discount_spec.rb (new)
|
12
|
-
Changed: ext/cstring.h
|
13
|
-
ext/bluecloth.c
|
14
|
-
ext/markdown.c
|
15
|
-
spec/bluecloth/links_spec.rb
|
16
|
-
spec/lib/matchers.rb
|
17
|
-
ext/resource.c (and 10 other/s)
|
51
|
+
Added: /trunk/spec/discount_spec.rb (new)
|
52
|
+
Changed: /trunk/ext/cstring.h
|
53
|
+
/trunk/ext/bluecloth.c
|
54
|
+
/trunk/ext/markdown.c
|
55
|
+
/trunk/spec/bluecloth/links_spec.rb
|
56
|
+
/trunk/spec/lib/matchers.rb
|
57
|
+
/trunk/ext/resource.c (and 10 other/s)
|
18
58
|
|
19
59
|
* Updated to Discount 1.4.2.
|
20
60
|
* Added some more tests for various Discount extensions.
|
@@ -22,39 +62,39 @@
|
|
22
62
|
|
23
63
|
|
24
64
|
-- Tue, 26 May 2009 05:08:15 -0000 by deveiant (r121) -----
|
25
|
-
Added: ext/Csio.c (new)
|
26
|
-
ext/xmlpage.c (new)
|
27
|
-
ext/xml.c (new)
|
28
|
-
ext/css.c (new)
|
29
|
-
Changed: spec/markdowntest_spec.rb
|
65
|
+
Added: /trunk/ext/Csio.c (new)
|
66
|
+
/trunk/ext/xmlpage.c (new)
|
67
|
+
/trunk/ext/xml.c (new)
|
68
|
+
/trunk/ext/css.c (new)
|
69
|
+
Changed: /trunk/spec/markdowntest_spec.rb
|
30
70
|
|
31
71
|
* Fixing tests under Ruby 1.9.1. Thanks to Diego Elio Pettenò for the fix.
|
32
72
|
* Adding Discount files for missing symbols on some platforms.
|
33
73
|
|
34
74
|
|
35
75
|
-- Thu, 14 May 2009 15:26:02 -0000 by deveiant (r118) -----
|
36
|
-
Changed: lib/bluecloth.rb
|
76
|
+
Changed: /trunk/lib/bluecloth.rb
|
37
77
|
|
38
78
|
Bumping version to 2.0.2.
|
39
79
|
|
40
80
|
|
41
81
|
-- Thu, 14 May 2009 15:21:03 -0000 by deveiant (r117) -----
|
42
|
-
Changed: ext/cstring.h
|
43
|
-
ext/bluecloth.c
|
44
|
-
ext/markdown.c
|
45
|
-
ext/mkdio.c
|
46
|
-
ext/VERSION
|
47
|
-
spec/bluecloth_spec.rb (and 6 other/s)
|
82
|
+
Changed: /trunk/ext/cstring.h
|
83
|
+
/trunk/ext/bluecloth.c
|
84
|
+
/trunk/ext/markdown.c
|
85
|
+
/trunk/ext/mkdio.c
|
86
|
+
/trunk/ext/VERSION
|
87
|
+
/trunk/spec/bluecloth_spec.rb (and 6 other/s)
|
48
88
|
|
49
89
|
* Updated to Discount 1.4.0.
|
50
90
|
* Added support for the MKD_TAGTEXT constant.
|
51
91
|
|
52
92
|
|
53
93
|
-- Tue, 07 Apr 2009 22:07:46 -0000 by deveiant (r114) -----
|
54
|
-
Changed: README
|
55
|
-
experiments/benchmark.rb
|
94
|
+
Changed: /trunk/README
|
95
|
+
/trunk/experiments/benchmark.rb
|
56
96
|
/trunk
|
57
|
-
Rakefile
|
97
|
+
/trunk/Rakefile
|
58
98
|
|
59
99
|
* Updated build system.
|
60
100
|
* Rewrapped the README to 72 columns to avoid having to rewrap it for
|
@@ -63,74 +103,74 @@
|
|
63
103
|
|
64
104
|
|
65
105
|
-- Wed, 25 Mar 2009 14:42:18 -0000 by deveiant (r111) -----
|
66
|
-
Added: LICENSE
|
106
|
+
Added: /trunk/LICENSE
|
67
107
|
-> copied from /trunk/LICENSE@r101
|
68
|
-
Changed: README
|
69
|
-
ext
|
70
|
-
Rakefile
|
71
|
-
ChangeLog
|
108
|
+
Changed: /trunk/README
|
109
|
+
/trunk/ext
|
110
|
+
/trunk/Rakefile
|
111
|
+
/trunk/ChangeLog
|
72
112
|
|
73
113
|
Merged build system update and README changes from the [log:branches/spec-and-19-fixes@109:110 spec-and-19-fixes branch].
|
74
114
|
|
75
115
|
|
76
116
|
-- Fri, 13 Mar 2009 23:26:24 -0000 by deveiant (r108) -----
|
77
|
-
Changed: ext
|
78
|
-
Rakefile
|
79
|
-
ChangeLog
|
117
|
+
Changed: /trunk/ext
|
118
|
+
/trunk/Rakefile
|
119
|
+
/trunk/ChangeLog
|
80
120
|
|
81
121
|
* Updated build system
|
82
122
|
* Fixed the description of the markdowntest spec.
|
83
123
|
|
84
124
|
|
85
125
|
-- Fri, 13 Mar 2009 22:56:29 -0000 by deveiant (r107) -----
|
86
|
-
Added: spec/data/markdowntest/Code Blocks.text
|
126
|
+
Added: /trunk/spec/data/markdowntest/Code Blocks.text
|
87
127
|
-> renamed from /branches/spec-and-19-fixes/spec/data/markdowntest/Code Blocks.text@r106
|
88
|
-
spec/data/markdowntest/Code Spans.text
|
128
|
+
/trunk/spec/data/markdowntest/Code Spans.text
|
89
129
|
-> renamed from /branches/spec-and-19-fixes/spec/data/markdowntest/Code Spans.text@r106
|
90
|
-
spec/data/markdowntest/Code Blocks.html
|
130
|
+
/trunk/spec/data/markdowntest/Code Blocks.html
|
91
131
|
-> renamed from /branches/spec-and-19-fixes/spec/data/markdowntest/Code Blocks.html@r106
|
92
|
-
spec/data/markdowntest/Links, shortcut references.text
|
132
|
+
/trunk/spec/data/markdowntest/Links, shortcut references.text
|
93
133
|
-> renamed from /branches/spec-and-19-fixes/spec/data/markdowntest/Links, shortcut references.text@r106
|
94
|
-
spec/data/markdowntest/Code Spans.html
|
134
|
+
/trunk/spec/data/markdowntest/Code Spans.html
|
95
135
|
-> renamed from /branches/spec-and-19-fixes/spec/data/markdowntest/Code Spans.html@r106
|
96
|
-
spec/bluecloth
|
136
|
+
/trunk/spec/bluecloth
|
97
137
|
-> renamed from /branches/spec-and-19-fixes/spec/bluecloth@r106 (and 3 other/s)
|
98
|
-
Changed: experiments/benchmark.rb
|
99
|
-
spec/data/markdowntest/Ordered and unordered lists.text
|
100
|
-
spec/data/markdowntest/Backslash escapes.text
|
101
|
-
spec/lib/matchers.rb
|
102
|
-
spec/data/markdowntest/Markdown Documentation - Syntax.text
|
103
|
-
Rakefile.local (and 22 other/s)
|
138
|
+
Changed: /trunk/experiments/benchmark.rb
|
139
|
+
/trunk/spec/data/markdowntest/Ordered and unordered lists.text
|
140
|
+
/trunk/spec/data/markdowntest/Backslash escapes.text
|
141
|
+
/trunk/spec/lib/matchers.rb
|
142
|
+
/trunk/spec/data/markdowntest/Markdown Documentation - Syntax.text
|
143
|
+
/trunk/Rakefile.local (and 22 other/s)
|
104
144
|
|
105
145
|
Merged spec updates, new version of Discount, updated MarkdownTest and Ruby 1.9.1 fixes from [log:branches/spec-and-19-fixes@102:106 the spec-and-19-fixes branch].
|
106
146
|
|
107
147
|
|
108
148
|
-- Mon, 23 Feb 2009 14:16:32 -0000 by deveiant (r101) -----
|
109
|
-
Changed: ChangeLog
|
110
|
-
spec/bluecloth_spec.rb
|
111
|
-
spec/lib/matchers.rb
|
149
|
+
Changed: /trunk/ChangeLog
|
150
|
+
/trunk/spec/bluecloth_spec.rb
|
151
|
+
/trunk/spec/lib/matchers.rb
|
112
152
|
|
113
153
|
* Trying to fix whitespace differences in generated output.
|
114
154
|
|
115
155
|
|
116
156
|
-- Mon, 23 Feb 2009 06:58:24 -0000 by deveiant (r100) -----
|
117
|
-
Changed: Rakefile
|
118
|
-
spec/lib/helpers.rb
|
119
|
-
project.yml
|
120
|
-
spec/markdowntest_spec.rb
|
157
|
+
Changed: /trunk/Rakefile
|
158
|
+
/trunk/spec/lib/helpers.rb
|
159
|
+
/trunk/project.yml
|
160
|
+
/trunk/spec/markdowntest_spec.rb
|
121
161
|
|
122
162
|
Started work on fixes for 1.9.1.
|
123
163
|
|
124
164
|
|
125
165
|
-- Wed, 07 Jan 2009 21:43:14 -0000 by deveiant (r99) -----
|
126
|
-
Changed: ext/VERSION
|
166
|
+
Changed: /trunk/ext/VERSION
|
127
167
|
|
128
168
|
Fixed the VERSION
|
129
169
|
|
130
170
|
|
131
171
|
-- Fri, 02 Jan 2009 23:46:50 -0000 by deveiant (r98) -----
|
132
|
-
Added: experiments/old-bluecloth.rb (new)
|
133
|
-
Changed: experiments/benchmark.rb
|
172
|
+
Added: /trunk/experiments/old-bluecloth.rb (new)
|
173
|
+
Changed: /trunk/experiments/benchmark.rb
|
134
174
|
/trunk
|
135
175
|
|
136
176
|
Made the benchmark run with no additional prep (other than installing the requisite alternative implementations).
|
@@ -138,11 +178,11 @@
|
|
138
178
|
|
139
179
|
-- Fri, 02 Jan 2009 17:56:30 -0000 by deveiant (r97) -----
|
140
180
|
Changed: /trunk
|
141
|
-
Rakefile
|
142
|
-
ChangeLog
|
143
|
-
docs
|
144
|
-
ext/extconf.rb
|
145
|
-
bin/bluecloth (and 1 other/s)
|
181
|
+
/trunk/Rakefile
|
182
|
+
/trunk/ChangeLog
|
183
|
+
/trunk/docs
|
184
|
+
/trunk/ext/extconf.rb
|
185
|
+
/trunk/bin/bluecloth (and 1 other/s)
|
146
186
|
|
147
187
|
* Updated build system
|
148
188
|
* Added some stuff for building under Windows. Thanks to Daniel J. Berger for the help.
|
@@ -150,62 +190,62 @@
|
|
150
190
|
|
151
191
|
|
152
192
|
-- Tue, 30 Dec 2008 08:16:47 -0000 by deveiant (r96) -----
|
153
|
-
Changed: ChangeLog
|
154
|
-
ext/generate.c
|
193
|
+
Changed: /trunk/ChangeLog
|
194
|
+
/trunk/ext/generate.c
|
155
195
|
|
156
196
|
Updated to Discount 1.3.1.
|
157
197
|
|
158
198
|
|
159
199
|
-- Sun, 28 Dec 2008 06:19:13 -0000 by deveiant (r95) -----
|
160
|
-
Changed: experiments/benchmark.rb
|
161
|
-
ext/bluecloth.c
|
200
|
+
Changed: /trunk/experiments/benchmark.rb
|
201
|
+
/trunk/ext/bluecloth.c
|
162
202
|
|
163
203
|
* Removed some chatty memory-allocation debugging.
|
164
204
|
* Added an explanatory comment in the benchmark script.
|
165
205
|
|
166
206
|
|
167
207
|
-- Sun, 28 Dec 2008 03:04:23 -0000 by deveiant (r94) -----
|
168
|
-
Added: experiments/benchmark.rb (new)
|
169
|
-
experiments/benchmark.txt (new)
|
208
|
+
Added: /trunk/experiments/benchmark.rb (new)
|
209
|
+
/trunk/experiments/benchmark.txt (new)
|
170
210
|
Changed: /trunk
|
171
|
-
Rakefile
|
172
|
-
project.yml
|
173
|
-
ChangeLog
|
211
|
+
/trunk/Rakefile
|
212
|
+
/trunk/project.yml
|
213
|
+
/trunk/ChangeLog
|
174
214
|
|
175
215
|
* Include the ext/VERSION file in the gem, as it's required for building.
|
176
216
|
* Added a benchmark script
|
177
217
|
|
178
218
|
|
179
219
|
-- Sat, 27 Dec 2008 02:28:32 -0000 by deveiant (r93) -----
|
180
|
-
Changed: ext/bluecloth.c
|
181
|
-
spec/bluecloth_spec.rb
|
220
|
+
Changed: /trunk/ext/bluecloth.c
|
221
|
+
/trunk/spec/bluecloth_spec.rb
|
182
222
|
|
183
223
|
Added support for Discount Markdown extensions and Pandoc header.
|
184
224
|
|
185
225
|
|
186
226
|
-- Thu, 25 Dec 2008 09:53:24 -0000 by deveiant (r92) -----
|
187
|
-
Changed: spec/markdowntest_spec.rb
|
227
|
+
Changed: /trunk/spec/markdowntest_spec.rb
|
188
228
|
|
189
229
|
Handle the 'tidy' library not being installed.
|
190
230
|
|
191
231
|
|
192
232
|
-- Thu, 25 Dec 2008 09:41:29 -0000 by deveiant (r91) -----
|
193
|
-
Changed: spec/markdowntest_spec.rb
|
233
|
+
Changed: /trunk/spec/markdowntest_spec.rb
|
194
234
|
|
195
235
|
Forgot to change the libtidy name hack to the spec itself.
|
196
236
|
|
197
237
|
|
198
238
|
-- Thu, 25 Dec 2008 09:37:04 -0000 by deveiant (r90) -----
|
199
|
-
Added: ChangeLog (new)
|
200
|
-
LICENSE.discount (new)
|
201
|
-
Changed: README
|
202
|
-
|
203
|
-
LICENSE
|
204
|
-
ext/bluecloth.c
|
205
|
-
spec/bluecloth_spec.rb
|
206
|
-
ext/extconf.rb (and 5 other/s)
|
207
|
-
Deleted: utils.rb
|
208
|
-
CHANGES
|
239
|
+
Added: /trunk/ChangeLog (new)
|
240
|
+
/trunk/LICENSE.discount (new)
|
241
|
+
Changed: /trunk/README
|
242
|
+
/trunk/.irbrc
|
243
|
+
/trunk/LICENSE
|
244
|
+
/trunk/ext/bluecloth.c
|
245
|
+
/trunk/spec/bluecloth_spec.rb
|
246
|
+
/trunk/ext/extconf.rb (and 5 other/s)
|
247
|
+
Deleted: /trunk/utils.rb
|
248
|
+
/trunk/CHANGES
|
209
249
|
|
210
250
|
* Cleaned up a bunch of stuff from the first version.
|
211
251
|
* Initial whack at README/RDoc updates
|
@@ -220,134 +260,134 @@
|
|
220
260
|
|
221
261
|
|
222
262
|
-- Thu, 25 Dec 2008 03:29:19 -0000 by deveiant (r89) -----
|
223
|
-
Added: ext/docheader.c (new)
|
224
|
-
ext/resource.c (new)
|
225
|
-
Rakefile.local (new)
|
226
|
-
ext/mkdio.c (new)
|
227
|
-
ext/mkdio.h (new)
|
228
|
-
ext/amalloc.h (new) (and 11 other/s)
|
229
|
-
Changed: README
|
230
|
-
project.yml
|
231
|
-
spec/lib/matchers.rb
|
232
|
-
experiments/re-overflow.rb
|
233
|
-
|
234
|
-
Rakefile (and 13 other/s)
|
263
|
+
Added: /trunk/ext/docheader.c (new)
|
264
|
+
/trunk/ext/resource.c (new)
|
265
|
+
/trunk/Rakefile.local (new)
|
266
|
+
/trunk/ext/mkdio.c (new)
|
267
|
+
/trunk/ext/mkdio.h (new)
|
268
|
+
/trunk/ext/amalloc.h (new) (and 11 other/s)
|
269
|
+
Changed: /trunk/README
|
270
|
+
/trunk/project.yml
|
271
|
+
/trunk/spec/lib/matchers.rb
|
272
|
+
/trunk/experiments/re-overflow.rb
|
273
|
+
/trunk/.irbrc
|
274
|
+
/trunk/Rakefile (and 13 other/s)
|
235
275
|
|
236
276
|
First working commit of Discount-backed BlueCloth 2.0.
|
237
277
|
|
238
278
|
|
239
279
|
-- Mon, 01 Sep 2008 22:24:13 -0000 by deveiant (r87) -----
|
240
|
-
Added: LICENSE (new)
|
241
|
-
spec/lib/helpers.rb (new)
|
242
|
-
Changed: README
|
243
|
-
Rakefile
|
244
|
-
spec/bluecloth_spec.rb
|
245
|
-
spec/contributions_spec.rb
|
246
|
-
spec/lib/matchers.rb
|
247
|
-
spec/markdowntest_spec.rb (and 3 other/s)
|
248
|
-
Deleted: tests
|
280
|
+
Added: /trunk/LICENSE (new)
|
281
|
+
/trunk/spec/lib/helpers.rb (new)
|
282
|
+
Changed: /trunk/README
|
283
|
+
/trunk/Rakefile
|
284
|
+
/trunk/spec/bluecloth_spec.rb
|
285
|
+
/trunk/spec/contributions_spec.rb
|
286
|
+
/trunk/spec/lib/matchers.rb
|
287
|
+
/trunk/spec/markdowntest_spec.rb (and 3 other/s)
|
288
|
+
Deleted: /trunk/tests
|
249
289
|
|
250
290
|
* Checkpoint commit of MarkdownTest integration
|
251
291
|
|
252
292
|
|
253
293
|
-- Wed, 20 Aug 2008 21:46:31 -0000 by deveiant (r86) -----
|
254
|
-
Added: project.yml (new)
|
255
|
-
spec/data/markdowntest/Markdown Documentation - Syntax.text (new)
|
256
|
-
spec/data/re-overflow2.txt (new)
|
257
|
-
spec/lib/constants.rb (new)
|
258
|
-
spec/data/markdowntest/Auto links.text (new)
|
259
|
-
spec/data/markdowntest/Inline HTML comments.text (new) (and 52 other/s)
|
294
|
+
Added: /trunk/project.yml (new)
|
295
|
+
/trunk/spec/data/markdowntest/Markdown Documentation - Syntax.text (new)
|
296
|
+
/trunk/spec/data/re-overflow2.txt (new)
|
297
|
+
/trunk/spec/lib/constants.rb (new)
|
298
|
+
/trunk/spec/data/markdowntest/Auto links.text (new)
|
299
|
+
/trunk/spec/data/markdowntest/Inline HTML comments.text (new) (and 52 other/s)
|
260
300
|
Changed: /trunk
|
261
|
-
tests/contrib.tests.rb
|
262
|
-
web/index.html
|
263
|
-
lib/bluecloth.rb
|
264
|
-
bin/bluecloth
|
265
|
-
Deleted: LICENSE.txt
|
266
|
-
MANIFEST
|
267
|
-
install.rb
|
268
|
-
LICENSE
|
269
|
-
docs/CATALOG
|
270
|
-
makedist.rb (and 3 other/s)
|
301
|
+
/trunk/tests/contrib.tests.rb
|
302
|
+
/trunk/web/index.html
|
303
|
+
/trunk/lib/bluecloth.rb
|
304
|
+
/trunk/bin/bluecloth
|
305
|
+
Deleted: /trunk/LICENSE.txt
|
306
|
+
/trunk/MANIFEST
|
307
|
+
/trunk/install.rb
|
308
|
+
/trunk/LICENSE
|
309
|
+
/trunk/docs/CATALOG
|
310
|
+
/trunk/makedist.rb (and 3 other/s)
|
271
311
|
|
272
312
|
Adding MarkdownTest tests, new build system. [broken build]
|
273
313
|
|
274
314
|
|
275
315
|
-- Thu, 12 May 2005 21:31:59 -0000 by ged (r76) -----
|
276
|
-
Added: tests/bug.tests.rb
|
316
|
+
Added: /trunk/tests/bug.tests.rb
|
277
317
|
-> renamed from /trunk/tests/10_Bug.tests.rb@r74
|
278
|
-
tests/contrib.tests.rb
|
318
|
+
/trunk/tests/contrib.tests.rb
|
279
319
|
-> renamed from /trunk/tests/15_Contrib.tests.rb@r74
|
280
|
-
tests/markdown.tests.rb
|
320
|
+
/trunk/tests/markdown.tests.rb
|
281
321
|
-> renamed from /trunk/tests/05_Markdown.tests.rb@r74
|
282
|
-
tests/class.tests.rb
|
322
|
+
/trunk/tests/class.tests.rb
|
283
323
|
-> renamed from /trunk/tests/00_Class.tests.rb@r74
|
284
|
-
Deleted: tests/10_Bug.tests.rb
|
285
|
-
tests/00_Class.tests.rb
|
286
|
-
tests/15_Contrib.tests.rb
|
287
|
-
tests/05_Markdown.tests.rb
|
324
|
+
Deleted: /trunk/tests/10_Bug.tests.rb
|
325
|
+
/trunk/tests/00_Class.tests.rb
|
326
|
+
/trunk/tests/15_Contrib.tests.rb
|
327
|
+
/trunk/tests/05_Markdown.tests.rb
|
288
328
|
|
289
329
|
- Renamed tests without goofy numbers.
|
290
330
|
|
291
331
|
|
292
332
|
-- Thu, 12 May 2005 20:31:10 -0000 by ged (r75) -----
|
293
|
-
Added: LICENSE.txt (new)
|
294
|
-
Changed: README
|
333
|
+
Added: /trunk/LICENSE.txt (new)
|
334
|
+
Changed: /trunk/README
|
295
335
|
|
296
336
|
- Updated license to BSD/Ruby's; included LICENSE.txt from Ruby dist.
|
297
337
|
|
298
338
|
|
299
339
|
-- Thu, 12 May 2005 19:48:27 -0000 by ged (r74) -----
|
300
|
-
Changed: tests/05_Markdown.tests.rb
|
340
|
+
Changed: /trunk/tests/05_Markdown.tests.rb
|
301
341
|
|
302
342
|
- Added tests to make sure I dont break lists trying to fix #15
|
303
343
|
- Added tests for Markdown 1.0.1 syntax (#18).
|
304
344
|
|
305
345
|
|
306
346
|
-- Thu, 12 May 2005 19:26:33 -0000 by ged (r73) -----
|
307
|
-
Changed: tests/10_Bug.tests.rb
|
347
|
+
Changed: /trunk/tests/10_Bug.tests.rb
|
308
348
|
|
309
349
|
- Added new tests for bug #17 (two-character bold/italic bug)
|
310
350
|
- Added new test for bug #12 (Ruby with warnings enabled causes ArgumentError)
|
311
351
|
|
312
352
|
|
313
353
|
-- Tue, 31 Aug 2004 05:19:45 -0000 by ged (r72) -----
|
314
|
-
Changed: MANIFEST
|
315
|
-
CHANGES
|
354
|
+
Changed: /trunk/MANIFEST
|
355
|
+
/trunk/CHANGES
|
316
356
|
|
317
357
|
- Updated for 1.0.0fc3 release.
|
318
358
|
|
319
359
|
|
320
360
|
-- Wed, 25 Aug 2004 05:27:15 -0000 by ged (r69) -----
|
321
|
-
Changed: lib/bluecloth.rb
|
322
|
-
tests/05_Markdown.tests.rb
|
361
|
+
Changed: /trunk/lib/bluecloth.rb
|
362
|
+
/trunk/tests/05_Markdown.tests.rb
|
323
363
|
|
324
364
|
- Fixed bug introduced by the last bugfix, fixed tests that missed the new bug.
|
325
365
|
|
326
366
|
|
327
367
|
-- Wed, 25 Aug 2004 05:14:37 -0000 by ged (r68) -----
|
328
|
-
Added: experiments/re-overflow2.rb (new)
|
329
|
-
tests/data/re-overflow2.txt (new)
|
330
|
-
Changed: tests/10_Bug.tests.rb
|
331
|
-
lib/bluecloth.rb
|
368
|
+
Added: /trunk/experiments/re-overflow2.rb (new)
|
369
|
+
/trunk/tests/data/re-overflow2.txt (new)
|
370
|
+
Changed: /trunk/tests/10_Bug.tests.rb
|
371
|
+
/trunk/lib/bluecloth.rb
|
332
372
|
|
333
373
|
- Tracked down and fixed another regexp engine overflow bug; added a new test,
|
334
374
|
datafile, and minimal testcase that illustrates it.
|
335
375
|
|
336
376
|
|
337
377
|
-- Tue, 24 Aug 2004 14:57:17 -0000 by ged (r66) -----
|
338
|
-
Changed:
|
378
|
+
Changed: /trunk/.gemspec
|
339
379
|
|
340
380
|
- Updated to v1.0.0.
|
341
381
|
|
342
382
|
|
343
383
|
-- Tue, 24 Aug 2004 14:56:47 -0000 by ged (r65) -----
|
344
|
-
Changed: README
|
384
|
+
Changed: /trunk/README
|
345
385
|
|
346
386
|
- Updated to v1.0.0.
|
347
387
|
|
348
388
|
|
349
389
|
-- Tue, 24 Aug 2004 14:53:32 -0000 by ged (r64) -----
|
350
|
-
Changed: CHANGES
|
390
|
+
Changed: /trunk/CHANGES
|
351
391
|
|
352
392
|
- Updated to 20040824.
|
353
393
|
|
@@ -359,8 +399,8 @@
|
|
359
399
|
|
360
400
|
|
361
401
|
-- Tue, 24 Aug 2004 14:48:44 -0000 by ged (r62) -----
|
362
|
-
Changed: lib/bluecloth.rb
|
363
|
-
tests/05_Markdown.tests.rb
|
402
|
+
Changed: /trunk/lib/bluecloth.rb
|
403
|
+
/trunk/tests/05_Markdown.tests.rb
|
364
404
|
|
365
405
|
- Brought list of block-level tags up to date with Markdown 1.0's list
|
366
406
|
- Propagated fix for overflow to the other two block-match patterns.
|
@@ -371,8 +411,8 @@
|
|
371
411
|
|
372
412
|
|
373
413
|
-- Sun, 22 Aug 2004 19:28:23 -0000 by ged (r61) -----
|
374
|
-
Changed: lib/bluecloth.rb
|
375
|
-
tests/05_Markdown.tests.rb
|
414
|
+
Changed: /trunk/lib/bluecloth.rb
|
415
|
+
/trunk/tests/05_Markdown.tests.rb
|
376
416
|
|
377
417
|
- Fixed re-engine overflow for all tested cases (thanks to Martin Chase
|
378
418
|
<stillflame@FaerieMUD.org> for the fix).
|
@@ -381,93 +421,93 @@
|
|
381
421
|
|
382
422
|
|
383
423
|
-- Sun, 22 Aug 2004 19:26:25 -0000 by ged (r60) -----
|
384
|
-
Changed: tests/10_Bug.tests.rb
|
424
|
+
Changed: /trunk/tests/10_Bug.tests.rb
|
385
425
|
|
386
426
|
- Removed skip of overflow test.
|
387
427
|
|
388
428
|
|
389
429
|
-- Sun, 22 Aug 2004 19:24:35 -0000 by ged (r59) -----
|
390
|
-
Changed: experiments/re-overflow.rb
|
430
|
+
Changed: /trunk/experiments/re-overflow.rb
|
391
431
|
|
392
432
|
- "Fixed" the test case so it overflows again.
|
393
433
|
|
394
434
|
|
395
435
|
-- Mon, 09 Aug 2004 05:12:02 -0000 by deveiant (r58) -----
|
396
|
-
Changed: CHANGES
|
436
|
+
Changed: /trunk/CHANGES
|
397
437
|
|
398
438
|
- Updated to 20040808.
|
399
439
|
|
400
440
|
|
401
441
|
-- Mon, 09 Aug 2004 01:16:14 -0000 by deveiant (r57) -----
|
402
|
-
Changed: tests/bctestcase.rb
|
442
|
+
Changed: /trunk/tests/bctestcase.rb
|
403
443
|
|
404
444
|
- Modified to work from wherever the test is run (RPA compat).
|
405
445
|
|
406
446
|
|
407
447
|
-- Mon, 09 Aug 2004 01:15:57 -0000 by deveiant (r56) -----
|
408
|
-
Changed: test.rb
|
448
|
+
Changed: /trunk/test.rb
|
409
449
|
|
410
450
|
- Modified to work from wherever the test is run (RPA compat).
|
411
451
|
|
412
452
|
|
413
453
|
-- Mon, 09 Aug 2004 01:15:27 -0000 by deveiant (r55) -----
|
414
|
-
Changed:
|
454
|
+
Changed: /trunk/.gemspec
|
415
455
|
|
416
456
|
- Updated version attribute.
|
417
457
|
|
418
458
|
|
419
459
|
-- Mon, 09 Aug 2004 01:14:58 -0000 by deveiant (r54) -----
|
420
|
-
Changed: lib/bluecloth.rb
|
421
|
-
tests/05_Markdown.tests.rb
|
460
|
+
Changed: /trunk/lib/bluecloth.rb
|
461
|
+
/trunk/tests/05_Markdown.tests.rb
|
422
462
|
|
423
463
|
- Brought markdown syntax up to date with Markdown 1.0fc1.
|
424
464
|
|
425
465
|
|
426
466
|
-- Mon, 09 Aug 2004 01:13:16 -0000 by deveiant (r53) -----
|
427
|
-
Changed: tests/TEMPLATE.rb.tpl
|
428
|
-
tests/10_Bug.tests.rb
|
429
|
-
tests/00_Class.tests.rb
|
430
|
-
tests/15_Contrib.tests.rb
|
467
|
+
Changed: /trunk/tests/TEMPLATE.rb.tpl
|
468
|
+
/trunk/tests/10_Bug.tests.rb
|
469
|
+
/trunk/tests/00_Class.tests.rb
|
470
|
+
/trunk/tests/15_Contrib.tests.rb
|
431
471
|
|
432
472
|
- Made the require-header work wherever the test is run from (RPA compat).
|
433
473
|
|
434
474
|
|
435
475
|
-- Mon, 21 Jun 2004 15:20:59 -0000 by deveiant (r51) -----
|
436
|
-
Added: docs/makedocs.rb (new)
|
437
|
-
docs/CATALOG (new)
|
438
|
-
CHANGES (new)
|
439
|
-
docs (new)
|
440
|
-
experiments/re-overflow.rb (new)
|
441
|
-
Changed: README
|
476
|
+
Added: /trunk/docs/makedocs.rb (new)
|
477
|
+
/trunk/docs/CATALOG (new)
|
478
|
+
/trunk/CHANGES (new)
|
479
|
+
/trunk/docs (new)
|
480
|
+
/trunk/experiments/re-overflow.rb (new)
|
481
|
+
Changed: /trunk/README
|
442
482
|
/trunk
|
443
|
-
tests/10_Bug.tests.rb
|
444
|
-
lib/bluecloth.rb
|
445
|
-
tests/05_Markdown.tests.rb
|
483
|
+
/trunk/tests/10_Bug.tests.rb
|
484
|
+
/trunk/lib/bluecloth.rb
|
485
|
+
/trunk/tests/05_Markdown.tests.rb
|
446
486
|
|
447
487
|
- Brought up to date with Markdown 1.0b7.
|
448
488
|
- Ignore list properties on the base and docs directories updated.
|
449
489
|
|
450
490
|
|
451
491
|
-- Wed, 02 Jun 2004 13:37:15 -0000 by deveiant (r50) -----
|
452
|
-
Changed: bin/bluecloth
|
492
|
+
Changed: /trunk/bin/bluecloth
|
453
493
|
|
454
494
|
- Commented out non-functional --output option for now.
|
455
495
|
|
456
496
|
|
457
497
|
-- Wed, 02 Jun 2004 03:30:18 -0000 by deveiant (r49) -----
|
458
|
-
Added: tests/data/re-overflow.txt (new)
|
498
|
+
Added: /trunk/tests/data/re-overflow.txt (new)
|
459
499
|
|
460
500
|
Initial checkin.
|
461
501
|
|
462
502
|
|
463
503
|
-- Wed, 02 Jun 2004 03:29:31 -0000 by deveiant (r48) -----
|
464
|
-
Changed: tests/10_Bug.tests.rb
|
504
|
+
Changed: /trunk/tests/10_Bug.tests.rb
|
465
505
|
|
466
506
|
- Added test for bug #574.
|
467
507
|
|
468
508
|
|
469
509
|
-- Wed, 02 Jun 2004 03:21:04 -0000 by deveiant (r47) -----
|
470
|
-
Changed: tests/05_Markdown.tests.rb
|
510
|
+
Changed: /trunk/tests/05_Markdown.tests.rb
|
471
511
|
|
472
512
|
- Test for bug #620 - Unresolved reference-style links doubled the character
|
473
513
|
immediately after them.
|
@@ -477,14 +517,14 @@
|
|
477
517
|
|
478
518
|
|
479
519
|
-- Wed, 02 Jun 2004 03:19:41 -0000 by deveiant (r46) -----
|
480
|
-
Changed: lib/bluecloth.rb
|
520
|
+
Changed: /trunk/lib/bluecloth.rb
|
481
521
|
|
482
522
|
- Fix for bug #620 - Unresolved reference-style links doubled the character
|
483
523
|
immediately after them.
|
484
524
|
|
485
525
|
|
486
526
|
-- Fri, 14 May 2004 02:43:17 -0000 by deveiant (r45) -----
|
487
|
-
Changed: tests/05_Markdown.tests.rb
|
527
|
+
Changed: /trunk/tests/05_Markdown.tests.rb
|
488
528
|
|
489
529
|
- Added tests for bug #568 (Two sets of bold text on one line doesn't render
|
490
530
|
properly). Tests confirmed that two sets of bold text did work, but single
|
@@ -492,39 +532,39 @@
|
|
492
532
|
|
493
533
|
|
494
534
|
-- Fri, 14 May 2004 02:41:52 -0000 by deveiant (r44) -----
|
495
|
-
Changed: lib/bluecloth.rb
|
535
|
+
Changed: /trunk/lib/bluecloth.rb
|
496
536
|
|
497
537
|
- Fixed bug with bolding of single characters (bug #568).
|
498
538
|
|
499
539
|
|
500
540
|
-- Tue, 04 May 2004 14:35:11 -0000 by deveiant (r43) -----
|
501
|
-
Changed: lib/bluecloth.rb
|
502
|
-
tests/05_Markdown.tests.rb
|
541
|
+
Changed: /trunk/lib/bluecloth.rb
|
542
|
+
/trunk/tests/05_Markdown.tests.rb
|
503
543
|
|
504
544
|
- Additional fixes and tests for bug #537.
|
505
545
|
|
506
546
|
|
507
547
|
-- Fri, 30 Apr 2004 03:40:38 -0000 by deveiant (r41) -----
|
508
|
-
Changed: MANIFEST
|
548
|
+
Changed: /trunk/MANIFEST
|
509
549
|
|
510
550
|
- Added bin/ directory.
|
511
551
|
|
512
552
|
|
513
553
|
-- Fri, 30 Apr 2004 03:40:04 -0000 by deveiant (r40) -----
|
514
|
-
Changed: README
|
554
|
+
Changed: /trunk/README
|
515
555
|
|
516
556
|
- Set date.
|
517
557
|
|
518
558
|
|
519
559
|
-- Fri, 30 Apr 2004 03:39:24 -0000 by deveiant (r39) -----
|
520
|
-
Changed: tests/15_Contrib.tests.rb
|
560
|
+
Changed: /trunk/tests/15_Contrib.tests.rb
|
521
561
|
|
522
562
|
- Added test for Bug #543 (Safe mode does not work when there are no left
|
523
563
|
angle-brackets in the source).
|
524
564
|
|
525
565
|
|
526
566
|
-- Fri, 30 Apr 2004 03:38:42 -0000 by deveiant (r38) -----
|
527
|
-
Changed: tests/05_Markdown.tests.rb
|
567
|
+
Changed: /trunk/tests/05_Markdown.tests.rb
|
528
568
|
|
529
569
|
- Added test for email address encoding (Bug #537).
|
530
570
|
- Added test for bug #541 (Leading line of codeblock with more than one tab
|
@@ -532,70 +572,70 @@
|
|
532
572
|
|
533
573
|
|
534
574
|
-- Fri, 30 Apr 2004 03:35:26 -0000 by deveiant (r37) -----
|
535
|
-
Changed: lib/bluecloth.rb
|
575
|
+
Changed: /trunk/lib/bluecloth.rb
|
536
576
|
|
537
577
|
- Fix for bug #543 (Safe mode does not work when there are no left
|
538
578
|
angle-brackets in the source).
|
539
579
|
|
540
580
|
|
541
581
|
-- Fri, 30 Apr 2004 03:33:01 -0000 by deveiant (r36) -----
|
542
|
-
Changed: lib/bluecloth.rb
|
582
|
+
Changed: /trunk/lib/bluecloth.rb
|
543
583
|
|
544
584
|
- Fix for bug #541 (Leading line of codeblock with more than one tab
|
545
585
|
width of indent mistakenly unindented)
|
546
586
|
|
547
587
|
|
548
588
|
-- Fri, 30 Apr 2004 03:31:37 -0000 by deveiant (r35) -----
|
549
|
-
Changed: lib/bluecloth.rb
|
589
|
+
Changed: /trunk/lib/bluecloth.rb
|
550
590
|
|
551
591
|
- Fix for bug #537. Fix suggested by Marek Janukowicz.
|
552
592
|
|
553
593
|
|
554
594
|
-- Fri, 23 Apr 2004 04:47:42 -0000 by deveiant (r32) -----
|
555
|
-
Changed: makedist.rb
|
595
|
+
Changed: /trunk/makedist.rb
|
556
596
|
|
557
597
|
- Temporary fixes until I have time to integrate SVN stuff.
|
558
598
|
|
559
599
|
|
560
600
|
-- Fri, 23 Apr 2004 04:46:51 -0000 by deveiant (r31) -----
|
561
|
-
Changed:
|
601
|
+
Changed: /trunk/.gemspec
|
562
602
|
|
563
603
|
- Version bump.
|
564
604
|
|
565
605
|
|
566
606
|
-- Fri, 23 Apr 2004 04:46:15 -0000 by deveiant (r30) -----
|
567
|
-
Changed: README
|
607
|
+
Changed: /trunk/README
|
568
608
|
|
569
609
|
- Brought in line with most-recent release.
|
570
610
|
|
571
611
|
|
572
612
|
-- Fri, 23 Apr 2004 04:40:50 -0000 by deveiant (r29) -----
|
573
|
-
Changed: lib/bluecloth.rb
|
613
|
+
Changed: /trunk/lib/bluecloth.rb
|
574
614
|
|
575
615
|
- Version bump.
|
576
616
|
|
577
617
|
|
578
618
|
-- Fri, 23 Apr 2004 04:39:05 -0000 by deveiant (r28) -----
|
579
|
-
Changed: lib/bluecloth.rb
|
619
|
+
Changed: /trunk/lib/bluecloth.rb
|
580
620
|
|
581
621
|
- Bugfixes for bugs 524 and 525. Thanks to David Heinemeier Hansson and Javier
|
582
622
|
Goizueta for bug reports and fixes.
|
583
623
|
|
584
624
|
|
585
625
|
-- Fri, 23 Apr 2004 04:34:31 -0000 by deveiant (r27) -----
|
586
|
-
Changed: tests/05_Markdown.tests.rb
|
626
|
+
Changed: /trunk/tests/05_Markdown.tests.rb
|
587
627
|
|
588
628
|
- Test for bugs 524 and 525
|
589
629
|
|
590
630
|
|
591
631
|
-- Fri, 16 Apr 2004 01:55:19 -0000 by deveiant (r25) -----
|
592
|
-
Changed: README
|
632
|
+
Changed: /trunk/README
|
593
633
|
|
594
634
|
- Corrected version
|
595
635
|
|
596
636
|
|
597
637
|
-- Fri, 16 Apr 2004 01:53:52 -0000 by deveiant (r24) -----
|
598
|
-
Changed: lib/bluecloth.rb
|
638
|
+
Changed: /trunk/lib/bluecloth.rb
|
599
639
|
|
600
640
|
- Brought Version up to date.
|
601
641
|
|
@@ -607,18 +647,18 @@
|
|
607
647
|
|
608
648
|
|
609
649
|
-- Fri, 16 Apr 2004 01:51:14 -0000 by deveiant (r22) -----
|
610
|
-
Added: tests/data/antsugar.txt (new)
|
611
|
-
web (new)
|
612
|
-
web/base.css (new)
|
613
|
-
|
614
|
-
tests/data/ml-announce.txt (new)
|
615
|
-
web/index.html (new) (and 3 other/s)
|
650
|
+
Added: /trunk/tests/data/antsugar.txt (new)
|
651
|
+
/trunk/web (new)
|
652
|
+
/trunk/web/base.css (new)
|
653
|
+
/trunk/.gemspec (new)
|
654
|
+
/trunk/tests/data/ml-announce.txt (new)
|
655
|
+
/trunk/web/index.html (new) (and 3 other/s)
|
616
656
|
|
617
657
|
Initial checkin.
|
618
658
|
|
619
659
|
|
620
660
|
-- Fri, 16 Apr 2004 01:50:31 -0000 by deveiant (r21) -----
|
621
|
-
Changed: MANIFEST
|
661
|
+
Changed: /trunk/MANIFEST
|
622
662
|
|
623
663
|
- Changed tests/ pattern to catch all tests.
|
624
664
|
- Added CHANGES.
|
@@ -626,13 +666,13 @@
|
|
626
666
|
|
627
667
|
|
628
668
|
-- Fri, 16 Apr 2004 01:49:46 -0000 by deveiant (r20) -----
|
629
|
-
Changed: install.rb
|
669
|
+
Changed: /trunk/install.rb
|
630
670
|
|
631
671
|
- Added missing dependency check for devel-logger.
|
632
672
|
|
633
673
|
|
634
674
|
-- Fri, 16 Apr 2004 01:49:12 -0000 by deveiant (r19) -----
|
635
|
-
Changed: lib/bluecloth.rb
|
675
|
+
Changed: /trunk/lib/bluecloth.rb
|
636
676
|
|
637
677
|
- Added contributors section to the header.
|
638
678
|
- Integrated html- and style-filtering patch from Florian Gross <flgr@ccan.de>.
|
@@ -641,7 +681,7 @@
|
|
641
681
|
|
642
682
|
|
643
683
|
-- Fri, 16 Apr 2004 01:48:27 -0000 by deveiant (r18) -----
|
644
|
-
Changed: README
|
684
|
+
Changed: /trunk/README
|
645
685
|
|
646
686
|
- Added contributors section to the header.
|
647
687
|
- Integrated html- and style-filtering patch from Florian Gross <flgr@ccan.de>.
|
@@ -650,13 +690,13 @@
|
|
650
690
|
|
651
691
|
|
652
692
|
-- Mon, 12 Apr 2004 06:02:54 -0000 by deveiant (r15) -----
|
653
|
-
Changed: tests/10_Bug.tests.rb
|
693
|
+
Changed: /trunk/tests/10_Bug.tests.rb
|
654
694
|
|
655
695
|
- Added keywords.
|
656
696
|
|
657
697
|
|
658
698
|
-- Mon, 12 Apr 2004 06:01:40 -0000 by deveiant (r14) -----
|
659
|
-
Changed: tests/10_Bug.tests.rb
|
699
|
+
Changed: /trunk/tests/10_Bug.tests.rb
|
660
700
|
|
661
701
|
- Updated comments/added to-do marker.
|
662
702
|
|
@@ -668,38 +708,38 @@
|
|
668
708
|
|
669
709
|
|
670
710
|
-- Mon, 12 Apr 2004 05:46:49 -0000 by deveiant (r12) -----
|
671
|
-
Added: bin (new)
|
672
|
-
bin/bluecloth (new)
|
711
|
+
Added: /trunk/bin (new)
|
712
|
+
/trunk/bin/bluecloth (new)
|
673
713
|
|
674
714
|
Initial checkin.
|
675
715
|
|
676
716
|
|
677
717
|
-- Mon, 12 Apr 2004 05:45:07 -0000 by deveiant (r11) -----
|
678
|
-
Changed: utils.rb
|
718
|
+
Changed: /trunk/utils.rb
|
679
719
|
|
680
720
|
- Added a time() function for timing bits of code.
|
681
721
|
|
682
722
|
|
683
723
|
-- Mon, 12 Apr 2004 05:43:10 -0000 by deveiant (r10) -----
|
684
|
-
Changed: lib/bluecloth.rb
|
724
|
+
Changed: /trunk/lib/bluecloth.rb
|
685
725
|
|
686
726
|
- Changed keyword constants from CVS to SVN keywords.
|
687
727
|
|
688
728
|
|
689
729
|
-- Mon, 12 Apr 2004 05:29:37 -0000 by deveiant (r9) -----
|
690
|
-
Changed: README
|
730
|
+
Changed: /trunk/README
|
691
731
|
|
692
732
|
- Changed location of keyword stuff, added URL keyword.
|
693
733
|
|
694
734
|
|
695
735
|
-- Mon, 12 Apr 2004 05:26:38 -0000 by deveiant (r8) -----
|
696
|
-
Changed: README
|
736
|
+
Changed: /trunk/README
|
697
737
|
|
698
738
|
- Added the rest of the content.
|
699
739
|
|
700
740
|
|
701
741
|
-- Mon, 12 Apr 2004 05:21:47 -0000 by deveiant (r7) -----
|
702
|
-
Changed: lib/bluecloth.rb
|
742
|
+
Changed: /trunk/lib/bluecloth.rb
|
703
743
|
|
704
744
|
- Fixed license in header
|
705
745
|
- Fixed error message in exception class with no second argument.
|
@@ -711,48 +751,48 @@
|
|
711
751
|
|
712
752
|
|
713
753
|
-- Mon, 12 Apr 2004 05:17:45 -0000 by deveiant (r6) -----
|
714
|
-
Added: tests/10_Bug.tests.rb
|
754
|
+
Added: /trunk/tests/10_Bug.tests.rb
|
715
755
|
-> renamed from /trunk/tests/10_Output.tests.rb@r5
|
716
|
-
Deleted: tests/10_Output.tests.rb
|
756
|
+
Deleted: /trunk/tests/10_Output.tests.rb
|
717
757
|
|
718
758
|
- Renamed to reflect repurposing.
|
719
759
|
|
720
760
|
|
721
761
|
-- Mon, 12 Apr 2004 05:17:08 -0000 by deveiant (r5) -----
|
722
|
-
Changed: tests/10_Output.tests.rb
|
762
|
+
Changed: /trunk/tests/10_Output.tests.rb
|
723
763
|
|
724
764
|
- Converted to bug-testing testcase.
|
725
765
|
|
726
766
|
|
727
767
|
-- Mon, 12 Apr 2004 05:15:34 -0000 by deveiant (r4) -----
|
728
|
-
Changed: tests/05_Markdown.tests.rb
|
768
|
+
Changed: /trunk/tests/05_Markdown.tests.rb
|
729
769
|
|
730
770
|
- Added some mode code span tests to catch bugs.
|
731
771
|
|
732
772
|
|
733
773
|
-- Sun, 11 Apr 2004 04:40:29 -0000 by deveiant (r3) -----
|
734
|
-
Added: MANIFEST (new)
|
774
|
+
Added: /trunk/MANIFEST (new)
|
735
775
|
Changed: /trunk
|
736
|
-
utils.rb
|
737
|
-
makedist.rb
|
738
|
-
install.rb
|
776
|
+
/trunk/utils.rb
|
777
|
+
/trunk/makedist.rb
|
778
|
+
/trunk/install.rb
|
739
779
|
|
740
780
|
- Updated dist/install utilities/libs.
|
741
781
|
|
742
782
|
|
743
783
|
-- Sat, 10 Apr 2004 20:36:46 -0000 by deveiant (r2) -----
|
744
|
-
Deleted: Markdown_1.0b4
|
784
|
+
Deleted: /trunk/Markdown_1.0b4
|
745
785
|
|
746
786
|
Removed markdown reference source
|
747
787
|
|
748
788
|
|
749
789
|
-- Sat, 10 Apr 2004 20:35:02 -0000 by deveiant (r1) -----
|
750
|
-
Added: README (new)
|
790
|
+
Added: /trunk/README (new)
|
751
791
|
/trunk (new)
|
752
|
-
utils.rb (new)
|
753
|
-
tests (new)
|
754
|
-
experiments (new)
|
755
|
-
makedist.rb (new) (and 18 other/s)
|
792
|
+
/trunk/utils.rb (new)
|
793
|
+
/trunk/tests (new)
|
794
|
+
/trunk/experiments (new)
|
795
|
+
/trunk/makedist.rb (new) (and 18 other/s)
|
756
796
|
|
757
797
|
Initial checkin
|
758
798
|
|