Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic NetBSD support. #557

Merged
merged 26 commits into from
Jan 13, 2016
Merged

Add basic NetBSD support. #557

merged 26 commits into from
Jan 13, 2016

Commits on Jan 8, 2016

  1. Add NetBSD support.

    Signed-off-by: Thomas Klausner <tk@giga.or.at>
    ryoon authored and 0-wiz-0 committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    312442a View commit details
    Browse the repository at this point in the history
  2. Fix line length (PEP8).

    0-wiz-0 committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    410a28c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aafe03b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    060d806 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7911853 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    de9d763 View commit details
    Browse the repository at this point in the history
  7. untabify

    0-wiz-0 committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    c81dcf5 View commit details
    Browse the repository at this point in the history
  8. untabify

    0-wiz-0 committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    15e4eef View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    968bd9d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ff5b731 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    34c2110 View commit details
    Browse the repository at this point in the history
  12. Use PyList_New instead of Py_BuildValue("[]")

    XXX: other backends also could be changed for this
    0-wiz-0 committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    72fd357 View commit details
    Browse the repository at this point in the history
  13. Remove trailing whitespace.

    0-wiz-0 committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    8b4388b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6d76d34 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3b8aeba View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2d377cd View commit details
    Browse the repository at this point in the history
  17. Raise more exceptions.

    0-wiz-0 committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    59fbfa6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d95d720 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e867d78 View commit details
    Browse the repository at this point in the history
  20. Add missing free().

    0-wiz-0 committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    7178b30 View commit details
    Browse the repository at this point in the history
  21. Move free() to correct place.

    Avoids reference leak.
    0-wiz-0 committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    319b4aa View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0d532f8 View commit details
    Browse the repository at this point in the history
  23. Improve reference counting.

    0-wiz-0 committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    db60ef7 View commit details
    Browse the repository at this point in the history
  24. Fix two compilation warnings.

    Add missing header, fix variable type.
    0-wiz-0 committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    dce014c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    ed09035 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    343d21b View commit details
    Browse the repository at this point in the history