Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
2e71d195
...
2e71d1959f6f382738d9f4bd6ede9a853f4c8882
authored
2008-11-16 21:48:16 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
* mailbox/argcv.c (quote_transtab): Add vertical tabulation character.
1 parent
1819c2db
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
ChangeLog
mailbox/argcv.c
ChangeLog
View file @
2e71d19
2008-11-16 Sergey Poznyakoff <gray@gnu.org.ua>
* mailbox/argcv.c (quote_transtab): Add vertical tabulation
character.
2008-11-15 Sergey Poznyakoff <gray@gnu.org.ua>
* mailbox/cfg_driver.c (mu_cfg_tree_reduce): Format parse tree
...
...
mailbox/argcv.c
View file @
2e71d19
...
...
@@ -159,7 +159,7 @@ argcv_scan (struct argcv_info *ap)
return
ap
->
save
;
}
static
char
quote_transtab
[]
=
"
\\\\\"\"
a
\a
b
\b
f
\f
n
\n
r
\r
t
\t
"
;
static
char
quote_transtab
[]
=
"
\\\\\"\"
a
\a
b
\b
f
\f
n
\n
r
\r
t
\t
v
\v
"
;
int
argcv_unquote_char
(
int
c
)
...
...
Please
register
or
sign in
to post a comment