Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of NaturalTinyShell by
Revision 2:61c70abc5690, committed 2015-03-19
- Comitter:
- co2_kun
- Date:
- Thu Mar 19 15:04:48 2015 +0000
- Parent:
- 1:973cd917b72c
- Commit message:
- file doc fix
Changed in this revision
--- a/ntlibc.cpp Thu Mar 19 14:08:15 2015 +0000 +++ b/ntlibc.cpp Thu Mar 19 15:04:48 2015 +0000 @@ -1,5 +1,5 @@ /** - * @file ntlibc.c + * @file ntlibc.cpp * @author Shinichiro Nakamura * @brief NT-Shellで用いる小規模libcの実装。 */
--- a/ntopt.cpp Thu Mar 19 14:08:15 2015 +0000 +++ b/ntopt.cpp Thu Mar 19 15:04:48 2015 +0000 @@ -1,5 +1,5 @@ /** - * @file ntopt.c + * @file ntopt.cpp * @author Shinichiro Nakamura * @brief NT-Shell用オプション解析モジュールの実装。 */
--- a/ntshell.cpp Thu Mar 19 14:08:15 2015 +0000 +++ b/ntshell.cpp Thu Mar 19 15:04:48 2015 +0000 @@ -1,5 +1,5 @@ /** - * @file ntshell.c + * @file ntshell.cpp * @author Shinichiro Nakamura * @brief 小規模組み込みシステム向けのシェルシステムの実装。 */
--- a/text_editor.cpp Thu Mar 19 14:08:15 2015 +0000 +++ b/text_editor.cpp Thu Mar 19 15:04:48 2015 +0000 @@ -1,5 +1,5 @@ /** - * @file text_editor.c + * @file text_editor.cpp * @author Shinichiro Nakamura * @brief NT-Shell用テキストエディタモジュールの実装。 * @details
--- a/text_history.cpp Thu Mar 19 14:08:15 2015 +0000 +++ b/text_history.cpp Thu Mar 19 15:04:48 2015 +0000 @@ -1,5 +1,5 @@ /** - * @file text_history.c + * @file text_history.cpp * @author Shinichiro Nakamura * @brief NT-Shell用テキストヒストリモジュールの実装。 * @details
--- a/vtparse.cpp Thu Mar 19 14:08:15 2015 +0000 +++ b/vtparse.cpp Thu Mar 19 15:04:48 2015 +0000 @@ -1,5 +1,5 @@ /** - * @file vtparse.c + * @file vtparse.cpp * @brief VTParse * @details * An implementation of Paul Williams' DEC compatible state machine parser
--- a/vtparse_table.cpp Thu Mar 19 14:08:15 2015 +0000 +++ b/vtparse_table.cpp Thu Mar 19 15:04:48 2015 +0000 @@ -1,5 +1,5 @@ /** - * @file vtparse_table.c + * @file vtparse_table.cpp * @brief VTParse * @details * An implementation of Paul Williams' DEC compatible state machine parser