Commit Graph

290 Commits

Author SHA1 Message Date
rlar 87ae3be5df inpcom.c, cleanup, emphasize a search in subckt_w_params[] 2013-05-19 23:11:42 +02:00
rlar 3b5bb3f4a6 inpcom.c, abstraction, new_subckt_w_params() 2013-05-19 23:09:15 +02:00
rlar 9fd882327e inpcom.c, abstraction, new_lib() 2013-05-19 23:08:50 +02:00
rlar 2b76a08190 inpcom.c, cleanup usage of free_function() 2013-05-18 23:24:15 +02:00
rlar 7e84a75ff7 inpcom.c, abstraction, free_function() 2013-05-18 23:24:13 +02:00
rlar 5892a65b23 inpcom.c, think in terms of struct functions instead of an integer 2013-05-18 23:24:10 +02:00
rlar 774c7f9781 inpcom.c, emphasize a potential bug 2013-05-18 23:23:38 +02:00
rlar 0132e3cc0c inpcom.c, think in terms of struct library instead of an integer 2013-05-18 23:18:20 +02:00
rlar 811edbcafb inpcom.c, collect globals into a struct 2013-05-18 23:18:20 +02:00
rlar 82ec45c519 inpcom.c, rename N_FUNCS and N_LIBRARY 2013-05-18 23:18:20 +02:00
rlar afeb7e4b59 inpcom.c, rewrite .lib processing 2013-05-18 09:52:59 +02:00
rlar 54be463685 inpcom.c, array bounds check, use controlled_exit() 2013-05-18 09:52:59 +02:00
h_vogt 8f18afbc9c inpcom.c: debug output streamlined 2013-05-18 08:23:05 +02:00
h_vogt e1c8dc5439 inpcom.c: larger array size, debug otuput modified 2013-05-18 08:11:09 +02:00
rlar 76747015dc inpcom.c, array bounds check 2013-05-17 23:39:42 +02:00
h_vogt 81c8a23d28 inpcom.c: disable m for e, h 2013-05-15 21:09:09 +02:00
dwarning 2c79b7b789 Allow Multiplier for current source in subckts 2013-05-11 22:07:47 +02:00
h_vogt 0b773150cc inpcom.c: some comments added 2013-05-11 16:31:27 +02:00
h_vogt c81f30ae8f inpcom.c: no multiplier 'm' added to V, I lines in subckt 2013-05-11 16:06:58 +02:00
h_vogt a23a913db9 inpcom.c fcn nested ternary hot fix 2013-05-03 23:11:51 +02:00
rlar 3f971d0d8e bug fix, preserve filename case for `codemodel', `load' and `use'
reported and fixed by Emil Lambrache
in bug tracker
  "case sensitivity not preserved for file names - ID: 3611642"
  https://sourceforge.net/tracker/?func=detail&atid=423915&aid=3611642&group_id=38962
2013-04-23 18:54:59 +02:00
h_vogt 18938c948b HAS_WINDOWS --> HAS_WINGUI
MS Windows compile without GUI possible!
2013-03-23 09:54:44 +01:00
h_vogt 7d948f3455 add command 'circbyline' to allow entering circuit
line by line
2013-03-06 23:01:37 +01:00
rlar cda882f31b inpcom.c: cleanup comments 2013-02-25 23:08:49 +01:00
rlar e128a62187 expand_libs(): think of `next' instead `prev' 2013-02-25 23:08:24 +01:00
rlar fdf4d87ea7 expand_libs(): rename `tmp_ptr2' --> `next' 2013-02-25 23:08:23 +01:00
rlar d8d80482da expand_libs(): reposition `keep_char' restorage 2013-02-25 23:08:23 +01:00
rlar ca351a1762 expand_libs(): shrink scope of `found_section' 2013-02-25 23:08:22 +01:00
rlar 18e3a436ac expand_libs(): bug fix, missing check for .endl at the tail of a file 2013-02-25 23:08:21 +01:00
rlar 59c1c9d0da inpcom.c: rename local variable names 2013-02-25 23:08:19 +01:00
rlar 3d5eb33fa7 inpcom.c: rename local variable names 2013-02-25 23:08:08 +01:00
rlar 68b5ccf445 inpcom.c: rename local variable names 2013-02-25 23:03:33 +01:00
rlar bae9e127d9 inpcom.c: rename found_lib_name --> found_section 2013-02-25 23:03:33 +01:00
rlar 7359aaf272 inpcom.c: rename inp_determine_libraries() --> collect_section_references() 2013-02-25 23:03:33 +01:00
rlar c46c832aee inpcom.c: rename expand_libs() --> expand_section_references() 2013-02-25 23:03:33 +01:00
rlar 12e39b3032 inpcom.c: rename function argument names 2013-02-25 23:03:32 +01:00
rlar ae4fa5047e inpcom.c: rename function argument names 2013-02-25 23:03:32 +01:00
rlar bf09f55f51 inpcom.c: cleanup 2013-02-25 23:03:32 +01:00
rlar 24a0bca9b9 inpcom.c: rename library_file[] --> library_name[] 2013-02-25 23:03:32 +01:00
rlar d1d3cdc7a5 inpcom.c: rename library_name[][] --> section_name[][] 2013-02-25 23:03:31 +01:00
rlar 377d7bcb41 inpcom.c: rename library_ll_ptr[][] --> section_ref[][] 2013-02-25 23:03:31 +01:00
rlar 87ad940aab inpcom.c: rename libraries[] -> library_deck[] 2013-02-25 23:03:31 +01:00
rlar 7c4255fc5c inpcom.c: rename num_lib_names --> num_sections 2013-02-25 23:03:31 +01:00
rlar 20cdd5b731 inpcom.c: rename new_lib_name() --> remember_section_ref() 2013-02-25 23:03:30 +01:00
rlar e4f329443d inpcom.c: rename find_lib_name() --> find_section() 2013-02-25 23:03:30 +01:00
rlar 562cd6eeb4 inpcom.c: static declaration of library related global variables 2013-02-25 23:03:26 +01:00
rlar aa573f79e8 inp_readall() change function signature for readability 2013-02-12 17:41:33 +01:00
rlar aeb850021b inpcom.c: abstract into new function read_a_lib() 2013-02-09 20:06:50 +01:00
rlar 2c2a7d010b inpcom.c: rewrite using new function find_lib() 2013-02-09 19:52:38 +01:00
rlar 97994080b4 inp_determine_libraries(): rewrite 2013-02-09 19:52:37 +01:00