| CODENOTIFIER | HelpYou are not signed inSign in |
Project: BlueCloth
Revision: 72
Author: ged
Date: 31 Aug 2004 01:19:45
Diff at Trac: http://www.deveiate.org/projects/BlueCloth/changeset/72
Changes:Diff:| ... | ...@@ -1,6 +1,7 @@ | |
| 1 | 1 | ./utils.rb |
| 2 | 2 | ./tests/bctestcase.rb |
| 3 | 3 | ./tests/*.tests.rb |
| 4 | ./tests/data/*.txt | |
| 4 | 5 | ./test.rb |
| 5 | 6 | ./README |
| 6 | 7 | ./CHANGES |
| ... | ...@@ -1,16 +1,34 @@ | |
| 1 | 1 | ------------------------------------------------------------------------ |
| 2 | r69 | ged | 2004-08-24 22:27:15 -0700 (Tue, 24 Aug 2004) | 2 lines | |
| 3 | ||
| 4 | - Fixed bug introduced by the last bugfix, fixed tests that missed the new bug. | |
| 5 | ||
| 6 | ------------------------------------------------------------------------ | |
| 7 | r68 | ged | 2004-08-24 22:14:37 -0700 (Tue, 24 Aug 2004) | 3 lines | |
| 8 | ||
| 9 | - Tracked down and fixed another regexp engine overflow bug; added a new test, | |
| 10 | datafile, and minimal testcase that illustrates it. | |
| 11 | ||
| 12 | ------------------------------------------------------------------------ | |
| 13 | r66 | ged | 2004-08-24 07:57:17 -0700 (Tue, 24 Aug 2004) | 1 line | |
| 14 | ||
| 15 | - Updated to v1.0.0. | |
| 16 | ------------------------------------------------------------------------ | |
| 17 | r65 | ged | 2004-08-24 07:56:47 -0700 (Tue, 24 Aug 2004) | 1 line | |
| 18 | ||
| 19 | - Updated to v1.0.0. | |
| 20 | ------------------------------------------------------------------------ | |
| 21 | r64 | ged | 2004-08-24 07:53:32 -0700 (Tue, 24 Aug 2004) | 1 line | |
| 22 | ||
| 23 | - Updated to 20040824. | |
| 24 | ------------------------------------------------------------------------ | |
| 2 | 25 | r63 | ged | 2004-08-24 07:52:05 -0700 (Tue, 24 Aug 2004) | 3 lines |
| 3 | Changed paths: | |
| 4 | M /trunk | |
| 5 | 26 | |
| 6 | 27 | - Added CHANGES.xml to ignore property for root directory. |
| 7 | 28 | |
| 8 | 29 | |
| 9 | 30 | ------------------------------------------------------------------------ |
| 10 | 31 | r62 | ged | 2004-08-24 07:48:44 -0700 (Tue, 24 Aug 2004) | 7 lines |
| 11 | Changed paths: | |
| 12 | M /trunk/lib/bluecloth.rb | |
| 13 | M /trunk/tests/05_Markdown.tests.rb | |
| 14 | 32 | |
| 15 | 33 | - Brought list of block-level tags up to date with Markdown 1.0's list |
| 16 | 34 | - Propagated fix for overflow to the other two block-match patterns. |
| ... | ...@@ -21,9 +39,6 @@ | |
| 21 | 39 | |
| 22 | 40 | ------------------------------------------------------------------------ |
| 23 | 41 | r61 | ged | 2004-08-22 12:28:23 -0700 (Sun, 22 Aug 2004) | 5 lines |
| 24 | Changed paths: | |
| 25 | M /trunk/lib/bluecloth.rb | |
| 26 | M /trunk/tests/05_Markdown.tests.rb | |
| 27 | 42 | |
| 28 | 43 | - Fixed re-engine overflow for all tested cases (thanks to Martin Chase |
| 29 | 44 | <stillflame@FaerieMUD.org> for the fix). |
| ... | ...@@ -32,77 +47,46 @@ | |
| 32 | 47 | |
| 33 | 48 | ------------------------------------------------------------------------ |
| 34 | 49 | r60 | ged | 2004-08-22 12:26:25 -0700 (Sun, 22 Aug 2004) | 2 lines |
| 35 | Changed paths: | |
| 36 | M /trunk/tests/10_Bug.tests.rb | |
| 37 | 50 | |
| 38 | 51 | - Removed skip of overflow test. |
| 39 | 52 | |
| 40 | 53 | ------------------------------------------------------------------------ |
| 41 | 54 | r59 | ged | 2004-08-22 12:24:35 -0700 (Sun, 22 Aug 2004) | 2 lines |
| 42 | Changed paths: | |
| 43 | M /trunk/experiments/re-overflow.rb | |
| 44 | 55 | |
| 45 | 56 | - "Fixed" the test case so it overflows again. |
| 46 | 57 | |
| 47 | 58 | ------------------------------------------------------------------------ |
| 48 | 59 | r58 | deveiant | 2004-08-08 22:12:02 -0700 (Sun, 08 Aug 2004) | 2 lines |
| 49 | Changed paths: | |
| 50 | M /trunk/CHANGES | |
| 51 | 60 | |
| 52 | 61 | - Updated to 20040808. |
| 53 | 62 | |
| 54 | 63 | ------------------------------------------------------------------------ |
| 55 | 64 | r57 | deveiant | 2004-08-08 18:16:14 -0700 (Sun, 08 Aug 2004) | 2 lines |
| 56 | Changed paths: | |
| 57 | M /trunk/tests/bctestcase.rb | |
| 58 | 65 | |
| 59 | 66 | - Modified to work from wherever the test is run (RPA compat). |
| 60 | 67 | |
| 61 | 68 | ------------------------------------------------------------------------ |
| 62 | 69 | r56 | deveiant | 2004-08-08 18:15:57 -0700 (Sun, 08 Aug 2004) | 2 lines |
| 63 | Changed paths: | |
| 64 | M /trunk/test.rb | |
| 65 | 70 | |
| 66 | 71 | - Modified to work from wherever the test is run (RPA compat). |
| 67 | 72 | |
| 68 | 73 | ------------------------------------------------------------------------ |
| 69 | 74 | r55 | deveiant | 2004-08-08 18:15:27 -0700 (Sun, 08 Aug 2004) | 2 lines |
| 70 | Changed paths: | |
| 71 | M /trunk/.gemspec | |
| 72 | 75 | |
| 73 | 76 | - Updated version attribute. |
| 74 | 77 | |
| 75 | 78 | ------------------------------------------------------------------------ |
| 76 | 79 | r54 | deveiant | 2004-08-08 18:14:58 -0700 (Sun, 08 Aug 2004) | 2 lines |
| 77 | Changed paths: | |
| 78 | M /trunk/lib/bluecloth.rb | |
| 79 | M /trunk/tests/05_Markdown.tests.rb | |
| 80 | 80 | |
| 81 | 81 | - Brought markdown syntax up to date with Markdown 1.0fc1. |
| 82 | 82 | |
| 83 | 83 | ------------------------------------------------------------------------ |
| 84 | 84 | r53 | deveiant | 2004-08-08 18:13:16 -0700 (Sun, 08 Aug 2004) | 2 lines |
| 85 | Changed paths: | |
| 86 | M /trunk/tests/00_Class.tests.rb | |
| 87 | M /trunk/tests/10_Bug.tests.rb | |
| 88 | M /trunk/tests/15_Contrib.tests.rb | |
| 89 | M /trunk/tests/TEMPLATE.rb.tpl | |
| 90 | 85 | |
| 91 | 86 | - Made the require-header work wherever the test is run from (RPA compat). |
| 92 | 87 | |
| 93 | 88 | ------------------------------------------------------------------------ |
| 94 | 89 | r51 | deveiant | 2004-06-21 08:20:59 -0700 (Mon, 21 Jun 2004) | 4 lines |
| 95 | Changed paths: | |
| 96 | M /trunk | |
| 97 | A /trunk/CHANGES | |
| 98 | M /trunk/README | |
| 99 | A /trunk/docs | |
| 100 | A /trunk/docs/CATALOG | |
| 101 | A /trunk/docs/makedocs.rb | |
| 102 | A /trunk/experiments/re-overflow.rb | |
| 103 | M /trunk/lib/bluecloth.rb | |
| 104 | M /trunk/tests/05_Markdown.tests.rb | |
| 105 | M /trunk/tests/10_Bug.tests.rb | |
| 106 | 90 | |
| 107 | 91 | - Brought up to date with Markdown 1.0b7. |
| 108 | 92 | |
| ... | ...@@ -110,28 +94,20 @@ | |
| 110 | 94 | |
| 111 | 95 | ------------------------------------------------------------------------ |
| 112 | 96 | r50 | deveiant | 2004-06-02 06:37:15 -0700 (Wed, 02 Jun 2004) | 1 line |
| 113 | Changed paths: | |
| 114 | M /trunk/bin/bluecloth | |
| 115 | 97 | |
| 116 | 98 | - Commented out non-functional --output option for now. |
| 117 | 99 | ------------------------------------------------------------------------ |
| 118 | 100 | r49 | deveiant | 2004-06-01 20:30:18 -0700 (Tue, 01 Jun 2004) | 2 lines |
| 119 | Changed paths: | |
| 120 | A /trunk/tests/data/re-overflow.txt | |
| 121 | 101 | |
| 122 | 102 | Initial checkin. |
| 123 | 103 | |
| 124 | 104 | ------------------------------------------------------------------------ |
| 125 | 105 | r48 | deveiant | 2004-06-01 20:29:31 -0700 (Tue, 01 Jun 2004) | 2 lines |
| 126 | Changed paths: | |
| 127 | M /trunk/tests/10_Bug.tests.rb | |
| 128 | 106 | |
| 129 | 107 | - Added test for bug #574. |
| 130 | 108 | |
| 131 | 109 | ------------------------------------------------------------------------ |
| 132 | 110 | r47 | deveiant | 2004-06-01 20:21:04 -0700 (Tue, 01 Jun 2004) | 8 lines |
| 133 | Changed paths: | |
| 134 | M /trunk/tests/05_Markdown.tests.rb | |
| 135 | 111 | |
| 136 | 112 | - Test for bug #620 - Unresolved reference-style links doubled the character |
| 137 | 113 | immediately after them. |
| ... | ...@@ -143,8 +119,6 @@ | |
| 143 | 119 | |
| 144 | 120 | ------------------------------------------------------------------------ |
| 145 | 121 | r46 | deveiant | 2004-06-01 20:19:41 -0700 (Tue, 01 Jun 2004) | 4 lines |
| 146 | Changed paths: | |
| 147 | M /trunk/lib/bluecloth.rb | |
| 148 | 122 | |
| 149 | 123 | - Fix for bug #620 - Unresolved reference-style links doubled the character |
| 150 | 124 | immediately after them. |
| ... | ...@@ -152,8 +126,6 @@ | |
| 152 | 126 | |
| 153 | 127 | ------------------------------------------------------------------------ |
| 154 | 128 | r45 | deveiant | 2004-05-13 19:43:17 -0700 (Thu, 13 May 2004) | 4 lines |
| 155 | Changed paths: | |
| 156 | M /trunk/tests/05_Markdown.tests.rb | |
| 157 | 129 | |
| 158 | 130 | - Added tests for bug #568 (Two sets of bold text on one line doesn't render |
| 159 | 131 | properly). Tests confirmed that two sets of bold text did work, but single |
| ... | ...@@ -161,45 +133,32 @@ | |
| 161 | 133 | |
| 162 | 134 | ------------------------------------------------------------------------ |
| 163 | 135 | r44 | deveiant | 2004-05-13 19:41:52 -0700 (Thu, 13 May 2004) | 2 lines |
| 164 | Changed paths: | |
| 165 | M /trunk/lib/bluecloth.rb | |
| 166 | 136 | |
| 167 | 137 | - Fixed bug with bolding of single characters (bug #568). |
| 168 | 138 | |
| 169 | 139 | ------------------------------------------------------------------------ |
| 170 | 140 | r43 | deveiant | 2004-05-04 07:35:11 -0700 (Tue, 04 May 2004) | 2 lines |
| 171 | Changed paths: | |
| 172 | M /trunk/lib/bluecloth.rb | |
| 173 | M /trunk/tests/05_Markdown.tests.rb | |
| 174 | 141 | |
| 175 | 142 | - Additional fixes and tests for bug #537. |
| 176 | 143 | |
| 177 | 144 | ------------------------------------------------------------------------ |
| 178 | 145 | r41 | deveiant | 2004-04-29 20:40:38 -0700 (Thu, 29 Apr 2004) | 2 lines |
| 179 | Changed paths: | |
| 180 | M /trunk/MANIFEST | |
| 181 | 146 | |
| 182 | 147 | - Added bin/ directory. |
| 183 | 148 | |
| 184 | 149 | ------------------------------------------------------------------------ |
| 185 | 150 | r40 | deveiant | 2004-04-29 20:40:04 -0700 (Thu, 29 Apr 2004) | 2 lines |
| 186 | Changed paths: | |
| 187 | M /trunk/README | |
| 188 | 151 | |
| 189 | 152 | - Set date. |
| 190 | 153 | |
| 191 | 154 | ------------------------------------------------------------------------ |
| 192 | 155 | r39 | deveiant | 2004-04-29 20:39:24 -0700 (Thu, 29 Apr 2004) | 3 lines |
| 193 | Changed paths: | |
| 194 | M /trunk/tests/15_Contrib.tests.rb | |
| 195 | 156 | |
| 196 | 157 | - Added test for Bug #543 (Safe mode does not work when there are no left |
| 197 | 158 | angle-brackets in the source). |
| 198 | 159 | |
| 199 | 160 | ------------------------------------------------------------------------ |
| 200 | 161 | r38 | deveiant | 2004-04-29 20:38:42 -0700 (Thu, 29 Apr 2004) | 5 lines |
| 201 | Changed paths: | |
| 202 | M /trunk/tests/05_Markdown.tests.rb | |
| 203 | 162 | |
| 204 | 163 | - Added test for email address encoding (Bug #537). |
| 205 | 164 | |
| ... | ...@@ -208,8 +167,6 @@ | |
| 208 | 167 | |
| 209 | 168 | ------------------------------------------------------------------------ |
| 210 | 169 | r37 | deveiant | 2004-04-29 20:35:26 -0700 (Thu, 29 Apr 2004) | 5 lines |
| 211 | Changed paths: | |
| 212 | M /trunk/lib/bluecloth.rb | |
| 213 | 170 | |
| 214 | 171 | - Fix for bug #543 (Safe mode does not work when there are no left |
| 215 | 172 | angle-brackets in the source). |
| ... | ...@@ -218,8 +175,6 @@ | |
| 218 | 175 | |
| 219 | 176 | ------------------------------------------------------------------------ |
| 220 | 177 | r36 | deveiant | 2004-04-29 20:33:01 -0700 (Thu, 29 Apr 2004) | 5 lines |
| 221 | Changed paths: | |
| 222 | M /trunk/lib/bluecloth.rb | |
| 223 | 178 | |
| 224 | 179 | - Fix for bug #541 (Leading line of codeblock with more than one tab |
| 225 | 180 | width of indent mistakenly unindented) |
| ... | ...@@ -228,44 +183,32 @@ | |
| 228 | 183 | |
| 229 | 184 | ------------------------------------------------------------------------ |
| 230 | 185 | r35 | deveiant | 2004-04-29 20:31:37 -0700 (Thu, 29 Apr 2004) | 3 lines |
| 231 | Changed paths: | |
| 232 | M /trunk/lib/bluecloth.rb | |
| 233 | 186 | |
| 234 | 187 | - Fix for bug #537. Fix suggested by Marek Janukowicz. |
| 235 | 188 | |
| 236 | 189 | |
| 237 | 190 | ------------------------------------------------------------------------ |
| 238 | 191 | r32 | deveiant | 2004-04-22 21:47:42 -0700 (Thu, 22 Apr 2004) | 2 lines |
| 239 | Changed paths: | |
| 240 | M /trunk/makedist.rb | |
| 241 | 192 | |
| 242 | 193 | - Temporary fixes until I have time to integrate SVN stuff. |
| 243 | 194 | |
| 244 | 195 | ------------------------------------------------------------------------ |
| 245 | 196 | r31 | deveiant | 2004-04-22 21:46:51 -0700 (Thu, 22 Apr 2004) | 2 lines |
| 246 | Changed paths: | |
| 247 | M /trunk/.gemspec | |
| 248 | 197 | |
| 249 | 198 | - Version bump. |
| 250 | 199 | |
| 251 | 200 | ------------------------------------------------------------------------ |
| 252 | 201 | r30 | deveiant | 2004-04-22 21:46:15 -0700 (Thu, 22 Apr 2004) | 2 lines |
| 253 | Changed paths: | |
| 254 | M /trunk/README | |
| 255 | 202 | |
| 256 | 203 | - Brought in line with most-recent release. |
| 257 | 204 | |
| 258 | 205 | ------------------------------------------------------------------------ |
| 259 | 206 | r29 | deveiant | 2004-04-22 21:40:50 -0700 (Thu, 22 Apr 2004) | 2 lines |
| 260 | Changed paths: | |
| 261 | M /trunk/lib/bluecloth.rb | |
| 262 | 207 | |
| 263 | 208 | - Version bump. |
| 264 | 209 | |
| 265 | 210 | ------------------------------------------------------------------------ |
| 266 | 211 | r28 | deveiant | 2004-04-22 21:39:05 -0700 (Thu, 22 Apr 2004) | 4 lines |
| 267 | Changed paths: | |
| 268 | M /trunk/lib/bluecloth.rb | |
| 269 | 212 | |
| 270 | 213 | - Bugfixes for bugs 524 and 525. Thanks to David Heinemeier Hansson and Javier |
| 271 | 214 | Goizueta for bug reports and fixes. |
| ... | ...@@ -273,48 +216,29 @@ | |
| 273 | 216 | |
| 274 | 217 | ------------------------------------------------------------------------ |
| 275 | 218 | r27 | deveiant | 2004-04-22 21:34:31 -0700 (Thu, 22 Apr 2004) | 2 lines |
| 276 | Changed paths: | |
| 277 | M /trunk/tests/05_Markdown.tests.rb | |
| 278 | 219 | |
| 279 | 220 | - Test for bugs 524 and 525 |
| 280 | 221 | |
| 281 | 222 | ------------------------------------------------------------------------ |
| 282 | 223 | r25 | deveiant | 2004-04-15 18:55:19 -0700 (Thu, 15 Apr 2004) | 1 line |
| 283 | Changed paths: | |
| 284 | M /trunk/README | |
| 285 | 224 | |
| 286 | 225 | - Corrected version |
| 287 | 226 | ------------------------------------------------------------------------ |
| 288 | 227 | r24 | deveiant | 2004-04-15 18:53:52 -0700 (Thu, 15 Apr 2004) | 2 lines |
| 289 | Changed paths: | |
| 290 | M /trunk/lib/bluecloth.rb | |
| 291 | 228 | |
| 292 | 229 | - Brought Version up to date. |
| 293 | 230 | |
| 294 | 231 | ------------------------------------------------------------------------ |
| 295 | 232 | r23 | deveiant | 2004-04-15 18:52:17 -0700 (Thu, 15 Apr 2004) | 1 line |
| 296 | Changed paths: | |
| 297 | M /trunk | |
| 298 | 233 | |
| 299 | 234 | - Updated ignore metadata. |
| 300 | 235 | ------------------------------------------------------------------------ |
| 301 | 236 | r22 | deveiant | 2004-04-15 18:51:14 -0700 (Thu, 15 Apr 2004) | 2 lines |
| 302 | Changed paths: | |
| 303 | A /trunk/.gemspec | |
| 304 | A /trunk/tests/15_Contrib.tests.rb | |
| 305 | A /trunk/tests/data | |
| 306 | A /trunk/tests/data/antsugar.txt | |
| 307 | A /trunk/tests/data/ml-announce.txt | |
| 308 | A /trunk/web | |
| 309 | A /trunk/web/base.css | |
| 310 | A /trunk/web/index.html | |
| 311 | 237 | |
| 312 | 238 | Initial checkin. |
| 313 | 239 | |
| 314 | 240 | ------------------------------------------------------------------------ |
| 315 | 241 | r21 | deveiant | 2004-04-15 18:50:31 -0700 (Thu, 15 Apr 2004) | 6 lines |
| 316 | Changed paths: | |
| 317 | M /trunk/MANIFEST | |
| 318 | 242 | |
| 319 | 243 | - Changed tests/ pattern to catch all tests. |
| 320 | 244 | |
| ... | ...@@ -324,15 +248,11 @@ | |
| 324 | 248 | |
| 325 | 249 | ------------------------------------------------------------------------ |
| 326 | 250 | r20 | deveiant | 2004-04-15 18:49:46 -0700 (Thu, 15 Apr 2004) | 2 lines |
| 327 | Changed paths: | |
| 328 | M /trunk/install.rb | |
| 329 | 251 | |
| 330 | 252 | - Added missing dependency check for devel-logger. |
| 331 | 253 | |
| 332 | 254 | ------------------------------------------------------------------------ |
| 333 | 255 | r19 | deveiant | 2004-04-15 18:49:12 -0700 (Thu, 15 Apr 2004) | 8 lines |
| 334 | Changed paths: | |
| 335 | M /trunk/lib/bluecloth.rb | |
| 336 | 256 | |
| 337 | 257 | - Added contributors section to the header. |
| 338 | 258 | |
| ... | ...@@ -344,8 +264,6 @@ | |
| 344 | 264 | |
| 345 | 265 | ------------------------------------------------------------------------ |
| 346 | 266 | r18 | deveiant | 2004-04-15 18:48:27 -0700 (Thu, 15 Apr 2004) | 8 lines |
| 347 | Changed paths: | |
| 348 | M /trunk/README | |
| 349 | 267 | |
| 350 | 268 | - Added contributors section to the header. |
| 351 | 269 | |
| ... | ...@@ -357,72 +275,53 @@ | |
| 357 | 275 | |
| 358 | 276 | ------------------------------------------------------------------------ |
| 359 | 277 | r15 | deveiant | 2004-04-11 23:02:54 -0700 (Sun, 11 Apr 2004) | 3 lines |
| 360 | Changed paths: | |
| 361 | M /trunk/tests/10_Bug.tests.rb | |
| 362 | 278 | |
| 363 | 279 | - Added keywords. |
| 364 | 280 | |
| 365 | 281 | |
| 366 | 282 | ------------------------------------------------------------------------ |
| 367 | 283 | r14 | deveiant | 2004-04-11 23:01:40 -0700 (Sun, 11 Apr 2004) | 2 lines |
| 368 | Changed paths: | |
| 369 | M /trunk/tests/10_Bug.tests.rb | |
| 370 | 284 | |
| 371 | 285 | - Updated comments/added to-do marker. |
| 372 | 286 | |
| 373 | 287 | ------------------------------------------------------------------------ |
| 374 | 288 | r13 | deveiant | 2004-04-11 22:47:16 -0700 (Sun, 11 Apr 2004) | 3 lines |
| 375 | Changed paths: | |
| 376 | M /trunk | |
| 377 | 289 | |
| 378 | 290 | - Updated ignore list. |
| 379 | 291 | |
| 380 | 292 | |
| 381 | 293 | ------------------------------------------------------------------------ |
| 382 | 294 | r12 | deveiant | 2004-04-11 22:46:49 -0700 (Sun, 11 Apr 2004) | 3 lines |
| 383 | Changed paths: | |
| 384 | A /trunk/bin | |
| 385 | A /trunk/bin/bluecloth | |
| 386 | 295 | |
| 387 | 296 | Initial checkin. |
| 388 | 297 | |
| 389 | 298 | |
| 390 | 299 | ------------------------------------------------------------------------ |
| 391 | 300 | r11 | deveiant | 2004-04-11 22:45:07 -0700 (Sun, 11 Apr 2004) | 3 lines |
| 392 | Changed paths: | |
| 393 | M /trunk/utils.rb | |
| 394 | 301 | |
| 395 | 302 | - Added a time() function for timing bits of code. |
| 396 | 303 | |
| 397 | 304 | |
| 398 | 305 | ------------------------------------------------------------------------ |
| 399 | 306 | r10 | deveiant | 2004-04-11 22:43:10 -0700 (Sun, 11 Apr 2004) | 3 lines |
| 400 | Changed paths: | |
| 401 | M /trunk/lib/bluecloth.rb | |
| 402 | 307 | |
| 403 | 308 | - Changed keyword constants from CVS to SVN keywords. |
| 404 | 309 | |
| 405 | 310 | |
| 406 | 311 | ------------------------------------------------------------------------ |
| 407 | 312 | r9 | deveiant | 2004-04-11 22:29:37 -0700 (Sun, 11 Apr 2004) | 3 lines |
| 408 | Changed paths: | |
| 409 | M /trunk/README | |
| 410 | 313 | |
| 411 | 314 | - Changed location of keyword stuff, added URL keyword. |
| 412 | 315 | |
| 413 | 316 | |
| 414 | 317 | ------------------------------------------------------------------------ |
| 415 | 318 | r8 | deveiant | 2004-04-11 22:26:38 -0700 (Sun, 11 Apr 2004) | 3 lines |
| 416 | Changed paths: | |
| 417 | M /trunk/README | |
| 418 | 319 | |
| 419 | 320 | - Added the rest of the content. |
| 420 | 321 | |
| 421 | 322 | |
| 422 | 323 | ------------------------------------------------------------------------ |
| 423 | 324 | r7 | deveiant | 2004-04-11 22:21:47 -0700 (Sun, 11 Apr 2004) | 12 lines |
| 424 | Changed paths: | |
| 425 | M /trunk/lib/bluecloth.rb | |
| 426 | 325 | |
| 427 | 326 | - Fixed license in header |
| 428 | 327 | |
| ... | ...@@ -438,69 +337,30 @@ | |
| 438 | 337 | |
| 439 | 338 | ------------------------------------------------------------------------ |
| 440 | 339 | r6 | deveiant | 2004-04-11 22:17:45 -0700 (Sun, 11 Apr 2004) | 3 lines |
| 441 | Changed paths: | |
| 442 | A /trunk/tests/10_Bug.tests.rb (from /trunk/tests/10_Output.tests.rb:5) | |
| 443 | D /trunk/tests/10_Output.tests.rb | |
| 444 | 340 | |
| 445 | 341 | - Renamed to reflect repurposing. |
| 446 | 342 | |
| 447 | 343 | |
| 448 | 344 | ------------------------------------------------------------------------ |
| 449 | 345 | r5 | deveiant | 2004-04-11 22:17:08 -0700 (Sun, 11 Apr 2004) | 2 lines |
| 450 | Changed paths: | |
| 451 | M /trunk/tests/10_Output.tests.rb | |
| 452 | 346 | |
| 453 | 347 | - Converted to bug-testing testcase. |
| 454 | 348 | |
| 455 | 349 | ------------------------------------------------------------------------ |
| 456 | 350 | r4 | deveiant | 2004-04-11 22:15:34 -0700 (Sun, 11 Apr 2004) | 2 lines |
| 457 | Changed paths: | |
| 458 | M /trunk/tests/05_Markdown.tests.rb | |
| 459 | 351 | |
| 460 | 352 | - Added some mode code span tests to catch bugs. |
| 461 | 353 | |
| 462 | 354 | ------------------------------------------------------------------------ |
| 463 | 355 | r3 | deveiant | 2004-04-10 21:40:29 -0700 (Sat, 10 Apr 2004) | 2 lines |
| 464 | Changed paths: | |
| 465 | M /trunk | |
| 466 | A /trunk/MANIFEST | |
| 467 | M /trunk/install.rb | |
| 468 | M /trunk/makedist.rb | |
| 469 | M /trunk/utils.rb | |
| 470 | 356 | |
| 471 | 357 | - Updated dist/install utilities/libs. |
| 472 | 358 | |
| 473 | 359 | ------------------------------------------------------------------------ |
| 474 | 360 | r2 | deveiant | 2004-04-10 13:36:46 -0700 (Sat, 10 Apr 2004) | 1 line |
| 475 | Changed paths: | |
| 476 | D /trunk/Markdown_1.0b4 | |
| 477 | 361 | |
| 478 | 362 | Removed markdown reference source |
| 479 | 363 | ------------------------------------------------------------------------ |
| 480 | 364 | r1 | deveiant | 2004-04-10 13:35:02 -0700 (Sat, 10 Apr 2004) | 1 line |
| 481 | Changed paths: | |
| 482 | A /trunk | |
| 483 | A /trunk/.irbrc | |
| 484 | A /trunk/LICENSE | |
| 485 | A /trunk/Markdown_1.0b4 | |
| 486 | A /trunk/Markdown_1.0b4/Markdown Readme.text | |
| 487 | A /trunk/Markdown_1.0b4/Markdown.pl | |
| 488 | A /trunk/README | |
| 489 | A /trunk/experiments | |
| 490 | A /trunk/experiments/TEMPLATE.rb.tpl | |
| 491 | A /trunk/experiments/benchstrscan.rb | |
| 492 | A /trunk/experiments/tokentest.rb | |
| 493 | A /trunk/install.rb | |
| 494 | A /trunk/lib | |
| 495 | A /trunk/lib/bluecloth.rb | |
| 496 | A /trunk/makedist.rb | |
| 497 | A /trunk/test.rb | |
| 498 | A /trunk/tests | |
| 499 | A /trunk/tests/00_Class.tests.rb | |
| 500 | A /trunk/tests/05_Markdown.tests.rb | |
| 501 | A /trunk/tests/10_Output.tests.rb | |
| 502 | A /trunk/tests/TEMPLATE.rb.tpl | |
| 503 | A /trunk/tests/bctestcase.rb | |
| 504 | A /trunk/utils.rb | |
| 505 | 365 | |
| 506 | 366 | Initial checkin |