[teklib-general] teklib: Minor corrections in build configuration, exec documenta...

Timm S. Mueller tmueller at neoscientists.org
Tue May 6 15:33:02 CEST 2008


details:   http://hg.teklib.org/teklib/rev/88b55fbf34b2
changeset: 183:88b55fbf34b2
user:      Timm S. Mueller <tmueller at neoscientists.org>
date:      Sat Apr 26 10:13:19 2008 +0200
description:
Minor corrections in build configuration, exec documentation, display_x11
debug output verbosity

diffs (100 lines):

diff -r 7b80c8f1cb9c -r 88b55fbf34b2 build/config/posix_fbsd.tmk
--- a/build/config/posix_fbsd.tmk	Fri Apr 18 02:50:39 2008 +0200
+++ b/build/config/posix_fbsd.tmk	Sat Apr 26 10:13:19 2008 +0200
@@ -218,7 +218,7 @@
 		\t$(ECHO) "/*" > %1
 		\t$(ECHO) "**\tAUTOMATICALLY GENERATED - DO NOT EDIT BY HAND." >> %1
 		\t$(ECHO) "**\tSee http://www.teklib.org/ for details - to regenerate," >> %1
-		\t$(ECHO) "**\tissue  make linux_sources  in TEKlib's root directory." >> %1
+		\t$(ECHO) "**\tissue  make sources  in TEKlib's root directory." >> %1
 		\t$(ECHO) "*/" >> %1
 		\t$(CAT) %2 >> %1
 [/body]
diff -r 7b80c8f1cb9c -r 88b55fbf34b2 build/config/posix_linux.tmk
--- a/build/config/posix_linux.tmk	Fri Apr 18 02:50:39 2008 +0200
+++ b/build/config/posix_linux.tmk	Sat Apr 26 10:13:19 2008 +0200
@@ -220,7 +220,7 @@
 		\t$(ECHO) "/*" > %1
 		\t$(ECHO) "**\tAUTOMATICALLY GENERATED - DO NOT EDIT BY HAND." >> %1
 		\t$(ECHO) "**\tSee http://www.teklib.org/ for details - to regenerate," >> %1
-		\t$(ECHO) "**\tissue  make linux_sources  in TEKlib's root directory." >> %1
+		\t$(ECHO) "**\tissue  make sources  in TEKlib's root directory." >> %1
 		\t$(ECHO) "*/" >> %1
 		\t$(CAT) %2 >> %1
 [/body]
diff -r 7b80c8f1cb9c -r 88b55fbf34b2 build/config/ps2_ps2_gcc.tmk
--- a/build/config/ps2_ps2_gcc.tmk	Fri Apr 18 02:50:39 2008 +0200
+++ b/build/config/ps2_ps2_gcc.tmk	Sat Apr 26 10:13:19 2008 +0200
@@ -242,7 +242,7 @@
 		\t$(ECHO) "/*" > %1
 		\t$(ECHO) "**\tAUTOMATICALLY GENERATED - DO NOT EDIT BY HAND." >> %1
 		\t$(ECHO) "**\tSee http://www.teklib.org/ for details - to regenerate," >> %1
-		\t$(ECHO) "**\tissue  make linux_sources  in TEKlib's root directory." >> %1
+		\t$(ECHO) "**\tissue  make sources  in TEKlib's root directory." >> %1
 		\t$(ECHO) "*/" >> %1
 		\t$(CAT) %2 >> %1
 [/body]
diff -r 7b80c8f1cb9c -r 88b55fbf34b2 doc/html/exec.html
--- a/doc/html/exec.html	Fri Apr 18 02:50:39 2008 +0200
+++ b/doc/html/exec.html	Sat Apr 26 10:13:19 2008 +0200
@@ -14,14 +14,6 @@
 			<table>
 				<tr>
 					<td class="column1">
-						<a href="#TGetExecBase"><code>TGetExecBase()</code></a> 
-					</td>
-					<td class="column2">
-						Get Execbase pointer from an Exec object
-					</td>
-				</tr>
-				<tr>
-					<td class="column1">
 						<a href="#Modules">Modules</a> 
 					</td>
 					<td class="column2">
@@ -188,6 +180,14 @@
 		</div>
 		<div class="node"><h3><a name="Modules" id="Modules">Modules</a></h3>
 			<table>
+				<tr>
+					<td class="column1">
+						<a href="#TGetExecBase"><code>TGetExecBase()</code></a> 
+					</td>
+					<td class="column2">
+						Get Execbase pointer from an Exec object
+					</td>
+				</tr>
 				<tr>
 					<td class="column1">
 						<a href="#TOpenModule"><code>TOpenModule()</code></a> 
diff -r 7b80c8f1cb9c -r 88b55fbf34b2 doc/text/exec.txt
--- a/doc/text/exec.txt	Fri Apr 18 02:50:39 2008 +0200
+++ b/doc/text/exec.txt	Sat Apr 26 10:13:19 2008 +0200
@@ -5,7 +5,6 @@
 
 ===( Overview )===
 
-TGetExecBase()		|| Get Execbase pointer from an Exec object
 [[#Modules]]		|| Module opening, closing and instances
 [[#Tasks]]			|| Tasks, signals and waiting
 [[#Locking]]		|| Locks and named atoms
@@ -32,6 +31,7 @@ TFillMem32()      	|| Fill memory with a
 
 ===( Modules )===
 
+TGetExecBase()		|| Get Execbase pointer from an Exec object
 TOpenModule()     	|| Open a shared module (or instance)
 TCloseModule()    	|| Close a module (or instance)
 
diff -r 7b80c8f1cb9c -r 88b55fbf34b2 src/display_x11/display_x11_font.c
--- a/src/display_x11/display_x11_font.c	Fri Apr 18 02:50:39 2008 +0200
+++ b/src/display_x11/display_x11_font.c	Sat Apr 26 10:13:19 2008 +0200
@@ -144,7 +144,7 @@ initlib(TMOD_X11 *mod, TSTRPTR libname, 
 
 		if (i == numsyms)
 		{
-			TDBPRINTF(10, ("%s successfully initialised\n", libname));
+			TDBPRINTF(5, ("%s successfully initialised\n", libname));
 		}
 		else
 		{


More information about the teklib-general mailing list