summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-01 22:33:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-01 22:33:52 +0000
commit80fe968c129b521155c031989b5bb3e4f703f886 (patch)
tree16e9c4ae3343f78e38ed9cd0ac13395c3c158394 /cpukit/libmisc/ChangeLog
parent2002-04-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-80fe968c129b521155c031989b5bb3e4f703f886.tar.bz2
2002-03-20 Chris Johns <ccj@acm.org>
* monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything lowercase. The capture engine need to set triggers or watches on task with uppercase names. Also stop the monitor repeating command when enter is pressed.
Diffstat (limited to 'cpukit/libmisc/ChangeLog')
-rw-r--r--cpukit/libmisc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/libmisc/ChangeLog b/cpukit/libmisc/ChangeLog
index e526048dbd..75fac524c0 100644
--- a/cpukit/libmisc/ChangeLog
+++ b/cpukit/libmisc/ChangeLog
@@ -1,3 +1,10 @@
+2002-03-20 Chris Johns <ccj@acm.org>
+
+ * monitor/mon-command.c: Per PR192 the RTEMS monitor makes everything
+ lowercase. The capture engine need to set triggers or watches on task
+ with uppercase names.
+ Also stop the monitor repeating command when enter is pressed.
+
2002-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* monitor/mon-monitor.c: Replace done with return (gcc3).