| Age | Commit message (Expand) | Author |
| 2023-06-02 | follow the steps of Andrew Doran (ad) commit and fix more s/loose/lose/ typos. | andvar |
| 2022-12-05 | Update check files due to reversion of a libcurses change. | blymn |
| 2022-11-30 | Update the check files due to bug fix in libcurses. | blymn |
| 2022-11-10 | Uncomment the waddstr call that was returning ERR, this is actually | blymn |
| 2022-11-08 | * Uncomment the slk_wset test which was previously commented out due | blymn |
| 2022-11-04 | Update check files to allow for changes due to fixes to libcurses. | blymn |
| 2022-10-19 | Updates to account for changes resulting from fixes to libcurses. | blymn |
| 2022-05-03 | Add mutt_test to the test runs, this test tries to emulate a real | blymn |
| 2022-05-03 | Update check files, changes due to bug fixes. | blymn |
| 2022-05-03 | Output changed due to bug fixes in curses. | blymn |
| 2022-04-26 | Add test for wresize. | blymn |
| 2022-04-21 | Actually add the bkgrndset test case so it runs plus fix a typo in | blymn |
| 2022-04-20 | Add a test for the bkgrndset function | blymn |
| 2022-04-12 | Update to account for default colour change in libcurses. | blymn |
| 2022-04-10 | fix various typos in comments and output/log messages. | andvar |
| 2022-04-04 | fix various typos, mainly in comments. | andvar |
| 2022-03-01 | Add the -F flag to the getopt string, it was there in the help and | blymn |
| 2022-01-25 | Remove excess shift since locale is no longer passed | blymn |
| 2022-01-25 | Update of tests to account for output changes associated with wide char | blymn |
| 2021-12-31 | fix few typos in comments, mainly in word "parameter". | andvar |
| 2021-12-07 | tests/libcurses: fix grammar in comment (since yesterday) | rillig |
| 2021-12-06 | tests/libcurses: clean up comments | rillig |
| 2021-11-16 | Add more testing for special character handling in ins_wstr family. | blymn |
| 2021-11-15 | Add handling for backspace special character (\b) | blymn |
| 2021-11-15 | Update the ins_(n)wstr test family to split out the check files | blymn |
| 2021-09-07 | PR lib/56388 | rin |
| 2021-09-04 | Cosmetic fixes. No functional changes intended. | rin |
| 2021-08-21 | fix some more typos in comments/log messages, improve wording as well. | andvar |
| 2021-06-22 | Update the check files to account for fixes to addstr.c | blymn |
| 2021-06-22 | Fix slk test and check files due to libcurses slk changes. | blymn |
| 2021-06-15 | Restore the slk_wset test after fixing a but in libcurses. | blymn |
| 2021-06-13 | tests/libcurses: fix argument handling for mvwget_wch | rillig |
| 2021-06-13 | tests/libcurses: make error handling in the linter simpler | rillig |
| 2021-06-13 | tests/libcurses: improve code locality in linter | rillig |
| 2021-06-13 | tests/libcurses: improve local variable names in linter | rillig |
| 2021-06-13 | tests/libcurses: unexport argument handling functions | rillig |
| 2021-06-13 | tests/libcurses: KNF for while loop | rillig |
| 2021-06-13 | tests/libcurses: remove redundant argument numbers | rillig |
| 2021-06-13 | tests/libcurses: add parentheses around argument to sizeof | rillig |
| 2021-06-13 | tests/libcurses: sprinkle 'const', normalize sizeof | rillig |
| 2021-06-10 | Unset ESCDELAY in libcurses test director to ensure consistent results | mcf |
| 2021-06-06 | New tests and updates for corrected behaviour due to fix for PR56224 | blymn |
| 2021-06-05 | Convert % into %% in input string so printf won't barf | blymn |
| 2021-06-05 | Decouple the clear test from the addstr test, they should not be linked | blymn |
| 2021-06-05 | Add new check file for the clear test. | blymn |
| 2021-06-04 | Fix debug_test so it actually works and does not do damage | blymn |
| 2021-04-06 | tests/libcurses: fix names of over-the-wire data types | rillig |
| 2021-04-06 | tests/libcurses: clean up table of input functions | rillig |
| 2021-04-06 | tests/libcurses: don't waste time calling strlen needlessly | rillig |
| 2021-04-04 | Reapply fix for big-endian environments, which was lost when GSoC results | rin |