Skip to content
Success

Changes

Summary

  1. formatting, change cmp to strcmp, add strlen and strcat (details)
  2. formatting (details)
  3. continue to work on quoted formatting and generalization (details)
  4. first attempt to interpose dl_iterate_phdr with disable/enable interrupt protection (details)
  5. update string testing and expected output (details)
  6. update manipulator testing and expected output (details)
  7. update command-line processing (details)
Commit 681e12fe6a6c02c012774ae0c71d29db74b18307 by Peter Buhr
formatting, change cmp to strcmp, add strlen and strcat
The file was modifiedlibcfa/src/collections/string.cfa
The file was modifiedlibcfa/src/collections/string_res.cfa
The file was modifiedlibcfa/src/collections/string_res.hfa
The file was modifiedlibcfa/src/collections/string.hfa
Commit be100795327fa2f8e243b578f49574d6eef346ba by Peter Buhr
formatting
The file was modifiedlibcfa/src/heap.cfa
Commit 4aae2bde4957a0391e41ead76b6043b2962a56c7 by Peter Buhr
continue to work on quoted formatting and generalization
The file was modifiedlibcfa/src/iostream.cfa
The file was modifiedlibcfa/src/iostream.hfa
Commit e0cc9e03ed7d7773e7a76d5e27c6e89b78751a88 by Peter Buhr
first attempt to interpose dl_iterate_phdr with disable/enable interrupt protection
The file was modifiedlibcfa/src/interpose.cfa
Commit e7eb1f0cbfeb09f855f039a1193ab5a51b9495b9 by Peter Buhr
update string testing and expected output
The file was modifiedtests/collections/.expect/string-compare.txt
The file was modifiedtests/collections/string-compare.cfa
The file was modifiedtests/collections/.expect/string-istream-manip.txt
Commit ca2feff51b319dff86f3428e67fb3bf285860ccd by Peter Buhr
update manipulator testing and expected output
The file was modifiedtests/io/.expect/manipulatorsInput.x64.txt
The file was modifiedtests/io/.expect/manipulatorsInput.x86.txt
The file was modifiedtests/io/.in/manipulatorsInput.txt
The file was modifiedtests/io/.expect/manipulatorsInput.arm64.txt
The file was modifiedtests/io/manipulatorsInput.cfa
Commit 40002c571ede7ddc84d480b11695fca66c1e8e35 by Peter Buhr
update command-line processing
The file was modifiedtests/concurrency/examples/quickSort.cfa