[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: gaf.git: branch: master updated (1.5.0-20080706-430-g581f8ce)



The branch, master has been updated
       via  581f8cec3d5e717fa78417772759b4525a52f458 (commit)
      from  51c2a5c9f7f9ad1c99b9da2774a051ae97f3e62e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 gnetlist/scheme/gnet-bom2.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


=================
 Commit Messages
=================

commit 581f8cec3d5e717fa78417772759b4525a52f458
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Date:   Sat Dec 20 18:56:35 2008 +0000

    gnetlist: Restore bom2 ordering
    
    The changes in 51c2a5c9f7f9ad1c99b9da2774a051ae97f3e62e caused the
    ordering of components in the BOM output to be reversed. This changes
    the ordering back to the way it was before.

:100644 100644 8ec3e95... 65e50e9... M	gnetlist/scheme/gnet-bom2.scm

=========
 Changes
=========

commit 581f8cec3d5e717fa78417772759b4525a52f458
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Date:   Sat Dec 20 18:56:35 2008 +0000

    gnetlist: Restore bom2 ordering
    
    The changes in 51c2a5c9f7f9ad1c99b9da2774a051ae97f3e62e caused the
    ordering of components in the BOM output to be reversed. This changes
    the ordering back to the way it was before.

diff --git a/gnetlist/scheme/gnet-bom2.scm b/gnetlist/scheme/gnet-bom2.scm
index 8ec3e95..65e50e9 100644
--- a/gnetlist/scheme/gnet-bom2.scm
+++ b/gnetlist/scheme/gnet-bom2.scm
@@ -107,7 +107,7 @@
 
 (define (bom2:components-impl ls attriblist bomlist)
   (if (null? ls)
-      bomlist
+      (reverse bomlist)
       (let* ((package (car ls))
              (attribs (bom2:find-attribs package attriblist)))
         (bom2:components-impl (cdr ls) attriblist




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs