1. 11 Jul, 2006 4 commits
  2. 10 Jul, 2006 6 commits
  3. 09 Jul, 2006 2 commits
    • locale_facets.tcc (__int_to_char<>(_CharT*, long, const _CharT*,… · 5c171a74
      locale_facets.tcc (__int_to_char<>(_CharT*, long, const _CharT*, ios_base::fmtflags), [...]): Remove.
      
      2006-07-09  Paolo Carlini  <pcarlini@suse.de>
      
      	* include/bits/locale_facets.tcc (__int_to_char<>(_CharT*,
      	long, const _CharT*, ios_base::fmtflags), __int_to_char<>(_CharT*,
      	unsigned long, const _CharT*, ios_base::fmtflags),
      	__int_to_char<>(_CharT*, long long, const _CharT*, ios_base::fmtflags),
      	__int_to_char<>(_CharT*, unsigned long long, const _CharT*,
      	ios_base::fmtflags)): Remove.
      	(__int_to_char<>(_CharT*, _ValueT, const _CharT*, ios_base::fmtflags,
      	bool)): Adjust.
      	(num_put<>::_M_insert_int(_OutIter, ios_base&, _CharT, _ValueT)):
      	Likewise.
      
      From-SVN: r115298
      Paolo Carlini committed
    • Daily bump. · 3f01f6f1
      From-SVN: r115295
      GCC Administrator committed
  4. 08 Jul, 2006 5 commits
  5. 07 Jul, 2006 19 commits
  6. 06 Jul, 2006 4 commits
    • random (class gamma_distribution<>): Add. · 33251a2d
      2006-07-06  Paolo Carlini  <pcarlini@suse.de>
      
      	* include/tr1/random (class gamma_distribution<>): Add.
      	* include/tr1/random.tcc (gamma_distribution<>::operator(),
      	operator<<(std::basic_ostream<>&, const gamma_distribution<>&)):
      	Define.
      	* testsuite/tr1/5_numerical_facilities/random/gamma_distribution/
      	requirements/typedefs.cc: New.
      
      From-SVN: r115236
      Paolo Carlini committed
    • stacktrace.cc (ClassForFrame): Remove commented-out code. · 21dc6684
      2006-07-06  Bryce McKinlay <mckinlay@redhat.com>
      
              * stacktrace.cc (ClassForFrame): Remove commented-out code.
              (UnwindTraceFn): Use _Unwind_GetIPInfo and adjust IP
              only when needed.
              (getLineNumberForFrame): Don't adjust IP here.
              * testsuite/libjava.lang/StackTrace.java: New test case.
              * testsuite/libjava.lang/StackTrace.out: Ditto.
      
      From-SVN: r115235
      Bryce McKinlay committed
    • Port to hosts whose 'sort' and 'tail' implementations treat operands with… · 27b56ba6
      Port to hosts whose 'sort' and 'tail' implementations treat operands with leading '+' as file names...
      
      	Port to hosts whose 'sort' and 'tail' implementations
      	treat operands with leading '+' as file names, as POSIX
      	has required since 2001.  However, make sure the code still
      	works on pre-POSIX hosts.
      	* ltmain.sh: Don't assume "sort +2" is equivalent to
      	"sort -k 3", since POSIX 1003.1-2001 no longer requires this.
      
      contrib:
      	* compare_tests: Don't assume "sort +2" is equivalent to
      	"sort -k 3", since POSIX 1003.1-2001 no longer requires this.
      gcc:
      	* Makefile.in (slowcompare): Port to POSIX 1003.1-2001,
      	which says you should use "tail -c +N" rather than "tail +Nc".
      	Fix a bug: the old code incorrectly skipped 15 bytes, not 16.
      
      From-SVN: r115234
      Paul Eggert committed
    • tree-ssa-loop-niter.c (scev_probably_wraps_p): Fix typo in argument name. · 525dc87d
      	* tree-ssa-loop-niter.c (scev_probably_wraps_p): Fix typo in argument name.
      
      From-SVN: r115233
      Zdenek Dvorak committed