[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gnustandards ChangeLog make-stds.texi standards...
From: |
Karl Berry |
Subject: |
gnustandards ChangeLog make-stds.texi standards... |
Date: |
Mon, 12 Apr 2010 17:20:42 +0000 |
CVSROOT: /sources/gnustandards
Module name: gnustandards
Changes by: Karl Berry <karl> 10/04/12 17:20:42
Modified files:
. : ChangeLog make-stds.texi standards.texi
Log message:
printf ok as basic utility
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnustandards/ChangeLog?cvsroot=gnustandards&r1=1.108&r2=1.109
http://cvs.savannah.gnu.org/viewcvs/gnustandards/make-stds.texi?cvsroot=gnustandards&r1=1.57&r2=1.58
http://cvs.savannah.gnu.org/viewcvs/gnustandards/standards.texi?cvsroot=gnustandards&r1=1.196&r2=1.197
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnustandards/gnustandards/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -b -r1.108 -r1.109
--- ChangeLog 28 Mar 2010 00:07:38 -0000 1.108
+++ ChangeLog 12 Apr 2010 17:20:41 -0000 1.109
@@ -1,3 +1,11 @@
+2010-04-12 Karl Berry <address@hidden>
+
+ * make-stds.texi (Makefile Basics): include printf.
+ Suggestion from Eric Blake.
+
+ * standards.texi (--version) <RBSD>: use @* to avoid
+ underfull hbox.
+
2010-03-27 Karl Berry <address@hidden>
* standards.texi (Graphical Interfaces): Recommend D-Bus
Index: make-stds.texi
===================================================================
RCS file: /sources/gnustandards/gnustandards/make-stds.texi,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -b -r1.57 -r1.58
--- make-stds.texi 23 Feb 2010 14:13:13 -0000 1.57
+++ make-stds.texi 12 Apr 2010 17:20:42 -0000 1.58
@@ -159,8 +159,8 @@
@c mkfifo mknod tee uname
@example
-awk cat cmp cp diff echo egrep expr false grep install-info
-ln ls mkdir mv pwd rm rmdir sed sleep sort tar test touch tr true
+awk cat cmp cp diff echo egrep expr false grep install-info ln ls
+mkdir mv printf pwd rm rmdir sed sleep sort tar test touch tr true
@end example
Compression programs such as @code{gzip} can be used in the
@@ -525,7 +525,6 @@
@table @samp
@item includedir
address@hidden rewritten to avoid overfull hbox --roland
The directory for installing header files to be included by user
programs with the C @samp{#include} preprocessor directive. This
should normally be @file{/usr/local/include}, but write it as
Index: standards.texi
===================================================================
RCS file: /sources/gnustandards/gnustandards/standards.texi,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -b -r1.196 -r1.197
--- standards.texi 28 Mar 2010 00:07:38 -0000 1.196
+++ standards.texi 12 Apr 2010 17:20:42 -0000 1.197
@@ -3,7 +3,7 @@
@setfilename standards.info
@settitle GNU Coding Standards
@c This date is automagically updated when you save this file:
address@hidden lastupdate March 26, 2010
address@hidden lastupdate April 12, 2010
@c %**end of header
@dircategory GNU organization
@@ -1079,7 +1079,7 @@
The license for Python, @url{http://www.python.org/@/2.0.1/@/license.html}.
@item RBSD
-The revised (3-clause) BSD, compatible with the GNU GPL,
+The revised (3-clause) BSD, compatible with the GNU GPL,@*
@url{http://www.xfree86.org/@/3.3.6/@/COPYRIGHT2.html#5}.
@item X11
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- gnustandards ChangeLog make-stds.texi standards...,
Karl Berry <=