11
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 2 days ago.
Jul 26, 2024 — Jul 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
*** empty log message ***
John Harper
as john
More... about 27 years ago
Added .jlc and .jld suffixes
John Harper
as john
More... about 27 years ago
*** empty log message ***
John Harper
as john
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..
John Harper
as john
More... about 27 years ago
(make-list, nth, nthcdr, make-vector, aset, aref, make-string, substring): check and signal negative arguments
John Harper
as john
More... about 27 years ago
(remote-ftp-bad-msgs): added invalid command message
John Harper
as john
More... about 27 years ago
(remote-ftp-ls-format): new variable
John Harper
as john
More... about 27 years ago
(remote-file-regexp): only allow sensible characters in user and host names
John Harper
as john
More... about 27 years ago
(remote-ftp-host-user-alist): map host names to default users
John Harper
as john
More... about 27 years ago
*** empty log message ***
John Harper
as john
More... about 27 years ago
fix remote file copying
John Harper
as john
More... about 27 years ago
(cmd_copy_file): handle local->remote and remote->local copies correctly
John Harper
as john
More... about 27 years ago
(remote-ftp-passwd-alist, remote-ftp-get-passwd, remote-ftp-add-passwd): password caching
John Harper
as john
More... about 27 years ago
(sys_file_modes): mask out all but the permission bits
John Harper
as john
More... about 27 years ago
remove last fix
John Harper
as john
More... about 27 years ago
(remote-ftp-max-sessions, remote-ftp-anon-users, remote-ftp-anon-passwd): new variables
John Harper
as john
More... about 27 years ago
*** empty log message ***
John Harper
as john
More... about 27 years ago
minor fixes
John Harper
as john
More... about 27 years ago
(sys_expand_file_names): fix somes bugs when handling "." and ".." in otherwise empty strings
John Harper
as john
More... about 27 years ago
*** empty log message ***
John Harper
as john
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
John Harper
as john
More... about 27 years ago
remote remote-rcp to a separate file
John Harper
as john
More... about 27 years ago
new file, split from remote.jl. Doesn't work very well
John Harper
as john
More... about 27 years ago
new file, an FTP backend for accessing remote files; seems to work quite well
John Harper
as john
More... about 27 years ago
(debug-error-entry): always print backtrace
John Harper
as john
More... about 27 years ago
(cmd_accept_process_output): new function, accept and process output, or timeout
John Harper
as john
More... about 27 years ago
(sys_event_loop): split into separate parts to allow new functions sys_sit_for and sys_accept_input
John Harper
as john
More... about 27 years ago
(cmd_sit_for): new function, wait for input or a timeout
John Harper
as john
More... about 27 years ago
minor fixes
John Harper
as john
More... about 27 years ago
*** empty log message ***
John Harper
as john
More... about 27 years ago