`ig' support in all its glory. Try
authorKristaps Dzonsons <kristaps@bsd.lv>
Sun, 16 May 2010 22:28:33 +0000 (22:28 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Sun, 16 May 2010 22:28:33 +0000 (22:28 +0000)
commitce6c60c32bf1ef48cae539a850d142548b24d8ad
tree67f9314d3b2e5e1ccf9a2d368b8eadbe6eba8879
parentf34d66a2879319e93c3b35ed619dbb00a3a7885f
`ig' support in all its glory.  Try

  .ig ig
  asdf
  .ig
  fdsa
  ..

or

  .ig if
  asdf
  .if n \
  foo

for a laugh.  It all works.  Lots of regression tests supporting this
and documentation for the same.
12 files changed:
main.c
mandoc.h
regress/roff/if/multiline-free0.in [new file with mode: 0644]
regress/roff/if/multiline-free1.in [new file with mode: 0644]
regress/roff/ig/end0.in [new file with mode: 0644]
regress/roff/ig/end1.in [new file with mode: 0644]
regress/roff/ig/redef0.in [new file with mode: 0644]
regress/roff/ig/simple0.in [new file with mode: 0644]
regress/roff/ig/simple1.in [new file with mode: 0644]
regress/roff/ig/simple2.in [new file with mode: 0644]
roff.7
roff.c