|
5717dd6345
|
add NP byte code as alias for FF
|
2010-12-09 11:03:23 +00:00 |
|
|
2fe3b5c68d
|
Bugfix: Infinite recursion with multi-line input and I/O Intr records
|
2010-12-07 17:02:52 +00:00 |
|
|
db88081fd7
|
print single space for "arbitrary whitespace" and nothing for "skip"
|
2010-12-07 13:23:46 +00:00 |
|
|
1230c01646
|
use _ to match arbitrary whitespace
|
2010-12-07 12:49:48 +00:00 |
|
|
8142dd27eb
|
New special char: "_" means arbitrary amount of whitespace
|
2010-12-07 10:13:21 +00:00 |
|
|
19279b208a
|
Separator re-work did not work
|
2010-12-07 10:12:17 +00:00 |
|
|
9619c359c1
|
separator pre-parsing did not work as expected. Problems with whitespace separators. Back to old soluton
|
2010-12-07 10:07:58 +00:00 |
|
|
6b948abc2d
|
Fix for RTEMS
|
2010-12-03 08:18:39 +00:00 |
|
|
2c7391602a
|
Bugfixes: escaped quotes in strings and multi-line format strings
|
2010-12-02 16:04:15 +00:00 |
|
|
fd0fccda46
|
*** empty log message ***
|
2010-12-02 16:03:19 +00:00 |
|
|
1164413bd2
|
fixes for new TCL version
|
2010-11-29 15:54:38 +00:00 |
|
|
7e1e038ecd
|
*** empty log message ***
|
2010-11-29 15:53:41 +00:00 |
|
|
2a8b0aed56
|
wrong sign in time zone calculation
|
2010-11-29 15:50:20 +00:00 |
|
|
c856dec6dd
|
Space handling in separartors and literal input:
Any amount of whitespace matches space character in litrals and if space is first character of a separator.
|
2010-11-29 15:30:59 +00:00 |
|
|
53bb235ff1
|
several bugfixes: time zone, windows, shortcut formats
|
2010-11-29 15:28:24 +00:00 |
|
|
29ac760f0e
|
sscanf removed from %c and %[]
|
2010-11-29 15:26:05 +00:00 |
|
|
7836af6423
|
obsolete separator function removed
|
2010-11-29 15:24:18 +00:00 |
|
|
1af9c6ea55
|
fixes for new asyn version
|
2010-11-29 15:22:50 +00:00 |
|
|
8c619d3350
|
*** empty log message ***
|
2010-11-29 15:21:34 +00:00 |
|
|
0155d5ab69
|
handle new asyn status codes for asyn 4.11
|
2010-11-05 12:31:30 +00:00 |
|
|
8252b629f5
|
diamond version of port locking because of probplems with tpmac driver
|
2010-10-27 11:38:25 +00:00 |
|
|
494661c0e7
|
sscanf removed from %s
|
2010-10-27 11:36:07 +00:00 |
|
|
5b652abd25
|
re-work separator parsing. Now first byte of separator is replaced with a 0x00 byte to allow e.g. simple %s parsing for an element (instead of e.g. %[^,] )
|
2010-10-20 13:23:50 +00:00 |
|
|
a3e68d7f7d
|
ugly goto removed
|
2010-10-20 13:21:28 +00:00 |
|
|
7cc19d2614
|
allow for negative length (meaning left of start) in expand
|
2010-10-20 13:21:05 +00:00 |
|
|
318d0e389b
|
changed from scanf to strto* for parsing
|
2010-10-15 09:47:21 +00:00 |
|
|
8dbe3abcdb
|
sscans removed from integer and double scanning because of bad performance
|
2010-10-15 09:46:30 +00:00 |
|
|
649d775cd3
|
Preset buffer size removed (It was not the performance killer)
Bugfix: InTerminator search: distinguisch between long input line and multi-line input
StreamBuffer::equals renamed to startswith
|
2010-10-14 12:18:48 +00:00 |
|
|
a941061a29
|
StreamBuffer::equals renamed to startswith
|
2010-10-14 12:16:27 +00:00 |
|
|
100b7d4543
|
bugfix: reserve returned wrong pointer
optimized implementation to append 1 char
operator += aliases for append with 1 argument
equals renamed to startswith
|
2010-10-14 12:15:44 +00:00 |
|
|
1eb8a25432
|
bugfix: local buffer was not set to 0 at initialization
|
2010-10-14 12:13:51 +00:00 |
|
|
9b6f8b3386
|
test empty string enum choice
|
2010-10-12 08:49:53 +00:00 |
|
|
cc1bb004f2
|
allow SLS style module loading
|
2010-10-12 08:49:17 +00:00 |
|
|
ab6a6b730d
|
%f default precision changed to 6 because of limited precision of a double.
|
2010-10-12 08:47:08 +00:00 |
|
|
3d928c49a0
|
Performance bug fixed: search for terminator was O(n^2)
|
2010-10-12 08:33:35 +00:00 |
|
|
8fe70f2e39
|
errlog.h required for epics 3.14.11
|
2010-10-12 08:32:14 +00:00 |
|
|
862686aeef
|
made grow() public to allow to set initial buffer size
|
2010-09-29 07:21:44 +00:00 |
|
|
2fa54cdfb1
|
Initial buffer size added
|
2010-09-29 07:21:14 +00:00 |
|
|
d987a9abb9
|
crc16 xmodem added
|
2010-09-22 12:05:26 +00:00 |
|
|
d37c142d36
|
copy from other repository
|
2010-09-02 14:52:17 +00:00 |
|
|
35768cbfbb
|
latest features added and bugs fixed:
compare %=
timestamp converter %T
error and debug messages
|
2010-09-02 14:50:33 +00:00 |
|
|
5494aae1ba
|
have both, makebaseapp Makefile and PSI makefile
|
2010-09-02 14:19:11 +00:00 |
|
|
18ba904d6c
|
timestamp converter added
|
2010-09-02 13:20:04 +00:00 |
|
|
2cd969d643
|
allow assigned enums: %#{one=1|two|neg=-1}
stream_2_4_0
|
2010-06-09 13:12:00 +00:00 |
|
|
0c9d4dc4c0
|
%m format renamed from Exponential to MantissaExponent
|
2010-06-09 08:11:05 +00:00 |
|
|
ef3b2ec9fd
|
allow formats in exec
|
2010-06-09 08:10:33 +00:00 |
|
|
1fb402e838
|
Allow optional input %? format
|
2010-06-09 08:05:05 +00:00 |
|
|
eae987e7f1
|
Find byte order at run-time because there is no standard how to do this at compile-time.
|
2010-06-09 08:03:49 +00:00 |
|
|
93906dd022
|
Bugfix: prec too long had corrupted output
|
2010-06-09 08:02:22 +00:00 |
|
|
7e717c564d
|
*** empty log message ***
|
2010-06-09 08:01:03 +00:00 |
|