bluecloth 2.0.5 → 2.0.6.pre120
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +242 -678
- data/LICENSE +1 -1
- data/README +2 -2
- data/Rakefile +99 -68
- data/Rakefile.local +21 -41
- data/ext/VERSION +1 -1
- data/ext/bluecloth.c +18 -4
- data/ext/bluecloth.h +19 -0
- data/ext/config.h +8 -0
- data/ext/cstring.h +3 -2
- data/ext/extconf.rb +8 -1
- data/ext/generate.c +148 -27
- data/ext/markdown.c +135 -27
- data/ext/markdown.h +3 -2
- data/ext/mkdio.h +1 -0
- data/lib/bluecloth.rb +12 -9
- data/rake/dependencies.rb +1 -1
- data/rake/helpers.rb +24 -2
- data/rake/hg.rb +273 -0
- data/rake/manual.rb +3 -3
- data/rake/packaging.rb +33 -35
- data/rake/publishing.rb +16 -68
- data/rake/rdoc.rb +1 -1
- data/rake/style.rb +1 -1
- data/rake/svn.rb +577 -549
- data/rake/testing.rb +4 -20
- data/rake/win32.rb +13 -9
- data/spec/bluecloth/blockquotes_spec.rb +24 -22
- data/spec/bluecloth_spec.rb +31 -0
- data/spec/bugfix_spec.rb +37 -1
- data/spec/discount_spec.rb +117 -0
- data/spec/markdowntest_spec.rb +8 -8
- metadata +19 -138
data/ChangeLog
CHANGED
@@ -1,799 +1,363 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
project.yml
|
4
|
-
ChangeLog
|
1
|
+
120[tip] 5bae8ff5846f 2010-01-15 20:06 -0800 ged
|
2
|
+
Add version-specific extension-loading for native gems.
|
5
3
|
|
6
|
-
|
4
|
+
119 e04eccd695ee 2010-01-14 09:00 -0800 ged
|
5
|
+
Encoding bugfix for Ruby 1.9.1.
|
7
6
|
|
7
|
+
118 7c15c9beb634 2010-01-05 05:39 -0800 ged
|
8
|
+
Enable native/cross-compilation, add pending Markdown-Extra table specs.
|
8
9
|
|
9
|
-
|
10
|
-
|
11
|
-
-> renamed from /trunk@r132
|
10
|
+
117 e04270524114 2010-01-04 08:18 -0800 ged
|
11
|
+
Removing old files, updated build system.
|
12
12
|
|
13
|
-
|
13
|
+
116 f2af577b2cc0 2010-01-03 11:17 -0800 ged
|
14
|
+
Updated benchmark to include kramdown.
|
14
15
|
|
16
|
+
115 b715702c19f7 2010-01-02 15:08 -0800 ged
|
17
|
+
Adding a minimal test case for #60.
|
15
18
|
|
16
|
-
|
17
|
-
|
19
|
+
114:112,113 617e767c1331 2010-01-02 14:49 -0800 ged
|
20
|
+
Added spec for #56 so I can close it.
|
18
21
|
|
19
|
-
|
22
|
+
113:111 8be386ec10a8 2009-11-04 15:56 -0800 ged
|
23
|
+
Updated build files.
|
20
24
|
|
25
|
+
112 5c81c9a5012f 2010-01-01 10:54 -0800 ged
|
26
|
+
Build with rake-compiler, fix some bugs.
|
21
27
|
|
22
|
-
|
23
|
-
|
24
|
-
/trunk/experiments/old-bluecloth.rb
|
25
|
-
/trunk/spec/bluecloth_spec.rb
|
26
|
-
/trunk/lib/bluecloth.rb
|
27
|
-
/trunk/spec/bugfix_spec.rb
|
28
|
+
111 ce4fb0ebf7c0 2009-08-03 12:58 -0700 ged
|
29
|
+
* Updated to Discount 1.5 (+bugfixes)
|
28
30
|
|
29
|
-
|
30
|
-
|
31
|
-
* Set the top-level 'Markdown' constant as an alias for BlueCloth if it's not
|
32
|
-
already set by something else.
|
31
|
+
110 79aeab070db6 2009-08-03 05:59 -0700 ged
|
32
|
+
* Updated build system
|
33
33
|
|
34
|
+
109 2f1e2866f511 2009-07-29 09:31 -0700 ged
|
35
|
+
* Adding an .hgignore
|
34
36
|
|
35
|
-
|
36
|
-
|
37
|
+
108 ca59ad11e08f 2009-07-29 23:56 +0000 convert-repo
|
38
|
+
update tags
|
37
39
|
|
38
|
-
|
40
|
+
107 c4984d0f836b 2009-07-16 07:18 +0000 ged
|
41
|
+
Test for bzero (used in generate.c), and if it isn't defined (e.g., Windows using VC), define it
|
39
42
|
|
43
|
+
106 fc2e0f28ccab 2009-07-16 00:22 +0000 ged
|
44
|
+
Fixing extra release files in the Rakefile
|
40
45
|
|
41
|
-
|
42
|
-
|
43
|
-
/trunk/ext/VERSION
|
44
|
-
/trunk/ext/markdown.h
|
45
|
-
/trunk/ext/generate.c
|
46
|
+
105[2.0.5] 2cc7a3180ee8 2009-07-16 00:18 +0000 ged
|
47
|
+
Bumping version to 2.0.5.
|
46
48
|
|
47
|
-
|
49
|
+
104 6164b7b34474 2009-07-15 23:52 +0000 ged
|
50
|
+
* Updated the build system
|
48
51
|
|
52
|
+
103 6d52ea6e383b 2009-07-06 23:57 +0000 ged
|
53
|
+
Adding a spec to test out the DoS reported by Ben Sandofsky (refs #57).
|
49
54
|
|
50
|
-
|
51
|
-
|
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)
|
55
|
+
102[2.0.4] 824e2d6eab4c 2009-06-30 01:33 +0000 ged
|
56
|
+
* Updated with Discount 1.4.4.
|
58
57
|
|
59
|
-
|
60
|
-
|
61
|
-
* Added support for the MKD_AUTOLINK and MKD_SAFELINK.
|
58
|
+
101 70e807c1eead 2009-06-15 13:15 +0000 ged
|
59
|
+
* Updated to Discount 1.4.2.
|
62
60
|
|
61
|
+
100[2.0.3] 4e24d4de383f 2009-05-26 05:08 +0000 ged
|
62
|
+
* Fixing tests under Ruby 1.9.1. Thanks to Diego Elio Pettenò for the fix.
|
63
63
|
|
64
|
-
|
65
|
-
|
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
|
64
|
+
99[2.0.2] 68e2db2b0c94 2009-05-14 15:26 +0000 ged
|
65
|
+
Bumping version to 2.0.2.
|
70
66
|
|
71
|
-
|
72
|
-
|
67
|
+
98 824864e57182 2009-05-14 15:21 +0000 ged
|
68
|
+
* Updated to Discount 1.4.0.
|
73
69
|
|
70
|
+
97[2.0.1] bbd194b2caca 2009-04-07 22:07 +0000 ged
|
71
|
+
* Updated build system.
|
74
72
|
|
75
|
-
|
76
|
-
|
73
|
+
96[2.0.0]:93 90ca87312078 2009-03-25 14:42 +0000 ged
|
74
|
+
Merged build system update and README changes from the [log:branches/spec-and-19-fixes@109:110 spec-and-19-fixes branch].
|
77
75
|
|
78
|
-
|
76
|
+
95 93546826fa39 2009-03-25 14:35 +0000 ged
|
77
|
+
Updated build system.
|
79
78
|
|
79
|
+
94:91 7920ff5c7aed 2009-03-25 14:32 +0000 ged
|
80
|
+
README wording fix.
|
80
81
|
|
81
|
-
|
82
|
-
|
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)
|
82
|
+
93 2bde45351ad8 2009-03-13 23:26 +0000 ged
|
83
|
+
* Updated build system
|
88
84
|
|
89
|
-
|
90
|
-
|
85
|
+
92:86 2d482bf2a096 2009-03-13 22:56 +0000 ged
|
86
|
+
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].
|
91
87
|
|
88
|
+
91 f95cdb6af413 2009-03-13 22:44 +0000 ged
|
89
|
+
* Fixes for 1.9.1.
|
92
90
|
|
93
|
-
|
94
|
-
|
95
|
-
/trunk/experiments/benchmark.rb
|
96
|
-
/trunk
|
97
|
-
/trunk/Rakefile
|
91
|
+
90 f575c3ddbe33 2009-03-13 22:39 +0000 ged
|
92
|
+
* Finished splitting out the old auto-generated specs into explicit ones.
|
98
93
|
|
99
|
-
|
100
|
-
|
101
|
-
email.
|
102
|
-
* Added BlueFeather and TartanMarkdown to the benchmark script
|
94
|
+
89 7edafd943312 2009-03-13 21:21 +0000 ged
|
95
|
+
* Updated build system
|
103
96
|
|
97
|
+
88 529efba157cd 2009-03-13 20:42 +0000 ged
|
98
|
+
Checkpoint commit
|
104
99
|
|
105
|
-
|
106
|
-
|
107
|
-
-> copied from /trunk/LICENSE@r101
|
108
|
-
Changed: /trunk/README
|
109
|
-
/trunk/ext
|
110
|
-
/trunk/Rakefile
|
111
|
-
/trunk/ChangeLog
|
100
|
+
87 bea54f3c8ad0 2009-03-13 20:42 +0000 ged
|
101
|
+
Branching to split out the specs and add fixes for 1.9.
|
112
102
|
|
113
|
-
|
103
|
+
86 9a5ad2923bb3 2009-02-23 14:16 +0000 ged
|
104
|
+
* Trying to fix whitespace differences in generated output.
|
114
105
|
|
106
|
+
85 7d9d7867dcd2 2009-02-23 06:58 +0000 ged
|
107
|
+
Started work on fixes for 1.9.1.
|
115
108
|
|
116
|
-
|
117
|
-
|
118
|
-
/trunk/Rakefile
|
119
|
-
/trunk/ChangeLog
|
109
|
+
84 20aece07667c 2009-01-07 21:43 +0000 ged
|
110
|
+
Fixed the VERSION
|
120
111
|
|
121
|
-
|
122
|
-
|
112
|
+
83 4e4704585c05 2009-01-02 23:46 +0000 ged
|
113
|
+
Made the benchmark run with no additional prep (other than installing the requisite alternative implementations).
|
123
114
|
|
115
|
+
82 312e1b089c11 2009-01-02 17:56 +0000 ged
|
116
|
+
* Updated build system
|
124
117
|
|
125
|
-
|
126
|
-
|
127
|
-
-> renamed from /branches/spec-and-19-fixes/spec/data/markdowntest/Code Blocks.text@r106
|
128
|
-
/trunk/spec/data/markdowntest/Code Spans.text
|
129
|
-
-> renamed from /branches/spec-and-19-fixes/spec/data/markdowntest/Code Spans.text@r106
|
130
|
-
/trunk/spec/data/markdowntest/Code Blocks.html
|
131
|
-
-> renamed from /branches/spec-and-19-fixes/spec/data/markdowntest/Code Blocks.html@r106
|
132
|
-
/trunk/spec/data/markdowntest/Links, shortcut references.text
|
133
|
-
-> renamed from /branches/spec-and-19-fixes/spec/data/markdowntest/Links, shortcut references.text@r106
|
134
|
-
/trunk/spec/data/markdowntest/Code Spans.html
|
135
|
-
-> renamed from /branches/spec-and-19-fixes/spec/data/markdowntest/Code Spans.html@r106
|
136
|
-
/trunk/spec/bluecloth
|
137
|
-
-> renamed from /branches/spec-and-19-fixes/spec/bluecloth@r106 (and 3 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)
|
118
|
+
81 50d73df53a75 2008-12-30 08:16 +0000 ged
|
119
|
+
Updated to Discount 1.3.1.
|
144
120
|
|
145
|
-
|
121
|
+
80 98738523209f 2008-12-28 06:19 +0000 ged
|
122
|
+
* Removed some chatty memory-allocation debugging.
|
146
123
|
|
124
|
+
79 fb5abd6b80f0 2008-12-28 03:04 +0000 ged
|
125
|
+
* Include the ext/VERSION file in the gem, as it's required for building.
|
147
126
|
|
148
|
-
|
149
|
-
|
150
|
-
/trunk/spec/bluecloth_spec.rb
|
151
|
-
/trunk/spec/lib/matchers.rb
|
127
|
+
78 a6a8b77ebeea 2008-12-27 02:28 +0000 ged
|
128
|
+
Added support for Discount Markdown extensions and Pandoc header.
|
152
129
|
|
153
|
-
|
130
|
+
77 f0d9a3b66167 2008-12-25 09:53 +0000 ged
|
131
|
+
Handle the 'tidy' library not being installed.
|
154
132
|
|
133
|
+
76 1c01a3186b0f 2008-12-25 09:41 +0000 ged
|
134
|
+
Forgot to change the libtidy name hack to the spec itself.
|
155
135
|
|
156
|
-
|
157
|
-
|
158
|
-
/trunk/spec/lib/helpers.rb
|
159
|
-
/trunk/project.yml
|
160
|
-
/trunk/spec/markdowntest_spec.rb
|
136
|
+
75 1afe9dd6b2b1 2008-12-25 09:37 +0000 ged
|
137
|
+
* Cleaned up a bunch of stuff from the first version.
|
161
138
|
|
162
|
-
|
139
|
+
74 d6a67116703f 2008-12-25 03:29 +0000 ged
|
140
|
+
First working commit of Discount-backed BlueCloth 2.0.
|
163
141
|
|
142
|
+
73 f7692e282fe6 2008-09-01 22:24 +0000 ged
|
143
|
+
* Checkpoint commit of MarkdownTest integration
|
164
144
|
|
165
|
-
|
166
|
-
|
145
|
+
72:65 10001a99c611 2008-08-20 21:46 +0000 ged
|
146
|
+
Adding MarkdownTest tests, new build system. [broken build]
|
167
147
|
|
168
|
-
|
148
|
+
71 8fde110be755 2008-08-01 19:12 +0000 ged
|
149
|
+
Checkpoint commit -- build system + markdowntest + Ragel grammar stub
|
169
150
|
|
151
|
+
70:65 68c7658d9537 2008-08-01 19:01 +0000 ged
|
152
|
+
Making a branch for the experimental Ragel parser work
|
170
153
|
|
171
|
-
|
172
|
-
|
173
|
-
Changed: /trunk/experiments/benchmark.rb
|
174
|
-
/trunk
|
154
|
+
69 4a618585d44a 2005-11-09 01:38 +0000 ged
|
155
|
+
* Fixed bug #12, and cleaned up warnings from changes to StringScanner. [fixes #12]
|
175
156
|
|
176
|
-
|
157
|
+
68 a7c5084bb2c6 2005-11-09 01:34 +0000 ged
|
158
|
+
* Adding a standalone testcase for bug #12. Current Ruby only issues a warning
|
177
159
|
|
160
|
+
67 752e33cb18b9 2005-11-09 01:28 +0000 ged
|
161
|
+
- Updated to point to my own Trac site.
|
178
162
|
|
179
|
-
|
180
|
-
|
181
|
-
/trunk/Rakefile
|
182
|
-
/trunk/ChangeLog
|
183
|
-
/trunk/docs
|
184
|
-
/trunk/ext/extconf.rb
|
185
|
-
/trunk/bin/bluecloth (and 1 other/s)
|
163
|
+
66 8f3203640ccd 2005-11-09 01:24 +0000 ged
|
164
|
+
* Branching for bugfixes + internals rewrite.
|
186
165
|
|
187
|
-
|
188
|
-
|
189
|
-
* Fixed bug in bin/bluecloth.
|
166
|
+
65 f4a61eededf5 2005-05-12 21:31 +0000 ged
|
167
|
+
- Renamed tests without goofy numbers.
|
190
168
|
|
169
|
+
64 d604e9fe1a4a 2005-05-12 20:31 +0000 ged
|
170
|
+
- Updated license to BSD/Ruby's; included LICENSE.txt from Ruby dist.
|
191
171
|
|
192
|
-
|
193
|
-
|
194
|
-
/trunk/ext/generate.c
|
172
|
+
63 3e785abfc186 2005-05-12 19:48 +0000 ged
|
173
|
+
- Added tests to make sure I dont break lists trying to fix #15
|
195
174
|
|
196
|
-
|
175
|
+
62 e008c4845aef 2005-05-12 19:26 +0000 ged
|
176
|
+
- Added new tests for bug #17 (two-character bold/italic bug)
|
197
177
|
|
178
|
+
61 bac992099396 2004-08-31 05:19 +0000 ged
|
179
|
+
- Updated for 1.0.0fc3 release.
|
198
180
|
|
199
|
-
|
200
|
-
|
201
|
-
/trunk/ext/bluecloth.c
|
181
|
+
60 7eb11846096d 2004-08-25 05:27 +0000 ged
|
182
|
+
- Fixed bug introduced by the last bugfix, fixed tests that missed the new bug.
|
202
183
|
|
203
|
-
|
204
|
-
|
184
|
+
59 324685ac4010 2004-08-25 05:14 +0000 ged
|
185
|
+
- Tracked down and fixed another regexp engine overflow bug; added a new test,
|
205
186
|
|
187
|
+
58 a33c5eac1856 2004-08-24 14:57 +0000 ged
|
188
|
+
- Updated to v1.0.0.
|
206
189
|
|
207
|
-
|
208
|
-
|
209
|
-
/trunk/experiments/benchmark.txt (new)
|
210
|
-
Changed: /trunk
|
211
|
-
/trunk/Rakefile
|
212
|
-
/trunk/project.yml
|
213
|
-
/trunk/ChangeLog
|
190
|
+
57 e233c9f93105 2004-08-24 14:56 +0000 ged
|
191
|
+
- Updated to v1.0.0.
|
214
192
|
|
215
|
-
|
216
|
-
|
193
|
+
56 c793933d4599 2004-08-24 14:53 +0000 ged
|
194
|
+
- Updated to 20040824.
|
217
195
|
|
196
|
+
55 992586b37e73 2004-08-24 14:52 +0000 ged
|
197
|
+
- Added CHANGES.xml to ignore property for root directory.
|
218
198
|
|
219
|
-
|
220
|
-
|
221
|
-
/trunk/spec/bluecloth_spec.rb
|
199
|
+
54 976267f8ce12 2004-08-24 14:48 +0000 ged
|
200
|
+
- Brought list of block-level tags up to date with Markdown 1.0's list
|
222
201
|
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
-- Thu, 25 Dec 2008 09:53:24 -0000 by deveiant (r92) -----
|
227
|
-
Changed: /trunk/spec/markdowntest_spec.rb
|
228
|
-
|
229
|
-
Handle the 'tidy' library not being installed.
|
202
|
+
53 0e3f0bc95714 2004-08-22 19:28 +0000 ged
|
203
|
+
- Fixed re-engine overflow for all tested cases (thanks to Martin Chase
|
230
204
|
|
205
|
+
52 5278657f5319 2004-08-22 19:26 +0000 ged
|
206
|
+
- Removed skip of overflow test.
|
231
207
|
|
232
|
-
|
233
|
-
|
208
|
+
51 71617cbac5be 2004-08-22 19:24 +0000 ged
|
209
|
+
- "Fixed" the test case so it overflows again.
|
234
210
|
|
235
|
-
|
211
|
+
50 0b2eafa02561 2004-08-09 05:12 +0000 ged
|
212
|
+
- Updated to 20040808.
|
236
213
|
|
214
|
+
49 8c26c74594e1 2004-08-09 01:16 +0000 ged
|
215
|
+
- Modified to work from wherever the test is run (RPA compat).
|
237
216
|
|
238
|
-
|
239
|
-
|
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
|
217
|
+
48 f7c3d9f3f7a1 2004-08-09 01:15 +0000 ged
|
218
|
+
- Modified to work from wherever the test is run (RPA compat).
|
249
219
|
|
250
|
-
|
251
|
-
|
252
|
-
* Trying a new hack to figure out what file extension libtidy might have on
|
253
|
-
any platform. This will work under MacOS X and FreeBSD; needs testing under
|
254
|
-
other platforms.
|
255
|
-
* Pass the flags to the allocator so MKD_NOHEADER is applied.
|
256
|
-
* Removed some options that aren't useful with the way the extension works, or which
|
257
|
-
don't seem to behave as advertised.
|
258
|
-
* Renamed :strip_html option to :escape_html as it's a more-accurate description of what it's
|
259
|
-
actually for.
|
220
|
+
47 93abf238a8a7 2004-08-09 01:15 +0000 ged
|
221
|
+
- Updated version attribute.
|
260
222
|
|
223
|
+
46 94b0fc3111a3 2004-08-09 01:14 +0000 ged
|
224
|
+
- Brought markdown syntax up to date with Markdown 1.0fc1.
|
261
225
|
|
262
|
-
|
263
|
-
|
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)
|
226
|
+
45 687a5882b6ab 2004-08-09 01:13 +0000 ged
|
227
|
+
- Made the require-header work wherever the test is run from (RPA compat).
|
275
228
|
|
276
|
-
|
229
|
+
44 b701148f1078 2004-06-21 15:20 +0000 ged
|
230
|
+
- Brought up to date with Markdown 1.0b7.
|
277
231
|
|
232
|
+
43 28fbfd30ae84 2004-06-02 13:37 +0000 ged
|
233
|
+
- Commented out non-functional --output option for now.
|
278
234
|
|
279
|
-
|
280
|
-
|
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
|
235
|
+
42 c6015bf41ec7 2004-06-02 03:30 +0000 ged
|
236
|
+
Initial checkin.
|
289
237
|
|
290
|
-
|
238
|
+
41 d595be427a40 2004-06-02 03:29 +0000 ged
|
239
|
+
- Added test for bug #574.
|
291
240
|
|
241
|
+
40 6caececb7a82 2004-06-02 03:21 +0000 ged
|
242
|
+
- Test for bug #620 - Unresolved reference-style links doubled the character
|
292
243
|
|
293
|
-
|
294
|
-
|
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)
|
300
|
-
Changed: /trunk
|
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)
|
244
|
+
39 78dfd775cec9 2004-06-02 03:19 +0000 ged
|
245
|
+
- Fix for bug #620 - Unresolved reference-style links doubled the character
|
311
246
|
|
312
|
-
|
247
|
+
38 0fb4d975113a 2004-05-14 02:43 +0000 ged
|
248
|
+
- Added tests for bug #568 (Two sets of bold text on one line doesn't render
|
313
249
|
|
250
|
+
37 de0cec95ba63 2004-05-14 02:41 +0000 ged
|
251
|
+
- Fixed bug with bolding of single characters (bug #568).
|
314
252
|
|
315
|
-
|
316
|
-
|
317
|
-
-> renamed from /trunk/tests/10_Bug.tests.rb@r74
|
318
|
-
/trunk/tests/contrib.tests.rb
|
319
|
-
-> renamed from /trunk/tests/15_Contrib.tests.rb@r74
|
320
|
-
/trunk/tests/markdown.tests.rb
|
321
|
-
-> renamed from /trunk/tests/05_Markdown.tests.rb@r74
|
322
|
-
/trunk/tests/class.tests.rb
|
323
|
-
-> renamed from /trunk/tests/00_Class.tests.rb@r74
|
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
|
253
|
+
36 3dd2e20acd6a 2004-05-04 14:35 +0000 ged
|
254
|
+
- Additional fixes and tests for bug #537.
|
328
255
|
|
329
|
-
-
|
256
|
+
35 a63aa4091662 2004-04-30 03:40 +0000 ged
|
257
|
+
- Added bin/ directory.
|
330
258
|
|
259
|
+
34 bf3492418bf7 2004-04-30 03:40 +0000 ged
|
260
|
+
- Set date.
|
331
261
|
|
332
|
-
|
333
|
-
|
334
|
-
Changed: /trunk/README
|
262
|
+
33 0fa434ed6ee6 2004-04-30 03:39 +0000 ged
|
263
|
+
- Added test for Bug #543 (Safe mode does not work when there are no left
|
335
264
|
|
336
|
-
-
|
265
|
+
32 70d5a794edc9 2004-04-30 03:38 +0000 ged
|
266
|
+
- Added test for email address encoding (Bug #537).
|
337
267
|
|
268
|
+
31 c39cd62dc023 2004-04-30 03:35 +0000 ged
|
269
|
+
- Fix for bug #543 (Safe mode does not work when there are no left
|
338
270
|
|
339
|
-
|
340
|
-
|
271
|
+
30 89ae174bf6eb 2004-04-30 03:33 +0000 ged
|
272
|
+
- Fix for bug #541 (Leading line of codeblock with more than one tab
|
341
273
|
|
342
|
-
-
|
343
|
-
|
274
|
+
29 146a20279a49 2004-04-30 03:31 +0000 ged
|
275
|
+
- Fix for bug #537. Fix suggested by Marek Janukowicz.
|
344
276
|
|
277
|
+
28 9751c45529de 2004-04-23 04:47 +0000 ged
|
278
|
+
- Temporary fixes until I have time to integrate SVN stuff.
|
345
279
|
|
346
|
-
|
347
|
-
|
280
|
+
27 04fa7e0e035c 2004-04-23 04:46 +0000 ged
|
281
|
+
- Version bump.
|
348
282
|
|
349
|
-
-
|
350
|
-
|
283
|
+
26 8dd949521598 2004-04-23 04:46 +0000 ged
|
284
|
+
- Brought in line with most-recent release.
|
351
285
|
|
286
|
+
25 9cd965756b2c 2004-04-23 04:40 +0000 ged
|
287
|
+
- Version bump.
|
352
288
|
|
353
|
-
|
354
|
-
|
355
|
-
/trunk/CHANGES
|
289
|
+
24 7e81348df6c0 2004-04-23 04:39 +0000 ged
|
290
|
+
- Bugfixes for bugs 524 and 525. Thanks to David Heinemeier Hansson and Javier
|
356
291
|
|
357
|
-
-
|
292
|
+
23 ca4b54166276 2004-04-23 04:34 +0000 ged
|
293
|
+
- Test for bugs 524 and 525
|
358
294
|
|
295
|
+
22 496d7f7a4cdc 2004-04-16 01:55 +0000 ged
|
296
|
+
- Corrected version
|
359
297
|
|
360
|
-
|
361
|
-
|
362
|
-
/trunk/tests/05_Markdown.tests.rb
|
298
|
+
21 b51c6840bc49 2004-04-16 01:53 +0000 ged
|
299
|
+
- Brought Version up to date.
|
363
300
|
|
364
|
-
-
|
301
|
+
20 f2718c29f536 2004-04-16 01:52 +0000 ged
|
302
|
+
- Updated ignore metadata.
|
365
303
|
|
304
|
+
19 f82fd20371ad 2004-04-16 01:51 +0000 ged
|
305
|
+
Initial checkin.
|
366
306
|
|
367
|
-
|
368
|
-
|
369
|
-
/trunk/tests/data/re-overflow2.txt (new)
|
370
|
-
Changed: /trunk/tests/10_Bug.tests.rb
|
371
|
-
/trunk/lib/bluecloth.rb
|
307
|
+
18 f403c21157cc 2004-04-16 01:50 +0000 ged
|
308
|
+
- Changed tests/ pattern to catch all tests.
|
372
309
|
|
373
|
-
-
|
374
|
-
|
310
|
+
17 f4112232595f 2004-04-16 01:49 +0000 ged
|
311
|
+
- Added missing dependency check for devel-logger.
|
375
312
|
|
313
|
+
16 8690a971eb59 2004-04-16 01:49 +0000 ged
|
314
|
+
- Added contributors section to the header.
|
376
315
|
|
377
|
-
|
378
|
-
|
316
|
+
15 492797ca9f09 2004-04-16 01:48 +0000 ged
|
317
|
+
- Added contributors section to the header.
|
379
318
|
|
380
|
-
-
|
319
|
+
14 0649b1f16ee8 2004-04-12 06:02 +0000 ged
|
320
|
+
- Added keywords.
|
381
321
|
|
322
|
+
13 9fe4c26b72e0 2004-04-12 06:01 +0000 ged
|
323
|
+
- Updated comments/added to-do marker.
|
382
324
|
|
383
|
-
|
384
|
-
|
325
|
+
12 64b1e11c97ff 2004-04-12 05:47 +0000 ged
|
326
|
+
- Updated ignore list.
|
385
327
|
|
386
|
-
-
|
328
|
+
11 6a8aed04e890 2004-04-12 05:46 +0000 ged
|
329
|
+
Initial checkin.
|
387
330
|
|
331
|
+
10 0fc13fe6e6c7 2004-04-12 05:45 +0000 ged
|
332
|
+
- Added a time() function for timing bits of code.
|
388
333
|
|
389
|
-
|
390
|
-
|
334
|
+
9 3abdc2f04959 2004-04-12 05:43 +0000 ged
|
335
|
+
- Changed keyword constants from CVS to SVN keywords.
|
391
336
|
|
392
|
-
-
|
337
|
+
8 e5db5380cfaf 2004-04-12 05:29 +0000 ged
|
338
|
+
- Changed location of keyword stuff, added URL keyword.
|
393
339
|
|
340
|
+
7 f3c8521ac045 2004-04-12 05:26 +0000 ged
|
341
|
+
- Added the rest of the content.
|
394
342
|
|
395
|
-
|
396
|
-
|
343
|
+
6 8b6eb6e814ad 2004-04-12 05:21 +0000 ged
|
344
|
+
- Fixed license in header
|
397
345
|
|
398
|
-
-
|
346
|
+
5 80efe23904b2 2004-04-12 05:17 +0000 ged
|
347
|
+
- Renamed to reflect repurposing.
|
399
348
|
|
349
|
+
4 d0414fcb9d46 2004-04-12 05:17 +0000 ged
|
350
|
+
- Converted to bug-testing testcase.
|
400
351
|
|
401
|
-
|
402
|
-
|
403
|
-
/trunk/tests/05_Markdown.tests.rb
|
352
|
+
3 7cacdc1638d5 2004-04-12 05:15 +0000 ged
|
353
|
+
- Added some mode code span tests to catch bugs.
|
404
354
|
|
405
|
-
-
|
406
|
-
|
407
|
-
- Abstracted list-item patterns out into constants to closer match Markdown's
|
408
|
-
code and to expose them for use in other code.
|
409
|
-
- Fixed indentation of <pre> blocks inside blockquotes.
|
410
|
-
- Added new tests for all of the above.
|
355
|
+
2 50ad59f16116 2004-04-11 04:40 +0000 ged
|
356
|
+
- Updated dist/install utilities/libs.
|
411
357
|
|
358
|
+
1 47d5847f4c84 2004-04-10 20:36 +0000 ged
|
359
|
+
Removed markdown reference source
|
412
360
|
|
413
|
-
|
414
|
-
|
415
|
-
/trunk/tests/05_Markdown.tests.rb
|
416
|
-
|
417
|
-
- Fixed re-engine overflow for all tested cases (thanks to Martin Chase
|
418
|
-
<stillflame@FaerieMUD.org> for the fix).
|
419
|
-
- Wrote some additional tests to be sure the block-level html escaper is working
|
420
|
-
after the above fix.
|
421
|
-
|
422
|
-
|
423
|
-
-- Sun, 22 Aug 2004 19:26:25 -0000 by ged (r60) -----
|
424
|
-
Changed: /trunk/tests/10_Bug.tests.rb
|
425
|
-
|
426
|
-
- Removed skip of overflow test.
|
427
|
-
|
428
|
-
|
429
|
-
-- Sun, 22 Aug 2004 19:24:35 -0000 by ged (r59) -----
|
430
|
-
Changed: /trunk/experiments/re-overflow.rb
|
431
|
-
|
432
|
-
- "Fixed" the test case so it overflows again.
|
433
|
-
|
434
|
-
|
435
|
-
-- Mon, 09 Aug 2004 05:12:02 -0000 by deveiant (r58) -----
|
436
|
-
Changed: /trunk/CHANGES
|
437
|
-
|
438
|
-
- Updated to 20040808.
|
439
|
-
|
440
|
-
|
441
|
-
-- Mon, 09 Aug 2004 01:16:14 -0000 by deveiant (r57) -----
|
442
|
-
Changed: /trunk/tests/bctestcase.rb
|
443
|
-
|
444
|
-
- Modified to work from wherever the test is run (RPA compat).
|
445
|
-
|
446
|
-
|
447
|
-
-- Mon, 09 Aug 2004 01:15:57 -0000 by deveiant (r56) -----
|
448
|
-
Changed: /trunk/test.rb
|
449
|
-
|
450
|
-
- Modified to work from wherever the test is run (RPA compat).
|
451
|
-
|
452
|
-
|
453
|
-
-- Mon, 09 Aug 2004 01:15:27 -0000 by deveiant (r55) -----
|
454
|
-
Changed: /trunk/.gemspec
|
455
|
-
|
456
|
-
- Updated version attribute.
|
457
|
-
|
458
|
-
|
459
|
-
-- Mon, 09 Aug 2004 01:14:58 -0000 by deveiant (r54) -----
|
460
|
-
Changed: /trunk/lib/bluecloth.rb
|
461
|
-
/trunk/tests/05_Markdown.tests.rb
|
462
|
-
|
463
|
-
- Brought markdown syntax up to date with Markdown 1.0fc1.
|
464
|
-
|
465
|
-
|
466
|
-
-- Mon, 09 Aug 2004 01:13:16 -0000 by deveiant (r53) -----
|
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
|
471
|
-
|
472
|
-
- Made the require-header work wherever the test is run from (RPA compat).
|
473
|
-
|
474
|
-
|
475
|
-
-- Mon, 21 Jun 2004 15:20:59 -0000 by deveiant (r51) -----
|
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
|
482
|
-
/trunk
|
483
|
-
/trunk/tests/10_Bug.tests.rb
|
484
|
-
/trunk/lib/bluecloth.rb
|
485
|
-
/trunk/tests/05_Markdown.tests.rb
|
486
|
-
|
487
|
-
- Brought up to date with Markdown 1.0b7.
|
488
|
-
- Ignore list properties on the base and docs directories updated.
|
489
|
-
|
490
|
-
|
491
|
-
-- Wed, 02 Jun 2004 13:37:15 -0000 by deveiant (r50) -----
|
492
|
-
Changed: /trunk/bin/bluecloth
|
493
|
-
|
494
|
-
- Commented out non-functional --output option for now.
|
495
|
-
|
496
|
-
|
497
|
-
-- Wed, 02 Jun 2004 03:30:18 -0000 by deveiant (r49) -----
|
498
|
-
Added: /trunk/tests/data/re-overflow.txt (new)
|
499
|
-
|
500
|
-
Initial checkin.
|
501
|
-
|
502
|
-
|
503
|
-
-- Wed, 02 Jun 2004 03:29:31 -0000 by deveiant (r48) -----
|
504
|
-
Changed: /trunk/tests/10_Bug.tests.rb
|
505
|
-
|
506
|
-
- Added test for bug #574.
|
507
|
-
|
508
|
-
|
509
|
-
-- Wed, 02 Jun 2004 03:21:04 -0000 by deveiant (r47) -----
|
510
|
-
Changed: /trunk/tests/05_Markdown.tests.rb
|
511
|
-
|
512
|
-
- Test for bug #620 - Unresolved reference-style links doubled the character
|
513
|
-
immediately after them.
|
514
|
-
- Added additional test email addresses, including ones that use extended latin
|
515
|
-
charset.
|
516
|
-
- Added bug reference to a test.
|
517
|
-
|
518
|
-
|
519
|
-
-- Wed, 02 Jun 2004 03:19:41 -0000 by deveiant (r46) -----
|
520
|
-
Changed: /trunk/lib/bluecloth.rb
|
521
|
-
|
522
|
-
- Fix for bug #620 - Unresolved reference-style links doubled the character
|
523
|
-
immediately after them.
|
524
|
-
|
525
|
-
|
526
|
-
-- Fri, 14 May 2004 02:43:17 -0000 by deveiant (r45) -----
|
527
|
-
Changed: /trunk/tests/05_Markdown.tests.rb
|
528
|
-
|
529
|
-
- Added tests for bug #568 (Two sets of bold text on one line doesn't render
|
530
|
-
properly). Tests confirmed that two sets of bold text did work, but single
|
531
|
-
characters being bolded does not.
|
532
|
-
|
533
|
-
|
534
|
-
-- Fri, 14 May 2004 02:41:52 -0000 by deveiant (r44) -----
|
535
|
-
Changed: /trunk/lib/bluecloth.rb
|
536
|
-
|
537
|
-
- Fixed bug with bolding of single characters (bug #568).
|
538
|
-
|
539
|
-
|
540
|
-
-- Tue, 04 May 2004 14:35:11 -0000 by deveiant (r43) -----
|
541
|
-
Changed: /trunk/lib/bluecloth.rb
|
542
|
-
/trunk/tests/05_Markdown.tests.rb
|
543
|
-
|
544
|
-
- Additional fixes and tests for bug #537.
|
545
|
-
|
546
|
-
|
547
|
-
-- Fri, 30 Apr 2004 03:40:38 -0000 by deveiant (r41) -----
|
548
|
-
Changed: /trunk/MANIFEST
|
549
|
-
|
550
|
-
- Added bin/ directory.
|
551
|
-
|
552
|
-
|
553
|
-
-- Fri, 30 Apr 2004 03:40:04 -0000 by deveiant (r40) -----
|
554
|
-
Changed: /trunk/README
|
555
|
-
|
556
|
-
- Set date.
|
557
|
-
|
558
|
-
|
559
|
-
-- Fri, 30 Apr 2004 03:39:24 -0000 by deveiant (r39) -----
|
560
|
-
Changed: /trunk/tests/15_Contrib.tests.rb
|
561
|
-
|
562
|
-
- Added test for Bug #543 (Safe mode does not work when there are no left
|
563
|
-
angle-brackets in the source).
|
564
|
-
|
565
|
-
|
566
|
-
-- Fri, 30 Apr 2004 03:38:42 -0000 by deveiant (r38) -----
|
567
|
-
Changed: /trunk/tests/05_Markdown.tests.rb
|
568
|
-
|
569
|
-
- Added test for email address encoding (Bug #537).
|
570
|
-
- Added test for bug #541 (Leading line of codeblock with more than one tab
|
571
|
-
width of indent mistakenly unindented).
|
572
|
-
|
573
|
-
|
574
|
-
-- Fri, 30 Apr 2004 03:35:26 -0000 by deveiant (r37) -----
|
575
|
-
Changed: /trunk/lib/bluecloth.rb
|
576
|
-
|
577
|
-
- Fix for bug #543 (Safe mode does not work when there are no left
|
578
|
-
angle-brackets in the source).
|
579
|
-
|
580
|
-
|
581
|
-
-- Fri, 30 Apr 2004 03:33:01 -0000 by deveiant (r36) -----
|
582
|
-
Changed: /trunk/lib/bluecloth.rb
|
583
|
-
|
584
|
-
- Fix for bug #541 (Leading line of codeblock with more than one tab
|
585
|
-
width of indent mistakenly unindented)
|
586
|
-
|
587
|
-
|
588
|
-
-- Fri, 30 Apr 2004 03:31:37 -0000 by deveiant (r35) -----
|
589
|
-
Changed: /trunk/lib/bluecloth.rb
|
590
|
-
|
591
|
-
- Fix for bug #537. Fix suggested by Marek Janukowicz.
|
592
|
-
|
593
|
-
|
594
|
-
-- Fri, 23 Apr 2004 04:47:42 -0000 by deveiant (r32) -----
|
595
|
-
Changed: /trunk/makedist.rb
|
596
|
-
|
597
|
-
- Temporary fixes until I have time to integrate SVN stuff.
|
598
|
-
|
599
|
-
|
600
|
-
-- Fri, 23 Apr 2004 04:46:51 -0000 by deveiant (r31) -----
|
601
|
-
Changed: /trunk/.gemspec
|
602
|
-
|
603
|
-
- Version bump.
|
604
|
-
|
605
|
-
|
606
|
-
-- Fri, 23 Apr 2004 04:46:15 -0000 by deveiant (r30) -----
|
607
|
-
Changed: /trunk/README
|
608
|
-
|
609
|
-
- Brought in line with most-recent release.
|
610
|
-
|
611
|
-
|
612
|
-
-- Fri, 23 Apr 2004 04:40:50 -0000 by deveiant (r29) -----
|
613
|
-
Changed: /trunk/lib/bluecloth.rb
|
614
|
-
|
615
|
-
- Version bump.
|
616
|
-
|
617
|
-
|
618
|
-
-- Fri, 23 Apr 2004 04:39:05 -0000 by deveiant (r28) -----
|
619
|
-
Changed: /trunk/lib/bluecloth.rb
|
620
|
-
|
621
|
-
- Bugfixes for bugs 524 and 525. Thanks to David Heinemeier Hansson and Javier
|
622
|
-
Goizueta for bug reports and fixes.
|
623
|
-
|
624
|
-
|
625
|
-
-- Fri, 23 Apr 2004 04:34:31 -0000 by deveiant (r27) -----
|
626
|
-
Changed: /trunk/tests/05_Markdown.tests.rb
|
627
|
-
|
628
|
-
- Test for bugs 524 and 525
|
629
|
-
|
630
|
-
|
631
|
-
-- Fri, 16 Apr 2004 01:55:19 -0000 by deveiant (r25) -----
|
632
|
-
Changed: /trunk/README
|
633
|
-
|
634
|
-
- Corrected version
|
635
|
-
|
636
|
-
|
637
|
-
-- Fri, 16 Apr 2004 01:53:52 -0000 by deveiant (r24) -----
|
638
|
-
Changed: /trunk/lib/bluecloth.rb
|
639
|
-
|
640
|
-
- Brought Version up to date.
|
641
|
-
|
642
|
-
|
643
|
-
-- Fri, 16 Apr 2004 01:52:17 -0000 by deveiant (r23) -----
|
644
|
-
Changed: /trunk
|
645
|
-
|
646
|
-
- Updated ignore metadata.
|
647
|
-
|
648
|
-
|
649
|
-
-- Fri, 16 Apr 2004 01:51:14 -0000 by deveiant (r22) -----
|
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)
|
656
|
-
|
657
|
-
Initial checkin.
|
658
|
-
|
659
|
-
|
660
|
-
-- Fri, 16 Apr 2004 01:50:31 -0000 by deveiant (r21) -----
|
661
|
-
Changed: /trunk/MANIFEST
|
662
|
-
|
663
|
-
- Changed tests/ pattern to catch all tests.
|
664
|
-
- Added CHANGES.
|
665
|
-
- Dropped MANIFEST.
|
666
|
-
|
667
|
-
|
668
|
-
-- Fri, 16 Apr 2004 01:49:46 -0000 by deveiant (r20) -----
|
669
|
-
Changed: /trunk/install.rb
|
670
|
-
|
671
|
-
- Added missing dependency check for devel-logger.
|
672
|
-
|
673
|
-
|
674
|
-
-- Fri, 16 Apr 2004 01:49:12 -0000 by deveiant (r19) -----
|
675
|
-
Changed: /trunk/lib/bluecloth.rb
|
676
|
-
|
677
|
-
- Added contributors section to the header.
|
678
|
-
- Integrated html- and style-filtering patch from Florian Gross <flgr@ccan.de>.
|
679
|
-
- Corrections to RedCloth-compatibility.
|
680
|
-
- Removed log from renderstate, as it's an attribute of the string itself.
|
681
|
-
|
682
|
-
|
683
|
-
-- Fri, 16 Apr 2004 01:48:27 -0000 by deveiant (r18) -----
|
684
|
-
Changed: /trunk/README
|
685
|
-
|
686
|
-
- Added contributors section to the header.
|
687
|
-
- Integrated html- and style-filtering patch from Florian Gross <flgr@ccan.de>.
|
688
|
-
- Corrections to RedCloth-compatibility.
|
689
|
-
- Removed log from renderstate, as it's an attribute of the string itself.
|
690
|
-
|
691
|
-
|
692
|
-
-- Mon, 12 Apr 2004 06:02:54 -0000 by deveiant (r15) -----
|
693
|
-
Changed: /trunk/tests/10_Bug.tests.rb
|
694
|
-
|
695
|
-
- Added keywords.
|
696
|
-
|
697
|
-
|
698
|
-
-- Mon, 12 Apr 2004 06:01:40 -0000 by deveiant (r14) -----
|
699
|
-
Changed: /trunk/tests/10_Bug.tests.rb
|
700
|
-
|
701
|
-
- Updated comments/added to-do marker.
|
702
|
-
|
703
|
-
|
704
|
-
-- Mon, 12 Apr 2004 05:47:16 -0000 by deveiant (r13) -----
|
705
|
-
Changed: /trunk
|
706
|
-
|
707
|
-
- Updated ignore list.
|
708
|
-
|
709
|
-
|
710
|
-
-- Mon, 12 Apr 2004 05:46:49 -0000 by deveiant (r12) -----
|
711
|
-
Added: /trunk/bin (new)
|
712
|
-
/trunk/bin/bluecloth (new)
|
713
|
-
|
714
|
-
Initial checkin.
|
715
|
-
|
716
|
-
|
717
|
-
-- Mon, 12 Apr 2004 05:45:07 -0000 by deveiant (r11) -----
|
718
|
-
Changed: /trunk/utils.rb
|
719
|
-
|
720
|
-
- Added a time() function for timing bits of code.
|
721
|
-
|
722
|
-
|
723
|
-
-- Mon, 12 Apr 2004 05:43:10 -0000 by deveiant (r10) -----
|
724
|
-
Changed: /trunk/lib/bluecloth.rb
|
725
|
-
|
726
|
-
- Changed keyword constants from CVS to SVN keywords.
|
727
|
-
|
728
|
-
|
729
|
-
-- Mon, 12 Apr 2004 05:29:37 -0000 by deveiant (r9) -----
|
730
|
-
Changed: /trunk/README
|
731
|
-
|
732
|
-
- Changed location of keyword stuff, added URL keyword.
|
733
|
-
|
734
|
-
|
735
|
-
-- Mon, 12 Apr 2004 05:26:38 -0000 by deveiant (r8) -----
|
736
|
-
Changed: /trunk/README
|
737
|
-
|
738
|
-
- Added the rest of the content.
|
739
|
-
|
740
|
-
|
741
|
-
-- Mon, 12 Apr 2004 05:21:47 -0000 by deveiant (r7) -----
|
742
|
-
Changed: /trunk/lib/bluecloth.rb
|
743
|
-
|
744
|
-
- Fixed license in header
|
745
|
-
- Fixed error message in exception class with no second argument.
|
746
|
-
- Removed unnecessary (and slllooowww) 'm' flag from HTML block matching
|
747
|
-
patterns.
|
748
|
-
- Fixed code-span scanning to match spans that occur at the beginning of the
|
749
|
-
line.
|
750
|
-
- Fixed error in code-span exception case.
|
751
|
-
|
752
|
-
|
753
|
-
-- Mon, 12 Apr 2004 05:17:45 -0000 by deveiant (r6) -----
|
754
|
-
Added: /trunk/tests/10_Bug.tests.rb
|
755
|
-
-> renamed from /trunk/tests/10_Output.tests.rb@r5
|
756
|
-
Deleted: /trunk/tests/10_Output.tests.rb
|
757
|
-
|
758
|
-
- Renamed to reflect repurposing.
|
759
|
-
|
760
|
-
|
761
|
-
-- Mon, 12 Apr 2004 05:17:08 -0000 by deveiant (r5) -----
|
762
|
-
Changed: /trunk/tests/10_Output.tests.rb
|
763
|
-
|
764
|
-
- Converted to bug-testing testcase.
|
765
|
-
|
766
|
-
|
767
|
-
-- Mon, 12 Apr 2004 05:15:34 -0000 by deveiant (r4) -----
|
768
|
-
Changed: /trunk/tests/05_Markdown.tests.rb
|
769
|
-
|
770
|
-
- Added some mode code span tests to catch bugs.
|
771
|
-
|
772
|
-
|
773
|
-
-- Sun, 11 Apr 2004 04:40:29 -0000 by deveiant (r3) -----
|
774
|
-
Added: /trunk/MANIFEST (new)
|
775
|
-
Changed: /trunk
|
776
|
-
/trunk/utils.rb
|
777
|
-
/trunk/makedist.rb
|
778
|
-
/trunk/install.rb
|
779
|
-
|
780
|
-
- Updated dist/install utilities/libs.
|
781
|
-
|
782
|
-
|
783
|
-
-- Sat, 10 Apr 2004 20:36:46 -0000 by deveiant (r2) -----
|
784
|
-
Deleted: /trunk/Markdown_1.0b4
|
785
|
-
|
786
|
-
Removed markdown reference source
|
787
|
-
|
788
|
-
|
789
|
-
-- Sat, 10 Apr 2004 20:35:02 -0000 by deveiant (r1) -----
|
790
|
-
Added: /trunk/README (new)
|
791
|
-
/trunk (new)
|
792
|
-
/trunk/utils.rb (new)
|
793
|
-
/trunk/tests (new)
|
794
|
-
/trunk/experiments (new)
|
795
|
-
/trunk/makedist.rb (new) (and 18 other/s)
|
796
|
-
|
797
|
-
Initial checkin
|
798
|
-
|
361
|
+
0 08a749d2dd7f 2004-04-10 20:35 +0000 ged
|
362
|
+
Initial checkin
|
799
363
|
|