summaryrefslogtreecommitdiff
path: root/lib/rename.c
Commit message (Collapse)AuthorAgeFilesLines
* WIN32: stop forcing narrow-character APIMarcel Raad2020-07-271-3/+12
| | | | | | | | | | Except where the results are only used for character output. getenv is not touched because it's part of the public API, and having it return UTF-8 instead of ANSI would be a breaking change. Fixes https://github.com/curl/curl/issues/5658 Fixes https://github.com/curl/curl/issues/5712 Closes https://github.com/curl/curl/pull/5718
* rename: a new file for Curl_rename()Daniel Stenberg2020-02-181-0/+62
And make the cookie save function use it.