2011-08-16 |
Kristaps Dzonsons | Initial version bits in place. Also added forgotten... |
commit | commitdiff | tree | snapshot |
2011-08-10 |
Kristaps Dzonsons | Allow `Sx' and `Ss' to have child nodes. Fixes manuals... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Ingo Schwarze | Add small chunks of new text and better examples writte... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Ingo Schwarze | The term "reserved terms" is too broad, so narrow it... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Ingo Schwarze | Add some new text written from scratch after checking... |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Ingo Schwarze | trivial fixes found while merging to OpenBSD: |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Ingo Schwarze | System III is relevant for string(3) HISTORY. |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Ingo Schwarze | Make sure that in -Tascii mode, predefined strings... |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Ingo Schwarze | Regression fixes after merging 1.11.3 to OpenBSD (rev... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Kristaps Dzonsons | Use a character-table for quick per-character substitut... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Kristaps Dzonsons | Renamed roffstr as roffkv (key-value) and split out... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Kristaps Dzonsons | Fix border condition in `tr' grokking arguments. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Kristaps Dzonsons | Remove TODO entry about `tr'. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Kristaps Dzonsons | An implementation of `tr'. This routes allocations... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Kristaps Dzonsons | Correctly set valsz this time. |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Kristaps Dzonsons | Have roffstr keep track of string lengths. |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Kristaps Dzonsons | Fix a memory-offset bug that was hell tracking down. |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Kristaps Dzonsons | Rename some terms (incremental part of a larger set... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Kristaps Dzonsons | Fix hyphen-replacement loop. |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Kristaps Dzonsons | Critical fix to avoid looping forever. |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Kristaps Dzonsons | Clean up roff_getstrn() function. |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Kristaps Dzonsons | Simply word allocation in libmdoc and libman. |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Kristaps Dzonsons | Disable in-line eqn processing for a bit. |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Kristaps Dzonsons | Move mandoc_hyph() into roff_parsetext() as a single... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Kristaps Dzonsons | First, roff_res() has no need to invoke ROFF_RERUN... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Kristaps Dzonsons | Update mandoc_hyph() to the extent that numbers on... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Kristaps Dzonsons | Use correct column of warning messages and make sure... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Kristaps Dzonsons | Move checking of escapes into roff.c, where we're alrea... |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Kristaps Dzonsons | Implement the first steps of equation parsing from... |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Kristaps Dzonsons | Slip in a typo. VERSION_1_11_5 |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Kristaps Dzonsons | We're officially no longer UNIX-specific; make this... |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Kristaps Dzonsons | Scary-looking but otherwise harmless changes allow... |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Kristaps Dzonsons | Tuned the initial eqn output, making it completely... |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Kristaps Dzonsons | Flip on equation printing for -T[x]html. |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Kristaps Dzonsons | Clarify what eqn actually is. |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Kristaps Dzonsons | Note GNU extensions in eqn.7. Also add `col' and ... |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Kristaps Dzonsons | Add support for tdefine and ndefine. Consolidate some... |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Kristaps Dzonsons | Raise a warning when text follows the `EN'. |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Kristaps Dzonsons | Add `fat' font. This pretty much brings us in line... |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Kristaps Dzonsons | Ignore `back', `fwd', `up', `down', `mark', and `lineup'. |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Kristaps Dzonsons | Add matrix support. Also remove "above" notion, as... |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Kristaps Dzonsons | The circumflex is also a special space character. |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Kristaps Dzonsons | Check for and throw away `gfont' eqn macros. |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Kristaps Dzonsons | Add support for `gsize' eqn token (introduced in second... |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Kristaps Dzonsons | Add all rendered symbols used by eqn. I use the Second... |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Kristaps Dzonsons | Add support for 1/2, 1/4, and 3/4 (needed by eqn). |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Kristaps Dzonsons | Clearer documentation of grammar in eqn.7 and addition... |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Kristaps Dzonsons | Support translating Greek characters in eqn. |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Kristaps Dzonsons | Fix left/right nesting in eqn. |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Kristaps Dzonsons | Add character output (-Tpdf, -Tps, -Tascii) for equatio... |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Kristaps Dzonsons | Protect macro expansion. |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Kristaps Dzonsons | Use a macro instead of doing a string-fragment compare... |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Kristaps Dzonsons | Give lists their own eqn function. |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Kristaps Dzonsons | Accomodate for hard-spaces with tildes. For now, consi... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Kristaps Dzonsons | Fix eqn handling of PILE clauses (multiple ABOVE statem... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Kristaps Dzonsons | Complete eqn.7 parsing. Features all productions from... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Kristaps Dzonsons | Support `size' constructs in eqn.7. Generalise mandoc_... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Kristaps Dzonsons | Full support for eqn positionals (above, over, sup... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Kristaps Dzonsons | Add eqn subexpression fonts. |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Kristaps Dzonsons | Add support for markers. These decorate the last box... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Kristaps Dzonsons | Document `{, }' subexpressions in eqn.7. |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Kristaps Dzonsons | Support nested `{, }' subexpressions in eqn. Document... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Kristaps Dzonsons | Make `undef' not expand its argument before undefining... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Kristaps Dzonsons | Flip eqn into using parsed nodes. I've temporarily... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Kristaps Dzonsons | Finish the eqn syntactic parser. This correctly parses... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Kristaps Dzonsons | Forgot to add these bits to the last commit. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Kristaps Dzonsons | Note that equation definitions are nestable. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Kristaps Dzonsons | Definitions in eqn.7 are actually recursive. Do this... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Kristaps Dzonsons | Clarify up `Rv' and `Ex' documentation. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Kristaps Dzonsons | Follow-up: forgot to remove useless regset structs. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Kristaps Dzonsons | Make `struct roff' be passed into libmdoc and libman... |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Kristaps Dzonsons | Fix copyright email. |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Kristaps Dzonsons | Remove unused function. |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Kristaps Dzonsons | Fix lost allocation. |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Kristaps Dzonsons | Remember to NULL-ify new keys/vals. |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Kristaps Dzonsons | Provide implementations of `define', `set', and `unset'. |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Kristaps Dzonsons | Warn if equation `define' key is quoted (groff-ism). |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Kristaps Dzonsons | Add initial `define' support for eqn(7). |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Kristaps Dzonsons | Remove prototype since moved into mandoc.h. |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Ingo Schwarze | improve documentation of .Bl -column .It Ta |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Kristaps Dzonsons | Big step forward in bringing mandocdb in line with... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Kristaps Dzonsons | First step of making mandocdb a true makewhatis/mandb... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Kristaps Dzonsons | Expose mandoc_strdup() to the outside world. |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Kristaps Dzonsons | Move parts of mandocdb that "do stuff" to the databases... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Kristaps Dzonsons | Apparently these weren't removed properly... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Ingo Schwarze | move mandocdb(1) to mandocdb(8) |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Kristaps Dzonsons | Rename makewhatis [back] into mandocdb. This is to... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Kristaps Dzonsons | Have equation be allocated with mparse. Will be needed... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Kristaps Dzonsons | Re-ordered logic in makewhatis to iterate over the... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Kristaps Dzonsons | Small HTML compatibility fix. VERSION_1_11_4 |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Kristaps Dzonsons | Fixed some uninitialised values found during lint check. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Kristaps Dzonsons | Note version 1.11.4 bits. Here we go! |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Kristaps Dzonsons | Fairly straightforward patch adding basic update (... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Kristaps Dzonsons | Use mandoc.1's error codes (we use them internally). |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Kristaps Dzonsons | Note we're no longer using temporary files. |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Kristaps Dzonsons | Don't use a temporary buffer (unless people yell to... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Kristaps Dzonsons | Be more specific about `Dv', `Er', and `Ev'. |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Kristaps Dzonsons | Make sure constants in mandoc.3 use the `Dv' macro. |
commit | commitdiff | tree | snapshot |
2011-07-10 |
Kristaps Dzonsons | Have descriptions for -man documents in makewhatis... |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Kristaps Dzonsons | Spaces must be preserved in -T[x]html literal mode. |
commit | commitdiff | tree | snapshot |
next |