Download Latest Version nocp-2.0.4.tar.bz2 (18.6 kB)
Email in envelope

Get an email when there's a new version of No Clobber Copy

Home
Name Modified Size InfoDownloads / Week
2.0.4 2013-08-27
2.0.3 2013-08-22
2.0.2 2013-08-21
2.0.1 2013-08-14
2.0.0 2013-08-14
1.4.0_rc2 2013-07-03
1.3.1 2013-07-02
1.3 2013-07-02
README.md 2013-08-22 1.0 kB
Totals: 9 Items   1.0 kB 0

Release notes

Syntax

* Filename:

(A +): Added A.
(- A): Removed A.
(B +): Added B.
(B += foo): Added foo to B.
(B -= foo): Removed foo from B.
(foobar +- B): Replaced B with foobar.
(foobar): Modified foobar.  
(C +): Added C.
(C, foobar): Modified C and foobar.  
(C; D +): Modified C and added D.
(D +?): If D already exists, then D has been modified, else D is a new addition.  
(*): Miscellaneous changes made
(!): bug fixed

Version 2.0.3

  • nocp.scm:

    • (lambda-1): swapped `filepath:join' for seemingly less buggy `make-pathname'.

    • (err): added key `0.4'.

    • (close): added section `B' for non-fatal errors, that is warnings.

    • (*): added `(use list-utils)' to the start of the file.

    • (dir-filter): wrote a function that filters out any directories present in SOURCES, since `nocp' is not yet capable of copying directories recursively.

    • (main): switched `(car)' for `(car (list-utils#section))' at SOURCES assignment in the `(let*)' expression near line 193.

Source: README.md, updated 2013-08-22