Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA] doc/gdbint.texinfo: Add describtion for readline library
@ 2007-01-04  9:02 Markus Deuling
  2007-01-04 21:21 ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: Markus Deuling @ 2007-01-04  9:02 UTC (permalink / raw)
  To: GDB Patches

Hello,

the following patch removes chapter 12.4 "mmalloc" library because there is no such library
and adds a line which describes "readline" library in 12.3.

Is it ok to apply?

ChangeLog:

        * gdbint.texinfo (Support Libraries): Remove mmalloc
        entry. Describe readline library.

===============================================
diff -urN src/gdb/doc/gdbint.texinfo dev/gdb/doc/gdbint.texinfo
--- src/gdb/doc/gdbint.texinfo	2007-01-01 15:04:18.000000000 +0100
+++ dev/gdb/doc/gdbint.texinfo	2007-01-04 09:52:07.000000000 +0100
@@ -4906,7 +4906,8 @@
 
 @section readline
 
-@section mmalloc
+The readline library provides a set of functions for use by applications 
+that allow users to edit command lines as they are typed in. 
 
 @section libiberty
 @cindex @code{libiberty} library


Regards,
Markus

-- 
Markus Deuling
GNU Toolchain for Linux on Cell BE
deuling@de.ibm.com 


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [RFA] doc/gdbint.texinfo: Add describtion for readline library
  2007-01-04  9:02 [RFA] doc/gdbint.texinfo: Add describtion for readline library Markus Deuling
@ 2007-01-04 21:21 ` Eli Zaretskii
  2007-01-08 11:56   ` Markus Deuling
  0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2007-01-04 21:21 UTC (permalink / raw)
  To: Markus Deuling; +Cc: gdb-patches

> Date: Thu, 04 Jan 2007 10:02:00 +0100
> From: Markus Deuling <deuling@de.ibm.com>
> 
> the following patch removes chapter 12.4 "mmalloc" library because there is no such library
> and adds a line which describes "readline" library in 12.3.
> 
> Is it ok to apply?

Yes, but please give "readline" the @code markup.

Thanks.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [RFA] doc/gdbint.texinfo: Add describtion for readline library
  2007-01-04 21:21 ` Eli Zaretskii
@ 2007-01-08 11:56   ` Markus Deuling
  2007-01-08 19:34     ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: Markus Deuling @ 2007-01-08 11:56 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: gdb-patches

Hi,

I also added a @cindex. I hope it's ok now.

Eli Zaretskii schrieb:
>> Date: Thu, 04 Jan 2007 10:02:00 +0100
>> From: Markus Deuling <deuling@de.ibm.com>
>>
>> the following patch removes chapter 12.4 "mmalloc" library because there is no such library
>> and adds a line which describes "readline" library in 12.3.
>>
>> Is it ok to apply?
> 
> Yes, but please give "readline" the @code markup.
> 
> Thanks.
> 

ChangeLog:

    * gdbint.texinfo (Support Libraries): Remove mmalloc
    entry. Describe readline library. 

=========================================================

diff -urN src/gdb/doc/gdbint.texinfo dev/gdb/doc/gdbint.texinfo
--- src/gdb/doc/gdbint.texinfo	2007-01-01 15:04:18.000000000 +0100
+++ dev/gdb/doc/gdbint.texinfo	2007-01-08 12:52:26.000000000 +0100
@@ -4905,8 +4905,9 @@
 library because it's also used in binutils, for @file{objdump}).
 
 @section readline
-
-@section mmalloc
+@cindex readline library
+The @code{readline} library provides a set of functions for use by applications
+that allow users to edit command lines as they are typed in. 
 
 @section libiberty
 @cindex @code{libiberty} library


Regards,
Markus

