summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added change noteshobbs2000-12-101-0/+14
|
* * docs/scan.n:hobbs2000-12-101-10/+12
| | | | | | | * tests/scan.test: * generic/tclScan.c (Tcl_ScanObjCmd): changed %o and %x to use strtoul instead of strtol to correctly preserve scan<>format conversion of large integers. [Patch #102663, Bug #124600]
* * win/tclWinTime.c (CalibrationThread): added lint return value tohobbs2000-12-101-3/+4
| | | | prevent compiler warning. [Bug #125005]
* * library/init.tcl: Added support for PATHEXT variable inhobbs2000-12-092-3/+15
| | | | | auto_execok, recognizing the proper set of executable extensions on Windows. [Patch #102719]
* Fixing bug #119417 using patch #102496.andreas_kupries2000-12-082-10/+32
|
* Why do you always find stupid typos after committing? <sigh>dkf2000-12-081-2/+2
|
* Applied patch #102680 after review and approval by several TCT membersdkf2000-12-082-2/+21
|
* * generic/tcl.h (attemptckalloc): Fixed typo for #define ofericm2000-12-083-3/+134
| | | | | | | | | attemptckalloc (was defined to Tcl_AttempDbCkalloc, should have been Tcl_AttemptDbCkalloc). [Bug: 124384] * generic/tclCkalloc.c: Added TCL_MEM_DEBUG versions of Tcl_AttemptDbCkrealloc and Tcl_AttemptDbCkalloc. [Bug: 124384].
* see change noteshobbs2000-12-081-0/+9
|
* * library/dde/pkgIndex.tcl: updated to use 84 version to reflecthobbs2000-12-071-2/+2
| | | | | the makefile. Should probably be updated to use its real version at some point. [Patch #102560, Bug #119421]
* * generic/tcl.h: added note about need to updatedhobbs2000-12-071-2/+3
| | | | library/dde/pkgIndex.tcl with minor version increment.
* Logical negation "!" can now handle string booleans, provided thosedkf2000-11-242-2/+12
| | | | | values are placed in variables. Resolves bug #119153 as most people will experience it.
* Added test to detect bug #119153; the string forms of boolean valuesdkf2000-11-242-1/+9
| | | | should not be second-class citizens in the Tcl world...
* Missed a few spots with the previous checkin. Now onlydkf2000-11-244-32/+36
| | | | | | | | tools/tcltk-man2html.tcl is left unfixed, but that file is sufficiently complex that I don't dare touch it without understanding exactly what all of the supposed directory separators are doing there. In any case, this file is probably not going to be used by ordinary users; developers can put up with a few more "pointless restrictions"...
* [glob] uses -directory instead of unsafe [file join] to stop problemsdkf2000-11-243-6/+11
| | | | with some directory names. Fixes Bug #123313 in Tcl.
* Fixed bug #119082.dkf2000-11-241-0/+11
|
* Now correctly test for (and fix) Bug #119082.dkf2000-11-244-11/+98
|
* Fixed memory leak from Bug #119398dkf2000-11-232-5/+5
|
* Improved use of [uplevel] in unknown. Fixes #123217dkf2000-11-232-7/+14
|
* Applied the patch for TIP #7 from Kevin Kenny.andreas_kupries2000-11-215-11/+603
| | | | See http://www.cs.man.ac.uk/fellowsd-bin/TIP/7.html
* Improved documentation to fix bug #119387 (info locals seems not todkf2000-11-214-7/+20
| | | | | work properly) since the behaviour reported as buggy was actually correct.
* Finally fixed bug 119192. This was a real nasty that was hidden bydkf2000-11-173-29/+27
| | | | | | | the fact that it never caused a crash and was blocked most of the time from coming into play by the way the compiler handles array variable references. (Yes, the test suite does pass now on this machine at least...)
* Added test for bug 119192 to test suite.dkf2000-11-172-1/+10
|
* 2000-11-16 Andreas Kupries <a.kupries@westend.com>andreas_kupries2000-11-162-2/+10
| | | | | | | | * win/tclWinPort.h (line 69): Changed reference to winsock2.h into winsock.h. This was a leftover from a foray into using winsock version 2 (History lesson from Scott Redman and Jeff Hobbs). This code was no problem when compiling Tcl itself, but could trip extensions. Fixes bug 122568.
* * unix/Makefile.in: removed bp.c references (hasn't existed in ahobbs2000-11-162-40/+28
| | | | | | long time). Corrected 'make dist' to make dist with unversioned library directories (same as out of cvs), so make install works correctly with either source tree.
* * generic/tclVar.c (TclLookupVar): reverted fix below as it brokehobbs2000-11-152-9/+14
| | | | all other array unset error reporting. Bug-119192 is still open.
* Fixed bug 119192 which was causing variable names to be reporteddkf2000-11-152-9/+15
| | | | incorrectly in some circumstances.
* updated with 8.4a2 changeshobbs2000-11-041-1/+94
|
* no messagedavidg2000-11-031-0/+5
|
* 2000-11-03 David Gravereaux <davygrvy@ajubasolutions.com>davidg2000-11-031-1/+0
| | | | | * win/.cvsignore: Removed 'configure' from the glob list now that it's included.
* added release markhobbs2000-11-031-0/+2
|
* * tools/tcl.wse.in: updated for unversioning of library dirshobbs2000-11-035-53/+102
| | | | | | | * unix/Makefile.in (install-libraries, dist): * win/makefile.vc (install-libraries): * win/Makefile.in (install-libraries): updated to install unversioned library directories into versioned directories.
* unversioned the reg and dde CVS directorieshobbs2000-11-032-12/+0
|
* unversioned http msgcat and opt packages in CVShobbs2000-11-036-2295/+0
|
* unversioned the tcltest directoryhobbs2000-11-032-3498/+0
|
* safety check on setting mainLoopProc to NULLhobbs2000-11-031-1/+2
|
* doc/Tcl_Main.3: added docs for Tcl_SetMainLoophobbs2000-11-031-6/+26
|
* updated mkLinks with latest doc updateshobbs2000-11-031-12/+74
|
* corrected pointer reference to mainLoopProc executionhobbs2000-11-031-3/+3
|
* moved Tcl_GetThreadData call after Tcl_FindExecutablehobbs2000-11-031-3/+3
|
* * generic/tclStubInit.c:hobbs2000-11-036-18/+284
| | | | | | | | | | | | * generic/tclDecls.h: * generic/tcl.decls: added Tcl_SetMainLoop proc that allows people to set a main loop that will run for tclsh. * generic/tcl.h: added Tcl_MainLoopProc typedef * generic/tclMain.c (Tcl_SetMainLoop, StdinProc, Prompt): new StdinProc and Prompt static procs and Tcl_SetMainLoop stubs proc. The first two handle a fileevent based prompt (taken from tkMain.c). Tcl_SetMainLoop enables the interactive setting of a main loop procedure. This enables Tk to be a loadable package.
* * unix/configure:hobbs2000-11-035-0/+9666
| | | | | | | | | * unix/dltest/configure: * win/configure: * tools/configure: checked in configure scripts so people doing CVS checkouts aren't required to have autoconf. Changes to configure.in in the future will require the corresponding configure script to also be re-autoconf'ed and checked in.
* updated default tools pathshobbs2000-11-031-14/+9
|
* Added some more comments and a missing Tcl_IncrRefCount indavidg2000-11-021-1/+13
| | | | | TclGetLibraryPath() when the tclLibraryPath Tcl_Obj needs to be created.
* updated copyrighthobbs2000-11-021-1/+1
|
* no messagedavidg2000-11-021-0/+7
|
* 2000-11-02 David Gravereaux <davygrvy@ajubasolutions.com>davidg2000-11-021-1/+11
| | | | | | | * generic/tclEvent.c: tclLibraryPath Tcl_Obj didn't have a way to share its data among threads. This caused Tcl_Init() to always fail in threads. Added a way to pass the data around with a global char*. [BUG: 5301]
* see changeshobbs2000-11-021-0/+8
|
* makefile fixes for Win64 supporthobbs2000-11-022-22/+57
|
* minor cast changeshobbs2000-11-021-5/+5
|