summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* no messagedavygrvy2001-11-131-0/+7
|
* correct nroff format problemshobbs2001-11-121-0/+6
|
* * unix/Makefile.in:mdejong2001-11-111-0/+6
| | | | | * win/Makefile.in: Add "make gdb" target. This target can run tclsh inside either gdb or insight.
* no messagedavygrvy2001-11-101-0/+9
|
* no messagedavygrvy2001-11-101-0/+15
|
* fixed winhelp generation problems #480268hobbs2001-11-101-0/+8
|
* added -lc to AIX libs, fixed path to ldAixhobbs2001-11-101-0/+5
|
* * tests/var.test:dgp2001-11-091-0/+6
| | | | | * generic/tclVar.c: Corrected bug in [global] when dealing with variable names matching :*. [Bug 480176]
* Fixup stack size under OSF1. [Tcl patch 474790]mdejong2001-11-091-0/+8
| | | | | | * unix/configure: Regen. * unix/tcl.m4: Add HAVE_PTHREAD_ATTR_SETSTACKSIZE define to EXTRA_CFLAGS to adjust initial stack size.
* Enable thread support under FreeBSD. [Tcl bug 473708]mdejong2001-11-091-0/+10
| | | | | | | | * unix/configure: Regen. * unix/tcl.m4 (SC_ENABLE_THREADS): Check for pthread functions in libc_r and enable thread support if found. * unix/dltest/Makefile.in: Set SHLIB_LD_LIBS and use it in the Makefile to properly link a shared library.
* * unix/Makefile.in:mdejong2001-11-091-0/+9
| | | | | | | | * unix/dltest/Makefile.in: Avoid adding libc to the LIBS variable since it is not needed when linking with CC. If required when linking with LD it should be done on a case by case basis in tcl.m4.
* typo fixdavygrvy2001-11-081-2/+2
|
* no messagedavygrvy2001-11-081-0/+5
|
* no messagedavygrvy2001-11-081-0/+9
|
* * unix/Makefile.in:mdejong2001-11-081-0/+10
| | | | | | | | | * win/Makefile.in: Print a message indicating that the user should run "make genstubs" when the generated tclStubInit.c file is out of date. We can't regenerate automatically since there may be no tclsh on the system and that would cause bootstrap problems. [Tcl bug 465874]
* Define TCL_INCLUDE_SPEC in tclConfig.sh. It should bemdejong2001-11-081-1/+16
| | | | | | | | | | | | | | included by extensions that need to find Tcl include headers in the install location. The user can override the include install dir with --includedir so we need to record this information for extensions. [Tcl bug 421835] * unix/configure: Regen. * unix/configure.in: Define TCL_INCLUDE_SPEC. * unix/tclConfig.sh.in: Define TCL_INCLUDE_SPEC. * win/configure: Regen. * win/configure.in: Define TCL_INCLUDE_SPEC. * win/tclConfig.sh.in: Define TCL_INCLUDE_SPEC.
* no messagedavygrvy2001-11-081-0/+9
|
* * win/README: Change minimum VC++ version to 5.X sincemdejong2001-11-071-0/+13
| | | | | | | | | | | | 4.X is known not to work. Indicate that Mingw is required and building with Cygwin gcc is not supported. Include instructions that indicate how to install Mingw and what URLs folks should use to download the supported version of Mingw. * win/configure: Regen. * win/configure.in: Error out if user tries to compile the Windows version of Tcl with Cygwin gcc. Users should compile with Mingw gcc instead.
* See ChangeLogandreas_kupries2001-11-071-0/+11
|
* no messagedavygrvy2001-11-071-0/+18
|
* vfs robustness fixvincentdarley2001-11-041-0/+6
|
* file copy soft link docsvincentdarley2001-11-021-0/+6
|
* win fs fixesvincentdarley2001-10-291-0/+12
|
* Fix for bug 475941; access() was being called with path-free file names ondkf2001-10-291-0/+7
| | | | some paths through the glob code!
* Fix for bug 471374; Tcl only resets serial ports on exit now if it hasdkf2001-10-251-0/+9
| | | | updated their settings first.
* * doc/ObjectType.3: Minor documentation fix, reported by Davidandreas_kupries2001-10-221-0/+5
| | | | N. Welton <davidw@users.sourceforge.net> directly to me.
* small win fixvincentdarley2001-10-221-0/+5
|
* * tests/clock.test (clock-8.1):hobbs2001-10-181-0/+8
| | | | | | | * generic/tclDate.c (RelativeMonth): * generic/tclGetDate.y (RelativeMonth): corrected off-by-one-day error in clock scan with relative months and years during swing hours. [Bug #413397, Patch #414024] (lavana)
* Tcl_FSChdir fixvincentdarley2001-10-181-0/+5
|
* * unix/tclUnixPipe.c (PipeInputProc, PipeOutputProc): do immediatehobbs2001-10-181-0/+6
| | | | | retry when error is returned with errno == EINTR. [Bug #415131] (leger)
* * corrected referencedgp2001-10-171-1/+1
|
* * unix/tclLoadAout.c (TclGuessPackageName): removed unused varshobbs2001-10-161-0/+5
| | | | and fixed warnings. [Bug #446622] (lim)
* Doh ... strncmp, not strcmp needed in last commit.Miguel Sofer2001-10-151-1/+1
|
* generic/tclProc.c: changing a memcmp to strcmp to avoid a memory errorMiguel Sofer2001-10-151-0/+6
| | | | | detected by purify (thanks Jeff); modify style to agrre with the style guide.
* configure changeshobbs2001-10-151-0/+7
|
* * generic/tclInt.decls (TclExpandCodeArray,TclGetInstructionTable):andreas_kupries2001-10-151-0/+11
| | | | | | | | | | Added to internal stubs table. Tclcompiler (Tclpro project) needs them if used as loadable package under Windows. Changed signatures. We don't want to describe compiler internal structures in "tclInt.h". * generic/tclCompile.h: S.a. Removed function declarations. * generic/tclCompile.c: S.a. Adapted to changed signatures.
* see ChangeLoghobbs2001-10-151-0/+15
|
* small fs fixesvincentdarley2001-10-151-0/+6
|
* see ChangeLoghobbs2001-10-121-5/+22
|
* * tests/compile.test: new tests for [Bug 467523]Miguel Sofer2001-10-121-0/+5
|
* generic/tclLiteral.c: (TclReleaseLiteral) insured thatMiguel Sofer2001-10-111-0/+6
| | | | | self-referential bytecodes are properly cleaned up on interpreter deletion [Bug 467523]
* no messagedavygrvy2001-10-101-0/+8
|
* * Corrected restore of ::env(LANG).dgp2001-10-101-0/+4
|
* * generic/tclFileName.c (Tcl_SplitPath): corrected mem leakhobbs2001-10-101-0/+6
| | | | | intro'd with VFS code where the result obj from Tcl_FSSplitPath was not getting freed.
* generic/tclLiteral.c: (TclReleaseLiteral) reverted previous patch for [Bug ↵Miguel Sofer2001-10-091-0/+5
| | | | 467523] - cure is worse than the illness.
* forgot credit for last commit ...Miguel Sofer2001-10-061-1/+1
|
* insured that self-referential bytecodes are properly cleaned up onMiguel Sofer2001-10-061-0/+6
| | | | interpreter deletion [Bug 467523]
* Updated encodings with latest mappings from www.unicode.org. Thishobbs2001-10-041-0/+58
| | | | | | | | did not include some Mac encodings that have special multi-unichar translations now (like symbols, dingbats and japanese). Also does not include big5, gb or euc* as those have different formats in the latest Unicode version that need new conversion tools. Not all related .enc files changed as some had been updates separately.
* correcting the Changelog date of my last commit.Miguel Sofer2001-10-041-1/+1
|
* * generic/tclEvent.c (Tcl_FinalizeThread): moved freeing ofhobbs2001-10-031-0/+6
| | | | | tclLibraryPath to before the thread exit handlers are called. Slight modification to change on 2001-09-24.