| Age | Commit message (Expand) | Author | Files | Lines |
| 2005-04-07 | Make END_FOR_EACH_PTR[_REVERSE] take the ptr name as an argument. | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | Update copyright notices to reflect the fact that Transmeta | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | More conversion from "iterate()" to an explicit FOR_EACH_PTR() | Linus Torvalds | 1 | -2/+5 |
| 2005-04-07 | Do a proper scope allocator, don't use the "bytes" allocator that doesn't | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | Start updating the copyright license comments to the OSL, | Linus Torvalds | 1 | -1/+3 |
| 2005-04-07 | Oops. Bad scoping for iterators and switch() statements. We didn't | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Expose scoping to symbol binders - we'll need this to check | Linus Torvalds | 1 | -8/+6 |
| 2005-04-07 | Change the copyright to Transmeta Corp, that's likely to be | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | Separate scopes for blocks and functions. Function scopes | Linus Torvalds | 1 | -8/+34 |
| 2005-04-07 | Add copyright statements and file comments. Add a FAQ, README, and | Linus Torvalds | 1 | -0/+2 |
| 2005-04-07 | Make iterators take a helper datum, and tell the callback whether | Linus Torvalds | 1 | -2/+2 |
| 2005-04-07 | Add symbol scoping for proper parsing. | Linus Torvalds | 1 | -0/+47 |