From 6d35541209058b86bda7b34e47fa28c8c959d365 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 1 Feb 2012 19:07:57 +0000 Subject: Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use readline instead of fgets in NSH git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4356 42af7a65-404d-4744-a932-0658087f49c3 --- apps/ChangeLog.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'apps/ChangeLog.txt') diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt index 9c13aeda2..543fea929 100755 --- a/apps/ChangeLog.txt +++ b/apps/ChangeLog.txt @@ -174,7 +174,10 @@ "wrapped" as character devices and mapped to stdin, stdout, and stderr. Now the telnet session can be inherited by spawned tasks. * examples/telnetd: Add a test for the new telnet daemon. - * examplex/telnetd/telnetd_driver.c: Move the internal socket structure from + * examples/telnetd/telnetd_driver.c: Move the internal socket structure from the daemon's socket array into the driver's state data so that it will be independent from the the telnetd daemon. + * apps/system/readline: Moved the old nuttx/lib/stdio/lib_fgets.c here + and renamed it as readline(). The old fgets was simplied and the overloaded + readline functionality was removed. -- cgit v1.2.3