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
/
lib
/
libcurses
/
slk.c
Age
Commit message (
Expand
)
Author
2021-09-06
Style fixes most for __CTRACE().
rin
2021-09-06
Expand __CTRACE() to __nothing #ifndef DEBUG.
rin
2021-08-15
This is a mess; always define MB_LEN_MAX so both the regular and libhack
christos
2021-08-15
need limits.h
christos
2021-08-15
Use MBL_LEN_MAX (constant) so that SSP works
christos
2021-06-24
Fix printf format for size_t
martin
2021-06-24
Make sure we don't use wide char routines when DISABLE_WCHAR is in
blymn
2021-06-22
Fix how the slk are drawn by making sure we use ins_wchar in the
blymn
2019-07-28
__slk_set_finalise - fix length vs. width confusion
uwe
2019-07-28
__slk_set - fix calculating "len" for HAVE_WCHAR
uwe
2019-07-27
Put slk_color() undef #ifdef HAVE_WCHAR too.
uwe
2019-07-27
Put wide character functions under #ifdef HAVE_WCHAR
uwe
2018-10-04
curses: once __slk_init is called, reset slk_fmt
roy
2018-10-04
curses: declare SLK format as invalid until slk_init(3) called
roy
2017-01-30
Just return ERR instead of asserting if someone calls the slk routines
roy
2017-01-24
Implement POSIX Curses Soft Label Key functions.
roy