Skip to content
Snippets Groups Projects
  1. May 30, 2006
  2. May 29, 2006
  3. May 28, 2006
    • Thomas Koenig's avatar
      string_intrinsics.c (compare_string): Use memcmp instead of strncmp to avoid... · 6545ef83
      Thomas Koenig authored
      string_intrinsics.c (compare_string): Use memcmp instead of strncmp to avoid tripping over CHAR(0) in a string.
      
      2006-05-28  Thomas Koenig  <Thomas.Koenig@online.de>
      
      	* intrinsics/string_intrinsics.c (compare_string):
      	Use memcmp instead of strncmp to avoid tripping over
      	CHAR(0) in a string.
      
      2006-05-28  Thomas Koenig  <Thomas.Koenig@online.de>
      
      	* gfortran.dg/string_null_compare_1.f:  New test case.
      
      From-SVN: r114175
      6545ef83
    • Kazu Hirata's avatar
      class.c, [...]: Fix comment typos. · 375277f6
      Kazu Hirata authored
      	* class.c, except.c, expr.c, java-gimplify.c: Fix comment
      	typos.
      
      From-SVN: r114172
      375277f6
Loading