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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Tiny commit clarifying flushln() documentation as to what refers to
Kristaps Dzonsons
2010-06-28
1
-3
/
+4
*
minor .Bk fixes:
Ingo Schwarze
2010-06-27
2
-6
/
+16
*
remove .Bk which is done
Ingo Schwarze
2010-06-27
1
-8
/
+12
*
Allow registers to be unset. Implement and document the `.nr nS val'.
Kristaps Dzonsons
2010-06-27
5
-13
/
+41
*
Following clue-stick applied by schwarze@, back out const-ness of regset
Kristaps Dzonsons
2010-06-27
11
-23
/
+38
*
Downstream maintainers: this removes UGLY! I don't want diverging
Kristaps Dzonsons
2010-06-27
16
-121
/
+111
*
Document .Bk and .Ek; reminded by kristaps@.
Ingo Schwarze
2010-06-27
1
-0
/
+21
*
Basic implementation of .Bk/.Ek; from OpenBSD.
Ingo Schwarze
2010-06-27
3
-3
/
+30
*
Mechanical diff allowing the const struct regset to propogate through
Kristaps Dzonsons
2010-06-26
6
-40
/
+67
*
Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept a
Kristaps Dzonsons
2010-06-26
16
-14
/
+35
*
First step of adding register support. This is inspired by a significant
Kristaps Dzonsons
2010-06-26
8
-13
/
+162
*
Remove "pt" from struct roffsu, as CSS (the only reason it was there) is
Kristaps Dzonsons
2010-06-25
5
-12
/
+9
*
Allow OpenBSD's nroff to process mandoc.1 without puking on long `It'
Kristaps Dzonsons
2010-06-25
1
-6
/
+10
*
Initial chunks for variable-width fonts. Pushes all width calculations
Kristaps Dzonsons
2010-06-25
6
-85
/
+133
*
Fix slipped in after tag: install PS files with installwww.
VERSION.1.10.2
Kristaps Dzonsons
2010-06-19
1
-1
/
+1
*
Churn as I finish email address migration kth.se -> bsd.lv.
Kristaps Dzonsons
2010-06-19
45
-45
/
+45
*
Version notes for 1.10.2.
Kristaps Dzonsons
2010-06-19
2
-2
/
+13
*
Removed finished TODOs
Kristaps Dzonsons
2010-06-13
1
-27
/
+3
*
Remove arg_getattrs(), as we only have arg_getattr()-like calls now that
Kristaps Dzonsons
2010-06-13
1
-44
/
+14
*
Switch on cached -width usage in front-ends.
Kristaps Dzonsons
2010-06-13
2
-12
/
+13
*
Allow -width for lists to be cached in mdoc_bl. This requires some
Kristaps Dzonsons
2010-06-13
4
-52
/
+67
*
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
6
-65
/
+46
*
Reverted to mdoc_term.c 1.149 (`It' does not inherit `Bl's cache,
Kristaps Dzonsons
2010-06-12
1
-7
/
+10
*
Moved `Bl -compact' into cached data. This allowed the removal of
Kristaps Dzonsons
2010-06-12
4
-30
/
+29
*
`Bl' is now using a struct instead of a single enum mdoc_list for its
Kristaps Dzonsons
2010-06-12
6
-25
/
+31
*
Removed stipulation that an empty `Bd -offset' will default to 6n. Not
Kristaps Dzonsons
2010-06-12
7
-33
/
+80
*
Cache all of `Bd's resolved arguments into mdoc_bd, which is stashed in
Kristaps Dzonsons
2010-06-12
6
-56
/
+120
*
Added enum mdoc_disp (similar to enum mdoc_list). Display types are now
Kristaps Dzonsons
2010-06-12
8
-87
/
+77
*
Add FreeBSD libraries (provided by Ulrich Spoerlein).
Kristaps Dzonsons
2010-06-11
1
-0
/
+25
*
Implement font-switching for PostScript. -Tps now supports
Kristaps Dzonsons
2010-06-11
2
-61
/
+134
*
Delay opening a word state until a character is ready to be output.
Kristaps Dzonsons
2010-06-11
1
-20
/
+41
*
Teach -Tps to ignore backspace-encoding by using a one-char buffer and a
Kristaps Dzonsons
2010-06-11
3
-5
/
+32
*
Note that we use PostScript level 2, not 1 (the /Courier invocation).
Kristaps Dzonsons
2010-06-11
1
-1
/
+1
*
Allow open word contexts in -Tps to preserve whitespace, as whitespace
Kristaps Dzonsons
2010-06-10
1
-3
/
+4
*
Fix a regression that crept in in man_term.c 1.73 and mdoc_term.c 1.144.
Ingo Schwarze
2010-06-10
2
-5
/
+4
*
Fix adding some minimal intelligence to conditional parser. See roff.7
Kristaps Dzonsons
2010-06-10
3
-35
/
+131
*
Make "sub" for conditionals run roffnode_cleanscope() before calling
Kristaps Dzonsons
2010-06-09
1
-1
/
+11
*
Squash bug noted by Ulrich Spoerlein where "-" were being converted to
Kristaps Dzonsons
2010-06-09
5
-44
/
+65
*
Forgot to increment into the nil terminator. And call va_end() while
Kristaps Dzonsons
2010-06-09
1
-1
/
+3
*
Have the standard manpage header and footer print on every page of -Tps
Kristaps Dzonsons
2010-06-09
5
-68
/
+153
*
Lint noops. Also fixed getsubopt() to be in unistd.h (noted by joerg@).
Kristaps Dzonsons
2010-06-08
2
-0
/
+2
*
Broke ascii_*() functions into term_ascii.c
Kristaps Dzonsons
2010-06-08
5
-250
/
+334
*
No functionality changes: just restructuring. Deprecated
Kristaps Dzonsons
2010-06-08
6
-40
/
+88
*
Missing prototype for getsubopt() on NetBSD fixed.
VERSION.1.10.1
Kristaps Dzonsons
2010-06-08
1
-0
/
+1
*
Fixed missing tag in www index.
Kristaps Dzonsons
2010-06-08
1
-1
/
+0
*
Updated version bits with PostScript goodies.
Kristaps Dzonsons
2010-06-07
1
-36
/
+62
*
Lint fix.
Kristaps Dzonsons
2010-06-07
2
-1
/
+4
*
First check-in of PostScript output. This does not change any logic
Kristaps Dzonsons
2010-06-07
8
-50
/
+332
*
Added version bits for 1.10.1.
Kristaps Dzonsons
2010-06-07
3
-9
/
+18
[prev]
[next]