1. 21 Jan, 2014 1 commit
    • include · d2d21de9
      	* ansidecl.h (ANSI_PROTOTYPES, PTRCONST, LONG_DOUBLE, 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.
      
      From-SVN: r206881
      Tom Tromey committed
  2. 03 Feb, 2011 1 commit
    • libiberty: documentation markup and order fixes. · 996c0cb0
      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.
      
      From-SVN: r169783
      Ralf Wildenhues committed
  3. 30 May, 2009 1 commit
  4. 10 May, 2005 1 commit
  5. 28 Mar, 2005 1 commit
    • ternary.h: Don't use PARAMS anymore. · 7a17ef5e
      include/
      2005-03-27  Gabriel Dos Reis  <gdr@integreable-solutions.net>
      
              * ternary.h: Don't use PARAMS anymore.
      
      libiberty/
      2005-03-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
      
              Convert libiberty to use ISO C prototype style 6/n.
              * strerror.c (init_error_tables, errno_max, strerror,
              strerrno,
              strtoerrno, main): Use ISO C prototype style.
              * strncasecmp.c (strncasecmp): Likewise.
              * strncmp.c (strncmp): Likewise.
              * strndup.c (strndup): Likewise.
              * strrchr.c (strrchr): Likewise.
              * strsignal.c (init_signal_tables, signo_max, strsignal,
              strsigno, strtosigno, psignal, main): Likewise.
              * strstr.c (strstr): Likewise.
              * strtod.c (strtod, atof): Likewise.
              * strtol.c (strtol): Likewise.
              * strtoul.c (strtoul): Likewise.
              * ternary.c (ternary_insert, ternary_cleanup, ternary_search,
              ternary_recursivesearch): Likewise.
              * tmpnam.c (tmpnam): Likewise.
              * unlink-if-ordinary.c (unlink_if_ordinary): Likewise.
              * vasprintf.c (int_vasprintf, vasprintf, checkit, main):
              Likewise.
              * vfork.c (vfork): Likewise.
              * vfprintf.c (vfprintf): Likewise.
              * vprintf.c (vprintf): Likewise.
              * vsnprintf.c (vsnprintf, checkit, main): Likewise.
              * vsprintf.c (vsprintf): Likewise.
              * waitpid.c (waitpid): Likewise.
              * xatexit.c (xatexit, xatexit_cleanup): Likewise.
              * xexit.c (xexit): Likewise.
              * xmalloc.c (xmalloc_set_program_name, xmalloc_failed,
              xmalloc,
              xcalloc, xrealloc): Likewise.
              * xmemdup.c (xmemdup): Likewise.
              * xstrdup.c (xstrdup): Likewise.
              * xstrerror.c (xstrerror): Likewise.
              * xstrndup.c (xstrndup): Likewise.
      
      From-SVN: r97122
      Gabriel Dos Reis committed
  6. 22 Apr, 2003 1 commit
  7. 16 Apr, 2003 1 commit