1. 17 Apr, 2003 38 commits
  2. 16 Apr, 2003 2 commits
    • configure.in (funcs, [...]): Add snprintf and vsnprintf. · bd3fbc6b
      	* configure.in (funcs, AC_CHECK_FUNCS): Add snprintf and
      	vsnprintf.
      	* snprintf.c, vsnprintf.c: New files.
      	* Makefile.in (CFILES): Add snprintf.c and vsnprintf.c.
      	(CONFIGURED_OFILES): Add snprintf.o and vsnprintf.o.
      	Regenerate dependencies.
      
      	* functions.texi, configure, config.in: Regenerated.
      
      From-SVN: r65704
      Kaveh R. Ghazi committed
    • tree.c (skip_simple_arithmetics_at, [...]): New functions. · a9ecacf6
              * tree.c (skip_simple_arithmetics_at, saved_expr_p): New functions.
              (save_expr): Replace loop by call to skip_simple_arithmetics_at.
              * tree.h: Add prototypes for the two new functions.
              * fold-const.c (fold_binary_op_with_conditional_arg): Replace test
              updates introduced in the previous revision by call to saved_expr_p.
              * stor-layout.c (put_pending_size): Use skip_simple_arithmetics_at.
      
      From-SVN: r65702
      Olivier Hainque committed