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
*
Distinguish OPEN, MIDDLE and CLOSE delimiters (using an enum).
Ingo Schwarze
2010-05-15
1
-2
/
+3
*
More `Bl -column' dancing: It children also inherit in-phrase flags (noted by...
Kristaps Dzonsons
2010-05-15
1
-3
/
+3
*
Proper handling of quoted tab-separated column lists.
Kristaps Dzonsons
2010-05-14
1
-19
/
+39
*
Explicitly account for \*(Ba when checking for delims. Noted by Jason McInty...
Kristaps Dzonsons
2010-05-09
1
-5
/
+6
*
Introduce ARGS_PEND for `It -column' end-of-line special casing.
Kristaps Dzonsons
2010-05-09
1
-1
/
+3
*
Lint fixes (type-safety for enums via -cefuh).
Kristaps Dzonsons
2010-05-08
1
-12
/
+13
*
De-chunking of text removed from parsers. This is a significant change (and ...
Kristaps Dzonsons
2010-05-07
1
-2
/
+6
*
Initial ARGS_PPHRASE (partial phrase) framework.
Kristaps Dzonsons
2010-05-07
1
-1
/
+3
*
enum-ised mdoc_argv() return (better return-value safety).
Kristaps Dzonsons
2010-05-07
1
-1
/
+1
*
margerr -> margserr (getting ready for margverr).
Kristaps Dzonsons
2010-05-07
1
-4
/
+4
*
Wrangle mdoc_args() and mdoc_zargs() to use enum return type.
Kristaps Dzonsons
2010-05-07
1
-4
/
+4
*
Merged Ingo Schwarze's patch (plus documentation) for removing extraneous lis...
Kristaps Dzonsons
2010-04-03
1
-14
/
+19
*
Re-adjusting UGLY tags.
Kristaps Dzonsons
2010-03-31
1
-1
/
+0
*
Macro types enum-ated (enum mdoct) (for easier debugging in gdb of "tok" valu...
Kristaps Dzonsons
2010-03-31
1
-6
/
+7
*
Integrate Ingo Schwarze's patch for mdoc_iscdelim() (tri-state for opening an...
Kristaps Dzonsons
2010-03-29
1
-2
/
+2
*
Big check-in of compatibility layer. This should work on most major architec...
Kristaps Dzonsons
2010-01-01
1
-0
/
+4
*
libmdoc and libman now using non-recoverable allocations (simpler code).
Kristaps Dzonsons
2009-10-30
1
-1
/
+1
*
Slow movement of internal allocations to fail completely.
Kristaps Dzonsons
2009-10-28
1
-32
/
+13
*
Added `%U' to -mdoc (doesn't render in a nice way yet).
Kristaps Dzonsons
2009-10-24
1
-0
/
+1
*
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