Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | fixed no args to wrap/unwrap commands |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
df58e94263ae3202a7c9623ff5620e47 |
User & Date: | grable 2018-11-01 05:05:40.100 |
Context
2018-11-01
| ||
16:43 | added exists command as a quicker and easier way to find symbols than info check-in: 4c5284048d user: grable tags: trunk | |
05:05 | fixed no args to wrap/unwrap commands check-in: df58e94263 user: grable tags: trunk | |
05:02 | removed jimff_test.tcl, since its tests keep changing anyway check-in: 66084d9a33 user: grable tags: trunk | |
Changes
Changes to jimff-commands.c.
︙ | |||
525 526 527 528 529 530 531 | 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 | - + - + | int count = 0; int length; char* end; void* p; Jim_Obj* lastobj; Jim_Obj* array; |
︙ | |||
782 783 784 785 786 787 788 | 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 | - + | int count = 0; int length; char* end; Jim_Obj* lastobj; Jim_Obj* array; int numargs = 0; |
︙ |