Commit Graph

35 Commits

Author SHA1 Message Date
zimoch 0f56fea5cb moved afterInit to misc module (to allow using it in EPICS 3.13) 2021-07-09 15:20:43 +02:00
zimoch 45a7b0f63b fix for EPICS 7.0.6 2021-07-09 15:03:17 +02:00
zimoch ffc4ea86ee avoid freezing of environment variables to the value of their first expansion in a script 2020-12-14 16:08:41 +01:00
Xiaoqiang Wang 13da2aed06 use '/' consistently even on Windows 2019-12-16 14:51:47 +01:00
Xiaoqiang Wang 43cb5cf74d fix checking of absolute paths on windows 2019-12-13 21:04:21 +01:00
zimoch 108d7441ff runScript does not echo lines starting with #- any more 2019-09-13 14:02:11 +02:00
zimoch 3d6115d1af removed trailing spaces 2019-09-13 13:51:26 +02:00
zimoch 90348614d5 save and restore MODULE and MODULE_DIR after running a script, because that script may have called require 2018-11-07 11:12:10 +01:00
zimoch 0b6d1ddde7 expressions moved to separate file 2018-04-20 17:07:38 +02:00
zimoch 430d163fc2 allow more complex expressions 2018-04-19 16:01:48 +02:00
zimoch b7aaedfd23 add bitwise operators and fix another problem with spaces 2018-04-19 09:38:34 +02:00
zimoch 0c2705f3e6 hopfully problems in expressions with whitespace and end of line finally fixed 2018-04-19 09:24:20 +02:00
zimoch bb849561d1 fix problem with words after values 2018-04-18 16:49:50 +02:00
zimoch 4dd59a05f0 enable embedded expressions in () 2018-04-18 16:31:24 +02:00
zimoch cb2c4c01ac Do not parse expressions embedded in words except when in parentheses 2018-04-17 16:00:25 +02:00
zimoch 02fb5c42f0 changes for 3.15.5 2017-07-07 17:01:22 +02:00
zimoch e9a94a29bd remove all whitespace at end of line, including CR and NL 2017-02-22 10:37:26 +01:00
zimoch 31d1995d7a merge with changes for windows 2016-10-26 14:09:36 +02:00
brands 6f0653391a move of interruptAccept; add include of dbAccess.h; add asprintf.h for WIN32 2016-09-08 09:32:49 +02:00
zimoch fc4556e2d0 fix for vxWorks 2016-09-06 14:50:26 +02:00
zimoch 27e6b58dac allow to search scripts in all loaded modules 2016-09-06 14:18:21 +02:00
zimoch e33c76966d cannot use afterInit in 3.13 because of missing initHooks in iocCore 2016-08-31 13:41:43 +02:00
zimoch f30b52bba3 improve usability of afterInit command 2016-08-18 16:24:24 +02:00
zimoch 945a05a311 new command 'afterInit' added 2016-08-18 10:48:54 +02:00
zimoch 7d66be81b6 expand macros in runScript file name for vxWorks 2016-08-04 17:35:30 +02:00
zimoch bd45ac15e9 fixes for vxWorks 6 2016-03-10 10:29:13 +01:00
zimoch bd510ebb0e accept more variable names: everything except comma space open parenthesis 2016-03-04 17:06:12 +01:00
zimoch 2abedd3118 remove last char in line only if it is '\n' 2016-01-05 14:52:35 +01:00
zimoch ab8d58828a better check for assignment: allow only 'sane' variable names to improve first word recognition 2016-01-05 14:47:53 +01:00
zimoch 7fbb7039e2 new feature: numeric expressions in scripts 2016-01-04 17:33:43 +01:00
zimoch e60779f2d8 warn if expanded command line is too long for vxWorks 2015-12-04 16:35:35 +01:00
zimoch 57a8ec3b11 fix for EPICS3.13.10/vxWorks environment 2015-11-04 11:39:46 +01:00
zimoch de3292f42b warning removed. Does not help and may he annoying 2015-11-03 16:10:24 +01:00
zimoch 6a49e6f7e2 add error message 2015-11-03 15:33:26 +01:00
zimoch e7234bd1e4 split off runScript to separate file 2015-11-03 13:53:33 +01:00