29
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Jun 08, 2024 — Jun 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Move from `file' to `filename' in lots of places. Did this really make sense? Hm. See below: More... about 25 years ago
Changes by Joe Stoy to make things more stable. Tries to wait for the remote prompt a little more often. More... about 25 years ago
rcp-open-connection-setup-interactive-shell: some commands executed at the beginning of the session may produce bogus output. Don't worry about that and just continue normally. More... about 25 years ago
rcp-handle-shell-command: shell-command now seems to accept a third argument. Actually handling this isn't implemented yet, but let's at least emit a meaningful message. More... about 25 years ago
Opening remote CVS-controlled files wouldn't work because vc-find-cvs-master assumes that file-attributes doesn't frob the match data, but rcp-handle-file-attributes did frob the match data. More... about 25 years ago
Some files don't need to be in the CVS repository. More... about 25 years ago
Some files don't need to be in the CVS repository. More... about 25 years ago
rcp-open-connection-setup-interactive-shell: typo. More... about 25 years ago
rcp-open-connection-setup-interactive-shell: send misc shell commands in one go, rather than one at a time. More... about 25 years ago
Kudos to Pete Forman for providing the `uudecode to standard output' command for AIX. More... over 25 years ago
Bug in previous changes. More... over 25 years ago
Bug fix in make-auto-save-file-name advice. More sanity checking. More... over 25 years ago
Joe Stoy contributed these patches for file name handling on NT as well as better handling of auto-save files. More... over 25 years ago
rcp-find-shell: Try to make it more robust; searches for shell prompt after exec'ing ksh or bash. More... over 25 years ago
Simple change to test `cvs ci' mailings. More... over 25 years ago
Updated the documentation in response to Kai Gros�johann's comments. Many minor and not-so-minor corrections to the documentation. More... over 25 years ago
Ted Stern <[email protected]>: Suggestions for Makefile; missing subdir Makefiles More... over 25 years ago
*** empty log message *** More... over 25 years ago
*** empty log message *** More... over 25 years ago
Daniel Pittman adds support for sending bug reports. More... over 25 years ago
rcp-handle-write-region: Daniel Pittman: More... over 25 years ago
rcp-wait-for-output: Joe Stoy: look for rcp-end-of-output alone on its line. (Joe provided the fix, not only the report, as claimed in the last log entry.) More... over 25 years ago
rcp-wait-for-output: Look for rcp-end-of-output alone on its line. Sometimes, `/////' can appear in base64 encoded text, apparently. Kudos to Joe Stoy <[email protected]> for this report. More... over 25 years ago
rcp-find-ls-command would never search for bash because rcp-find-executable would signal an error. So rcp-find-executable now just returns nil. Changed other code to take this into account. Kudos to Joe Stoy <[email protected]> for reporting this. More... over 25 years ago
Much expaned by Daniel Pittman. More... over 25 years ago
Joe Stoy: rcp-substitute-percent-escapes: Allow null file name components, e.g. "/r:us...@host:" is home dir. More... over 25 years ago
Daniel Pittman has devised this patch. Mario DeWeerd says this is the right behavior. More... over 25 years ago
The uudecode change was suggested by mkoeppe; I had completely forgotten about that. More... over 25 years ago
Use better `uuencode' command. More... over 25 years ago
Tried to use a safer command for uudecode. More... over 25 years ago