[rebase - The rebase tool, core of the automatic rebase facility during postinstall] branch master, updated. 6d7b8e762a1d4fab271a22d96d56155d168ae4c6
Corinna Vinschen via Cygwin-apps-cvs <[email protected]> Mon, 25 Jul 2022 07:14:42 +0000 (GMT)
| Newsgroups | gmane.os.cygwin.cvs.apps |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/rebase.git;h=6d7b8e762a1d4fab271a22d96d56155d168ae4c6 commit 6d7b8e762a1d4fab271a22d96d56155d168ae4c6 Author: Jon Bailey <[email protected]> Date: Fri Jul 22 15:46:27 2022 -0600 Fix documentation .pdf link * README (Background): Link changed from Coral CDN to Wayback Machine Diff: --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 372de2d..03afdb2 100644 --- a/README +++ b/README @@ -77,7 +77,7 @@ problem: memory where the DLL is being mapped. When the same DLL is loaded in another process, its section object is reused and it is mapped at the same virtual addresses. - http://taossa.com.nyud.net:8080/archive/bh08sotirovdowd.pdf + https://web.archive.org/web/20080913064223/http%3A%2F%2Ftaossa.com%2Farchive%2Fbh08sotirovdowd.pdf Thus, IF all cygwin dlls (except cygwin1.dll) -- or, at least the ones for which you often get the *** unable to remap *** error --