1. 30 10月, 2019 2 次提交
  2. 26 1月, 2019 1 次提交
    • T
      Fix error in example_1 and example_2 · bc2ab233
      teaguecl 提交于
      This test case had an error in both examples:
      test_FindFunction_WhichIsBroken_ShouldReturnZeroIfItemIsNotInList_WhichWorksEvenInOurBrokenCode
      
      It was supposed to be a list of values that are NOT in the list,
      and none of them should be found.  It incorrectly included '1'
      bc2ab233
  3. 23 1月, 2017 1 次提交
  4. 18 1月, 2017 1 次提交
  5. 29 12月, 2016 1 次提交
  6. 06 10月, 2016 1 次提交
  7. 19 6月, 2015 1 次提交
  8. 18 6月, 2015 1 次提交
  9. 12 3月, 2015 1 次提交
  10. 20 1月, 2015 1 次提交
  11. 18 1月, 2015 1 次提交
    • N
      Added stricter error checks by the compiler, and adapted all impacted code. · b389c71e
      nimrodz 提交于
      Primarily -
      * Added "static" to static functions.
      * Added proper signature with "void" to functions without arguments.
      * Marked unused arguments with "(void)".
      * Removed entirely unused static functions.
      * Added "const" to preserve const-correctness.
      * Added function prototypes for external functions.
      b389c71e
  12. 04 11月, 2014 1 次提交
  13. 17 7月, 2013 2 次提交