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
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stash `Bf' parameters into struct mdoc_bf.
Kristaps Dzonsons
2010-07-02
1
-1
/
+1
*
Improve .Nm indentation in the SYNOPSIS;
Ingo Schwarze
2010-07-01
1
-2
/
+3
*
improve error reporting:
Ingo Schwarze
2010-06-30
1
-27
/
+43
*
Add in -Opaper=xxx support for -Tps postscript. This doesn't have any
Kristaps Dzonsons
2010-06-29
1
-1
/
+1
*
Downstream maintainers: this removes UGLY! I don't want diverging
Kristaps Dzonsons
2010-06-27
1
-8
/
+9
*
Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept a
Kristaps Dzonsons
2010-06-26
1
-2
/
+2
*
First step of adding register support. This is inspired by a significant
Kristaps Dzonsons
2010-06-26
1
-2
/
+5
*
Churn as I finish email address migration kth.se -> bsd.lv.
Kristaps Dzonsons
2010-06-19
1
-1
/
+1
*
Removed stipulation that an empty `Bd -offset' will default to 6n. Not
Kristaps Dzonsons
2010-06-12
1
-0
/
+1
*
Added enum mdoc_disp (similar to enum mdoc_list). Display types are now
Kristaps Dzonsons
2010-06-12
1
-1
/
+2
*
No functionality changes: just restructuring. Deprecated
Kristaps Dzonsons
2010-06-08
1
-1
/
+2
*
First check-in of PostScript output. This does not change any logic
Kristaps Dzonsons
2010-06-07
1
-8
/
+24
*
Add -Owidth=width option to mandoc -Tascii. Asked for by joerg@ about a
Kristaps Dzonsons
2010-06-07
1
-1
/
+1
*
Add MAP_SHARED for mmap, at least NetBSD with DIAGNOSTIC is quite noisy
Joerg Sonnenberger
2010-06-06
1
-1
/
+1
*
Consolidated list processing to a single loop in mdoc_validate.c. This
Kristaps Dzonsons
2010-06-03
1
-1
/
+1
*
Spelling patches provided by Ulrich Spoerlein.
Kristaps Dzonsons
2010-06-01
1
-2
/
+2
*
Cleanup post_bl_head() to use enum mdoc_list (avoid traversing that
Kristaps Dzonsons
2010-05-31
1
-1
/
+1
*
Enable the unified error/warning enumeration in mandoc.h that's
Kristaps Dzonsons
2010-05-17
1
-78
/
+94
*
`ig' support in all its glory. Try
Kristaps Dzonsons
2010-05-16
1
-2
/
+2
*
Regression tests in place for `.if' in libroff.
Kristaps Dzonsons
2010-05-16
1
-0
/
+1
*
Allow roff_parseln() to be re-run.
Kristaps Dzonsons
2010-05-16
1
-8
/
+30
*
Fix allowing silly '\'' control character.
Kristaps Dzonsons
2010-05-16
1
-1
/
+1
*
Backed-out warning messages (lots).
Kristaps Dzonsons
2010-05-15
1
-0
/
+2
*
The `ig' now supports `ig end-macro'.
Kristaps Dzonsons
2010-05-15
1
-1
/
+14
*
Segfault fix and letting warnings slip through for now.
Kristaps Dzonsons
2010-05-15
1
-1
/
+1
*
Add mandoc.h, which will eventually replace compilers' inner enum errors with...
Kristaps Dzonsons
2010-05-15
1
-17
/
+69
*
Reorganise the comment stripping and line merging to be easier to follow
Joerg Sonnenberger
2010-05-15
1
-50
/
+52
*
Make the output width an option for ascii_alloc and use that to compute
Joerg Sonnenberger
2010-05-15
1
-1
/
+1
*
Push buffer resizing into its own function. Keep initial allocations the
Joerg Sonnenberger
2010-05-15
1
-19
/
+24
*
Cleanup indentation after moving the read buffering out of the loop.
Joerg Sonnenberger
2010-05-15
1
-53
/
+51
*
"Push down the buffer to where they are used.
Kristaps Dzonsons
2010-05-15
1
-77
/
+130
*
Whacked lastman and lastmdoc (not being used).
Kristaps Dzonsons
2010-05-15
1
-6
/
+0
*
"Accumulate errors and warnings in global variables and exit with error
Kristaps Dzonsons
2010-05-14
1
-57
/
+59
*
Fix for Joerg's patch stripping of pre-comment whitespace (by Joerg).
Kristaps Dzonsons
2010-05-14
1
-2
/
+2
*
Remove -fno-ign-chars as well-argued by Ingo Schwarze. Patch by Ingo Schwarz...
Kristaps Dzonsons
2010-05-09
1
-19
/
+9
*
Merge patch by Jason McIntyre cleaning on mandoc.1: `Ar' -> `Cm' and other re...
Kristaps Dzonsons
2010-04-12
1
-2
/
+8
*
Have -Tlint imply -Wall and -fstrict. Based on a patch submitted by Ingo Sch...
Kristaps Dzonsons
2010-03-22
1
-31
/
+37
*
Fixed Makefile for `make lint' dep. on config.h
Kristaps Dzonsons
2010-01-29
1
-0
/
+9
*
Big check-in of compatibility layer. This should work on most major architec...
Kristaps Dzonsons
2010-01-01
1
-5
/
+4
*
Added forgotten newline terminators in main.c.
Kristaps Dzonsons
2009-11-02
1
-4
/
+4
*
Added lint to __attribute__ defines.
Kristaps Dzonsons
2009-11-02
1
-1
/
+3
*
Using straight-up __attribute__ (inspired by portable openssh).
Kristaps Dzonsons
2009-11-02
1
-12
/
+9
*
Removed non-portable __progname (thanks Joerg Sonnenberger).
Kristaps Dzonsons
2009-10-31
1
-3
/
+9
*
Using perror() instead of fprintf for failure from library functions.
Kristaps Dzonsons
2009-10-31
1
-15
/
+13
*
libmdoc and libman now using non-recoverable allocations (simpler code).
Kristaps Dzonsons
2009-10-30
1
-14
/
+4
*
bzero() -> memset() (noted by Joerg Sonnenberger).
Kristaps Dzonsons
2009-10-27
1
-3
/
+3
*
Merged patch to allow -fign-escape (thanks Joerg Sonnenberger).
Kristaps Dzonsons
2009-10-26
1
-2
/
+6
*
Allowed -O to be invoked multiple times.
Kristaps Dzonsons
2009-10-26
1
-2
/
+4
*
Portability: replaced queue macros in html.c (Joerg Sonnenberger).
Kristaps Dzonsons
2009-10-26
1
-3
/
+3
*
Changed `-o' to `-O' for clarity. THIS BREAKS UTILITIES DEPENDING ON -o!
Kristaps Dzonsons
2009-10-26
1
-1
/
+1
[next]