https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ea801338f6517d5180202ecc9ae6ddbc69c91607

commit ea801338f6517d5180202ecc9ae6ddbc69c91607
Author:     Hermès Bélusca-Maïto <[email protected]>
AuthorDate: Sun Jul 26 21:51:48 2020 +0200
Commit:     Hermès Bélusca-Maïto <[email protected]>
CommitDate: Wed Aug 19 20:35:52 2020 +0200

    [CMD] todo.txt: Remove some points that have already been implemented since 
ages.
---
 base/shell/cmd/todo.txt | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/base/shell/cmd/todo.txt b/base/shell/cmd/todo.txt
index f73d70591b5..5c8330a8eda 100644
--- a/base/shell/cmd/todo.txt
+++ b/base/shell/cmd/todo.txt
@@ -9,16 +9,5 @@ Not sure what is wrong with it, but probably more than just 
one thing blocking t
 *Move.c code clean up
 It works, but it needs to be cleaned up, the code is long and overly complex 
for what it needs to do. Also, we can remove the hack to cover for MoveFileEx 
bug as it isn't a bug anymore.
 
-*If rewrite
-It works decent but looks _awful_. Very hard to maintain and/or understand 
what the hell is going on.
-
 *Remove Hardcoded buffers
 This is mostly done thanks to Greatlord (cmd.c is the hardest spot that is 
left). Anytime when you are handling a string that is taken from the 
commandline there should be no limit to the size.
-
-*Implement & and &&
-& runs two commands no matter what.
-&& runs the 2nd command only if the first was a success
-Not sure where to put this code even
-
-*Reg Testing
-We need more batch files like the one Royce made for "set /a".  What out for 
if bugs when doing this... could lead to in the wrong direction when looking 
for a regression.

Reply via email to