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
/
libterminfo
Age
Commit message (
Expand
)
Author
2023-01-31
fix few typos in comments.
andvar
2022-05-11
fix various typos in comments.
andvar
2021-12-15
Fix for PR lib/56298
blymn
2021-12-10
s/occured/occurred/ in comments, log messages and man pages.
andvar
2021-08-27
libterminfo: remove redundant lint annotations
rillig
2020-06-21
libterminfo: cast to uint16/32_t before conversion to preserve negativity
roy
2020-06-05
terminfo(5): Numbre -> Number
roy
2020-05-30
terminfo: test strlcpy result against space free, not string length
roy
2020-04-05
Conditionalize a few more functions (hopefully fixing the build)
martin
2020-04-05
terminfo: Add guards to optionally build parts of libterminfo
roy
2020-03-30
terminfo: satisfy gcc bitching
roy
2020-03-30
terminfo: v3 records should create v3 aliases
roy
2020-03-29
terminfo: Promote a terminfo description to v3 when required
roy
2020-03-29
terminfo: allow _ti_getname to convert from and to any version
roy
2020-03-29
terminfo: Clamp numeric bounds to storage not API.
roy
2020-03-28
PR/55118: Andreas Gustafsson: Oops, set the right flag variable.
christos
2020-03-28
terminfo: Add a comment for prior change.
roy
2020-03-28
terminfo: use , as a record version delimiter rather than @
roy
2020-03-28
Whitespace
roy
2020-03-28
support for older compilers
christos
2020-03-27
Introduce a bunch of inline functions and utilities to avoid code duplication.
christos
2020-03-27
As described in tech-userlevel:
christos
2020-03-13
terminfo: promote numeric parameters from short to int
roy
2020-03-12
terminfo: truncate numeric parameters to a short
roy
2019-10-03
Cast function pointers that take different arguments through void *
christos
2019-04-11
fix typo in error message; database is spelled with one 'b' and three 'a's
jakllsch
2018-10-10
Fix pasto.
uwe
2018-10-08
terminfo: if $TERMINFO.cdb doesn't exist, try $TERMINFO
roy
2017-10-22
Remove tputs from NAME section since it is described in terminfo(3)
abhinav
2017-10-22
Add missing functions to the NAME section
abhinav
2017-05-16
Improve the scope of some variables.
roy
2017-05-16
Remove ticcmp and extend _ti_checkname so it can be used instead.
roy
2017-05-16
Fix prior for multiple terminfo aliases.
roy
2017-05-16
Instead of poking in the binary blob to work out if this is our terminal,
roy
2017-05-16
Don't bother allocating space for the database name, just print
roy
2017-05-16
Move pathbuf into the function where it's actually used.
roy
2017-05-04
Clean up some more warnings.
roy
2017-05-04
Clean up some compile warnings.
roy
2017-05-01
Fix some compile warnings.
roy
2017-05-01
Whitespace police.
roy
2017-04-20
Whitespace, fit in 80 and extra braces for readability.
roy
2017-03-23
POSIX says that use_env(3) must precede setupterm(3).
roy
2017-03-23
Allow terminfo users to update flag and numeric capabilities as they do
roy
2017-03-23
Revert botched commit.
roy
2017-03-23
term.h
roy
2017-03-23
Revert prior .... some ncurses application expect to be able to update
roy
2017-03-20
Ensure there is a terminal to return capabilities from.
roy
2017-02-11
Warn about unprintable characters in capability strings.
roy
2017-02-11
Following a newline, strip leading whitespace from capability strings.
roy
2017-01-29
Fix a typo.
abhinav
[next]