Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LSH
lsh
Commits
c3622263
Commit
c3622263
authored
Oct 7, 1999
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
*** 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
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+28
-0
28 additions, 0 deletions
ChangeLog
doc/TODO
+2
-0
2 additions, 0 deletions
doc/TODO
with
30 additions
and
0 deletions
ChangeLog
+
28
−
0
View file @
c3622263
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,
...
...
This diff is collapsed.
Click to expand it.
doc/TODO
+
2
−
0
View file @
c3622263
...
@@ -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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment