Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc



Module Name:    basesrc
Committed By:   lukem
Date:           Thu Nov 11 02:53:06 UTC 1999

Modified Files:
        basesrc/usr.bin/ftp: cmds.c cmdtab.c extern.h ftp.1 ftp_var.h main.c
            util.c

Log Message:
- implement updateremotepwd(); update the global variable `remotepwd'
  to contain the remote working directory.
- add `set prompt', a user configurable prompt. (defaults to `ftp> ').
  the following escape characters a la tcsh(1) are supported: %/, %m,
  %M, and %n.
- add global var `username'; used by prompt code
- fix a couple of minor memory leaks
- bump version


To generate a diff of this commit:
cvs rdiff -r1.78 -r1.79 basesrc/usr.bin/ftp/cmds.c
cvs rdiff -r1.32 -r1.33 basesrc/usr.bin/ftp/cmdtab.c
cvs rdiff -r1.48 -r1.49 basesrc/usr.bin/ftp/extern.h
cvs rdiff -r1.57 -r1.58 basesrc/usr.bin/ftp/ftp.1
cvs rdiff -r1.46 -r1.47 basesrc/usr.bin/ftp/ftp_var.h
cvs rdiff -r1.65 -r1.66 basesrc/usr.bin/ftp/main.c
cvs rdiff -r1.80 -r1.81 basesrc/usr.bin/ftp/util.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index