[Po4a-commits] po4a/debian changelog,1.84,1.85

Martin Quinson po4a-devel@lists.alioth.debian.org
Sun, 15 Aug 2004 07:58:24 +0000


Update of /cvsroot/po4a/po4a/debian
In directory haydn:/tmp/cvs-serv21167/debian

Modified Files:
	changelog 
Log Message:
map doesn't do the trick since we need to shift content within the loop (to pass until the end boundary). So, let's go for a do {shift;blabla} while (scalar @toto);

Index: changelog
===================================================================
RCS file: /cvsroot/po4a/po4a/debian/changelog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- changelog	15 Aug 2004 07:23:20 -0000	1.84
+++ changelog	15 Aug 2004 07:58:21 -0000	1.85
@@ -31,9 +31,9 @@
     my attention to this.
   - [man] add support for the groff builtin registers and for the ms
     "Displays and keeps" macros. Allows to deal with the shadow package.
-  - [TransTractor] change a 'while (shift @toto) {}' to a 'map {} @toto' so
-    that we proceed even if @toto contains empty strings while applying
-    addendums.
+  - [TransTractor/addendum] change a 'while (shift @toto) {}' to a 
+    'do {shift; bla} while (scalar @toto)' so that we proceed even if @toto
+    contains empty strings.
   - [Sgml] stop pushline()ing empty strings since it breaks TransTractor
   Each of the two previous ones (Closes: #265383) of Debian. Yup, this bug
   is fixed twice. Slam!