index
:
mandoc
VERSION.1.12
VERSION.1.13
bapt
master
origin
version.0
UNIX manpage compiler toolset
Matěj Cepl <mcepl@cepl.eu>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mdoc_macro.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Considerably simplify block rewind rules; no functional change intended.
Ingo Schwarze
2010-06-29
1
-206
/
+69
*
Support for badly nested blocks, written around the time of
Ingo Schwarze
2010-06-29
1
-72
/
+194
*
Downstream maintainers: this removes UGLY! I don't want diverging
Kristaps Dzonsons
2010-06-27
1
-24
/
+15
*
Mechanical diff allowing the const struct regset to propogate through
Kristaps Dzonsons
2010-06-26
1
-15
/
+18
*
Churn as I finish email address migration kth.se -> bsd.lv.
Kristaps Dzonsons
2010-06-19
1
-1
/
+1
*
Lint fixes (noops).
Kristaps Dzonsons
2010-05-31
1
-2
/
+1
*
Remove now-superfluous check on `Ta' context.
Kristaps Dzonsons
2010-05-31
1
-20
/
+0
*
Add ability to interpret initial free-form lines as part of a `Bl
Kristaps Dzonsons
2010-05-31
1
-1
/
+11
*
`Ta' scope-checks need to be more specific (until implicit `It' handling
Kristaps Dzonsons
2010-05-31
1
-1
/
+4
*
Remove enum mdocargerr from phrase() (unused).
Kristaps Dzonsons
2010-05-31
1
-22
/
+96
*
Migrate `Bl -column' phrases to be MDOC_BODY instead of MDOC_HEAD. This
Kristaps Dzonsons
2010-05-30
1
-13
/
+19
*
Final word on lac/ac. Document flow as it relates to phrasing, as I'll
Kristaps Dzonsons
2010-05-30
1
-4
/
+17
*
Obvious fix to last patch: have ARGS_PEND also be flagged for phrase()
Kristaps Dzonsons
2010-05-30
1
-1
/
+3
*
First in several iterative patches in getting complex -column lists
Kristaps Dzonsons
2010-05-30
1
-8
/
+12
*
Commit of patch floated on discuss@ a few days ago: if an in_line scope
Kristaps Dzonsons
2010-05-29
1
-11
/
+32
*
Fixed `Lb' to be in_line (reported by Ulrich Spoerlein).
Kristaps Dzonsons
2010-05-26
1
-1
/
+1
*
Enable the unified error/warning enumeration in mandoc.h that's
Kristaps Dzonsons
2010-05-17
1
-14
/
+18
*
Distinguish OPEN, MIDDLE and CLOSE delimiters (using an enum).
Ingo Schwarze
2010-05-15
1
-10
/
+12
*
More EOS: append_delims() fitted with EOS detection, so ANY macro with append...
Kristaps Dzonsons
2010-05-15
1
-6
/
+21
*
More `Bl -column' dancing: It children also inherit in-phrase flags (noted by...
Kristaps Dzonsons
2010-05-15
1
-22
/
+14
*
Block-implicit macros now up-propogate end-of-sentence spacing. NOTE: GROFF ...
Kristaps Dzonsons
2010-05-14
1
-0
/
+20
*
Removed remaining "1 == ppos" invocations.
Kristaps Dzonsons
2010-05-14
1
-4
/
+10
*
Proper handling of quoted tab-separated column lists.
Kristaps Dzonsons
2010-05-14
1
-11
/
+6
*
Lint fix.
Kristaps Dzonsons
2010-05-13
1
-0
/
+1
*
Fixed bug in -Thtml -mdoc where `Lb' would line-break in LIBRARY section.
Kristaps Dzonsons
2010-05-13
1
-12
/
+21
*
Introduce ARGS_PEND for `It -column' end-of-line special casing.
Kristaps Dzonsons
2010-05-09
1
-14
/
+44
*
Lint fixes (type-safety for enums via -cefuh).
Kristaps Dzonsons
2010-05-08
1
-3
/
+3
*
Initial ARGS_PPHRASE (partial phrase) framework.
Kristaps Dzonsons
2010-05-07
1
-7
/
+4
*
enum-ised mdoc_argv() return (better return-value safety).
Kristaps Dzonsons
2010-05-07
1
-20
/
+24
*
margerr -> margserr (getting ready for margverr).
Kristaps Dzonsons
2010-05-07
1
-9
/
+9
*
Protection against running lookup() against quoted words.
Kristaps Dzonsons
2010-05-07
1
-16
/
+25
*
Wrangle mdoc_args() and mdoc_zargs() to use enum return type.
Kristaps Dzonsons
2010-05-07
1
-124
/
+144
*
Fix mdoc bug found by Claus Assmann: `Pf' should be callable.
Kristaps Dzonsons
2010-04-06
1
-1
/
+1
*
Enum-ised REWIND return values.
Kristaps Dzonsons
2010-04-05
1
-6
/
+8
*
Tentative fix of quoted punctuation issue noted by Jason McIntyre, e.g., `Li ...
Kristaps Dzonsons
2010-04-05
1
-3
/
+8
*
Fixed fatal bug in Xo/Xc patch that caused segfaults with last-child explicit...
Kristaps Dzonsons
2010-03-31
1
-8
/
+13
*
Re-adjusting UGLY tags.
Kristaps Dzonsons
2010-03-31
1
-4
/
+2
*
Macro types enum-ated (enum mdoct) (for easier debugging in gdb of "tok" valu...
Kristaps Dzonsons
2010-03-31
1
-15
/
+52
*
Modified in_line_eoln() to handle leading punctuation.
VERSION.1.9.20
Kristaps Dzonsons
2010-03-30
1
-21
/
+33
*
Last remaining bits for leading-punctuation in blk_exp().
Kristaps Dzonsons
2010-03-30
1
-53
/
+65
*
Fixed segfault with accidentally-munged tree.
Kristaps Dzonsons
2010-03-29
1
-10
/
+8
*
Integrate Ingo Schwarze's patch for mdoc_iscdelim() (tri-state for opening an...
Kristaps Dzonsons
2010-03-29
1
-75
/
+107
*
Made `Xr' compatible with groff calling conventions where arguments following...
Kristaps Dzonsons
2010-02-17
1
-2
/
+18
*
Fix in handling Vt in SYNOPSIS with trailing punctuation. Spotted by Joerg S...
Kristaps Dzonsons
2010-01-30
1
-1
/
+27
*
Big check-in of compatibility layer. This should work on most major architec...
Kristaps Dzonsons
2010-01-01
1
-0
/
+4
*
`Fl' has each argument be in a separate scope (thanks Ingo Schwarze).
Kristaps Dzonsons
2010-01-01
1
-0
/
+11
*
Added time.h to various files for FreeBSD compilation (thanks Ulrich Sporlein).
Kristaps Dzonsons
2009-10-26
1
-0
/
+1
*
Added `%U' to -mdoc (doesn't render in a nice way yet).
Kristaps Dzonsons
2009-10-24
1
-0
/
+1
*
Some extra html tags and near-complete Bl: -tag is hopeless (synonym for -han...
Kristaps Dzonsons
2009-09-20
1
-0
/
+1
*
Lintifications.
Kristaps Dzonsons
2009-09-16
1
-13
/
+13
[prev]
[next]