An error occurred fetching the project authors.
  1. 07 Nov, 2006 1 commit
  2. 02 Nov, 2006 1 commit
  3. 24 Oct, 2006 3 commits
  4. 20 Oct, 2006 2 commits
  5. 02 Oct, 2006 1 commit
  6. 14 Sep, 2006 1 commit
  7. 12 Sep, 2006 1 commit
  8. 07 Sep, 2006 2 commits
  9. 06 Sep, 2006 1 commit
  10. 01 Sep, 2006 1 commit
  11. 24 Aug, 2006 1 commit
  12. 23 Aug, 2006 1 commit
  13. 19 Aug, 2006 1 commit
  14. 17 Aug, 2006 1 commit
  15. 29 Jul, 2006 1 commit
  16. 28 Jul, 2006 1 commit
  17. 26 Jul, 2006 1 commit
  18. 14 Jul, 2006 1 commit
  19. 12 Jul, 2006 1 commit
    • cmiller@calliope.local's avatar
      Bug#18470: Compile Failure: strings.s fails make with unknown pseudo-ops · 83411181
      cmiller@calliope.local authored
      The bug is thqt we use some nonstandard assembly codes in our strings
      source, and some assemblers don't know what to do with them:  Specifically,
      Sun's Solaris assembler and Apple's Darwin assembler balk at them.
      
      This patch, rather than trying to test for properties of the assembler, 
      which Autoconf doesn't have any decent facilites for, instead tries to
      compile the code in question and disables assembly if it fails.
      
      There's still the problem of unportable assembly, but I'll leave that 
      to someone who feels like rewriting and debugging it.
      83411181
  20. 11 Jul, 2006 1 commit
  21. 10 Jul, 2006 1 commit
  22. 07 Jul, 2006 1 commit
  23. 29 Jun, 2006 1 commit
  24. 27 Jun, 2006 1 commit
  25. 16 Jun, 2006 1 commit
  26. 12 Jun, 2006 1 commit
  27. 31 May, 2006 1 commit
    • acurtis@xiphis.org's avatar
      Bug#12096 · 23e612ae
      acurtis@xiphis.org authored
        "Add line for non-executable stack in .s files"
        Fix so that configure will use "--noexecstack" for assembler if gcc supports
        option and compiled C doesn't need executable stack.
      23e612ae
  28. 24 May, 2006 4 commits
  29. 23 May, 2006 2 commits
  30. 11 May, 2006 1 commit
  31. 08 May, 2006 1 commit
  32. 02 May, 2006 1 commit
    • kent@mysql.com's avatar
      sql_parse.cc: · 5236782b
      kent@mysql.com authored
        buffer overflow and information exposure bugs fixed
        (reported by Stefano Di Paola)
      configure.in:
        Changed version to 5.0.17b
      5236782b