aboutsummaryrefslogtreecommitdiff
path: root/libiberty/concat.c
AgeCommit message (Collapse)AuthorFilesLines
2014-01-21[PATCH] include * ansidecl.h (ANSI_PROTOTYPES, PTRCONST, LONG_DOUBLE, ↵tromey1-25/+20
PARAMS) (VPARAMS, VA_START, VA_OPEN, VA_CLOSE, VA_FIXEDARG, CONST) (VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID, AND, DOTS) (NOARGS): Don't define. * libiberty.h (expandargv, writeargv): Don't use PARAMS. libiberty * _doprint.c (checkit): Use stdarg, not VA_* macros. * asprintf.c (asprintf): Use stdarg, not VA_* macros. * concat.c (concat_length, concat_copy, concat_copy2, concat) (reconcat): Use stdarg, not VA_* macros. * snprintf.c (snprintf): Use stdarg, not VA_* macros. * vasprintf.c (checkit): Use stdarg, not VA_* macros. * vsnprintf.c (checkit): Use stdarg, not VA_* macros. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@206881 138bc75d-0d04-0410-961f-82ee72b054a4
2013-11-082013-10-29 Marc Glisse <marc.glisse@inria.fr>glisse1-14/+2
PR tree-optimization/58689 include/ * ansidecl.h (ATTRIBUTE_RETURNS_NONNULL): New macro. * libiberty.h (basename, lbasename, dos_lbasename, unix_lbasename, concat_copy): Mark with attributes nonnull(1) and returns_nonnull. (concat, reconcat, concat_copy2, choose_temp_base, xstrerror, xmalloc, xrealloc, xcalloc, xstrdup, xstrndup, xmemdup, pex_init): Mark with attribute returns_nonnull. libiberty/ * concat.c: Remove note about xmalloc. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204159 138bc75d-0d04-0410-961f-82ee72b054a4
2011-02-03libiberty: documentation markup and order fixes.Ralf Wildenhues1-3/+5
libiberty/: * splay-tree.c: Escape wrapping newlines in texinfo markup with '@', to fix function declaration output rendering. * gather-docs: Relax and improve macro name matching to actually match all current names and to allow input line wrapping. * bsearch.c, concat.c, crc32.c, fnmatch.txh, fopen_unlocked.c, hashtab.c, insque.c, make-relative-prefix.c, memchr.c, memcmp.c, memcpy.c, memmem.c, memmove.c, mempcpy.c, memset.c, pexecute.txh, random.c, setenv.c, setproctitle.c, simple-object.txh, snprintf.c, stpncpy.c, strncmp.c, strtod.c, strtol.c, vasprintf.c, vprintf.c, vsnprintf.c, xmemdup.c: Wrap long texinfo input lines. * functions.texi: Regenerate.
2005-05-24merge from gccDJ Delorie1-2/+8
2005-05-10Update the address and phone number of the FSF organization.Nick Clifton1-2/+2
2005-03-27merge from gccDJ Delorie1-19/+9
2001-10-17merge from gccDJ Delorie1-3/+3
2001-10-16merge from gccDJ Delorie1-16/+30
2001-09-29merge from gccDJ Delorie1-0/+4
2001-09-25merge from gccDJ Delorie1-3/+2
2001-09-24merge from gccDJ Delorie1-0/+25
2001-09-17merge from gccDJ Delorie1-19/+79
2001-08-27merge from gccDJ Delorie1-27/+8
2001-07-30merge from gccDJ Delorie1-0/+3
2001-06-18merge from gccDJ Delorie1-0/+1
2001-06-11merge from gccDJ Delorie1-48/+30
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+167