1. 25 Mar, 2009 1 commit
    • Kai Backman's avatar
      This is really two changes in one but given interdependencies · 99cc2fee
      Kai Backman authored
      and expected review latency I needed to combine the CLs.
      
      1. Made the 5* toolpath build using the go build
         system. Hooked the subdirectories to clean.bash but added a
         separate make5.bash for now. Minor massage to make the code
         more similar to the current structure of 6c/6a/6l.
      
      2. Change all references from long to int32 in line with
         similar change for the other toolchains.
      
      The end result is that 5c, 5a and 5l can now be compiled and
      the executables start up properly. Haven't thrown any input at
      them yet.
      
      R=rsc
      APPROVED=rsc
      DELTA=1052  (392 added, 328 deleted, 332 changed)
      OCL=26757
      CL=26761
      99cc2fee
  2. 06 Jan, 2009 1 commit
    • Russ Cox's avatar
      delete blyacc · 8318187f
      Russ Cox authored
      R=r
      DELTA=3562  (0 added, 3560 deleted, 2 changed)
      OCL=22112
      CL=22114
      8318187f
  3. 18 Nov, 2008 2 commits
  4. 14 Nov, 2008 1 commit
  5. 18 Sep, 2008 2 commits
    • Russ Cox's avatar
      make blyacc too · d1d7dc6c
      Russ Cox authored
      R=r
      DELTA=1  (0 added, 0 deleted, 1 changed)
      OCL=15488
      CL=15488
      d1d7dc6c
    • Russ Cox's avatar
      make Makefiles safe for parallel make · 76036192
      Russ Cox authored
      use -j4 (4-way parallel) in make.bash.
      
      halves time for make.bash on r45
      
      also add libregexp, acid to default build
      
      R=r
      DELTA=90  (39 added, 37 deleted, 14 changed)
      OCL=15485
      CL=15487
      76036192
  6. 04 Aug, 2008 1 commit
    • Russ Cox's avatar
      add nm · 7b377140
      Russ Cox authored
      R=r
      DELTA=339  (339 added, 0 deleted, 0 changed)
      OCL=13786
      CL=13794
      7b377140
  7. 26 Jun, 2008 1 commit
  8. 12 Jun, 2008 2 commits
  9. 04 Jun, 2008 1 commit