*** empty log message *** |
|
More...
|
about 27 years ago
|
Added .jlc and .jld suffixes |
|
More...
|
about 27 years ago
|
*** empty log message *** |
|
More...
|
about 27 years ago
|
(run_process): another attempt at fixing the process-exited-but-no-eof problem. Again, I think I may have it this time.. |
|
More...
|
about 27 years ago
|
(make-list, nth, nthcdr, make-vector, aset, aref, make-string, substring): check and signal negative arguments |
|
More...
|
about 27 years ago
|
(remote-ftp-bad-msgs): added invalid command message |
|
More...
|
about 27 years ago
|
(remote-ftp-ls-format): new variable |
|
More...
|
about 27 years ago
|
(remote-file-regexp): only allow sensible characters in user and host names |
|
More...
|
about 27 years ago
|
(remote-ftp-host-user-alist): map host names to default users |
|
More...
|
about 27 years ago
|
*** empty log message *** |
|
More...
|
about 27 years ago
|
fix remote file copying |
|
More...
|
about 27 years ago
|
(cmd_copy_file): handle local->remote and remote->local copies correctly |
|
More...
|
about 27 years ago
|
(remote-ftp-passwd-alist, remote-ftp-get-passwd, remote-ftp-add-passwd): password caching |
|
More...
|
about 27 years ago
|
(sys_file_modes): mask out all but the permission bits |
|
More...
|
about 27 years ago
|
remove last fix |
|
More...
|
about 27 years ago
|
(remote-ftp-max-sessions, remote-ftp-anon-users, remote-ftp-anon-passwd): new variables |
|
More...
|
about 27 years ago
|
*** empty log message *** |
|
More...
|
about 27 years ago
|
minor fixes |
|
More...
|
about 27 years ago
|
(sys_expand_file_names): fix somes bugs when handling "." and ".." in otherwise empty strings |
|
More...
|
about 27 years ago
|
*** empty log message *** |
|
More...
|
about 27 years ago
|
(wait_for_input, handle_input, sys_event_loop, sys_sit_for, sys_accept_input): use local copies of the master fd set to allow recursive use of sys_accept_input |
|
More...
|
about 27 years ago
|
remote remote-rcp to a separate file |
|
More...
|
about 27 years ago
|
new file, split from remote.jl. Doesn't work very well |
|
More...
|
about 27 years ago
|
new file, an FTP backend for accessing remote files; seems to work quite well |
|
More...
|
about 27 years ago
|
(debug-error-entry): always print backtrace |
|
More...
|
about 27 years ago
|
(cmd_accept_process_output): new function, accept and process output, or timeout |
|
More...
|
about 27 years ago
|
(sys_event_loop): split into separate parts to allow new functions sys_sit_for and sys_accept_input |
|
More...
|
about 27 years ago
|
(cmd_sit_for): new function, wait for input or a timeout |
|
More...
|
about 27 years ago
|
minor fixes |
|
More...
|
about 27 years ago
|
*** empty log message *** |
|
More...
|
about 27 years ago
|