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
/
tparm.c
Age
Commit message (
Expand
)
Author
2021-08-27
libterminfo: remove redundant lint annotations
rillig
2020-03-27
As described in tech-userlevel:
christos
2017-05-04
Clean up some compile warnings.
roy
2015-11-25
We have the max length; use snprintf.
christos
2013-06-07
Whitespace
roy
2013-01-25
Provide a disabled implentation of tlparm and ti_tlparm for completeness.
roy
2013-01-25
For platforms where we cannot fit a char * into a long, return NULL
roy
2013-01-24
Move the strings vs long analysis to a private function, but allow
roy
2013-01-24
As tparm accepts longs we should treat them as long during expansion.
roy
2013-01-23
Fix %t logic and don't output any %; or %e parts.
roy
2012-11-30
Fix off by one error.
msaitoh
2012-06-02
Ensure that we request a buffer big enough, although with the current
roy
2011-10-03
Fix tparm.
roy
2011-10-03
Correctly use ti_ instead of t_ for our extensions as per the man page.
roy
2011-03-10
Do our best to process invalid terminfo strings instead of just
roy
2011-03-10
Fix two other off-by-one errors when processing %P and %g commands.
roy
2011-03-10
Fix an off-by-one error when processing embedded values.
roy
2010-09-22
Our API just uses typedefs, so don't use the struct symbol which will avoid
roy
2010-02-03
Import my terminfo implementation.
roy