index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
lib
/
libcurses
/
slave
/
curses_commands.c
Age
Commit message (
Expand
)
Author
2021-12-07
tests/libcurses: fix grammar in comment (since yesterday)
rillig
2021-12-06
tests/libcurses: clean up comments
rillig
2021-06-13
tests/libcurses: fix argument handling for mvwget_wch
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-04-04
Reapply fix for big-endian environments, which was lost when GSoC results
rin
2021-04-04
When mvscanw(3) fails, string is not modified.
rin
2021-04-04
s/&string/string/ for mvscanw(3); string is already pointer to buffer.
rin
2021-02-13
tests/libcurses: clean up inclusion guards, function declarations
rillig
2021-02-12
tests/libcurses: remove excess empty lines
rillig
2021-02-12
tests/libcurses: query function arguments in consistent order
rillig
2021-02-12
tests/libcurses: don't access args directly
rillig
2021-02-12
tests/libcurses: replace ARG_CHTYPE_STRING with ARG_CHTYPE
rillig
2021-02-12
tests/libcurses: add shortcut macros for SCREEN and unsigned int
rillig
2021-02-12
tests/libcurses: remove redundant comments
rillig
2021-02-12
tests/libcurses: reduce boilerplate in function dispatcher
rillig
2021-02-12
tests/libcurses: reduce boilerplate in function dispatcher
rillig
2021-02-09
tests/libcurses: fix scanf parameter for unsigned int
rillig
2021-02-08
tests/libcurses: fix typo in license text
rillig
2020-10-24
Merge in code from Google Summer of Code project which dramatically
blymn
2020-06-20
Fix false positive for mvscanw tests on big endian machines.
rin
2019-05-26
Start supporting wide char tests.
blymn
2019-04-26
Fix argument parsing for mvinsch, last arg is a chtype not a string.
blymn
2012-09-19
* Fix mvscanw return
blymn
2011-09-15
- add support for getparyx and getyx calls
blymn
2011-08-29
fix bug where we read the same argument twice. Name the timeout val the
christos
2011-06-11
Turn warns on for all tests and fix all the bugs.
christos
2011-04-11
Apply patch provided by mrg to fix bad calls to vw_printw and vw_scanw
blymn
2011-04-10
Fix obvious bug.
dholland
2011-04-10
Add atf for libcurses with some tests
blymn