| Age | Commit message (Expand) | Author |
| 2021-10-25 | Fix for PR lib/47398 | blymn |
| 2021-10-19 | Fix for PR lib/47397 | blymn |
| 2021-04-13 | - fix memory leak | christos |
| 2021-04-13 | allocate the potential trailing nul as well. | mrg |
| 2020-03-13 | terminfo: promote numeric parameters from short to int | roy |
| 2019-06-30 | Bump major number due to libcurses major bump | blymn |
| 2018-11-08 | "s/ are are / are /" in comment. No functional change. | msaitoh |
| 2017-10-23 | Remove duplicate MLINK entry for dup_field.3 | abhinav |
| 2017-10-23 | Add the function names to the NAME section | abhinav |
| 2017-07-03 | Remove workaround for ancient HTML generation code. | wiz |
| 2016-05-30 | PR 51190 David Binderman: simplify redundant conditionals. | dholland |
| 2016-03-09 | PR/50919: David Binderman: Re-do all the debug stuff in a more sustainable way. | christos |
| 2015-12-11 | Counting from 0 to n-1 can go wrong badly, if n is unsigned and zero and | joerg |
| 2015-09-07 | Constify set_field_buffer. | joerg |
| 2014-10-18 | src is too big these days to tolerate superfluous apostrophes. It's | snj |
| 2013-11-26 | goodbye CIRCLEQ, welcome TAILQ | christos |
| 2013-11-21 | Simplify previous. | christos |
| 2013-11-21 | Correct the allocation for the reformat buffer, thanks to mlelstv for | blymn |
| 2013-01-19 | Fix typo. | mbalmer |
| 2012-10-08 | Kill some extra spaces in function arguments. | njoly |
| 2012-03-21 | These directories default to WARNS=2 | matt |
| 2011-11-28 | Kill a bunch of manual __attribute__ usages and replace them with the | joerg |
| 2011-05-23 | Save space, kill some () | joerg |
| 2010-05-13 | cast isblank(3)'s argument to unsigned char. | tnozaki |
| 2010-03-22 | Use .In instead of .Ar Pa for header files. | joerg |
| 2010-02-03 | Userland now builds and uses terminfo instead of termcap. | roy |
| 2009-01-11 | bump shared libraries. | christos |
| 2008-03-11 | Depends on libcurses. | joerg |
| 2007-01-17 | Remove more duplicate #includes, and a few spurious whitespaces at EOL | hubertf |
| 2006-09-11 | fixes for installing into a case insensitive $DESTDIR | dbj |
| 2006-04-09 | make debug build work. | christos |
| 2006-03-19 | Coverity CID 107[123]: Leave the assertions in the code, not only when DEBUG | christos |
| 2006-03-19 | Coverity CID 1553: Fix memory leak. While here, fix malloc calls: | christos |
| 2006-02-07 | We want size_t arguments, so just cast to size_t, instead of casting | wiz |
| 2005-10-15 | Add missing prototype for set_max_field() and bump date. | peter |
| 2004-11-24 | Improve RETURN VALUES section. | wiz |
| 2004-11-24 | Mark up TRUE and FALSE. | wiz |
| 2004-11-24 | \-1, not -1. | wiz |
| 2004-11-24 | Mark up NULL. | wiz |
| 2004-11-24 | Use Aq instead of \*[Lt]\*[Gt]. | wiz |
| 2004-11-24 | Bump date for previous; mark up defined values with Dv; | wiz |
| 2004-11-24 | * Rewrote internal handling of multiline field line data to fix a bug | blymn |
| 2004-11-16 | NI_WITHSCOPEID was not picked up by IETF standardization process | itojun |
| 2004-10-28 | Use (unsigned char) cast to sanitise arguments to ctype functions. | dsl |
| 2004-10-27 | Fix a load of international alphabet problems with isxxx() and toupper() | dsl |
| 2004-04-23 | s/the the/the/ (only in sources that aren't regularly imported from | simonb |
| 2004-04-21 | Use mdoc macros instead of roff to mark up table; | wiz |
| 2004-04-21 | Formatting tweaks to make things line up yet not have columns | kim |
| 2004-03-22 | Increment major number (to 4) because of the libcurses major number change | jdc |
| 2004-03-22 | Correct the fourth parameter to match_enum() to "exact" instead of "no blanks". | jdc |