pnenzi
ebb48f93ed
Bug fix for error "unknown parameter(save)"
2005-09-18 08:24:07 +00:00
sjborley
d457775820
Reverted to placing the cp_* stream variable definitions back in to src/frontend/streams.c with their extern declarations in src/frontend/streams.h
2005-09-09 17:53:45 +00:00
sjborley
111a46e4b5
Fixed date of last change (oops!)
2005-09-08 20:55:06 +00:00
sjborley
bf6ca0c491
Added hard-coded paths for NGSPICEBINDIR and NGSPICEDATADIR for MinGW targets
2005-09-08 20:52:40 +00:00
pnenzi
c6d286f417
Fixed typo CKT should be ckt
2005-09-08 09:44:32 +00:00
pnenzi
240aea2cdf
Fixed "undefined symbols" error.
2005-09-08 09:43:48 +00:00
sjborley
1104a10c6d
Updated log for a number of miscellaneous fixes
2005-09-06 21:23:24 +00:00
sjborley
b96b9aac28
Implemented fix as described by Hitoshi Tanaka for the problem that causes "Warning - approaching max data size...." to be erroneously reported when compiled with MinGW/MSYS
2005-09-06 21:19:58 +00:00
sjborley
96657c618a
Fixed spelling errors
2005-09-06 20:30:11 +00:00
sjborley
ae5debfbe1
Now gives more relevant advice when a required program is missing.
2005-09-06 20:28:26 +00:00
sjborley
a395786274
Fixed alphabetic order
2005-09-06 20:27:36 +00:00
sjborley
3a69282b3a
Fixed memory leak in tilde expansion
2005-09-06 20:24:47 +00:00
sjborley
54935831ff
Added work-round for missing scroll bar (seems to be an X-Windows bug)
2005-09-06 20:21:09 +00:00
pnenzi
33b254609b
Patch sent by Hitoshi to fix ltra code and "listing" command. See Changelog.
2005-09-04 16:41:27 +00:00
pnenzi
847173ecc0
Updated for rework-17
2005-08-30 07:54:40 +00:00
pnenzi
e9ceec2522
Update for rework-17
2005-08-30 07:51:21 +00:00
pnenzi
9596feb535
An include file was missing.
2005-08-30 07:46:13 +00:00
pnenzi
f3069e042a
Check for flex and yacc moved out of XSPICE for making distributions (Stuart Brorson)
2005-08-27 20:45:20 +00:00
pnenzi
f8ff8283dc
Updated tests.
2005-08-27 18:53:51 +00:00
pnenzi
f79e9e703c
Previous commit was incomplete.
2005-08-27 07:58:01 +00:00
pnenzi
8274fff4fe
String offset wrong. Expression were translated incorrectly.
2005-08-26 20:22:26 +00:00
pnenzi
8e4fb4cef8
Updated for rework-16
2005-08-26 17:01:18 +00:00
pnenzi
ba30810b3f
Added info on compilation for mingw msys.
2005-08-25 19:35:02 +00:00
pnenzi
f1d51ab2aa
Fixed a typo.
2005-08-24 07:26:50 +00:00
pnenzi
54471a1b3b
Changes for making "make dist" working.
2005-08-23 22:13:47 +00:00
pnenzi
dea3a2b372
Corrected typos and updated list.
2005-08-23 19:00:31 +00:00
pnenzi
3dcb37f4c5
Added info on how to report a bug.
2005-08-23 18:54:22 +00:00
pnenzi
ec3e4f98d8
Updated information on ngspice
2005-08-23 18:47:57 +00:00
pnenzi
6ab2709212
Removed since win32 support has been included into ngspice.
2005-08-23 18:39:47 +00:00
pnenzi
f3e144bc8d
Changed according to code supplied by Hitoshi Tanaka.
2005-08-23 18:29:53 +00:00
pnenzi
ef5fab62a5
Removed extra blank lines. They break compilation with mingw.
2005-08-23 08:33:51 +00:00
pnenzi
f805d7ab71
Applied changes to cfunc.mod sent by Hitoshi
2005-08-23 08:21:00 +00:00
pnenzi
9bb78c2d28
Mingw porting.
2005-08-22 21:00:02 +00:00
pnenzi
5bcb23d795
Removed casting for strictier syntax of recent gcc compilers.
2005-08-22 19:29:20 +00:00
sjborley
9fc210b7e3
* In INSTALL added --enable-maintainer-mode as an argument to ./configure
...
when building straight from CVS. This is now necessary due to the use of
version.texi to allow versioning info to be passed into the documentation
system.
2005-08-15 22:32:35 +00:00
sjborley
2952068f93
* Fixed missing parenthesis around CLEANFILES and DISTCLEANFILES in
...
Makefile.am as reported by David Fang <fang@csl.cornell.edu>
* Fixed the section in ngspice.texi where the use of @/ in a @url{} was
giving problems. Actually this whole section on the Windows port is now
out-of-date, and date link was broken, so I have replaced it with something
more appropriate. Thank you to Stuart Brorson for reporting these problems.
2005-08-15 22:24:58 +00:00
sjborley
13be2b6713
* More changes to the documentation. Specifically the make dist now produces
...
a PDF file. See doc/ChangeLog for details
* Update the AUTHORS file and adjusted formatting to make it more compatable
with the texinfo include
2005-08-14 19:43:31 +00:00
sjborley
5a6f1f74db
* Fixed the problems of the AUTHORS file not being found by adding its
...
directory to the search paths for makeinfo and for texi2dvi in Makefile.am
* Fixed the warning caused by @strong{Note:} in ngspice.texti - used the
@quotation Note style as given in the texinfo user manual section 10.2
* Added an @include version.texi in the header of the ngspice.texi file.
This causes automake to create the necessary files and allow the use of
@value(VERSION) in the ngspice.texi. The .cvsignore file has been adjusted
to take account of the generated files.
* Used @copying and @insertcopying for the copyright text in ngspice.texi
and modified the file's structure a little. It now more closely follows the
simple example given in the texinfo user manual.
* Fixed some of the 'overfull' error generated by TeX when processing
ngspice.texi - many more still present.
* removed non-ASCII characters from ngspice.texi. this needed a work-round
for the degrees symbol - used @math{^o}
* Added ngsspice.pdf as an output file of make dist
2005-08-14 19:35:56 +00:00
sjborley
060596f439
Added *.tar.gz
2005-08-11 01:43:48 +00:00
sjborley
b39be19530
Fixed problem with text2dvi and makeinfo when running make dist, and corrected many spelling errors in doc/ngspice.texi
2005-08-11 01:41:02 +00:00
pnenzi
4b99d51495
Added makefile generation for xgraph (to fix distclean target).
2005-08-10 10:54:39 +00:00
pnenzi
c0923323c5
Removed acconfig.h from EXTRA_DIST
2005-08-10 10:53:37 +00:00
pnenzi
db294d26c3
Patch to allow for vm(4,0) and similar.
2005-08-08 19:08:23 +00:00
pnenzi
3c0898d7ac
Updated MIFunsetup()
2005-08-06 08:41:27 +00:00
pnenzi
363ffb85e0
Fixed bug in memory management when xspice codemodels are used.
2005-08-04 08:23:32 +00:00
pnenzi
122f08d65a
Fixed error in "u" definition (Dominique Michel)
2005-07-08 16:22:44 +00:00
pnenzi
c14e9eded3
Added IPC stuff to resource.c
2005-06-30 14:41:38 +00:00
pnenzi
f605f312cf
Fixed a missing include and a missing definition
2005-06-30 14:38:21 +00:00
pnenzi
cfb185c3bb
Bug in power function fixed.
2005-06-30 11:41:17 +00:00
pnenzi
b8dca1b4c2
Fixed xspice extensions.
2005-06-25 19:11:57 +00:00