aboutsummaryrefslogtreecommitdiff
path: root/libiberty/concat.c
AgeCommit message (Collapse)AuthorFilesLines
2001-10-17argv.c, [...]: Improve manual formatting.DJ Delorie1-3/+3
* argv.c, asprintf.c, choose-temp.c, concat.c, cplus-dem.c, ffs.c, fnmatch.txh, getruntime.c, make-temp-file.c, mkstemps.c, pexecute.c, random.c, strsitnal.c, vasprintf.c: Improve manual formatting. * functions.texi: Regenerate. From-SVN: r46323
2001-10-15Makefile.in (TEXIFILES): Add fnmatch.txh.DJ Delorie1-16/+30
* Makefile.in (TEXIFILES): Add fnmatch.txh. (maint-undoc): New. maint-tool: Add "undoc" tool. * alloca.c, argv.c, asprintf.c, choose-temp.c, concat.c, fdmatch.c, ffs.c, getruntime.c, insque.c, lbasename.c, make-temp-file.c, mkstemps.c, pexecute.c, random.c, spaces.c, strerror.s, strsignal.c, strtol.c, vasprintf.c: Add or update documentation. * fnmatch.txh: New. * functions.texi: Regenerate. From-SVN: r46274
2001-09-28* concat.c: Include stdlib.h.Kaveh R. Ghazi1-0/+4
From-SVN: r45861
2001-09-25* concat.c (reconcat): Fix for traditional C.Kaveh R. Ghazi1-3/+2
From-SVN: r45814
2001-09-24libiberty.h (reconcat): New function.Kaveh R. Ghazi1-0/+25
include: * libiberty.h (reconcat): New function. libiberty: * concat.c (reconcat): New function. gcc: * c-aux-info.c (affix_data_type): Use ATTRIBUTE_MALLOC. Avoid leak by passing malloc'ed pointer to reconcat, not concat. From-SVN: r45789
2001-09-17libiberty.h (concat_length, [...]): New.Kaveh R. Ghazi1-19/+79
include: * libiberty.h (concat_length, concat_copy, concat_copy2, libiberty_concat_ptr, ACONCAT): New. libiberty: * concat.c (vconcat_length, vconcat_copy, concat_length, concat_copy, concat_copy2): New functions. (concat): Use vconcat_length/vconcat_copy. gcc: * gcc.c (find_file): Use ACONCAT in lieu of alloca/strcpy/strcat. From-SVN: r45664
2001-08-27ansidecl.h (VA_OPEN, VA_CLOSE): Allow multiple uses.Kaveh R. Ghazi1-27/+8
include: * ansidecl.h (VA_OPEN, VA_CLOSE): Allow multiple uses. libiberty: * concat.c (concat): Use VPARAMS, VA_OPEN, VA_FIXEDARG & VA_CLOSE. From-SVN: r45204
2001-07-30* concat.c: Include "config.h".Andreas Jaeger1-0/+3
From-SVN: r44481
2001-06-18* concat.c: Include <sys/types.h>.Richard Henderson1-0/+1
From-SVN: r43449
2001-06-10concat.c: Include string.h.Richard Henderson1-48/+30
* concat.c: Include string.h. Fix int vs size_t usage. Simplify the iteration loops. Use memcpy. From-SVN: r43149
1997-08-21Initial revisionJason Merrill1-0/+167
From-SVN: r14877