pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Tree-DAG_Node



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov  2 17:33:47 UTC 2014

Modified Files:
        pkgsrc/devel/p5-Tree-DAG_Node: Makefile distinfo

Log Message:
Update to 1.23:

1.23  Mon Oct 20 18:12:00 2014
        - Change output format when using node2string(), which is called by tree2string().
                Indentation which used to be '|---' is now '|--- '. So, a tree which used to be printed as:
                |---:default
                |   |---::=
                |   |---action
                |   |---=>
                |   |---[values]
                Is now printed as:
                |--- :default
                |   |--- ::=
                |   |--- action
                |   |--- =>
                |   |--- [values]
                This makes the difference between node names ''/'-', '1'/'-1', etc, much clearer.
                Apologies to anyone who runs tests which compare the output with pre-existing files.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/p5-Tree-DAG_Node/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/p5-Tree-DAG_Node/distinfo

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