| Commit | Date | |
|---|---|---|
|
[r2818]
by
david_costanzo
Move the index terms for the abbreviations to page that describes the things they abbreviate. This saves the user from going to a pointless redirect page when looking up the help for the abbreviation. |
2009-05-24 03:42:16 | Tree |
|
[r2817]
by
david_costanzo
Move the index terms for the abbreviations to page that describes the things they abbreviate. This saves the user from going to a pointless redirect page when looking up the help for the abbreviation. |
2009-05-24 02:44:51 | Tree |
|
[r2816]
by
david_costanzo
Move the index terms for the abbreviations to page that describes the things they abbreviate. This saves the user from going to a pointless redirect page when looking up the help for the abbreviation. |
2009-05-24 02:27:35 | Tree |
| 2009-05-24 00:47:46 | Tree | |
| 2009-05-23 22:57:59 | Tree | |
| 2009-05-20 15:38:32 | Tree | |
|
[r2812]
by
david_costanzo
Make CTRL+SHIFT+] select everything between the caret and the matching parenthesis. |
2009-05-20 15:38:00 | Tree |
|
[r2811]
by
david_costanzo
Fix bug #2790076; running a procedure that has only empty body lines no longer crashes. This is a variant of a bug that was fixed a long time ago, but it appears as if the fix only works if the procedure is run once. After digging into the code, I think this is because the evaluator assumes that that if is_tree(node) is non-zero, then treepair__tree(node) will be non-NIL. This assumption is violated when a body list consisted of entirely empty lines was treeified. The previous (inadequate) fix was to add some logic to remove this assumption from the evaluator. The new fix is to simply not flag these degenerate functions as being treeified. This causes the evaluator to fail-out, instead of trying to run a procedure with no meaningful body. This seems to work, but all changes to the evaluator are risky and can cause subtle regressions. |
2009-05-18 07:39:12 | Tree |
|
[r2810]
by
david_costanzo
Cleanup: Remove unparsed__tree() and tree__line() which were never used and whose definitions were confusing. |
2009-05-18 06:32:34 | Tree |
|
[r2809]
by
david_costanzo
Add a regression test for bug #2790076, which is an AV when running a procedure that is created with DEFINE and consists of nothing by empty lines. |
2009-05-18 05:31:13 | Tree |