Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Versioning up. | Kristaps Dzonsons | 2009-03-11 | 1 | -2/+2 | |
* | Expanded perfect htab to use 27 * 26 * 3 space. | Kristaps Dzonsons | 2009-03-11 | 11 | -20/+119 | |
* | Made sure saved value is initialised. | Kristaps Dzonsons | 2009-03-10 | 1 | -3/+6 | |
* | Bug-fix in mdoc_argv. | Kristaps Dzonsons | 2009-03-10 | 3 | -7/+22 | |
* | Added regular-form sanity check in mdocterm. | Kristaps Dzonsons | 2009-03-10 | 2 | -36/+120 | |
* | Fixed hash lookup regression. | Kristaps Dzonsons | 2009-03-10 | 1 | -4/+7 | |
* | Versioning up. | Kristaps Dzonsons | 2009-03-09 | 1 | -1/+1 | |
* | Added `Mt' and `Lk' macros (NetBSD). | Kristaps Dzonsons | 2009-03-09 | 7 | -5/+66 | |
* | Fixed valgrind issues.VERSION.1.4.6 | Kristaps Dzonsons | 2009-03-09 | 3 | -7/+8 | |
* | Easier integration into FreeBSD (sys/types.h, time.h, etc.).VERSION.1.4.5 | Kristaps Dzonsons | 2009-03-09 | 9 | -14/+19 | |
* | Added "Input Encoding" section to mdoc*.1.VERSION.1.4.4 | Kristaps Dzonsons | 2009-03-09 | 7 | -21/+114 | |
* | Added `Lp' macro. | Kristaps Dzonsons | 2009-03-08 | 7 | -2/+9 | |
* | Added .Ap. | Kristaps Dzonsons | 2009-03-08 | 7 | -2/+23 | |
* | Small speed-ups in hash lookup. | Kristaps Dzonsons | 2009-03-08 | 1 | -7/+6 | |
* | Bumping version...VERSION.1.4.2 | Kristaps Dzonsons | 2009-03-08 | 1 | -2/+5 | |
* | Removed some unnecesary functions. | Kristaps Dzonsons | 2009-03-08 | 2 | -17/+0 | |
* | Front-end handling of `Lb'. | Kristaps Dzonsons | 2009-03-08 | 1 | -2/+23 | |
* | Fixed strings.sh to work with NetBSD. | Kristaps Dzonsons | 2009-03-08 | 4 | -10/+13 | |
* | Fix left-over prototype. | Kristaps Dzonsons | 2009-03-08 | 1 | -1/+1 | |
* | Removed static limitation of buffer size. | Kristaps Dzonsons | 2009-03-08 | 1 | -26/+20 | |
* | Updated manuals. | Kristaps Dzonsons | 2009-03-08 | 9 | -58/+198 | |
* | Bumped minor-number. | Kristaps Dzonsons | 2009-03-08 | 3 | -9/+13 | |
* | Segmentation-fault fix in mdocterm. | Kristaps Dzonsons | 2009-03-08 | 1 | -2/+2 | |
* | mdocterm now using new API. | Kristaps Dzonsons | 2009-03-08 | 3 | -88/+96 | |
* | Memory-corruption fix. | Kristaps Dzonsons | 2009-03-08 | 1 | -3/+1 | |
* | Fixed null-pointer dereference. | Kristaps Dzonsons | 2009-03-08 | 1 | -0/+3 | |
* | Memory fixes in new dynamic schema. | Kristaps Dzonsons | 2009-03-08 | 4 | -20/+27 | |
* | Printing invalid escape sequences. | Kristaps Dzonsons | 2009-03-08 | 1 | -1/+1 | |
* | BROKEN CHECK-IN. Wide-ranging updates. | Kristaps Dzonsons | 2009-03-08 | 10 | -851/+837 | |
* | Documented the strings script. | Kristaps Dzonsons | 2009-03-06 | 9 | -5/+59 | |
* | Strings abstracted into dynamically-created C files. | Kristaps Dzonsons | 2009-03-06 | 27 | -1279/+779 | |
* | Added another regression test. | Kristaps Dzonsons | 2009-03-05 | 1 | -0/+8 | |
* | Cleaned up ctype functions (netbsd). | Kristaps Dzonsons | 2009-03-05 | 8 | -44/+118 | |
* | Added argv regression tests. | Kristaps Dzonsons | 2009-03-05 | 6 | -20/+210 | |
* | -tag, if followed by empty body, doesn't newline. | Kristaps Dzonsons | 2009-03-04 | 4 | -9/+19 | |
* | Fixed some character-escapes. | Kristaps Dzonsons | 2009-03-04 | 4 | -11/+21 | |
* | Proper fix to NOBREAK margins (oops). | Kristaps Dzonsons | 2009-03-04 | 1 | -1/+1 | |
* | Considerably cleaned up list handling. | Kristaps Dzonsons | 2009-03-04 | 5 | -138/+181 | |
* | -diag fixed (allows quoted parameters) | Kristaps Dzonsons | 2009-03-03 | 3 | -8/+17 | |
* | -inset and -diag lists now supported. | Kristaps Dzonsons | 2009-03-03 | 4 | -17/+74 | |
* | Character-escape addition simplified (see README.addescape, also added). | Kristaps Dzonsons | 2009-03-03 | 4 | -116/+148 | |
* | Noted lacking areas in mdocterm.1. | Kristaps Dzonsons | 2009-03-02 | 3 | -36/+37 | |
* | Added new old escape sequence \*[nn]. | Kristaps Dzonsons | 2009-03-02 | 9 | -404/+615 | |
* | Support for maxrmargin-breaking with TERMP_NOBREAK. | Kristaps Dzonsons | 2009-03-02 | 5 | -7/+47 | |
* | Cd breaks line properly.VERSION.1.3.15 | Kristaps Dzonsons | 2009-03-01 | 1 | -0/+1 | |
* | Versioning up. | Kristaps Dzonsons | 2009-03-01 | 1 | -2/+2 | |
* | Removed isspace assertion (is handled by pad). | Kristaps Dzonsons | 2009-03-01 | 1 | -5/+3 | |
* | Backed-out warning about Ds. | Kristaps Dzonsons | 2009-03-01 | 3 | -12/+10 | |
* | Backing-out DESTDIR. | Kristaps Dzonsons | 2009-03-01 | 1 | -23/+23 | |
* | Versioning up. | Kristaps Dzonsons | 2009-03-01 | 1 | -1/+1 |