File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 3434
3535- [x] ` gets(buf) ` replaced by ` gets_s(buf, n) ` -- commit [ ` 09134fb ` ] ( https://github.com/LukeBriton/File_System/commit/09134fb2e5891bb34cfa0ea7264eaf503e802f11 )
3636- [x] ` main.cpp ` 中默认 ` logout(2118) ` 而非实际登入 -- commit [ ` ca8e535 ` ] ( https://github.com/LukeBriton/File_System/commit/ca8e5354f63e41b76bdbc80cf1a8ad3aa67ca528 )
37+ - [x] ` main.cpp ` 中登入键入密码时的换行符/回车会残留在缓冲区内进而被 ` gets_s(buf, n) ` 读入,输出表现为开头的` > > ` -- commit [ ` 4249de2 ` ] ( https://github.com/LukeBriton/File_System/commit/4249de27c5135c4614be3a740aa9624738c8a11e )
3738- [x] 奇奇怪怪英文拼写错误、语法问题。(随时跟进)
3839
3940## 建议增加的功能
4647
47484 . - [x] 增加查看当前用户信息的新功能:在命令行中输入“who”,可以显示当前用户的所有信息,包括这个用户的id号、登录密码、所属用户组等; -- commit [ ` 0705e93 ` ] ( https://github.com/LukeBriton/File_System/commit/0705e93d8a74432c6315d46dffd003e41f21ee26 )
4849
49- 5 . - [ ] 在命令提示符前加入路径;增加pwd命令用来显示当前路径;
50+ 5 . - [x ] 在命令提示符前加入路径;增加pwd命令用来显示当前路径; -- commit [ ` 0fd483e ` ] ( https://github.com/LukeBriton/File_System/commit/0fd483ecfe3bc7edfc8beefd96b935807b140388 ) , [ ` 4d69c75 ` ] ( https://github.com/LukeBriton/File_System/commit/4d69c75949679f409548ae2caf0c9f84affec6b3 )
5051
51526 . - [ ] 文件名更名;
5253
You can’t perform that action at this time.
0 commit comments