Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Quiet syntax warnings. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
19ea4a578a14aed5586e896e34739358 |
User & Date: | peter 2012-06-18 19:24:26.653 |
Context
2012-06-18
| ||
20:00 | Updated Web pages for release 2.6.2 check-in: dbc40470b9 user: peter tags: trunk | |
19:24 | Quiet syntax warnings. check-in: 19ea4a578a user: peter tags: trunk | |
19:14 | Bumped revision to 2.6.2 check-in: ef00c207c1 user: peter tags: trunk | |
Changes
Changes to src/eskil.syntax.
︙ | ︙ | |||
23 24 25 26 27 28 29 30 31 32 33 34 35 36 | ##nagelfar syntax twapi::get_foreground_window ##nagelfar syntax twapi::get_window_coordinates x ##nagelfar syntax twapi::get_window_at_location x x ##nagelfar syntax twapi::set_focus x ##nagelfar syntax twapi::send_keys x ##nagelfar syntax twapi::get_window_coordinates x ##nagelfar syntax tablelist::convEventFields x x x # Operators ##nagelfar syntax + x* ##nagelfar syntax - x x* ##nagelfar syntax * x* ##nagelfar syntax / x x* | > > > | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | ##nagelfar syntax twapi::get_foreground_window ##nagelfar syntax twapi::get_window_coordinates x ##nagelfar syntax twapi::get_window_at_location x x ##nagelfar syntax twapi::set_focus x ##nagelfar syntax twapi::send_keys x ##nagelfar syntax twapi::get_window_coordinates x ##nagelfar syntax tablelist::convEventFields x x x ##nagelfar syntax MySpinBox x p* ##nagelfar option MySpinBox -textvariable -from -to -increment -width -format ##nagelfar option MySpinBox\ -textvariable n # Operators ##nagelfar syntax + x* ##nagelfar syntax - x x* ##nagelfar syntax * x* ##nagelfar syntax / x x* |
︙ | ︙ |
Changes to src/rev.tcl.
︙ | ︙ | |||
768 769 770 771 772 773 774 | } lappend alt [file join [lreplace $parts 0 1 branches $rev]] lappend alt [file join [lreplace $parts 0 1 tags $rev]] } } foreach tailAlt $alt { set urlAlt $Root/[join $tailAlt /] | | | 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 | } lappend alt [file join [lreplace $parts 0 1 branches $rev]] lappend alt [file join [lreplace $parts 0 1 tags $rev]] } } foreach tailAlt $alt { set urlAlt $Root/[join $tailAlt /] if {[catch {exec svn "info" $urlAlt} res]} { continue } # Is it enough that svn info worked to check success? Seems so return $urlAlt } return } |
︙ | ︙ |