]> git.cameronkatri.com Git - mandoc.git/history - Makefile
Increase performance by stashing the list type in struct mdoc_node.
[mandoc.git] / Makefile
2010-05-17 Kristaps DzonsonsDocumented ie/el.
2010-05-17 Joerg SonnenbergerUse a default prefix of /usr/local. Honour DESTDIR...
2010-05-15 Kristaps DzonsonsInitial roff shim skeleton in place.
2010-05-15 Kristaps DzonsonsMaking room for libroff in Makefile: properly split...
2010-05-13 Kristaps DzonsonsDocumented version bits. VERSION_1_9_25
2010-05-13 Kristaps DzonsonsUse "=" instead of "?=" for compatibility.
2010-05-09 Kristaps DzonsonsGetting version ready.
2010-05-07 Kristaps Dzonsonsmargerr -> margserr (getting ready for margverr).
2010-05-07 Kristaps DzonsonsProtection against running lookup() against quoted...
2010-04-07 Kristaps DzonsonsNoting version.
2010-04-05 Kristaps DzonsonsAdded mandoc_char.7 to installed manuals (noted by...
2010-04-05 Kristaps DzonsonsAdded generation of mdoc.h.html and man.h.html as linke...
2010-03-31 Kristaps DzonsonsAdded new version information. Fixing up Makefile... VERSION_1_9_22
2010-03-31 Kristaps DzonsonsFixed fatal bug in Xo/Xc patch that caused segfaults...
2010-03-31 Kristaps DzonsonsRe-adjusting UGLY tags.
2010-03-31 Kristaps DzonsonsMacro types enum-ated (enum mdoct) (for easier debuggin...
2010-03-31 Kristaps DzonsonsVersion (bug-fix).
2010-03-30 Kristaps DzonsonsModified in_line_eoln() to handle leading punctuation. VERSION_1_9_20
2010-03-27 Kristaps DzonsonsFixed re-adjustment of scope in exiting roff instructio...
2010-03-25 Kristaps DzonsonsCleaned up version info.
2010-03-22 Kristaps DzonsonsUpdated web-site with new version. VERSION_1_9_16
2010-02-17 Kristaps DzonsonsAdded news item for new version. VERSION_1_9_15
2010-01-29 Kristaps DzonsonsFixed Makefile for `make lint' dep. on config.h
2010-01-01 Kristaps DzonsonsVersion (pre): 1.9.15-pre2
2010-01-01 Kristaps DzonsonsCFLAGS need -Werror to make the strlcpy/strlcat check...
2010-01-01 Kristaps DzonsonsBig check-in of compatibility layer. This should work...
2009-12-02 Kristaps DzonsonsFixed handling of exampledir (pointed out by Ulrich...
2009-11-16 Kristaps DzonsonsVersion: 1.9.14. VERSION_1_9_14
2009-11-16 Kristaps DzonsonsMore clarification in manuals. Added per-OUTPUT sectio...
2009-11-02 Kristaps DzonsonsVersion: 1.9.13. VERSION_1_9_13
2009-10-31 Kristaps DzonsonsFinished section-by-section definitions in man.7 (will...
2009-10-31 Kristaps DzonsonsFixed in make dist (in version 1.9.12). VERSION_1_9_12
2009-10-31 Kristaps DzonsonsVersion: 1.9.12.
2009-10-28 Kristaps DzonsonsUsing "--warn" for validate, plus some accessibility...
2009-10-28 Kristaps DzonsonsFixed `sp', `br', `Pp', etc. so as not to have an empty...
2009-10-26 Kristaps DzonsonsFix to segfault in ordering Rs blocks (d'oh!). VERSION_1_9_11
2009-10-26 Kristaps DzonsonsVersion: 1.9.10.
2009-10-26 Kristaps DzonsonsChanged `-o' to `-O' for clarity. THIS BREAKS UTILITIE...
2009-10-22 Kristaps DzonsonsAdded ability to set OS name at compile-time with ...
2009-10-20 Kristaps DzonsonsTemporarily turned off validation (mandoc -Thtml needs... VERSION_1_9_9
2009-10-20 Kristaps DzonsonsVersion: 1.9.9.
2009-10-18 Kristaps DzonsonsFixed typo in Makefile.
2009-10-18 Kristaps DzonsonsRe-added HTML changelog.
2009-10-17 Kristaps DzonsonsMakefile uses multiple deps for some rules (shorter...
2009-10-13 Kristaps DzonsonsMoved output definitions into main.h.
2009-10-13 Kristaps DzonsonsClean up consts (noted by Joerg Sonnenberger and Ulrich...
2009-10-10 Kristaps DzonsonsVersion: 1.9.8. VERSION_1_9_8
2009-10-09 Kristaps DzonsonsVersion up. VERSION_1_9_7
2009-10-07 Kristaps DzonsonsAdditions to -Tman -Thtml: all structural components...
2009-10-03 Kristaps DzonsonsFixed mandoc.1 examples (new -Thtml options).
2009-09-25 Kristaps DzonsonsTemporarily disabled ChangeLog.html (server's hosed...
2009-09-25 Kristaps DzonsonsVersion: 1.9.6.
2009-09-24 Kristaps DzonsonsMany more macros added to -Thtml.
2009-09-23 Kristaps DzonsonsAll special characters sync'd with groff, both -Thtml...
2009-09-21 Kristaps DzonsonsAdded chars.h to HEADS. VERSION_1_9_5
2009-09-21 Kristaps DzonsonsAdded html.h to headers that should be distributed.
2009-09-21 Kristaps DzonsonsVersion: 1.9.5.
2009-09-21 Kristaps DzonsonsSplit html.c into html.h, mdoc_html.c, man_html.c.
2009-09-21 Kristaps DzonsonsFixed body/divbody structure of html pages.
2009-09-21 Kristaps DzonsonsRemoved new-born out.{h,c} (not a good idea).
2009-09-21 Kristaps DzonsonsTentative addition of front-end utility functions ...
2009-09-17 Kristaps Dzonsonsascii_xxx -> chars_xxx (intended to hold more than...
2009-09-16 Kristaps DzonsonsMore updates to html.c.
2009-09-16 Kristaps DzonsonsLookup hashes are now static tables, ordered first...
2009-09-15 Kristaps DzonsonsRemoved TERMP_BOLD, TERMP_UNDER, TERMP_STYLE in favour...
2009-09-05 Kristaps DzonsonsVersion: 1.9.2. VERSION_1_9_2
2009-08-21 Kristaps DzonsonsRemoved superfluous XXX.
2009-08-17 Kristaps DzonsonsUpdated libman AST documentation.
2009-08-13 Kristaps DzonsonsSignificant overhaul in libman. Macros are now block...
2009-07-28 Kristaps DzonsonsVersion: 1.8.5.
2009-07-26 Kristaps DzonsonsVersion. VERSION_1_8_4
2009-07-23 Kristaps DzonsonsVersion. VERSION_1_8_3
2009-07-20 Kristaps DzonsonsVersion. VERSION_1_8_2
2009-07-19 Kristaps DzonsonsFixed broken `make www' dep. VERSION_1_8_1
2009-07-19 Kristaps DzonsonsVersion.
2009-07-19 Kristaps DzonsonsChangeLog xsl reflects symbolic tag.
2009-07-17 Kristaps DzonsonsRemoved automatic port generation, as the downstream...
2009-07-16 Kristaps DzonsonsProper html showing of ChangeLog.
2009-07-16 Kristaps DzonsonsUsing xsl for html changelog.
2009-07-14 Kristaps DzonsonsMinor version bumped: -hang lists were the last major...
2009-07-12 Kristaps DzonsonsVersion. VERSION_1_7_24
2009-07-07 Kristaps DzonsonsSmall clean-ups in error message usage. VERSION_1_7_23
2009-07-05 Kristaps DzonsonsVersion. VERSION_1_7_22
2009-07-04 Kristaps DzonsonsVersion up. VERSION_1_7_21
2009-07-04 Kristaps DzonsonsMoved escape validation into libmandoc.h/mandoc.c ...
2009-06-25 Kristaps DzonsonsMakefile properly generates MD5 sums.
2009-06-25 Kristaps DzonsonsUpdating web-page to be a bit more compact.
2009-06-22 Kristaps DzonsonsLint fixes. VERSION_1_7_20
2009-06-17 Kristaps DzonsonsBumped version. VERSION_1_7_19
2009-06-17 Kristaps DzonsonsPut $VFLAGS back into $LINTFLAGS (broke on NetBSD).
2009-06-17 Kristaps DzonsonsFixed lint invocation in Makefile.
2009-06-15 Kristaps DzonsonsRemoved superfluous ifdef around strftime (schwarze...
2009-06-15 Kristaps DzonsonsTagging version 1.7.17. VERSION_1_7_17
2009-06-13 Kristaps DzonsonsVersion.
2009-06-12 Kristaps DzonsonsDon't run with -Werror when generating texts. VERSION_1_7_15
2009-06-12 Kristaps DzonsonsLint fixes (no effect).
2009-06-11 Kristaps DzonsonsAdded automatic ChangeLog generation with each snapshot. VERSION_1_7_14
2009-06-11 Kristaps DzonsonsVersion up. Testing.
2009-06-11 Kristaps DzonsonsAdded compat to Makefile.
2009-04-12 Kristaps DzonsonsVersion bumped. VERSION_1_7_13
next