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
*
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
*
Moved output definitions into main.h.
Kristaps Dzonsons
2009-10-13
1
-11
/
+1
*
Clean up consts (noted by Joerg Sonnenberger and Ulrich Sporlein).
Kristaps Dzonsons
2009-10-13
1
-4
/
+7
*
Removed new-born out.{h,c} (not a good idea).
Kristaps Dzonsons
2009-09-21
1
-11
/
+7
*
More updates to html.c.
Kristaps Dzonsons
2009-09-16
1
-0
/
+21
*
Made tree/term/out() functions return void.
Kristaps Dzonsons
2009-09-16
1
-10
/
+8
*
Fix in newline.
Kristaps Dzonsons
2009-07-28
1
-1
/
+2
*
main.c using fprintf instead of warnx for parse errors (like cc).
Kristaps Dzonsons
2009-07-27
1
-6
/
+5
*
Added -fign-errors for VERY fast checking of many manuals without stopping at...
Kristaps Dzonsons
2009-07-24
1
-14
/
+27
*
Small clean-ups in error message usage.
VERSION.1.7.23
Kristaps Dzonsons
2009-07-07
1
-1
/
+1
*
Cleaned out duplicate {mdoc,man}warn in main.c.
Kristaps Dzonsons
2009-07-06
1
-25
/
+4
*
Backed -Wcompat,syntax out of front-end.
Kristaps Dzonsons
2009-07-06
1
-16
/
+10
*
Initial removal of enum mdoc_warn from mdoc warnings (unnecessary complication).
Kristaps Dzonsons
2009-07-06
1
-22
/
+4
*
suboptarg is not portable to Linux (fixed).
Kristaps Dzonsons
2009-07-04
1
-6
/
+10
*
Moved escape validation into libmandoc.h/mandoc.c (common between libman/libm...
Kristaps Dzonsons
2009-07-04
1
-1
/
+3
*
Removed escape-deprecation note (better solution in progress, schwarze@openbs...
Kristaps Dzonsons
2009-06-27
1
-7
/
+7
*
Added -fno-ign-chars support to libman.
Kristaps Dzonsons
2009-06-18
1
-1
/
+3
*
Clean-up: in-source documentation.
Kristaps Dzonsons
2009-06-16
1
-55
/
+12
*
Modernised comment handling: text following \" is thrown away before
Kristaps Dzonsons
2009-06-16
1
-25
/
+38
*
Deprecated mdoc_msg (not being used anywhere).
Kristaps Dzonsons
2009-06-15
1
-1
/
+0
*
Documented some un-clear parts of main.c.
Kristaps Dzonsons
2009-06-11
1
-3
/
+31
*
Fixed license email address.
Kristaps Dzonsons
2009-06-10
1
-1
/
+1
*
Using proper license template (const).
Kristaps Dzonsons
2009-04-12
1
-12
/
+10
*
Manual .Dt fields CAPITALISED.
Kristaps Dzonsons
2009-04-12
1
-17
/
+24
*
*** empty log message ***
Kristaps Dzonsons
2009-04-03
1
-6
/
+5
*
Proper resetting of memory.
Kristaps Dzonsons
2009-04-03
1
-90
/
+97
*
Documented -mandoc behaviour.
Kristaps Dzonsons
2009-04-02
1
-2
/
+0
*
Added -p1003.1-2008 specification.
Kristaps Dzonsons
2009-04-02
1
-3
/
+11
*
Initial -mandoc auto-switch in place.
Kristaps Dzonsons
2009-04-02
1
-114
/
+211
*
General clean-ups.
Kristaps Dzonsons
2009-03-31
1
-6
/
+8
*
All macro-invocations, for consistency, begin with `.' in documentation.
Kristaps Dzonsons
2009-03-26
1
-2
/
+2
*
*** empty log message ***
Kristaps Dzonsons
2009-03-25
1
-32
/
+19
*
Added pflags to man_alloc.
Kristaps Dzonsons
2009-03-25
1
-6
/
+21
*
Added man validator, renamed mdoc validator.
Kristaps Dzonsons
2009-03-25
1
-8
/
+33
*
Fixed inclusion of MANSRCS (sorry, Ulrich).
Kristaps Dzonsons
2009-03-23
1
-1
/
+1
[next]