-- 
Markus Deuling
GNU Toolchain for Linux on Cell BE
deuling@de.ibm.com 


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [RFA] doc/gdbint.texinfo: Add describtion for readline library
  2007-01-08 11:56   ` Markus Deuling
@ 2007-01-08 19:34     ` Eli Zaretskii
  2007-01-18  8:22       ` [PING] " Markus Deuling
  0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2007-01-08 19:34 UTC (permalink / raw)
  To: Markus Deuling; +Cc: gdb-patches

> Date: Mon, 08 Jan 2007 12:56:13 +0100
> From: Markus Deuling <deuling@de.ibm.com>
> CC: gdb-patches@sourceware.org
> 
> I also added a @cindex. I hope it's ok now.

It is, thanks.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PING] Re: [RFA] doc/gdbint.texinfo: Add describtion for readline  library
  2007-01-08 19:34     ` Eli Zaretskii
@ 2007-01-18  8:22       ` Markus Deuling
  2007-01-18 21:27         ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: Markus Deuling @ 2007-01-18  8:22 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: gdb-patches

Hi Eli,

Eli Zaretskii schrieb:
>> Date: Mon, 08 Jan 2007 12:56:13 +0100
>> From: Markus Deuling <deuling@de.ibm.com>
>> CC: gdb-patches@sourceware.org
>>
>> I also added a @cindex. I hope it's ok now.
> 
> It is, thanks.
> 

could you do me the favor and check my patch in, please ?
I just looked through head and it seems it isn't commited yet.

Thank you very much :-)

Regards,
Markus

-- 
Markus Deuling
GNU Toolchain for Linux on Cell BE
deuling@de.ibm.com 


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PING] Re: [RFA] doc/gdbint.texinfo: Add describtion for readline  library
  2007-01-18  8:22       ` [PING] " Markus Deuling
@ 2007-01-18 21:27         ` Eli Zaretskii
       [not found]           ` <45B0A315.4050507@de.ibm.com>
  0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2007-01-18 21:27 UTC (permalink / raw)
  To: Markus Deuling; +Cc: gdb-patches

> Date: Thu, 18 Jan 2007 09:21:43 +0100
> From: Markus Deuling <deuling@de.ibm.com>
> CC: gdb-patches@sourceware.org
> 
> could you do me the favor and check my patch in, please ?
> I just looked through head and it seems it isn't commited yet.

I didn't realize you wanted me to install it, sorry.

Could you please resend it (to me only)?  I'm afraid I deleted it from
my inbox.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PING] Re: [RFA] doc/gdbint.texinfo: Add describtion for readline   library
       [not found]           ` <45B0A315.4050507@de.ibm.com>
@ 2007-01-20 16:36             ` Eli Zaretskii
  0 siblings, 0 replies; 7+ messages in thread
From: Eli Zaretskii @ 2007-01-20 16:36 UTC (permalink / raw)
  To: Markus Deuling; +Cc: gdb-patches

> Date: Fri, 19 Jan 2007 11:53:09 +0100
> From: Markus Deuling <deuling@de.ibm.com>
> 
> Eli Zaretskii schrieb:
> >> Date: Thu, 18 Jan 2007 09:21:43 +0100
> >> From: Markus Deuling <deuling@de.ibm.com>
> >> CC: gdb-patches@sourceware.org
> >>
> >> could you do me the favor and check my patch in, please ?
> >> I just looked through head and it seems it isn't commited yet.
> > 
> > I didn't realize you wanted me to install it, sorry.
> > 
> > Could you please resend it (to me only)?  I'm afraid I deleted it from
> > my inbox.
> > 
> 
> sure, here it is. And thank you for your effort. Have a nice weekend :-)

Thanks, committed.


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-01-20 16:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-04  9:02 [RFA] doc/gdbint.texinfo: Add describtion for readline library Markus Deuling
2007-01-04 21:21 ` Eli Zaretskii
2007-01-08 11:56   ` Markus Deuling
2007-01-08 19:34     ` Eli Zaretskii
2007-01-18  8:22       ` [PING] " Markus Deuling
2007-01-18 21:27         ` Eli Zaretskii
     [not found]           ` <45B0A315.4050507@de.ibm.com>
2007-01-20 16:36             ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox