From eaca00daa3f72196e3476cc0901f249b8f65cad5 Mon Sep 17 00:00:00 2001 From: pi-rho Date: Wed, 22 Feb 2012 20:53:10 -0600 Subject: [PATCH] renamed: hd.c -> hdng.c, mainly to avoid collision on some systems with BSD util hexdump, which is normally symlinked as hd renamed: pyesc.c -> repr.c, mainly because pyesc reads as "pie-c" to me and the program is supposed to act like Python's repr(). I figure if you're looking for a command-line repr(), you probably know what repr is. --- src/{hd.c => hdng.c} | 0 src/{pyesc.c => repr.c} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/{hd.c => hdng.c} (100%) rename src/{pyesc.c => repr.c} (100%) diff --git a/src/hd.c b/src/hdng.c similarity index 100% rename from src/hd.c rename to src/hdng.c diff --git a/src/pyesc.c b/src/repr.c similarity index 100% rename from src/pyesc.c rename to src/repr.c