1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630
|
Project "srecord.1.5" Page 1
List of Changes Sun Dec 3 19:50:02 2000
Change State Description
------- ------- -------------
10 completed Prepare for release
11 completed windows porting
12 completed error message prefix bug
13 completed verbose comparison
14 completed 2s complement checksum
15 completed compare more efficient
16 completed VHDL output
17 completed Windows NT
18 completed crc16
19 completed crc32
20 completed C Array bug
Project "srecord.1.5", Change 10 Page 1
Change Details Sun Dec 3 19:50:03 2000
NAME
Project "srecord.1.5", Delta 1, Change 10.
SUMMARY
Prepare for release
DESCRIPTION
This change prepares S-Record for the next public release.
This change is exempt from testing against the development
directory. This change is exempt from testing against the
baseline.
ARCHITECTURE
This change must build and test in the "linux-i486"
architecture.
CAUSE
This change was caused by internal_enhancement.
FILES
Type Action Edit File Name
------- -------- ------- -----------
source create 1.1 etc/CHANGES.1.4
source create 1.1 etc/new.1.5.so
HISTORY
What When Who Comment
------ ------ ----- ---------
new_change Mon Mar 6 pmiller
21:54:19 2000
develop_begin Mon Mar 6 pmiller Elapsed time: 0.039
21:54:21 2000 days.
develop_end Mon Mar 6 pmiller
22:11:51 2000
review_pass Mon Mar 6 pmiller
22:11:55 2000
integrate_begin Mon Mar 6 pmiller
22:11:58 2000
integrate_pass Mon Mar 6 pmiller
22:16:40 2000
Project "srecord.1.5", Change 11 Page 1
Change Details Sun Dec 3 19:50:05 2000
NAME
Project "srecord.1.5", Delta 2, Change 11.
SUMMARY
windows porting
DESCRIPTION
This change makes some changes to make srecord more portable to
Windows (to the tests, actually, the code was fine).
This change must pass a full regression test. This change is
exempt from testing against the baseline.
ARCHITECTURE
This change must build and test in the "linux-i486"
architecture.
CAUSE
This change was caused by internal_improvement.
FILES
Type Action Edit File Name
------- -------- ------- -----------
test modify 1.2 -> 1.3 test/00/t0032a.sh
test modify 1.2 -> 1.3 test/00/t0033a.sh
test modify 1.2 -> 1.3 test/00/t0035a.sh
test modify 1.2 -> 1.3 test/00/t0037a.sh
test modify 1.2 -> 1.3 test/00/t0038a.sh
HISTORY
What When Who Comment
------ ------ ----- ---------
new_change Tue Mar 7 pmiller
10:42:15 2000
develop_begin Tue Mar 7 pmiller Elapsed time: 1.000
10:42:17 2000 days.
develop_end Tue Mar 7 pmiller
20:23:12 2000
review_pass Tue Mar 7 pmiller
20:23:19 2000
integrate_begin Tue Mar 7 pmiller
20:23:26 2000
integrate_pass Tue Mar 7 pmiller
20:27:42 2000
Project "srecord.1.5", Change 12 Page 1
Change Details Sun Dec 3 19:50:06 2000
NAME
Project "srecord.1.5", Delta 3, Change 12.
SUMMARY
error message prefix bug
DESCRIPTION
This change fixed abug in the error message prefixes.
This change must pass a full regression test. This change is
exempt from testing against the development directory. This
change is exempt from testing against the baseline.
ARCHITECTURE
This change must build and test in the "linux-i486"
architecture.
CAUSE
This change was caused by internal_enhancement.
FILES
Type Action Edit File Name
------- -------- ------- -----------
source modify 1.2 -> 1.3 lib/common/quit/prefix.cc
HISTORY
What When Who Comment
------ ------ ----- ---------
new_change Thu Mar 9 pmiller
10:07:06 2000
develop_begin Thu Mar 9 pmiller
10:07:08 2000
develop_end Thu Mar 9 pmiller
10:11:00 2000
review_pass Thu Mar 9 pmiller
10:11:02 2000
integrate_begin Thu Mar 9 pmiller
10:11:05 2000
integrate_pass Thu Mar 9 pmiller
10:14:19 2000
Project "srecord.1.5", Change 13 Page 1
Change Details Sun Dec 3 19:50:08 2000
NAME
Project "srecord.1.5", Delta 4, Change 13.
SUMMARY
verbose comparison
DESCRIPTION
This change adds a -verbose option to the srec_cmp program, so
that it gives a summary of all the way in which the two files
differ, if they do.
ARCHITECTURE
This change must build and test in the "linux-i486"
architecture.
CAUSE
This change was caused by internal_enhancement.
FILES
Type Action Edit File Name
------- -------- ------- -----------
source modify 1.7 -> 1.8 include/interval.h
source modify 1.8 -> 1.9 include/srec/memory.h
source create 1.1 include/srec/memory/walker/
compare.h
source modify 1.9 -> 1.10 lib/common/interval.cc
source modify 1.9 -> 1.10 lib/srec/memory.cc
source create 1.1 lib/srec/memory/walker/compare.cc
source modify 1.6 -> 1.7 man/man1/srec_cmp.1
source modify 1.6 -> 1.7 prog/srec_cmp/main.cc
test create 1.1 test/00/t0040a.sh
HISTORY
What When Who Comment
------ ------ ----- ---------
new_change Sat Apr 1 pmiller
21:55:29 2000
develop_begin Sat Apr 1 pmiller Elapsed time: 1.000
21:55:31 2000 days.
develop_end Sun Apr 2 pmiller
14:56:28 2000
review_pass Sun Apr 2 pmiller
14:56:34 2000
integrate_begin Sun Apr 2 pmiller Elapsed time: 0.022
14:56:38 2000 days.
integrate_pass Sun Apr 2 pmiller
15:06:42 2000
Project "srecord.1.5", Change 14 Page 1
Change Details Sun Dec 3 19:50:10 2000
NAME
Project "srecord.1.5", Delta 5, Change 14.
SUMMARY
2s complement checksum
DESCRIPTION
This change adds a 2s complement checksum filter.
ARCHITECTURE
This change must build and test in the "linux-i486"
architecture.
CAUSE
This change was caused by internal_enhancement.
FILES
Type Action Edit File Name
------- -------- ------- -----------
source modify 1.20 -> 1.21 etc/README.man
source modify 1.1 -> 1.2 etc/new.1.5.so
source modify 1.29 -> 1.30 include/srec/arglex.h
source modify 1.6 -> 1.7 include/srec/input/filter/
checksum.h
source create 1.1 include/srec/input/filter/
checksum/bitnot.h
source create 1.1 include/srec/input/filter/
checksum/negative.h
source create 1.1 include/srec/input/filter/
checksum/positive.h
source modify 1.30 -> 1.31 lib/srec/arglex.cc
source modify 1.6 -> 1.7 lib/srec/input/filter/checksum.cc
source create 1.1 lib/srec/input/filter/checksum/
bitnot.cc
source create 1.1 lib/srec/input/filter/checksum/
negative.cc
source create 1.1 lib/srec/input/filter/checksum/
positive.cc
source modify 1.27 -> 1.28 man/man1/o_input.so
test create 1.1 test/00/t0050a.sh
test create 1.1 test/00/t0051a.sh
HISTORY
What When Who Comment
------ ------ ----- ---------
new_change Tue Apr 4 pmiller
06:50:36 2000
develop_begin Tue Apr 4 pmiller Elapsed time: 1.000
06:50:39 2000 days.
develop_end Tue Apr 4 pmiller
22:36:13 2000
review_pass Tue Apr 4 pmiller
22:36:15 2000
integrate_begin Tue Apr 4 pmiller
22:36:18 2000
Project "srecord.1.5", Change 14 Page 2
Change Details Sun Dec 3 19:50:10 2000
What When Who Comment
------ ------ ----- ---------
integrate_pass Tue Apr 4 pmiller
22:42:23 2000
Project "srecord.1.5", Change 15 Page 1
Change Details Sun Dec 3 19:50:12 2000
NAME
Project "srecord.1.5", Delta 6, Change 15.
SUMMARY
compare more efficient
DESCRIPTION
This change makes the srec_cmp -verbose option more efficient,
so that it runs much faster for large files.
This change must pass a full regression test. This change is
exempt from testing against the development directory. This
change is exempt from testing against the baseline.
ARCHITECTURE
This change must build and test in the "linux-i486"
architecture.
CAUSE
This change was caused by internal_enhancement.
FILES
Type Action Edit File Name
------- -------- ------- -----------
source modify 1.1 -> 1.2 lib/srec/memory/walker/compare.cc
HISTORY
What When Who Comment
------ ------ ----- ---------
new_change Tue Jun 13 pmiller
12:38:41 2000
develop_begin Tue Jun 13 pmiller
12:38:43 2000
develop_end Tue Jun 13 pmiller
12:46:40 2000
review_pass Tue Jun 13 pmiller
12:46:43 2000
integrate_begin Tue Jun 13 pmiller
12:46:45 2000
integrate_pass Tue Jun 13 pmiller
12:49:10 2000
Project "srecord.1.5", Change 16 Page 1
Change Details Sun Dec 3 19:50:14 2000
NAME
Project "srecord.1.5", Delta 8, Change 16.
SUMMARY
VHDL output
DESCRIPTION
This change adds VHDL output format.
My thanks to Hendrik De Vloed <hendrik.devloed@barco.com> for
this contribution.
ARCHITECTURE
This change must build and test in the "linux-i486"
architecture.
CAUSE
This change was caused by external_enhancement.
FILES
Type Action Edit File Name
------- -------- ------- -----------
source modify 1.2 -> 1.3 etc/new.1.5.so
source modify 1.19 -> 1.20 etc/srecord.html
source create 1.1 etc/x_defs_pack.vhd
source modify 1.30 -> 1.31 include/srec/arglex.h
source create 1.1 include/srec/output/file/vhdl.h
source modify 1.31 -> 1.32 lib/srec/arglex.cc
source create 1.1 lib/srec/output/file/vhdl.cc
source modify 1.15 -> 1.16 man/man1/srec_cat.1
test create 1.1 test/00/t0052a.sh
HISTORY
What When Who Comment
------ ------ ----- ---------
new_change Wed Aug 30 pmiller
13:55:10 2000
develop_begin Wed Aug 30 pmiller Elapsed time: 30.494
13:55:11 2000 days.
develop_end Wed Oct 11 pmiller
17:37:33 2000
review_pass Wed Oct 11 pmiller
17:37:47 2000
integrate_begin Wed Oct 11 pmiller
17:37:50 2000
integrate_pass Wed Oct 11 pmiller
17:40:08 2000
Project "srecord.1.5", Change 17 Page 1
Change Details Sun Dec 3 19:50:16 2000
NAME
Project "srecord.1.5", Delta 7, Change 17.
SUMMARY
Windows NT
DESCRIPTION
This change adds some instructions about Windows NT
This change is exempt from testing against the development
directory. This change is exempt from testing against the
baseline.
ARCHITECTURE
This change must build and test in the "linux-i486"
architecture.
CAUSE
This change was caused by internal_improvement.
FILES
Type Action Edit File Name
------- -------- ------- -----------
source modify 1.18 -> 1.19 etc/srecord.html
HISTORY
What When Who Comment
------ ------ ----- ---------
new_change Tue Sep 5 pmiller
10:10:04 2000
develop_begin Tue Sep 5 pmiller Elapsed time: 0.024
10:10:04 2000 days.
develop_end Tue Sep 5 pmiller
10:21:04 2000
review_pass Tue Sep 5 pmiller
10:21:07 2000
integrate_begin Tue Sep 5 pmiller
10:21:10 2000
integrate_pass Tue Sep 5 pmiller
10:22:24 2000
Project "srecord.1.5", Change 18 Page 1
Change Details Sun Dec 3 19:50:17 2000
NAME
Project "srecord.1.5", Delta 9, Change 18.
SUMMARY
crc16
DESCRIPTION
This change adds a CRC 16 input filter (big endian and little
endian).
ARCHITECTURE
This change must build and test in the "linux-i486"
architecture.
CAUSE
This change was caused by internal_enhancement.
FILES
Type Action Edit File Name
------- -------- ------- -----------
source modify 1.21 -> 1.22 etc/README.man
source modify 1.3 -> 1.4 etc/new.1.5.so
source modify 1.20 -> 1.21 etc/srecord.html
source create 1.1 include/crc16.h
source modify 1.31 -> 1.32 include/srec/arglex.h
source create 1.1 include/srec/input/filter/crc16.h
source modify 1.9 -> 1.10 include/srec/memory.h
source modify 1.6 -> 1.7 include/srec/memory/chunk.h
source create 1.1 include/srec/memory/walker/crc16.h
source create 1.1 lib/common/crc16.cc
source modify 1.32 -> 1.33 lib/srec/arglex.cc
source create 1.1 lib/srec/input/filter/crc16.cc
source modify 1.10 -> 1.11 lib/srec/memory.cc
source modify 1.6 -> 1.7 lib/srec/memory/chunk.cc
source create 1.1 lib/srec/memory/walker/crc16.cc
source modify 1.28 -> 1.29 man/man1/o_input.so
test create 1.1 test/00/t0053a.sh
HISTORY
What When Who Comment
------ ------ ----- ---------
new_change Thu Oct 12 pmiller
11:12:00 2000
develop_begin Thu Oct 12 pmiller Elapsed time: 24.000
11:12:01 2000 days.
develop_end Tue Nov 14 pmiller
21:28:42 2000
review_pass Tue Nov 14 pmiller
21:29:27 2000
integrate_begin Tue Nov 14 pmiller
21:29:38 2000
integrate_ Tue Nov 14 pmiller
begin_undo 21:31:37 2000
develop_end_ Tue Nov 14 pmiller Elapsed time: 0.050
undo 21:31:40 2000 days.
Project "srecord.1.5", Change 18 Page 2
Change Details Sun Dec 3 19:50:17 2000
What When Who Comment
------ ------ ----- ---------
develop_end Tue Nov 14 pmiller
21:54:02 2000
review_pass Tue Nov 14 pmiller
21:54:13 2000
integrate_begin Tue Nov 14 pmiller Elapsed time: 0.084
21:54:48 2000 days.
integrate_pass Tue Nov 14 pmiller
22:32:41 2000
Project "srecord.1.5", Change 19 Page 1
Change Details Sun Dec 3 19:50:20 2000
NAME
Project "srecord.1.5", Delta 10, Change 19.
SUMMARY
crc32
DESCRIPTION
This change adds a CRC 32 input filter (big endian and little
endian).
ARCHITECTURE
This change must build and test in the "linux-i486"
architecture.
CAUSE
This change was caused by internal_enhancement.
FILES
Type Action Edit File Name
------- -------- ------- -----------
source modify 1.4 -> 1.5 etc/new.1.5.so
source create 1.1 include/crc32.h
source create 1.1 include/srec/input/filter/crc32.h
source create 1.1 include/srec/memory/walker/crc32.h
source create 1.1 lib/common/crc32.cc
source modify 1.33 -> 1.34 lib/srec/arglex.cc
source create 1.1 lib/srec/input/filter/crc32.cc
source create 1.1 lib/srec/memory/walker/crc32.cc
source modify 1.29 -> 1.30 man/man1/o_input.so
test create 1.1 test/00/t0055a.sh
HISTORY
What When Who Comment
------ ------ ----- ---------
new_change Thu Nov 16 pmiller Cloned from change 18.
16:14:46 2000
develop_begin Thu Nov 16 pmiller Elapsed time: 0.731
16:14:47 2000 days.
develop_end Thu Nov 16 pmiller
21:43:35 2000
review_pass Thu Nov 16 pmiller
21:44:19 2000
integrate_begin Thu Nov 16 pmiller
21:44:41 2000
integrate_fail Thu Nov 16 pmiller srec/input/filter/
21:48:05 2000 crc32.h: No such file
or directory
develop_end Thu Nov 16 pmiller
21:50:13 2000
review_pass Thu Nov 16 pmiller
21:50:30 2000
integrate_begin Thu Nov 16 pmiller
21:50:33 2000
integrate_pass Thu Nov 16 pmiller
21:52:49 2000
Project "srecord.1.5", Change 20 Page 1
Change Details Sun Dec 3 19:50:22 2000
NAME
Project "srecord.1.5", Delta 11, Change 20.
SUMMARY
C Array bug
DESCRIPTION
This change fixes a bug in the C-Array output format. Holes in
the input resulted in syntax errors in the output.
My thanks to Chris Maynard <Chris.Maynard@GTECH.COM> for
reporting this problem.
ARCHITECTURE
This change must build and test in the "linux-i486"
architecture.
CAUSE
This change was caused by external_bug.
FILES
Type Action Edit File Name
------- -------- ------- -----------
source modify 1.9 -> 1.10 lib/srec/output/file/c.cc
test create 1.1 test/00/t0056a.sh
HISTORY
What When Who Comment
------ ------ ----- ---------
new_change Tue Nov 21 pmiller
08:36:49 2000
develop_begin Tue Nov 21 pmiller
08:36:50 2000
develop_end Tue Nov 21 pmiller Elapsed time: 0.025
08:46:05 2000 days.
review_pass Tue Nov 21 pmiller
08:57:30 2000
integrate_begin Tue Nov 21 pmiller
08:57:33 2000
integrate_pass Tue Nov 21 pmiller
08:59:18 2000
|