Age | Commit message (Expand) | Author |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2016-03-22 | format string fixes in debug code; | Ingo Schwarze |
2016-03-22 | Add NULL check | martijn |
2016-03-22 | Fix an obvious typo in a NUL check; | Ingo Schwarze |
2016-03-21 | Christos Zoulas just rescinded clauses 3 & 4 of his licenses, see | Ingo Schwarze |
2016-03-21 | Markup fixes: use .Ev and .Er where appropriate. | Ingo Schwarze |
2016-03-21 | fix el_{w,}getc documentation; | Ingo Schwarze |
2016-03-21 | Make the read_char() function always take a wchar_t * argument. | Ingo Schwarze |
2016-03-21 | Reduce the FUN() macro madness by no longer applying it to el_[w]getc(3). | Ingo Schwarze |
2016-03-21 | Merge a few simple fixes from NetBSD: | Ingo Schwarze |
2016-03-20 | Cleanup of standard header inclusion: | Ingo Schwarze |
2016-03-20 | delete useless "typedef int bool_t", use int directly; | Ingo Schwarze |
2016-03-20 | Cleanup of private header inclusion: | Ingo Schwarze |
2016-03-20 | support WIDECHAR; | Ingo Schwarze |
2016-03-20 | Use getline(3) rather than fgetln(3) because it is standardized | Ingo Schwarze |
2016-03-20 | minor simplifactions, style fixes, and trivial syncs from NetBSD | Ingo Schwarze |
2016-03-20 | Fix the same bug again that was already fixed in: | Ingo Schwarze |
2016-03-20 | Delete the useless Int datatype and always use the standard wint_t | Ingo Schwarze |
2016-03-20 | Get rid of "#ifdef WIDECHAR" and one goto in read_char(), | Ingo Schwarze |
2016-03-20 | Delete the weird IGNORE_EXTCHARS flag, simplifying the code | Ingo Schwarze |
2016-03-20 | Fix the public interface function el_getc(3). | Ingo Schwarze |
2016-03-20 | Fix read_char() for the non-UTF-8 case, in particular for systems | Ingo Schwarze |
2016-03-20 | Fix the CHARSET_IS_UTF8 case in read_char(). | Ingo Schwarze |
2016-03-20 | Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0]) | Kenneth R Westerback |
2016-03-01 | Fix a segfault and functional error in c_gets(), | Ingo Schwarze |
2016-02-02 | Get rid of an ugly #ifdef in the middle of el_init() by | Ingo Schwarze |
2016-01-31 | remove some whitespace differences with NetBSD; no change with diff -b | Ingo Schwarze |
2016-01-31 | trivial partial sync to NetBSD, no functional change: | Ingo Schwarze |
2016-01-30 | Fifth step in synching with NetBSD: | Ingo Schwarze |
2016-01-30 | Fourth step in synching with NetBSD: | Ingo Schwarze |
2016-01-30 | delete "#ifdef notdef" code that is no longer present in NetBSD; | Ingo Schwarze |
2016-01-30 | Third step in synching with NetBSD: | Ingo Schwarze |
2016-01-29 | Second step in synching with NetBSD: | Ingo Schwarze |
2016-01-29 | Start synching with NetBSD: | Ingo Schwarze |
2016-01-08 | Zap extraneous SYNOPSIS sections. | Vadim Zhukov |
2015-09-14 | in the SYNOPSIS, make void function arguments explicit | Ingo Schwarze |
2015-09-10 | missing commas at the end of .Nm lines in the NAME section | Ingo Schwarze |
2015-04-04 | gcc 2.x is dead | Philip Guenther |
2015-03-13 | remove the first comma from constructs like ", and," and ", or,": you can use | Jason McIntyre |
2015-02-06 | SIZE_MAX is standard, we should be using it in preference to the | Todd C. Miller |
2015-01-16 | Move to the <limits.h> universe. | Theo de Raadt |
2015-01-13 | libedit claims compatibility with readline 4.2, so provide a stub for | Reyk Floeter |
2014-12-15 | merge improvements from NetBSD; ok jmc@ nicm@ | Ingo Schwarze |
2014-12-12 | markup fixes from Kaspars at Bankovskis dot net; | Ingo Schwarze |
2014-10-17 | Remove non-exposed malloc/realloc/free wrappers, and then substitute | Theo de Raadt |
2014-10-15 | use reallocarray() | Theo de Raadt |
2014-10-11 | Userland reallocarray() audit. | Doug Hogan |
2014-10-11 | Userland reallocarray() audit. | Doug Hogan |
2014-10-09 | USE_SHLIBDIR is archaic | Theo de Raadt |
2014-05-20 | Merge the fixes from the upstream. Factor out some common code in | YASUOKA Masahiko |