| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
More Master -> Parent and Slave -> Child changes in (internal) library and test-cases
|
|\ |
|
| | |
|
| | |
|
| |\
| | |
| | |
| | | |
don't install tommath_(super)?class.h
don't install directories like 8.2 and 8.3
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
multi-digit patchlevels.
|
| | |
| | |
| | |
| | |
| | | |
* tools/tcltk-man2html.tcl: add a --useversion to prevent
confusion when multiple Tcl source dirs exist.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* doc/registry.n:
* doc/upvar.n: fixed *roff errors uncovered by running 'make html'.
* tools/tcltk-man2html.tcl: added faked support for bullet point
lists, i.e. *nroff ".IP \(bu" syntax.
Synced other changes from HEAD.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
.IP/.TP lists, now use <DL><DT>...<DD>...<P><DT>...<DD>...</DL>
instead of illegal <DL><P><DT>...<DD>...<P><DT>...<DD>...</DL>.
Added skipping of directives directly after .TP to avoid them
being used as item descriptions, e.g. .TP\n.VS in clock.n.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
to be purely make driven; in order to become independent of Apple's
closed-source IDE and build tool. The changes are intended to be
transparent to the Makefile user, all existing make targets and
cmd line variable overrides should continue to work.
Changed build to only include tcl specific html help in Tcl.framework,
the tk specific html help is now included in Tk.framework.
* macosx/Tcl.pbproj/project.pbxproj:
* macosx/Tcl.pbproj/jingham.pbxuser: Changed to purely call through
to the make driven buildsystem; Tcl.framework is no longer assembled
by ProjectBuilder.
Set default SYMROOT in target options to simplify setting up PB
(manually setting common build folder for tcl & tk no longer needed).
* tools/tcltk-man2html.tcl: Added options to allow building only the
tcl or tk html help files; the default behaviour with none of the new
options is to build both, as before.
* unix/Makefile.in: Added targets for building only the tcl or tk help.
* macosx/README (new): Tcl specific excerpts of tk/macosx/README.
* generic/tcl.h: Updated reminder comment about editing
macosx/Tcl.pbproj/project.pbxproj when version number changes.
|
| | |
| | |
| | |
| | |
| | |
| | | |
from inside distribution directories named with 8.x.x version
numbers. tcltk-man2html now uses the latest tcl8.x.x resp. tk8.x.x
directories found inside its --srcdir argument.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
mapping was not being distributed, and there were some small problems with what
the mappings were and how they were applied. Also prevented external URLs from
ending with a '.'; that's vanishingly rare...
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
packages whose non-version name parts are prefixes of others. Also ensure that
documentation builds are complete after distribution, and that we generate a
better error message when using the wrong tclsh version to do the build.
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | | |
unpack into.
|
| | | |
|
| | |
| | |
| | |
| | | |
packages from their directory names so that HTML documentation builds are
less confusing.
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | | |
the quality of HTML doc builds.
|
|\ \ \
| |/ /
| | | |
cause more harm than good. Purged them (except in zlib files).
|
| | |
| | |
| | |
| | | |
options between Ttk manual pages.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* tools/tcltk-man2html.tcl (plus-pkgs): Improve the package
documentation search pattern to support the doctoos-generated
directory structure.
* tools/tcltk-man2html-utils.tcl (output-name): Made this more
resilient against misformatted NAME sections, induced by import of
Thread package documentation into Tcl doc tree.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
title of a manual page be stored relative to its resulting directory
name as well as its source filename. This was caused by both Tcl and a
contributed package ([incr Tcl]) defining an Object.3. Also corrected
the joining of strings in titles to avoid extra braces.
Note: This removes the previous hack and fixes things correctly.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
docs from interfering with Tcl docs during HTML generation. This is a
band-aid since it just prevents the generation of the HTML version of
the Itcl C docs (since they're not installed during 'make install')
rather than improving the code to not have problems with the clash
between two Object.3 files.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|