1. 24 Mar, 2005 1 commit
  2. 23 Mar, 2005 1 commit
  3. 22 Mar, 2005 4 commits
  4. 21 Mar, 2005 1 commit
  5. 20 Mar, 2005 2 commits
  6. 19 Mar, 2005 3 commits
  7. 14 Mar, 2005 1 commit
  8. 13 Mar, 2005 2 commits
  9. 12 Mar, 2005 2 commits
  10. 11 Mar, 2005 1 commit
  11. 09 Mar, 2005 1 commit
    • Bodo Möller's avatar
      Fix typo · 80c808b9
      Bodo Möller authored
      PR: 1017
      Submitted by: ciresh@yahoo.com
      Reviewed by: Nils Larsch
      80c808b9
  12. 02 Mar, 2005 2 commits
  13. 22 Feb, 2005 1 commit
  14. 19 Feb, 2005 2 commits
  15. 14 Feb, 2005 1 commit
  16. 06 Feb, 2005 6 commits
  17. 05 Feb, 2005 1 commit
  18. 03 Feb, 2005 2 commits
  19. 01 Feb, 2005 1 commit
  20. 27 Jan, 2005 4 commits
  21. 26 Jan, 2005 1 commit
    • Richard Levitte's avatar
      The mix of CFLAGS and LDFLAGS is a bit confusing in my opinion, and · 4aca9297
      Richard Levitte authored
      Makefile.shared was a bit overcomplicated.
      
      Make the shell variables LDFLAGS and SHAREDFLAGS in Makefile.shared
      get the values of $(CFLAGS) or $(LDFLAGS) as appropriate depending on
      the value the shell variables LDCMD and SHAREDCMD get.  That leaves
      much less chance of confusion, since those pairs of shell variables
      always are defined together.
      4aca9297