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

Issue 159 #180

Merged
merged 43 commits into from
Dec 30, 2015
Merged

Issue 159 #180

merged 43 commits into from
Dec 30, 2015

Commits on Dec 22, 2015

  1. Added a test case for bug.

    WardF committed Dec 22, 2015
    Configuration menu
    Copy the full SHA
    9d4e72e View commit details
    Browse the repository at this point in the history
  2. Added a check for signed char.

    WardF committed Dec 22, 2015
    Configuration menu
    Copy the full SHA
    2ea988f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f41058c View commit details
    Browse the repository at this point in the history
  4. Added an lldb debugging file.

    WardF committed Dec 22, 2015
    Configuration menu
    Copy the full SHA
    c39ea84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c0e32dd View commit details
    Browse the repository at this point in the history
  6. nc_test2 is now fixed, but we are seeing issues related to text attri…

    …butes in nc_test, when -funsigned-char is set in CFLAGS.
    WardF committed Dec 22, 2015
    Configuration menu
    Copy the full SHA
    b40f10e View commit details
    Browse the repository at this point in the history
  7. Fixed an implicit cast in nc2dbl that caused problems when char was u…

    …nsigned by default.
    WardF committed Dec 22, 2015
    Configuration menu
    Copy the full SHA
    60fc0f1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    92d374c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c6fd79d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b66e377 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5505187 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4055a81 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    52f0fc8 View commit details
    Browse the repository at this point in the history
  14. Tweaked new test.

    WardF committed Dec 22, 2015
    Configuration menu
    Copy the full SHA
    5cb4efe View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7bf5012 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a0de63b View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2015

  1. Configuration menu
    Copy the full SHA
    f83ec50 View commit details
    Browse the repository at this point in the history
  2. Closer to replicating I think.

    WardF committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    4d9cb91 View commit details
    Browse the repository at this point in the history
  3. Captured a conversion error.

    WardF committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    bd6f490 View commit details
    Browse the repository at this point in the history
  4. More tweaks during debugging.

    WardF committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    8e3c7fe View commit details
    Browse the repository at this point in the history
  5. Tweaking the test a little bit

    WardF committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    3e2a1cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d10688a View commit details
    Browse the repository at this point in the history
  7. Added explit cast from signed in ncx.m4 to address #159. It is likely…

    … overly broad; I will refine it once I've had a chance to read up on m4.
    WardF committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    6eec405 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2015

  1. Some additional errors reared up after fixing the main frustrating on…

    …e. Working towards fixing them.
    WardF committed Dec 24, 2015
    Configuration menu
    Copy the full SHA
    925da14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d71e9ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    103863c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fce2f87 View commit details
    Browse the repository at this point in the history
  5. Updated travis.yml

    WardF committed Dec 24, 2015
    Configuration menu
    Copy the full SHA
    9e5c03b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    30d2b09 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7a417b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2015

  1. Configuration menu
    Copy the full SHA
    bd92caa View commit details
    Browse the repository at this point in the history
  2. Chasing down implicit char cast which rounds a value to 0 when a nega…

    …tive value is cast to a different unsigned type.
    WardF committed Dec 28, 2015
    Configuration menu
    Copy the full SHA
    8e4a8f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db1b40e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90541e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cee769c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5edd76 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d874ac4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fc33c41 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    07621f6 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2015

  1. Configuration menu
    Copy the full SHA
    19cfaa9 View commit details
    Browse the repository at this point in the history
  2. Fixed typos.

    WardF committed Dec 29, 2015
    Configuration menu
    Copy the full SHA
    023356b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86ecb2c View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2015

  1. Merging from master in preparation for merging branch back into main …

    …development branch.
    WardF committed Dec 30, 2015
    Configuration menu
    Copy the full SHA
    09ab3fc View commit details
    Browse the repository at this point in the history