| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Added testcases for Unicode 6.0
|
|
|
|
|
|
| |
UnicodeData.txt,
corresponding with Unicode 6.0 (except for out-of-range chars > 0xFFFF)
|
| |
|
|
|
|
| |
(hand-modified) regc_locale.c
|
|
|
|
|
|
|
|
| |
features to genStubs.tcl. Make the "generic"
argument in the *.decls files optional
(no change to any tcl*Decls.h files)
This allows genStubs.tcl to generate the ttk stub files as well,
while keeping full compatibility with existing *.decls files.
|
|
|
|
| |
(no change in output for *Decls.h files)
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
Use void (*reserved$i)(void) = 0 instead of void *reserved$i = NULL for unused stub entries, in case pointer-to-function and pointer-to-object are different sizes.
|
|
|
|
| |
remove unneeded ifdeffery and put C++ guard around stubs pointer definition.
|
|
|
|
| |
formatting, spacing, cleanup unused variables
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
using -fvisibility=hidden. Make two functions static,
eliminate some unnecessary type casts.
configure(.in)?: Update to Tcl 8.6
|
| |
|
|
|
|
|
|
| |
result in a crash on CYGWIN.
restyle according to the Tcl style guide
|
| |
|
|
|
|
|
|
|
|
| |
tcl*ConstStubs, it's not necessary at all.
tclEnsemble.c: Fix signed-unsigned mismatch
make tclWinProcs "const"
Add first part of mslu support,
See [Feature Request #2819611]
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Eliminate the need for an extra Stubs Pointer
for adressing a static stub table: Just change
the exported table from static to MODULE_SCOPE.
|
|
|
|
|
|
|
|
|
|
| |
prevent space within stub table function parameters
if the parameter type is a pointer.
Minor formatting, and VOID -> void.
Change signature of TclNRInterpProcCore,
and TclOONewProc(Instance|)MethodEx,
indicating that errorProc is a function pointer
tclVar.c: fixed two gcc warnings
|
|
|
|
|
|
|
|
|
|
| |
immediately after a function name, so the
format of function definitions in tcl*Decls.h
matches all other tcl*.h header files.
- Change Tcl_ArgvFuncProc, Tcl_ArgvGenFuncProc
and GetFrameInfoValueProc to be function
definitions, not pointers, for consistency
with all other Tcl function definitions.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
and remove obsolete "emitStubs" and "genStubs" functions.
win/Makefile.in Use tcltest86.dll for all tests, and add
.PHONY rules to preemptively stop trouble that plagued Tk
from hitting Tcl too.
|
| |
|
|
|
|
| |
regenerating on a Windows box.
|
| |
|
|
|
|
|
|
|
|
| |
* generic/tclPipe.c (FileForRedirect): getHandleProc == NULL, this
is allowed. Provide a nice error message in the bypass
area. Updated caller to check the bypass for a mesage. This fixes
the bug [Bug 2826248] reported by Andy Sonnenburg
<andy22286@users.sourceforge.net>
|
| |
|
|
|
|
|
|
|
|
| |
Windows 7 makes significant use of large icon resources. An SVG version of the tcl
feather is included and has been used to generate the set of icons recommended
for use on Vista except for the 256x256 PNG version. Inclusion of this prevents
building with MSVC6 and a number of other tools which cannot handle PNG in
in ico files. Hence the largest icon included is 64x64 at 32bit depth.
|