Comment: | Sat Mar 25 21:58:26 CET 2000 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
407e6d1b0a1dcf9e7dfd578bece4fc09 |
User & Date: | johannes@zellner.org on 2000-03-25 20:59:12 |
Other Links: | manifest | tags |
2000-07-01
| ||
14:23 | small fix in the completer so that it completes options (public variables) for itcl. check-in: 9e7c008b8c user: johannes@zellner.org tags: trunk | |
2000-03-25
| ||
20:59 | Sat Mar 25 21:58:26 CET 2000 check-in: 407e6d1b0a user: johannes@zellner.org tags: trunk | |
2000-03-24
| ||
00:54 | Fri Mar 24 01:54:51 CET 2000 check-in: c109e296c3 user: johannes@zellner.org tags: trunk | |
Added COPYING version [2947267e1c].
|
Deleted GPL version [4238e547f1].
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
|
Modified Makefile.in from [95cc97e627] to [9a60e3319f].
1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | - - + + + - + - - + - - - - - - - - - - - - - - | # -*- make -*- |
︙ | |||
164 165 166 167 168 169 170 | 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 | - + | OBJS = tclreadline.o CSRCS = $(TOP_DIR)/tclreadline.c TCLFILES = tclreadlineInit.tcl tclreadlineSetup.tcl tclreadlineCompleter.tcl SOURCES = \ |
︙ |
Modified README from [a59b6fbfd8] to [491abac1ff].
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | - - - - - - + + + + + - + - - + - - - - - + - - - - - - - - + - |
|
︙ | |||
91 92 93 94 95 96 97 98 99 100 101 102 103 104 | 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 | + + + + + + + | start your favorite interpreter. The tclreadlineSetup.tcl script does the rest. 4. History and Changes. ----------------------- tclreadline-1.2 0: (Mar 2000) switched to a BSD type license, introduced a new read-only variable `license' in the tclreadline namespace. tclreadline-1.1 0: (Mar 2000) code cleanup and checked that it compiles with tcl8.3 tclreadline-1.0.1: (Sep 1999) changes: - tclreadline::readline bell. Ring the terminal bell, obeying the setting of bell-style -- audible or visible. |
︙ |
Modified TODO from [c2db190709] to [9d3f449783].
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | - + - - + - - - - - + - - - - - - - - + - | /* ================================================================== FILE: "/home/joze/src/tclreadline/TODO" |
︙ |
Modified config.h.in from [3eba5936c6] to [a5e8c60d77].
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | - + - - + - - - - - + - - - - - - - - + - - | /* ================================================================== FILE: "/home/joze/src/tclreadline/config.h.in" |
︙ |
Modified configure.in from [f77c7b4ed7] to [3dc2bfd8b1].
1 2 | 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 | - + + - + - - + - - - - - - - - - - - - - - - - - - - + | dnl -*- autoconf -*- dnl FILE: "/home/joze/src/tclreadline/configure.in" |
︙ | |||
102 103 104 105 106 107 108 | 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 | - + - - - - + + | for dir in $tk_search $TCL_LIB_DIR /usr/lib /usr/local/lib $exec_prefix/lib /usr/local/lib/unix /opt/tcl/lib; do if test -r $dir/tkConfig.sh; then TK_LIB_DIR=$dir break fi done |
︙ |
Modified pkgIndex.tcl.in from [6c7af61e8f] to [8b23387c17].
1 2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | - + + - + - - + - - - - - - - - - - - - - - | #!/usr/local/bin/tclsh # FILE: "/home/joze/src/tclreadline/pkgIndex.tcl.in" |
Modified sources from [5758995d88] to [94072838dd].
| 1 2 3 4 5 6 7 8 | - + |
|
︙ |
Modified tclreadline.c from [83f0651eba] to [1174583766].
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | - + - - + - - - - - + - - - - - - - - + - | /* ================================================================== FILE: "/home/joze/src/tclreadline/tclreadline.c" |
︙ | |||
76 77 78 79 80 81 82 | 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 | - - + - - - - - - - - + + + + + + + - - - + + - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + | char** cmd; struct cmds_t* next; } cmds_t; #define ISWHITE(c) ((' ' == c) || ('\t' == c) || ('\n' == c)) |
︙ | |||
179 180 181 182 183 184 185 | 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 | - + | } Tcl_DStringAppend(&result, ptr, 1); } result_c = strdup(Tcl_DStringValue(&result)); return result_c; } |
︙ | |||
419 420 421 422 423 424 425 | 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 | - + - + - - - - - - - - | Tcl_AppendResult(interp, "wrong # args: should be \"readline option ?arg ...?\"", (char*) NULL); return TCL_ERROR; } |
︙ | |||
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 | 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 | + + + + + + - + | int status; Tcl_CreateCommand(interp, "::tclreadline::readline", TclReadlineCmd, (ClientData) NULL, (Tcl_CmdDeleteProc *) NULL); tclrl_interp = interp; if (TCL_OK != (status = Tcl_LinkVar(interp, "::tclreadline::historyLength", (char*) &tclrl_history_length, TCL_LINK_INT))) return status; if (TCL_OK != (status = Tcl_LinkVar(interp, "::tclreadline::library", (char*) &TCLRL_LIBRARY, TCL_LINK_STRING | TCL_LINK_READ_ONLY))) return status; if (TCL_OK != (status = Tcl_LinkVar(interp, "::tclreadline::version", (char*) &TCLRL_VERSION, TCL_LINK_STRING | TCL_LINK_READ_ONLY))) return status; if (TCL_OK != (status = Tcl_LinkVar(interp, "::tclreadline::patchLevel", (char*) &TCLRL_PATCHLEVEL, TCL_LINK_STRING | TCL_LINK_READ_ONLY))) return status; if (TCL_OK != (status = Tcl_LinkVar(interp, "::tclreadline::license", (char*) &tclrl_license, TCL_LINK_STRING | TCL_LINK_READ_ONLY))) return status; if (TCL_OK != (status = Tcl_LinkVar(interp, "tclreadline_library", (char*) &TCLRL_LIBRARY, TCL_LINK_STRING | TCL_LINK_READ_ONLY))) return status; if (TCL_OK != (status = Tcl_LinkVar(interp, "tclreadline_version", (char*) &TCLRL_VERSION, TCL_LINK_STRING | TCL_LINK_READ_ONLY))) return status; if (TCL_OK != (status = Tcl_LinkVar(interp, "tclreadline_patchLevel", (char*) &TCLRL_PATCHLEVEL, TCL_LINK_STRING | TCL_LINK_READ_ONLY))) return status; return Tcl_PkgProvide(interp, "tclreadline", TCLRL_VERSION); } |
︙ | |||
602 603 604 605 606 607 608 | 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 | - + - + | Tcl_AppendResult (interp, "warning: `", historyfile, "' is not writable.", (char*) NULL); } } return TCL_OK; } |
︙ | |||
709 710 711 712 713 714 715 | 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 | - + - + | if (!matches && tclrl_use_builtin_completer) { matches = completion_matches(text, TclReadline0generator); } return matches; } |
︙ | |||
815 816 817 818 819 820 821 | 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 | - + | return (char*) NULL; break; } /* NOTREACHED */ } |
︙ |
Modified tclreadline.h.in from [0527d1c60d] to [af6b25ae5c].
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | - + - - + - - - - - + - - - - - - - - + - - | /* ================================================================== FILE: "/home/joze/src/tclreadline/tclreadline.h.in" |
︙ |
Modified tclreadline.n.in from [f0bff91a9a] to [b897c201a8].
1 2 3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | - + - - + + + - - + - - - - - - - - - - - - - | .TH tclreadline n "@TCLREADLINE_VERSION@.@TCLREADLINE_PATCHLEVEL@" "Johannes Zellner" .\" FILE: "/home/joze/src/tclreadline/tclreadline.n.in" |
︙ | |||
249 250 251 252 253 254 255 | 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 | - + - + - + + + + + | \fItclreadline\fP defines the following variables in the namespace \fI::tclreadline\fP: (for backwards compatiblity the global variables tclreadline_version, tclreadline_patchLevel and tclreadline_library are still present). .TP 5 |
︙ | |||
336 337 338 339 340 341 342 | 327 328 329 330 331 332 333 334 335 336 | - - - - - - - - + + + - - | Matthew Clarke <Matthew_Clarke@mindlink.bc.ca> .SH "DEBIAN PACKAGE" David Engel <dlengel@home.com>, <david@debian.org> .SH "DISCLAIMER" |
Modified tclreadlineCompleter.tcl from [cba8646974] to [a07d7cee03].
1 2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | - + + - + - - + - - - - - - - - - - - - - - | # -*- tclsh -*- # FILE: "/home/joze/src/tclreadline/tclreadlineCompleter.tcl" |
︙ | |||
2265 2266 2267 2268 2269 2270 2271 | 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 | - - + | 2 { return [DisplayHints ?why?] } } return "" } # the unknown proc handles the rest # |
︙ |
Modified tclreadlineConfig.sh.in from [b25a7cb537] to [bb11ff1098].
1 2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | - + + - + - - + - - - - - - - - - - - - - - | #!/bin/sh # FILE: "/home/joze/src/tclreadline/tclreadlineConfig.sh.in" |
︙ |
Modified tclreadlineInit.tcl.in from [6693f8adfc] to [8d6b0fc6f5].
1 2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | - + + - + - - + - - - - - - - - - - - - - - | #!/usr/local/bin/tclsh # FILE: "/home/joze/src/tclreadline/tclreadlineInit.tcl.in" |
︙ |
Modified tclreadlineSetup.tcl.in from [cb14d0e407] to [9146e47c18].
1 2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | - + + - + - - + - - - - - - - - - - - - - - | #!/usr/locanl/bin/tclsh # FILE: "/home/joze/src/tclreadline/tclreadlineSetup.tcl.in" |
︙ |
Modified tclshrl.c from [3b1fc8c4f3] to [8a207d9e53].
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | - + - - + - - - - - + - - - - - - - - + - | /* ================================================================== FILE: "/home/joze/src/tclreadline/tclshrl.c" |
︙ |
Modified wishrl.c from [de17910927] to [c02dfbf44f].
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | - + - - + - - - - - + - - - - - - - - + - | /* ================================================================== FILE: "/home/joze/src/tclreadline/wishrl.c" |
︙ |