This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch/rfc] Finish xasprintf->xstrprintf


> Date: Sat, 26 Jun 2004 15:06:08 -0400
> From: Andrew Cagney <cagney@gnu.org>
> 
> Hello, this goes through and converts all remaining calls to
>    void xasprintf(char **buf, const char *fmt, ...);
> into the far more convenient:
>    char *xstrprintf(const char *fmt, ...);
> It also tweaks the doco to match this.

The documentation part is fine with me.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]