1. 20 Aug, 2009 6 commits
  2. 19 Aug, 2009 13 commits
  3. 18 Aug, 2009 11 commits
  4. 17 Aug, 2009 9 commits
  5. 15 Aug, 2009 1 commit
    • Robert Griesemer's avatar
      snapshot: · e5874223
      Robert Griesemer authored
      - renamed Z -> Int
      - made Int ops methods on *Int
      - "install" assembly routines dynamically
      - replace mulVW functions with mulAddVWW
        of equivalent performance but symmetric functionality
        to divWVW
      - implemented scanN
      
      status:
      - need mulNN (trivial)
      - need division/modulo after which the set of
        elementary operations is complete
      - to/from string conversion working
      
      R=rsc
      DELTA=320  (124 added, 50 deleted, 146 changed)
      OCL=33308
      CL=33341
      e5874223