Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
b4b101ed
Commit
b4b101ed
authored
Apr 08, 2001
by
Niels Möller
Browse files
*** empty log message ***
Rev: ChangeLog:1.343 Rev: src/digits.h:1.6
parent
4be34a56
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
b4b101ed
2001-04-08 Niels Mller <nisse@cuckoo.hack.org>
* src/lsh.c (main_argp_parser): Deleted old -L handling (moved to
client.c).
* src/sexp_commands.c (do_print_raw_hash_simple): Deleted unused
function.
* src/sexp.c (sexp_sn): Deleted unused function.
* src/io.c (make_listen_callback_no_peer): Deleted unused function.
* src/gc.c (gc): Display number of strings.
* src/client_session.c (do_client_session_eof): Deleted old code
that closed stdin here.
* src/client.c (do_exit_status): Deleted old code sending
CHANNEL_EOF here.
(do_exit_signal): Likewise.
(do_exit_signal): Signals in the exit-signal message are no longer
encoded as integers. XXX Fix in 1.2 branch?
* src/channel.c (do_exc_finish_channel_handler): Deleted old
(#if:ed out) code for raising EXC_FINISH_READ.
(channel_close_handler): Deleted old code calling the channel's
EOF handler here.
* src/lsh.c (main): Call io_final.
* src/io.h (lsh_fd): Added label attribute.
...
...
src/digits.h
View file @
b4b101ed
...
...
@@ -64,9 +64,4 @@ decode_base64(UINT32 length, const UINT8 *in);
struct
lsh_string
*
simple_decode_hex
(
const
unsigned
char
*
in
);
#if 0
struct lsh_string *
simple_decode_base64(const unsigned char *in);
#endif
#endif
/* LSH_DIGITS_H_INCLUDED */
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment