Skip to content
Snippets Groups Projects
Commit c3622263 authored by Niels Möller's avatar Niels Möller
Browse files

*** empty log message ***

Rev: ChangeLog:1.102
Rev: doc/TODO:1.60
parent 5a839220
No related branches found
No related tags found
No related merge requests found
1999-10-07 Niels Mller <nisse@cuckoo.localdomain>
* src/lsh_types.h: Use HAVE_GCC_ATTRIBUTE.
(FUNCTION_NAME): New define.
* src/client.c (do_exit_status): Removed test of CHANNEL_SENT_EOF flag.
(do_exit_signal): -"-
* src/channel.c (do_channel_eof): Removed test of
CHANNEL_SENT_CLOSE flag.
(do_channel_write): Removed test of CHANNEL_SENT_EOF flag.
(do_channel_write_extended): -"-
* src/Makefile.am.in: Added correct path to compiler.scm.
(SUBDIRS): Added argp sub directory.
* configure.in: Added --with-system-argp.
* acconfig.h: Renamed HAVE_ATTRIBUTE to HAVE_GCC_ATTRIBUTE. Added
HAVE_GCC_FUNCTION.
1999-10-04 Niels Mller <nisse@cuckoo.localdomain>
* src/sexp_conv.c (main): Added argp support.
* src/sexp.c (sexp_argp): -"-
* src/werror.c (werror_argp): -"-
1999-10-02 Niels Mller <nisse@cuckoo.localdomain> 1999-10-02 Niels Mller <nisse@cuckoo.localdomain>
* src/Makefile.am.in (EXTRA_DIST): Removed make_class, * src/Makefile.am.in (EXTRA_DIST): Removed make_class,
......
...@@ -272,3 +272,5 @@ Figure out why -nt doesn't work. ...@@ -272,3 +272,5 @@ Figure out why -nt doesn't work.
In channel_eof() and channel_close(), don't assert() that close or eof In channel_eof() and channel_close(), don't assert() that close or eof
have not been sent already, but instead check the appropriate flags have not been sent already, but instead check the appropriate flags
and do the right thing. and do the right thing.
The supplied argp is compiled even if it isn't used.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment