Skip to content
Success

Changes

Summary

  1. formatting (details)
  2. Duplicate manipulator read-to-string code for string_res, and test. (details)
  3. Deduplicate manipulator read-to-string by delegating from string to string_res. (details)
  4. Bug fix (details)
  5. expanded upon intro and conclusion (details)
  6. Clean-up in MultiLevelExit. Primary purpose is to remove some uneeded fill code. (details)
  7. changes over all usages of uC++ collections to use dlist instead (details)
  8. Allow uninitialized enum value as designators (details)
Commit 3c7e3c4f9c66ee7cc8ef0e59f8f6b90146cdb6d7 by Michael Brooks
formatting
The file was modifiedtests/collections/string-istream-manip.cfa
Commit ff56dd2ecab3303a94714001d031262b4ca2a831 by Michael Brooks
Duplicate manipulator read-to-string code for string_res, and test.
The file was modifiedlibcfa/src/collections/string_res.cfa
The file was modifiedlibcfa/src/collections/string_res.hfa
The file was modifiedtests/collections/string-istream-manip.cfa
The file was modifiedtests/collections/.in/string-istream-manip.txt
The file was modifiedtests/collections/.expect/string-istream-manip.txt
Commit 737988bf3f2f8b1083edbdc9226c3c7547b170d6 by Michael Brooks
Deduplicate manipulator read-to-string by delegating from string to string_res.
The file was modifiedlibcfa/src/collections/string.cfa
Commit 1fc111c1cc8a4f4b6daf84f01b7a221bc2823915 by j82liang
Bug fix
The file was modifiedsrc/ResolvExpr/ResolveTypeof.cc
Commit 1f10959b24503b04405e0b0b4143b2c7f494bbef by caparsons
expanded upon intro and conclusion
The file was modifieddoc/theses/colby_parsons_MMAth/text/intro.tex
The file was modifieddoc/theses/colby_parsons_MMAth/text/conclusion.tex
Commit 4a40fca7195d07e090f940cfac3fc4e3c345c052 by ajbeach
Clean-up in MultiLevelExit. Primary purpose is to remove some uneeded fill code.
The file was modifiedsrc/ControlStruct/MultiLevelExit.cpp
Commit 9d47c1ff198f0f1775b2686ac233f78d06c5aedd by caparsons
changes over all usages of uC++ collections to use dlist instead
The file was modifiedlibcfa/src/concurrency/io.cfa
The file was modifiedlibcfa/src/concurrency/io/types.hfa
The file was modifiedlibcfa/src/concurrency/pthread.cfa
Commit 4894239fc9c15905847850e8ebfb6a2a288a5cdf by j82liang
Allow uninitialized enum value as designators
The file was modifiedsrc/ResolvExpr/Resolver.cc
The file was modifiedsrc/ResolvExpr/ResolveTypeof.cc