rust/src/libterm/terminfo
Simon Sapin 108b8b6dc7 Deprecate the bytes!() macro.
Replace its usage with byte string literals, except in `bytes!()` tests.
Also add a new snapshot, to be able to use the new b"foo" syntax.

The src/etc/2014-06-rewrite-bytes-macros.py script automatically
rewrites `bytes!()` invocations into byte string literals.
Pass it filenames as arguments to generate a diff that you can inspect,
or `--apply` followed by filenames to apply the changes in place.
Diffs can be piped into `tip` or `pygmentize -l diff` for coloring.
2014-06-18 17:02:22 -07:00
..
parser Deprecate the bytes!() macro. 2014-06-18 17:02:22 -07:00
mod.rs Fallout from the libcollections movement 2014-06-05 13:55:11 -07:00
parm.rs Deprecate the bytes!() macro. 2014-06-18 17:02:22 -07:00
searcher.rs Fix more misspelled comments and strings. 2014-06-10 11:24:17 -04:00