1
I Use This!
Inactive

Commits : Listings

Analyzed 37 minutes ago. based on code collected about 1 hour ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
see changes More... over 19 years ago
* library/tclx.tcl: Reintroduce the addition of the 'help' command * library/help.tcl: as tclx::help* (they can be namespace imported). * configure: Adjust the configure to allow --with-help, which * configure.in: is required to build the TclX help files. This * Makefile.in: still needs work on how users would build and install the help depending on whether it was a CVS or general source distribution. More... over 19 years ago
* library/edprocs.tcl (edprocs): harden tmpfile security access More... over 19 years ago
regen from configure.in More... over 19 years ago
* Makefile.in: remove TCL_DEFS dependency * configure.in: add TEA_TIME_HANDLER checks to no longer rely on TCL_DEFS (not good for 8.5). More... over 19 years ago
* unix/tclXunixSock.c (BindFileHandles): remove impotent channel code on channel2. More... over 19 years ago
* generic/tclXprofile.c (ProfStrCommandEval): CONST84-ify it More... over 19 years ago
add compat defines to support compiling against Tcl 8.5a2+ More... over 19 years ago
minor typo fixes More... over 19 years ago
* generic/tclXselect.c: undef panic on __APPLE__ (steffen) More... almost 20 years ago
* generic/tclExtdInt.h: Changed when 'tclInt.h' is included. Have to be done before 'tcl*Port.h', to prevent a clash over 'TclpPanic'. Don Porter claims that this is ok in general as well. A comment in the file seems to contradict this, but the compilation I tried was ok. If this becomes truly a problem then we may have to refactor the TclX headers to ensure that both Tcl and TclX dependencies are resolved correctly. More... almost 20 years ago
* generic/tclXsocket.c (InfoGetHost): read host after arg count check. [Bug 930035] (teterin) More... almost 20 years ago
doc and comment fixes More... almost 20 years ago
whitespace cleanup More... about 20 years ago
remove outdated note that kill is not available on Windows More... about 20 years ago
(TclXOSkill): close process handle More... about 20 years ago
* configure.in: * tclconfig/tcl.m4: Updated to newest tcl.m4, regenerated configure's. More... about 21 years ago
missing comma More... over 21 years ago
* generic/tclXkeylist.c (ValidateKey): move isPath check outside of for loop. (DupKeyedListInternalRep): duplicate value object instead of directly incrementing refcount of existing object to stop memleak. (TclX_KeyedListGetKeys): simplify list result obj creation. (TclX_KeylkeysObjCmd): use obj-ified var set/get routines. More... over 21 years ago
add valgrind and valgrindtest targets More... over 21 years ago
remove references to Tk-required build More... over 21 years ago
* Makefile.in: Put some variables back in that were previously found in Config.mk. "make buildhelp" now works again. * configure: * configure.in: Moved the help dir to the top directory of the TclX source code. It was using a subdir that no longer exists. * unix/tools/bldmanhelp.tcl: Add "package require Tclx" and source the help tools. * unix/tools/instcopy.tcl: Add "package require Tclx" and source the TclX build utilities. * unix/tools/runbuildhelp.tcl: "driver" to run buildhelp since we don't have a Tcl command line that can take the command on the command line.
lehenbauer
as karll
More... over 21 years ago
Applied patch to fileparse to use the public Tcl_RegExp interface instead of the private TclRegexp. Submitted by Reinhard Max (rmax) [Patch #631096]
lehenbauer
as karll
More... over 21 years ago
correct AIX-4 64-bit mode detection More... over 21 years ago
typo fix, regen'd configure More... over 21 years ago
Regen'd configure for new tcl.m4. More... over 21 years ago
* tclconfig/tcl.m4: * configure: * configure.in: move the CFLAGS definition into TEA_ENABLE_SHARED and make it pick up the env CFLAGS at configure time. More... over 21 years ago
* configure.in: Changed to propagate an initial CFLAGS value to the final definition. A TEA condition (SHARED_BUILD == 1) squashed it, causing it the build system to loose the +DAportable we specify for the AS PA-RISC2.2 build host. This is a problem for _all_ TEA and TEA 2 based configure files. More... over 21 years ago
s/functionallity/functionality/g More... over 21 years ago
* generic/tclExtdInt.h: added TclX_(Struct)Offet header * generic/tclXutil.c: added TclX_StructOffset to handle the changes in the size of Tcl_HashTable when embedded in a structure. More... over 21 years ago