Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-12-16 | tparm() now returns NULL for buffers that would be >= 256 (termcap | Todd C. Miller | |
size limit). Also, make _tparm take a size argument. This isn't strictly necesary as we know the size of the buffer and this function is only used internally but this has the added benefit of making _tparm == GNU tparam if we ever want to export it as such. There are reported to be problems with emacs when native libtermlib has tparam() so we keep this private for now. | |||
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-03-28 | Don't allow buffer overflows | Thorsten Lockert | |
1996-09-16 | Fix some warnings | Thorsten Lockert | |
1996-06-02 | Some format strings were not handled entirely right, fixed. | Thorsten Lockert | |
Remove unused argument to internal _tparm | |||
1996-05-31 | Terminfo emulation library; currently understands only about reading from | Thorsten Lockert | |
termcap database using cgetent(3) |