[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: branch: master updated (1.5.2-20090328-131-g39c97a1)
The branch, master has been updated
via 39c97a1fba873ce706754714a58f854e41c96622 (commit)
from b4627a87c0b451543e4b562a91c2e4fad705ea33 (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/AUTHORS | 2 +-
gnetlist/BUGS | 16 ++++++++--------
gnetlist/INSTALL | 2 +-
gnetlist/TODO | 2 +-
gnetlist/docs/gnetlist.1 | 22 +++++++++++-----------
5 files changed, 22 insertions(+), 22 deletions(-)
=================
Commit Messages
=================
commit 39c97a1fba873ce706754714a58f854e41c96622
Author: Uwe Hermann <uwe@xxxxxxxxxxxxxx>
Commit: Uwe Hermann <uwe@xxxxxxxxxxxxxx>
Fix cosmetic issues, typos, etc. in gnetlist.
:100644 100644 01709f9... f0a942c... M gnetlist/AUTHORS
:100644 100644 0ac5c26... 8fe63fd... M gnetlist/BUGS
:100644 100644 e5539b8... b31b87c... M gnetlist/INSTALL
:100644 100644 91d0f6f... 51639a6... M gnetlist/TODO
:100644 100644 ab5f48f... 9d8e5df... M gnetlist/docs/gnetlist.1
=========
Changes
=========
commit 39c97a1fba873ce706754714a58f854e41c96622
Author: Uwe Hermann <uwe@xxxxxxxxxxxxxx>
Commit: Uwe Hermann <uwe@xxxxxxxxxxxxxx>
Fix cosmetic issues, typos, etc. in gnetlist.
diff --git a/gnetlist/AUTHORS b/gnetlist/AUTHORS
index 01709f9..f0a942c 100644
--- a/gnetlist/AUTHORS
+++ b/gnetlist/AUTHORS
@@ -5,6 +5,6 @@ GPL Electronic Design Automation
AUTHORS
-Please see the AUTHOR file in gschem for the list of authors and contributers
+Please see the AUTHORS file in gschem for the list of authors and contributors
to gEDA/gaf.
diff --git a/gnetlist/BUGS b/gnetlist/BUGS
index 0ac5c26..8fe63fd 100644
--- a/gnetlist/BUGS
+++ b/gnetlist/BUGS
@@ -1,21 +1,20 @@
-
Bugs (no particular order):
-----------------------
+--------------------------
- If a component cannot be read, then this situation is not dealt
with. Technically at this point, gnetlist can't do anything so
it really should exit. Add code to do this later...
- - memory leaks (lots right now) A LOT MORE now!
+ - Memory leaks (lots right now) A LOT MORE now!
- - Ordering of pin outputs in spice netlist ouput for components like
+ - Ordering of pin outputs in spice netlist output for components like
BJT transistors B C E. This is wrong for now. (might be fixed now)
- (SPICE backend) It is possible to have named a net something (say 1)
and then have an unnamed net called 1 as well. Obviously my
unnamed net naming is lame.
- - gnetlist:get-toplevel-attribute only looks for the first occurrance
+ - gnetlist:get-toplevel-attribute only looks for the first occurrence
of the toplevel attribute. Make this somehow better?
- Figure out why the post process screwed up net names when it was
@@ -25,11 +24,12 @@ Bugs (no particular order):
non-linux only?
Finished stuff:
+---------------
-FIXED embedded schematics don't netlist at all.
+FIXED Embedded schematics don't netlist at all.
-OKAY infinite net connection loops
+OKAY Infinite net connection loops.
-FIXED attach an label to a net which is going to no pin and it won't
+FIXED Attach a label to a net which is going to no pin and it won't
show up. (this is because mid point connections are not being
dealt with properly...)
diff --git a/gnetlist/INSTALL b/gnetlist/INSTALL
index e5539b8..b31b87c 100644
--- a/gnetlist/INSTALL
+++ b/gnetlist/INSTALL
@@ -56,7 +56,7 @@ specifying the `--disable-shared' option to `configure'.
The configure script should figure out most system dependant things, but at
this point I'm either not taking into account what configure figures out or
-I have missed some system dependance. So please e-mail me at:
+I have missed some system dependence. So please e-mail me at:
ahvezda@xxxxxxxxxxxxx
- Uninstall
diff --git a/gnetlist/TODO b/gnetlist/TODO
index 91d0f6f..51639a6 100644
--- a/gnetlist/TODO
+++ b/gnetlist/TODO
@@ -15,7 +15,7 @@ Add more regression tests
Hierarchy support
--------------------------------------------------------
-OKAY seperator configurable (char or string, or nothing)
+OKAY separator configurable (char or string, or nothing)
OKAY append / prepend of tag
diff --git a/gnetlist/docs/gnetlist.1 b/gnetlist/docs/gnetlist.1
index ab5f48f..9d8e5df 100644
--- a/gnetlist/docs/gnetlist.1
+++ b/gnetlist/docs/gnetlist.1
@@ -64,13 +64,13 @@ MAXASCII netlist format (-g maxascii)
.IP \[bu]
VHDL-AMS netlist format (-g vams)
.IP \[bu]
-Futurenet2 netlist format (-g futurenet2 )
+Futurenet2 netlist format (-g futurenet2)
.IP \[bu]
-SWITCAP switched capacitor simulator netlist format (-g switcap )
+SWITCAP switched capacitor simulator netlist format (-g switcap)
.IP \[bu]
-RF Cascade netlist format (-g cascade )
+RF Cascade netlist format (-g cascade)
.IP \[bu]
-RACAL-REDAC netlist format (-g redac )
+RACAL-REDAC netlist format (-g redac)
.IP \[bu]
SystemC netlist backend (-g systemc)
.IP \[bu]
@@ -82,7 +82,7 @@ Eagle netlist format (-g eagle)
.IP \[bu]
Netlister for symbolic circuit analysis using Mathematica (-g mathematica)
.IP \[bu]
-LiquidPCB format netlist backend (-g liquidpcb )
+LiquidPCB format netlist backend (-g liquidpcb)
For more info on these formats please look at the README.*
@@ -116,7 +116,7 @@ pass information to backends.
Force embedding contents of .include file when using the spice-sdb backend.
.TP 8
.B -O string
-Pass the given option to the specified backend
+Pass the given option to the specified backend.
.TP 8
.B -m scheme_file
Specify a filename which contains scheme code to be loaded and
@@ -125,7 +125,7 @@ execute after the backend is loaded but still before any guile procedure
and can be used to pass information to backends. This flag, for example,
allows the user to override variables inside of the backends (such as paths).
.TP 8
-.B -n --nomunge
+.B -n, --nomunge
Do not autocorrect the refdes attributes. Only applies to the spice-sdb backend.
.TP 8
.B -c string
@@ -135,10 +135,10 @@ the string with either single or double quotes to satisfy your shell. The
string is execute before any init or netlist backend scheme code is
loaded or executed.
.TP 8
-.B -I --include
+.B -I, --include
Put .INCLUDE <filename> in output file instead of model file's contents.
.TP 8
-.B -h --help
+.B -h, --help
Print out short command line help.
.TP 8
.B -i
@@ -205,7 +205,7 @@ with the -v flag:
.PP
.TP 8
.B GEDADATA
-specifies where the various required scheme and rc files are located
+Specifies where the various required scheme and rc files are located
(the default is ${prefix}/share/gEDA). This environment variables does
not need to be set by the end user unless they are moving the executables
to a new install ${prefix}.
@@ -220,5 +220,5 @@ Ales Hvezda and many others
Copyright \(co 1999-2008 Ales Hvezda
This document can be freely redistributed according to the terms of the
-GNU General Public License version 2.0
+GNU General Public License version 2.0.
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs