patches/gdb/6.5/110-uclibc-readline-conf.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Oct 14 21:30:27 2008 +0000 (2008-10-14)
changeset 935 e175e3538310
parent 96 aa1a9fbd6eb8
permissions -rw-r--r--
Introduce the notion of a 'sample comment'.

- presence of the sample's reported.by file is now mandatory.
- when saving a sample, reporter name & URL are queried, to avoid operator forget about creating the reported.by file.
- when saving a sample, one can store a few-liner comment.
- when recalling a sample, the reporter name, URL and comment (if present) are printed.
- update the powerpc-e500v2-linux-gnuspe sample to include Nate's comment (from his original mail).
- update all samples that were missing the reported.by file.

/trunk/scripts/saveSample.sh | 46 35 11 0 ++++++++++++++++++------
/trunk/scripts/showSamples.sh | 12 6 6 0 +++---
/trunk/samples/powerpc-e500v2-linux-gnuspe/reported.by | 15 15 0 0 ++++++++
/trunk/samples/samples.mk | 22 17 5 0 +++++++++--
4 files changed, 73 insertions(+), 22 deletions(-)
     1 --- gdb-6.1.1-dist/readline/configure	2003-05-27 18:29:47.000000000 -0500
     2 +++ gdb-6.1.1/readline/configure	2004-08-09 14:20:23.000000000 -0500
     3 @@ -6249,7 +6249,12 @@
     4  
     5  
     6  echo "$as_me:$LINENO: checking for mbstate_t" >&5
     7 +echo $ECHO_N "bash_cv_have_mbstate_t=$bash_cv_have_mbstate_t" >&6
     8  echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6
     9 +if test "${bash_cv_have_mbstate_t+set}" != set; then
    10 +  bash_cv_have_mbstate_t=yes
    11 +  echo $ECHO_N "WARNING!! forcing to yes!!! $ECHO_C" >&6
    12 +fi
    13  if test "${bash_cv_have_mbstate_t+set}" = set; then
    14    echo $ECHO_N "(cached) $ECHO_C" >&6
    15  else