From: Owen Shepherd Date: Sun, 30 Dec 2012 17:23:14 +0000 (+0000) Subject: Rename all files to match their primary symbol (avoids file conflicts in library... X-Git-Url: https://pd.if.org/git/?p=pdclib;a=commitdiff_plain;h=3082b97d8f2de1584430ad42671a0e056ed33be4 Rename all files to match their primary symbol (avoids file conflicts in library archives) --- diff --git a/functions/_PDCLIB/atomax.c b/functions/_PDCLIB/_PDCLIB_atomax.c similarity index 100% rename from functions/_PDCLIB/atomax.c rename to functions/_PDCLIB/_PDCLIB_atomax.c diff --git a/functions/_PDCLIB/closeall.c b/functions/_PDCLIB/_PDCLIB_closeall.c similarity index 100% rename from functions/_PDCLIB/closeall.c rename to functions/_PDCLIB/_PDCLIB_closeall.c diff --git a/functions/_PDCLIB/digits.c b/functions/_PDCLIB/_PDCLIB_digits.c similarity index 100% rename from functions/_PDCLIB/digits.c rename to functions/_PDCLIB/_PDCLIB_digits.c diff --git a/functions/_PDCLIB/seed.c b/functions/_PDCLIB/_PDCLIB_seed.c similarity index 100% rename from functions/_PDCLIB/seed.c rename to functions/_PDCLIB/_PDCLIB_seed.c diff --git a/functions/_PDCLIB/strtox_main.c b/functions/_PDCLIB/_PDCLIB_strtox_main.c similarity index 100% rename from functions/_PDCLIB/strtox_main.c rename to functions/_PDCLIB/_PDCLIB_strtox_main.c diff --git a/functions/_PDCLIB/strtox_prelim.c b/functions/_PDCLIB/_PDCLIB_strtox_prelim.c similarity index 100% rename from functions/_PDCLIB/strtox_prelim.c rename to functions/_PDCLIB/_PDCLIB_strtox_prelim.c diff --git a/functions/_PDCLIB/filemode.c b/functions/stdio/_PDCLIB_filemode.c similarity index 100% rename from functions/_PDCLIB/filemode.c rename to functions/stdio/_PDCLIB_filemode.c diff --git a/functions/_PDCLIB/prepread.c b/functions/stdio/_PDCLIB_prepread.c similarity index 100% rename from functions/_PDCLIB/prepread.c rename to functions/stdio/_PDCLIB_prepread.c diff --git a/functions/_PDCLIB/prepwrite.c b/functions/stdio/_PDCLIB_prepwrite.c similarity index 100% rename from functions/_PDCLIB/prepwrite.c rename to functions/stdio/_PDCLIB_prepwrite.c diff --git a/functions/_PDCLIB/print.c b/functions/stdio/_PDCLIB_print.c similarity index 100% rename from functions/_PDCLIB/print.c rename to functions/stdio/_PDCLIB_print.c diff --git a/functions/_PDCLIB/scan.c b/functions/stdio/_PDCLIB_scan.c similarity index 100% rename from functions/_PDCLIB/scan.c rename to functions/stdio/_PDCLIB_scan.c