An error occurred fetching the project authors.
  1. 03 Jan, 2005 1 commit
  2. 08 Jun, 2003 1 commit
    • Ian Molton's avatar
      [PATCH] ARM26 architecture · af4b06a8
      Ian Molton authored
      The old 26-bit ARM support was long since dropped out of the regular ARM
      support, since it was different enough to not make sense to maintain as
      one port.
      
      This re-introduces arm26 as an architecture of its own.
      af4b06a8
  3. 29 Sep, 2002 1 commit
    • Nicolas Pitre's avatar
      [ARM PATCH] 1293/1: fix to the ARM optimized strchr() · 5d9d305b
      Nicolas Pitre authored
      Two bugs here:
      
      1) The return value of strchr("foo",0) should be the start address of
         "foo" + 3, not NULL.
      
      2) Since the second argument for strchr() is defined as an int, some
         characters such as 'é' might validly end up to be the value -23 due to
         signedness issues.  Corectly handle those.
      5d9d305b
  4. 05 Feb, 2002 1 commit