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_validate.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix: was checking HEAD for arguments.
Kristaps Dzonsons
2010-07-02
1
-4
/
+6
*
Stash `Bf' parameters into struct mdoc_bf.
Kristaps Dzonsons
2010-07-02
1
-22
/
+56
*
Make struct_bl and struct_bd into pointers. This removes the need to do
Kristaps Dzonsons
2010-07-01
1
-52
/
+65
*
Prevent validator from puking on ENDBODY `Bl' nodes.
Kristaps Dzonsons
2010-07-01
1
-0
/
+2
*
Notes: this must be done later. \b in the input will cause havoc.
Kristaps Dzonsons
2010-06-28
1
-0
/
+5
*
minor .Bk fixes:
Ingo Schwarze
2010-06-27
1
-3
/
+3
*
Allow registers to be unset. Implement and document the `.nr nS val'.
Kristaps Dzonsons
2010-06-27
1
-0
/
+2
*
Allow -width for lists to be cached in mdoc_bl. This requires some
Kristaps Dzonsons
2010-06-13
1
-11
/
+13
*
Cached `Bl -offset' into mdoc_bl. Removed erroneous "-offset defaults
Kristaps Dzonsons
2010-06-12
1
-6
/
+15
*
Moved `Bl -compact' into cached data. This allowed the removal of
Kristaps Dzonsons
2010-06-12
1
-12
/
+13
*
`Bl' is now using a struct instead of a single enum mdoc_list for its
Kristaps Dzonsons
2010-06-12
1
-12
/
+13
*
Removed stipulation that an empty `Bd -offset' will default to 6n. Not
Kristaps Dzonsons
2010-06-12
1
-17
/
+2
*
Cache all of `Bd's resolved arguments into mdoc_bd, which is stashed in
Kristaps Dzonsons
2010-06-12
1
-12
/
+59
*
Added enum mdoc_disp (similar to enum mdoc_list). Display types are now
Kristaps Dzonsons
2010-06-12
1
-20
/
+42
*
Squash bug noted by Ulrich Spoerlein where "-" were being converted to
Kristaps Dzonsons
2010-06-09
1
-10
/
+7
*
Consolidated list processing to a single loop in mdoc_validate.c. This
Kristaps Dzonsons
2010-06-03
1
-63
/
+105
*
Cleanup post_bl_head() to use enum mdoc_list (avoid traversing that
Kristaps Dzonsons
2010-05-31
1
-10
/
+13
*
Clean up the validation code for `It' macros: use enum mdoc_list
Kristaps Dzonsons
2010-05-31
1
-71
/
+39
*
Remove enum mdocargerr from phrase() (unused).
Kristaps Dzonsons
2010-05-31
1
-0
/
+1
*
Migrate `Bl -column' phrases to be MDOC_BODY instead of MDOC_HEAD. This
Kristaps Dzonsons
2010-05-30
1
-7
/
+9
*
Make check for case a little more intuitive (suggested by joerg@).
Kristaps Dzonsons
2010-05-30
1
-3
/
+1
*
Made `Dt' default to LOCAL and UNKNOWN instead of local and unknown (note case).
Kristaps Dzonsons
2010-05-30
1
-3
/
+24
*
Documented `Ud'.
Kristaps Dzonsons
2010-05-26
1
-5
/
+16
*
Fixed `Lb' to be in_line (reported by Ulrich Spoerlein).
Kristaps Dzonsons
2010-05-26
1
-2
/
+1
*
Smarten BADCHAR check to allow ASCII_HYPH.
Kristaps Dzonsons
2010-05-25
1
-1
/
+1
*
Lifted 64-byte max width for Sh (now BUFSIZ).
Kristaps Dzonsons
2010-05-24
1
-3
/
+4
*
Increase performance by stashing the list type in struct mdoc_node.
Kristaps Dzonsons
2010-05-17
1
-18
/
+10
*
Enable the unified error/warning enumeration in mandoc.h that's
Kristaps Dzonsons
2010-05-17
1
-98
/
+148
*
LIBRARY can also occur in section 9.
Kristaps Dzonsons
2010-05-15
1
-9
/
+8
*
Remove in-manual-section warnings for Fd and Lb (ok joerg@, schwarze@).
Kristaps Dzonsons
2010-05-14
1
-47
/
+3
*
Backed out check for `Ex' manual sec (ok schwarze@, joerg@), in turn backing ...
Kristaps Dzonsons
2010-05-14
1
-35
/
+1
*
"Warn on unknown argument for .At and print it like [new] groff." (patch by J...
Kristaps Dzonsons
2010-05-14
1
-1
/
+1
*
"Invalid standard argument should be a warning. Just leak it into the
Kristaps Dzonsons
2010-05-14
1
-1
/
+1
*
"If the last column wasn't specified, it is auto-sized." (patch by Joerg Sonn...
Kristaps Dzonsons
2010-05-14
1
-2
/
+2
*
mdoc_atosec -> mdoc_str2sec (consistent with str2 being different from a2).
Kristaps Dzonsons
2010-05-12
1
-4
/
+7
*
Remove -fno-ign-chars as well-argued by Ingo Schwarze. Patch by Ingo Schwarz...
Kristaps Dzonsons
2010-05-09
1
-13
/
+2
*
Lint fixes (type-safety for enums via -cefuh).
Kristaps Dzonsons
2010-05-08
1
-1
/
+1
*
Removed manual-section-calling restrictions for `Cd' and and `Ex' (requested ...
Kristaps Dzonsons
2010-04-07
1
-13
/
+1
*
Allowing `Cd' to be in section 9 (noted by Joerg Sonnenberger).
Kristaps Dzonsons
2010-04-07
1
-1
/
+1
*
Removed warning for `Er' when not used in certain sections (pointed out by Jo...
Kristaps Dzonsons
2010-04-06
1
-10
/
+1
*
Allow `Bd' to accept (warn about then ignore) in-line arguments.
Kristaps Dzonsons
2010-04-06
1
-1
/
+3
*
Cleaned up post_bl_head() and fixed erroneous reporting of child nodes.
Kristaps Dzonsons
2010-04-06
1
-11
/
+12
*
Let `Bl' accept arguments on the head line with a warning (these are ignored ...
Kristaps Dzonsons
2010-04-06
1
-2
/
+3
*
Merged patch by Ingo Schwarze allowing `Xr' to pass through with no arguments...
Kristaps Dzonsons
2010-04-03
1
-1
/
+1
*
Modified version of Ingo Schwarze's patch so that -man doesn't puke when a TH...
Kristaps Dzonsons
2010-04-03
1
-0
/
+2
*
Merged Ingo Schwarze's patch (plus documentation) for removing extraneous lis...
Kristaps Dzonsons
2010-04-03
1
-2
/
+13
*
Merging patch by Ingo Schwarze.
Kristaps Dzonsons
2010-04-03
1
-2
/
+3
*
Macro types enum-ated (enum mdoct) (for easier debugging in gdb of "tok" valu...
Kristaps Dzonsons
2010-03-31
1
-2
/
+2
*
Made `Xr' compatible with groff calling conventions where arguments following...
Kristaps Dzonsons
2010-02-17
1
-3
/
+1
*
Fix in handling Vt in SYNOPSIS with trailing punctuation. Spotted by Joerg S...
Kristaps Dzonsons
2010-01-30
1
-1
/
+29
[prev]
[next]