diff options
author | Steve Bennett <steveb@workware.net.au> | 2014-05-12 11:27:32 +1000 |
---|---|---|
committer | Steve Bennett <steveb@workware.net.au> | 2014-05-12 11:27:32 +1000 |
commit | 708ea1cb2a2a95d5559924b79adbb5f684352d27 (patch) | |
tree | d228709e1df03baf6fc70da6350af6d02fcbad1f | |
parent | 72bbd6c5a327bdc1d5ea8cb12502640860b1fc44 (diff) | |
download | jimtcl-708ea1cb2a2a95d5559924b79adbb5f684352d27.zip jimtcl-708ea1cb2a2a95d5559924b79adbb5f684352d27.tar.gz jimtcl-708ea1cb2a2a95d5559924b79adbb5f684352d27.tar.bz2 |
Remove remaining references to berlios.de
Reported-by: Paul Fertser <fercerpav@gmail.com>
Signed-off-by: Steve Bennett <steveb@workware.net.au>
-rw-r--r-- | DEVELOPING | 12 | ||||
-rw-r--r-- | Tcl_shipped.html | 4 | ||||
-rw-r--r-- | jim_tcl.txt | 2 | ||||
-rwxr-xr-x | make-bootstrap-jim | 2 |
4 files changed, 10 insertions, 10 deletions
@@ -22,16 +22,16 @@ most recent copy of Jim Tcl. This can be done with following command: After entering newly created directory you can easily correct/fix/modify files. Once finished, patch can be easily generated: - git diff > my_patch_fixing_x_y.patch + git diff > my_patch_fixing_x_y.patch If working without Git system, you'll have to backup files first, modify the original files and obtain a patch manually: - cp jim.c jim.c.ORIGINAL + cp jim.c jim.c.ORIGINAL - [...] <- modifications go here + [...] <- modifications go here - diff -u jim.c.ORIGINAL jim.c > my_patch_fixing_z.patch + diff -u jim.c.ORIGINAL jim.c > my_patch_fixing_z.patch Bigger changes ============== @@ -81,13 +81,13 @@ Review, testing and publishing Notification of work that can be considered finished is more than welcome on Jim-devel mailing list: - https://lists.berlios.de/mailman/listinfo/jim-devel + http://jim.tcl.tk:8080/cgi-bin/mailman/listinfo/jim-devel Patches prepared with the procedures presented abore are welcome. Before submitting patches, you can verify that your changes didn't bring any regressions to the Jim. In order to do so, sample regression tests have been implemented. You can execute them by typing: - make test + make test All tests should succeed. diff --git a/Tcl_shipped.html b/Tcl_shipped.html index d2483cb..20781b8 100644 --- a/Tcl_shipped.html +++ b/Tcl_shipped.html @@ -7340,7 +7340,7 @@ commands based on the low-level <a href="#cmd_3"><strong><tt>pack</tt></strong>< <div class="sect2">
<h3 id="cmd_4">oo: class, super</h3>
<div class="paragraph"><p>The optional, pure-Tcl <em>oo</em> extension provides object-oriented (OO) support for Jim Tcl.</p></div>
-<div class="paragraph"><p>See the online documentation (<a href="http://jim.berlios.de/documentation/oo/">http://jim.berlios.de/documentation/oo/</a>) for more details.</p></div>
+<div class="paragraph"><p>See the online documentation (<a href="http://jim.tcl.tk/index.html/doc/www/www/documentation/oo/">http://jim.tcl.tk/index.html/doc/www/www/documentation/oo/</a>) for more details.</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
<tt><strong>class</strong> <em>classname ?baseclasses? classvars</em></tt>
@@ -8163,7 +8163,7 @@ official policies, either expressed or implied, of the Jim Tcl Project.</tt></pr <div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2014-01-22 10:17:31 EST
+Last updated 2014-05-12 11:24:57 EST
</div>
</div>
</body>
diff --git a/jim_tcl.txt b/jim_tcl.txt index 6009555..289efbf 100644 --- a/jim_tcl.txt +++ b/jim_tcl.txt @@ -4714,7 +4714,7 @@ oo: class, super ~~~~~~~~~~~~~~~~ The optional, pure-Tcl 'oo' extension provides object-oriented (OO) support for Jim Tcl. -See the online documentation (http://jim.berlios.de/documentation/oo/) for more details. +See the online documentation (http://jim.tcl.tk/index.html/doc/www/www/documentation/oo/) for more details. +*class* 'classname ?baseclasses? classvars'+:: Create a new class, +'classname'+, with the given dictionary diff --git a/make-bootstrap-jim b/make-bootstrap-jim index 3fda9eb..80e73f3 100755 --- a/make-bootstrap-jim +++ b/make-bootstrap-jim @@ -46,7 +46,7 @@ tclexts="bootstrap initjimsh glob stdlib tclcompat" # Note ordering allexts="bootstrap aio readdir glob regexp file exec clock array stdlib tclcompat" -echo "/* This is single source file, bootstrap version of Jim Tcl. See http://jim.berlios.de/ */" +echo "/* This is single source file, bootstrap version of Jim Tcl. See http://jim.tcl.tk/ */" # define some core features for i in _GNU_SOURCE JIM_TCL_COMPAT JIM_REFERENCES JIM_ANSIC JIM_REGEXP HAVE_NO_AUTOCONF _JIMAUTOCONF_H; do |