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
1c161cd1
...
1c161cd11cc0d8bbdfba7087cd0e90ce2220e390
authored
2004-08-31 18:26:21 +0000
by
Wojciech Polak
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated
1 parent
be53eb39
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
2 deletions
ChangeLog
doc/texinfo/.cvsignore
doc/texinfo/stream.texi
examples/.cvsignore
ChangeLog
View file @
1c161cd
2004-08-31 Wojciech Polak
* mailbox/file_stream.c (prog_stream_create): Changed type
of the second argument to const char*.
(filter_prog_stream_create): Likewise.
(_prog_stream_create): Changed type of the third argument
to const char*.
* include/mailutils/stream.h (prog_stream_create): Changed
type of the second argument to const char*.
(filter_prog_stream_create): Likewise.
* doc/texinfo/stream.texi: Updated.
* configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.14.1.
2004-08-24 Sergey Poznyakoff
* mail/util.c (util_do_command): Fixed coredump on unparseable
...
...
doc/texinfo/.cvsignore
View file @
1c161cd
...
...
@@ -6,6 +6,9 @@ mailutils.info*
muint.info*
texinfo.tex
version.texi
index.html
stamp-1
vers-muint.texi
mailutils.log
mailutils.dvi
mailutils.aux
...
...
doc/texinfo/stream.texi
View file @
1c161cd
...
...
@@ -67,10 +67,10 @@ If @code{MU_STREAM_NO_CLOSE} is specified, @code{fclose()} will not be called on
@var
{
stdio
}
when
the
stream
is
closed
.
@end
deftypefun
@deftypefun
int
prog_stream_create
(
stream_t
*
@var
{
stream
},
char
*
@var
{
progname
},
int
@var
{
flags
})
@deftypefun
int
prog_stream_create
(
stream_t
*
@var
{
stream
},
c
onst
c
har
*
@var
{
progname
},
int
@var
{
flags
})
@end
deftypefun
@deftypefun
int
filter_prog_stream_create
(
stream_t
*
@var
{
stream
},
char
*
@var
{
progname
},
stream_t
@var
{
input
})
@deftypefun
int
filter_prog_stream_create
(
stream_t
*
@var
{
stream
},
c
onst
c
har
*
@var
{
progname
},
stream_t
@var
{
input
})
@end
deftypefun
@deftypefun
void
stream_destroy
(
stream_t
*
@var
{
stream
},
void
*
@var
{
owner
})
...
...
examples/.cvsignore
View file @
1c161cd
...
...
@@ -17,4 +17,5 @@ listop
pop3client
nntpclient
murun
iconv
*.l[oa]
...
...
Please
register
or
sign in
to post a comment