summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-12 08:40:54 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-12 08:40:54 -0600
commite595f53e5bb77d05cb5d981a6fbd613cda5f108f (patch)
treedea687c4daac0a2a54ca1a7fb02ab7c4842fa31f /nuttx/ChangeLog
parent878ecaec4b290875ee9d6c29c029e4f7585eedc6 (diff)
downloadnuttx-e595f53e5bb77d05cb5d981a6fbd613cda5f108f.tar.gz
nuttx-e595f53e5bb77d05cb5d981a6fbd613cda5f108f.tar.bz2
nuttx-e595f53e5bb77d05cb5d981a6fbd613cda5f108f.zip
Pattern matching logic extended by Ken Pettit
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 47c8a65e2..792230a0a 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6197,4 +6197,6 @@
defintion header files (2013-12-10).
* arch/arm/src/a1x/a1x_pio.c and .h: Support for PIO configuration
(2013-12-11).
-
+ * libc/misc/lib_match.c: Pattern matching logic extended to handle
+ matches to sets of characters and ranges of character values. From
+ Ken Pettit (2013-12-12).