Mail Archives: djgpp/2015/05/18/13:18:46
X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f
|
X-Recipient: | djgpp AT delorie DOT com
|
Message-ID: | <555A2D44.4070701@gmx.de>
|
Date: | Mon, 18 May 2015 20:19:48 +0200
|
From: | "Juan Manuel Guerrero (juan DOT guerrero AT gmx DOT de)" <djgpp AT delorie DOT com>
|
User-Agent: | Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.13) Gecko/20101206 SUSE/3.1.7 Thunderbird/3.1.7
|
MIME-Version: | 1.0
|
To: | djgpp AT delorie DOT com
|
Subject: | Format adjustment of wc205.txi
|
X-Provags-ID: | V03:K0:891CBICgzZ8NtmRWKFR3ZGAKILjRV/wDnLJf4u8OKIBoj4YJyGH
|
| OcnjuChq6ByzsDgzp+rvXbTjO0eZ+VzgETzfvs4P0OEJm2ZLmUKXdwTiWsKvRvV1pzuR5AJ
|
| HbtKAg96M4GPIoni+zUBegj2XsYynk1m2UvbKo2xBnsICgXSd2MRAu9x8G0DnNWpAkm9UOg
|
| 9nS0rEnWHEBUBx+oA0Trw==
|
X-UI-Out-Filterresults: | notjunk:1;
|
Reply-To: | djgpp AT delorie DOT com
|
I have tried to adjust the format of wc205.txi to the format used in wc204.txi.
If there is something wrong, please tell. If I get not objection in a
rasonable period of time I will apply the change.
Regards,
Juan M. Guerrero
2015-05-17 Juan Manuel Guerrero <juan DOT guerrero AT gmx DOT de>
* djgpp/src/docs/kb/wc205.txi: Fix format issues.
diff -aprNU5 djgpp.orig/src/docs/kb/wc205.txi djgpp/src/docs/kb/wc205.txi
--- djgpp.orig/src/docs/kb/wc205.txi 2015-05-04 04:23:40 +0000
+++ djgpp/src/docs/kb/wc205.txi 2015-05-18 00:37:40 +0000
@@ -12,12 +12,12 @@ One basic problem of DJGPP v2.04 was slo
@code{free}. In DJGPP v2.05, memory management was replaced by the
@strong{nmalloc} implementation written by Charles B. Falconer (1931-2012).
nmalloc was already used for a rather long time for various DJGPP packages
including DJGPP port of GCC.
-@subsection Update of DXE lookup
-
+@cindex Update of @acronym{DXE3} lookup
+@cindex @env{SYSTEM_DXE_PATH}, new search path for @acronym{DXE3} modules
Updated handling of DXE search path for relative file names
@itemize @bullet
@item At first, directories from @env{LD_LIBRARY_PATH} are tried. The
predefined value of @env{LD_LIBRARY_PATH} is currently kept for
@@ -32,11 +32,10 @@ directories where DJGPP's own DXE files
Both environment variables contain @strong{;} separated lists of directories.
Before DJGPP-v2.05, only @env{LD_LIBRARY_PATH} was used. The result was DXE
lookup failure when @env{LD_LIBRARY_PATH} was redefined by user.
-@subsection Bug Fixes
-
+@cindex @file{dir.h}, fixed a wrong structure packing directive
@file{dir.h}: Fixed a wrong structure packing directive (bug introduced by
djgpp-v2.01 back in 1996) that would infect other sources and headers with
potentially adverse effects. NOTE: You might want to recompile your libraries.
- Raw text -