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