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_action.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't crash for the following test case as reported by Jordan Gordeev:
Joerg Sonnenberger
2010-07-30
1
-0
/
+7
*
Note that `Dd' can be empty. This found following a thread on discuss@
Kristaps Dzonsons
2010-07-26
1
-0
/
+5
*
correct lots of copyright notices;
Ingo Schwarze
2010-07-13
1
-1
/
+1
*
Cache column sizes and char pointer into mdoc_bl. Finally get rid of
Kristaps Dzonsons
2010-07-04
1
-0
/
+3
*
Make struct_bl and struct_bd into pointers. This removes the need to do
Kristaps Dzonsons
2010-07-01
1
-24
/
+11
*
In the mdoc(7) parser, inspect roff registers early such that all parts
Ingo Schwarze
2010-07-01
1
-0
/
+11
*
Downstream maintainers: this removes UGLY! I don't want diverging
Kristaps Dzonsons
2010-06-27
1
-0
/
+5
*
Churn as I finish email address migration kth.se -> bsd.lv.
Kristaps Dzonsons
2010-06-19
1
-1
/
+1
*
Allow -width for lists to be cached in mdoc_bl. This requires some
Kristaps Dzonsons
2010-06-13
1
-41
/
+52
*
Small optimisations in mdoc_action list processing. Cleanups making way
Kristaps Dzonsons
2010-06-13
1
-37
/
+35
*
Cached `Bl -offset' into mdoc_bl. Removed erroneous "-offset defaults
Kristaps Dzonsons
2010-06-12
1
-41
/
+1
*
Cache all of `Bd's resolved arguments into mdoc_bd, which is stashed in
Kristaps Dzonsons
2010-06-12
1
-4
/
+2
*
Added enum mdoc_disp (similar to enum mdoc_list). Display types are now
Kristaps Dzonsons
2010-06-12
1
-8
/
+4
*
Consolidated list processing to a single loop in mdoc_validate.c. This
Kristaps Dzonsons
2010-06-03
1
-58
/
+4
*
Remove enum mdocargerr from phrase() (unused).
Kristaps Dzonsons
2010-05-31
1
-0
/
+1
*
Made `Dt' default to LOCAL and UNKNOWN instead of local and unknown (note case).
Kristaps Dzonsons
2010-05-30
1
-4
/
+5
*
Moved printing of empty word [back] into mdoc_action.c so that it's not
Kristaps Dzonsons
2010-05-29
1
-1
/
+23
*
If a .Bl -tag lacks a -width, skip all non-It macros for the implicit
Joerg Sonnenberger
2010-05-24
1
-2
/
+5
*
Increase performance by stashing the list type in struct mdoc_node.
Kristaps Dzonsons
2010-05-17
1
-3
/
+58
*
Enable the unified error/warning enumeration in mandoc.h that's
Kristaps Dzonsons
2010-05-17
1
-21
/
+45
*
LIBRARY can also occur in section 9.
Kristaps Dzonsons
2010-05-15
1
-19
/
+17
*
"Warn on unknown argument for .At and print it like [new] groff." (patch by J...
Kristaps Dzonsons
2010-05-14
1
-5
/
+17
*
"Invalid standard argument should be a warning. Just leak it into the
Kristaps Dzonsons
2010-05-14
1
-3
/
+4
*
mdoc_atosec -> mdoc_str2sec (consistent with str2 being different from a2).
Kristaps Dzonsons
2010-05-12
1
-1
/
+1
*
Lint fixes (type-safety for enums via -cefuh).
Kristaps Dzonsons
2010-05-08
1
-4
/
+4
*
Migrating mdoc_node_free() and mdoc_node_freelist() to use mdoc_node_delete()...
Kristaps Dzonsons
2010-04-06
1
-21
/
+2
*
Fix issue of non-NAME sections triggering "no sections" error, reported by Ch...
Kristaps Dzonsons
2010-04-05
1
-1
/
+5
*
Macro types enum-ated (enum mdoct) (for easier debugging in gdb of "tok" valu...
Kristaps Dzonsons
2010-03-31
1
-1
/
+2
*
Big check-in of compatibility layer. This should work on most major architec...
Kristaps Dzonsons
2010-01-01
1
-4
/
+4
*
Added mandoc_a2time() for proper date conversion.
Kristaps Dzonsons
2009-11-02
1
-3
/
+4
*
Using perror() instead of fprintf for failure from library functions.
Kristaps Dzonsons
2009-10-31
1
-2
/
+0
*
Lint fixes.
Kristaps Dzonsons
2009-10-30
1
-0
/
+1
*
Clean-ups in mdoc_action (using libmandoc.h functions).
Kristaps Dzonsons
2009-10-29
1
-151
/
+172
*
Fix to segfault in ordering Rs blocks (d'oh!).
VERSION.1.9.11
Kristaps Dzonsons
2009-10-26
1
-2
/
+3
*
Full `%U' support.
Kristaps Dzonsons
2009-10-26
1
-2
/
+4
*
Added `%U' to -mdoc (doesn't render in a nice way yet).
Kristaps Dzonsons
2009-10-24
1
-0
/
+1
*
Added ability to set OS name at compile-time with -DOSNAME="\"foo\"".
Kristaps Dzonsons
2009-10-22
1
-0
/
+13
*
Lint check (noop).
Kristaps Dzonsons
2009-09-25
1
-0
/
+1
*
Fixed segfault in `Rs' empty block.
Kristaps Dzonsons
2009-09-24
1
-0
/
+1
*
Added EBADCHILD error (bad child of parent context).
Kristaps Dzonsons
2009-09-24
1
-7
/
+88
*
-offset string can now be blank (supplied with 6n as stipulated by mdoc.sampl...
Kristaps Dzonsons
2009-09-24
1
-11
/
+48
*
Lintifications.
Kristaps Dzonsons
2009-09-16
1
-1
/
+1
*
Lookup hashes are now static tables, ordered first-level by second character,...
Kristaps Dzonsons
2009-09-16
1
-1
/
+1
*
Updated manual structure in mdoc.7.
Kristaps Dzonsons
2009-08-20
1
-187
/
+172
*
Made out-of-order prologue macros not cause an error.
Kristaps Dzonsons
2009-07-26
1
-1
/
+4
*
Patches and results of LLVM static analysis (thanks uqs@sporlein.net).
Kristaps Dzonsons
2009-07-25
1
-1
/
+0
*
Added `St -ieee1275-94'.
Kristaps Dzonsons
2009-07-24
1
-1
/
+6
*
Added default print of `~' with empty `Pa' (not documented with OpenBSD, but ...
Kristaps Dzonsons
2009-07-21
1
-5
/
+5
*
Added `br' and `sp' macros (requested by joerg@netbsd.org, jmc@openbsd.org).
Kristaps Dzonsons
2009-07-17
1
-0
/
+2
*
Subtle fixes correcting vis count with erroneously-decorated whitespace.
Kristaps Dzonsons
2009-07-16
1
-15
/
+0
[next]