~kicad/+git/ngspice-mirror-sourceforge:hv_savelinnos

Last commit made on 2024-04-30
Get this branch:
git clone -b hv_savelinnos https://git.launchpad.net/~kicad/+git/ngspice-mirror-sourceforge
Members of KiCad can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
hv_savelinnos
Repository:
lp:~kicad/+git/ngspice-mirror-sourceforge

Recent commits

c51dc8e... by Holger Vogt

Don't delete sourceinfo as it may lead to a crash upon 'quit'.
Needs further investigation.

c506a12... by Holger Vogt

Reload sourceinfo when changing the current circuit.

22cd73a... by Holger Vogt

Save the wordlist sourceinfo to the current circuit.
Remove sourceinfo only upon 'quit'.

ee4643d... by Holger Vogt

Add a fcn wl_delete to free the wordlist, but not its wl_word contents.

242ef0f... by Holger Vogt

Add (enhanced) patch by Giles Atkinson
Add controlled_exit() to errors when parsing functions.
Add verbose error messages, including line number and
name of the source file.

.lib file handlinmg with its recursive structure probably needs
testing and improvements.

More error messages may need this update.

0a949fd... by Holger Vogt

Add linum_orig and linesource to commented out *include line

1a340d0... by Holger Vogt

Add linenum_orig and linesource info to newly generated
U device lines.

7e0fe5f... by Holger Vogt

Add char *lineinfo to parameters of fcn insert_new_line

cb20ec1... by Holger Vogt

New parameter char *linesource for fcn insert_new_line
Make Fcn inp_read in inpcom.c static

27886e3... by Holger Vogt

Add file_name to fcn inp_read
Add wordlist sourceinfo to store input sources
path/file, internal, etc.)
debug_out.txt adds line info (var. sourcelineinfo)
Add sourcelineinfo to wordlist sourceinfo and to each new line.
When adding lines due to compatibility handling, use existing
linenum_orig and linesource.