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

Simplify print functions #114

Merged
merged 12 commits into from
Feb 20, 2017
Merged

Simplify print functions #114

merged 12 commits into from
Feb 20, 2017

Commits on Feb 20, 2017

  1. print_number: remove special case for 0

    Now that printbuffer is used for everything, it's not needed anymore.
    FSMaxB committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    6192149 View commit details
    Browse the repository at this point in the history
  2. print_number: rename variables

    FSMaxB committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    6815d96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e99935 View commit details
    Browse the repository at this point in the history
  4. print_string: Add more const

    FSMaxB committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    6a746a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88e38d0 View commit details
    Browse the repository at this point in the history
  6. 4 Configuration menu
    Copy the full SHA
    0ca8587 View commit details
    Browse the repository at this point in the history
  7. print_value: rename variables

    FSMaxB committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    08770fc View commit details
    Browse the repository at this point in the history
  8. print_array: rename variables

    FSMaxB committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    f16dd7e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8c1ed3a View commit details
    Browse the repository at this point in the history
  10. print_array: simplify code

    FSMaxB committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    6d5a7c8 View commit details
    Browse the repository at this point in the history
  11. print_object: rename variables

    FSMaxB committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    b71db93 View commit details
    Browse the repository at this point in the history
  12. print_object: simplify code

    FSMaxB committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    1d42c9b View commit details
    Browse the repository at this point in the history