Changeset 3e4bf0d
- Timestamp:
- Nov 11, 2023, 7:38:56 AM (13 months ago)
- Branches:
- master
- Children:
- 27316b4
- Parents:
- c6b4432
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/iostream.cfa
rc6b4432 r3e4bf0d 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Oct 19 21:10:10202313 // Update Count : 180 112 // Last Modified On : Sat Nov 11 07:06:27 2023 13 // Update Count : 1803 14 14 // 15 15 … … 1001 1001 } // if 1002 1002 } // if 1003 // FIX ME: CFA strings need to be modified to NOT change the argument for this case, then this can be removed. 1004 if ( rwd > 0 && args == 0 ) f.s[0]= '\0'; // read failed => no pattern match => set string to null 1003 1005 } else { 1004 1006 if ( f.flags.delimiter ) { // getline … … 1041 1043 } // if 1042 1044 } // if 1045 if ( rwd > 0 && args == 0 ) f.s[0]= '\0'; // read failed => no pattern match => set string to null 1043 1046 } // if 1044 1047 if ( args == 1 && eof( is ) ) { // data but scan ended at EOF -
tests/io/.expect/manipulatorsInput.arm64.txt
rc6b4432 r3e4bf0d 24 24 3 abcxxx 25 25 4 aaaaaaaa 26 5 aaaaaaaa26 5 27 27 6 aabbccbb 28 28 7 dddwww 29 8 dddwww30 9 dddwww29 8 30 9 31 31 10 aaaaaaaa 32 32 11 wwwwwwww 33 12 wwwwwwww34 13 wwwwwwww33 12 34 13 35 35 14 cccc 36 15 q36 15 37 37 a 38 38 a -
tests/io/.expect/manipulatorsInput.x64.txt
rc6b4432 r3e4bf0d 24 24 3 abcxxx 25 25 4 aaaaaaaa 26 5 aaaaaaaa26 5 27 27 6 aabbccbb 28 28 7 dddwww 29 8 dddwww30 9 dddwww29 8 30 9 31 31 10 aaaaaaaa 32 32 11 wwwwwwww 33 12 wwwwwwww34 13 wwwwwwww33 12 34 13 35 35 14 cccc 36 15 q36 15 37 37 a 38 38 a -
tests/io/.expect/manipulatorsInput.x86.txt
rc6b4432 r3e4bf0d 24 24 3 abcxxx 25 25 4 aaaaaaaa 26 5 aaaaaaaa26 5 27 27 6 aabbccbb 28 28 7 dddwww 29 8 dddwww30 9 dddwww29 8 30 9 31 31 10 aaaaaaaa 32 32 11 wwwwwwww 33 12 wwwwwwww34 13 wwwwwwww33 12 34 13 35 35 14 cccc 36 15 q36 15 37 37 a 38 38 a
Note: See TracChangeset
for help on using the changeset viewer.