| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This eliminates the only remaining external caller of read_only_bottom(), so
inline read_only_bottom() into read_only_bottom_close_and_rename().
|
|
|
|
| |
Inline safer_rename() into its only caller, close_and_rename().
|
|
|
|
| |
Use this in regen/uconfig_h.pl
|
|
Most of the work is done by config_h.SH, but the wrapper is needed to add the
digest lines, so that t/porting/regen.t can verify that it's up to date.
I think that we need to take the "digest" approach, rather than "build to a
temporary file during testing", as we can't rely on a working Unix shell on
all platforms, and we couldn't even be sure that we get the skip list correct.
|