From d1aae41beb05cc207f99d50c93dc9dd1bbd7e774 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 31 Jan 2013 16:52:20 +0000 Subject: Fix readline return value; Add support for removable serial devices git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5589 42af7a65-404d-4744-a932-0658087f49c3 --- apps/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/ChangeLog.txt') diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt index 6a2c1d4c9..e64509be9 100644 --- a/apps/ChangeLog.txt +++ b/apps/ChangeLog.txt @@ -502,3 +502,6 @@ once when NSH starts; the .nshrc script will be executed for each session: Once for serial, once for each USB connection, once for each Telnet session. + * apps/system/readline: Correct realine return value. Was not + any returning special values when end-of-file or read errors + occur (it would return an empty string which is not very useful). -- cgit v1.2.3