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
/
roff_escape.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Surprisingly, every escape sequence can also be used as an argument
Ingo Schwarze
2022-06-08
1
-25
/
+48
*
Split the excessively generic diagnostic message "invalid escape sequence"
Ingo Schwarze
2022-06-07
1
-7
/
+17
*
To better match groff parsing, reject digits and some mathematical
Ingo Schwarze
2022-06-06
1
-7
/
+9
*
Allow arbitrary argument delimiters for \C, like groff does.
Ingo Schwarze
2022-06-06
1
-4
/
+5
*
With the improved escape sequence parser, it becomes easy to also improve
Ingo Schwarze
2022-06-05
1
-11
/
+22
*
Small cleanup of error reporting:
Ingo Schwarze
2022-06-05
1
-11
/
+12
*
Since \. is not a character escape sequence, re-classify it from the
Ingo Schwarze
2022-06-02
1
-2
/
+2
*
Avoid the layering violation of re-parsing for \E in roff_expand().
Ingo Schwarze
2022-06-02
1
-19
/
+22
*
Fix a buffer overrun in the roff(7) escape sequence parser that could
Ingo Schwarze
2022-06-01
1
-0
/
+3
*
Rudimentary implementation of the \A escape sequence, following groff
Ingo Schwarze
2022-05-31
1
-3
/
+18
*
Trivial patch to put the roff(7) \g (interpolate format of register)
Ingo Schwarze
2022-05-31
1
-1
/
+1
*
Dummy implementation of the roff(7) \V (interpolate environment variable)
Ingo Schwarze
2022-05-30
1
-1
/
+1
*
Re-classify the roff(7) \r (reverse line feed) escape sequence
Ingo Schwarze
2022-05-20
1
-1
/
+1
*
Make roff_expand() parse left-to-right rather than right-to-left.
Ingo Schwarze
2022-05-19
1
-0
/
+477