Differences From Artifact [2c25dd919c]:
- File tools/sxcat.adb — part of check-in [2e6bc3b47c] at 2014-08-02 21:19:25 on branch trunk — sxcat: abort with error status on newline encoding parse error (user: nat, size: 30412) [annotate] [blame] [check-ins using]
To Artifact [9e7b6d9b79]:
- File tools/sxcat.adb — part of check-in [fc6a5f0338] at 2014-08-03 20:04:14 on branch trunk — sxcat: fix parsing of the second entity in parsing separator arguments (user: nat, size: 30416) [annotate] [blame] [check-ins using]
︙ | |||
512 513 514 515 516 517 518 | 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 | - + | Result : SE.Printers.Pretty.Entity_Separator := (others => (others => False)); begin while I + 1 in Image'Range loop Parse (Image (I), Before, Valid); if Valid then |
︙ |