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_argv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed `-file' argument to `Bd', which is NOT a type, but instead just an argu...
Kristaps Dzonsons
2009-10-19
1
-1
/
+1
*
Added support for `Bd -centered', which appears in newer groffs (not yet impl...
Kristaps Dzonsons
2009-10-15
1
-0
/
+2
*
Fix operator overloading (submitted by Ulrich Sporlein, uqs@spoerlein.net).
Kristaps Dzonsons
2009-10-07
1
-30
/
+30
*
-offset string can now be blank (supplied with 6n as stipulated by mdoc.sampl...
Kristaps Dzonsons
2009-09-24
1
-2
/
+6
*
Updated manual structure in mdoc.7.
Kristaps Dzonsons
2009-08-20
1
-1
/
+1
*
Documented ARGS_ handling in args().
Kristaps Dzonsons
2009-08-20
1
-0
/
+15
*
Delimiter whitespace is correctly flagged (required some special handling).
Kristaps Dzonsons
2009-08-20
1
-10
/
+14
*
Removed already-fixed FIXME.
Kristaps Dzonsons
2009-08-19
1
-2
/
+0
*
More cleanups for TABSEP handling.
Kristaps Dzonsons
2009-07-20
1
-6
/
+6
*
Replaced ugly TABSEP handling with simpler routine.
Kristaps Dzonsons
2009-07-20
1
-48
/
+29
*
Fixed and cleaned up "phrase" handling (`Bl -column' columns).
Kristaps Dzonsons
2009-07-19
1
-0
/
+8
*
Made unterminated quoted literals be a warning, like groff.
Kristaps Dzonsons
2009-07-18
1
-2
/
+3
*
Considerably revamped argument-parsing for correct quoted-literal handling.
Kristaps Dzonsons
2009-07-18
1
-189
/
+160
*
Lint-check (removed unused variable).
Kristaps Dzonsons
2009-07-17
1
-2
/
+0
*
Removed EARGVPARM (superfluous, overly error-generating).
Kristaps Dzonsons
2009-07-17
1
-11
/
+1
*
Added `br' and `sp' macros (requested by joerg@netbsd.org, jmc@openbsd.org).
Kristaps Dzonsons
2009-07-17
1
-0
/
+2
*
args() should return ARGS_ERROR, not 0.
Kristaps Dzonsons
2009-07-15
1
-5
/
+5
*
Removed long-fixed FIXME note.
Kristaps Dzonsons
2009-07-11
1
-1
/
+0
*
Consolidated all err/warnings into mdoc.c via libmdoc.h.
Kristaps Dzonsons
2009-07-06
1
-84
/
+30
*
Consolidated pwarn->perr in mdoc_argv.
Kristaps Dzonsons
2009-07-06
1
-40
/
+26
*
Initial removal of enum mdoc_warn from mdoc warnings (unnecessary complication).
Kristaps Dzonsons
2009-07-06
1
-5
/
+4
*
Lint fixes.
Kristaps Dzonsons
2009-06-17
1
-3
/
+1
*
`Bl -column' now correctly handles tail entries (Bl -column -more... arg0...).
Kristaps Dzonsons
2009-06-17
1
-5
/
+3
*
Cleaned up .Bf validator.
Kristaps Dzonsons
2009-06-17
1
-0
/
+2
*
Removed MDOC___: moved MDOC_Ap to its index (comments not passed into mdoc pa...
Kristaps Dzonsons
2009-06-16
1
-2
/
+1
*
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
*
General clean-ups.
Kristaps Dzonsons
2009-03-31
1
-45
/
+60
*
Version. Added forgotten file.
Kristaps Dzonsons
2009-03-27
1
-0
/
+857