Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * win/tclAppInit.c: | stanton | 1999-02-03 | 2 | -5/+17 |
| | | | | | | | | | | | | * unix/tclAppInit.c: * mac/tclMacAppInit.c: * generic/tclTest.c: Changed some EXTERN declarations to extern since they are not defining exported interfaces. This avoids generating useless declspec() attributes and makes the windows makefile simpler. * generic/tcl.h: Moved Tcl_AppInit declaration to end and cleared out TCL_STORAGE_CLASS so it is not declared with a declspec(). | ||||
* | * generic/tclProc.c: | stanton | 1999-02-03 | 8 | -292/+252 |
| | | | | | | | | | | | | | | | | | | | | | | * generic/tclNamesp.c: * generic/tclInt.h: * generic/tclCmdIL.c: * generic/tclBasic.c: * generic/tclVar.c: Applied patch from Viktor Dukhovni to rationalize TCL_LEAVE_ERR_MSG behavior when creating variables. * generic/tclVar.c: Fixed bug in namespace tail computation. Fixed bug where upvar could resurrect a namespace variable whose namespace had been deleted. * generic/tclCompile.c (TclCompileExprCmd): Eliminated yet another bogus optimization in expression compilation. * generic/tclCompile.c (CompileExprWord): Fixed exception stack overflow bug caused by missing statement. [Bug: 928] * generic/tclIOCmd.c: * generic/tclBasic.c: Objectified the "open" command. [Bug: 1113] | ||||
* | lint | stanton | 1999-02-02 | 1 | -2/+1 |
| | |||||
* | * generic/tclPosixStr.c (Tcl_ErrnoId, Tcl_ErrnoMsg): When using | stanton | 1999-02-02 | 1 | -3/+3 |
| | | | | | egcs, ENOTSUP and EOPNOTSUPP are the same, so now we handle that case. [Bug: 1137] | ||||
* | objectified open command | stanton | 1999-02-02 | 1 | -3/+3 |
| | |||||
* | * generic/tclCompile.c (CompileExprWord): Fixed exception stack | stanton | 1999-02-02 | 1 | -2/+4 |
| | | | | overflow bug caused by missing statement. [Bug: 928] | ||||
* | * generic/tclIOCmd.c: | stanton | 1999-02-02 | 2 | -16/+17 |
| | | | | * generic/tclBasic.c: Objectified the "open" command. [Bug: 1113] | ||||
* | * win/makefile.vc: | stanton | 1999-01-06 | 2 | -2/+30 |
| | | | | | | * generic/tcl.h: * generic/tclAlloc.c: Added USE_NATIVEMALLOC ifdefs to make it easier to compile for use with Purify. | ||||
* | Added supoport for _-dclspec on gcc - RFE 972. | rjohnson | 1999-01-05 | 1 | -2/+2 |
| | | | | Ray | ||||
* | Updated the version to 8.0.5. | rjohnson | 1999-01-04 | 1 | -4/+5 |
| | |||||
* | Made error message for cd cmd consistant with 8.1. | rjohnson | 1998-12-23 | 1 | -2/+2 |
| | |||||
* | eliminated purify warning and other lint | stanton | 1998-11-19 | 2 | -7/+10 |
| | |||||
* | Fixed some tests which were failing on the Mac because of path differences. ↵ | jingham | 1998-11-10 | 2 | -9/+15 |
| | | | | Added a test to the resource tests to cover the but I fixed. Fixed the stat test commands - the mac files were getting a leading :, which the test commands did not expect | ||||
* | Fixed the Tcl_NotifyChannel bug, plus added a test case for it. | welch | 1998-10-30 | 1 | -12/+4 |
| | | | | | | Simply replaced Tcl_RegisterChannel/UnregisterChannel with Tcl_Preserve/Tcl_Release was all it took. Chanels are already "eventually freed" | ||||
* | Fixed a typo in tcl_findLibrary, and fixed the logic that ensures | welch | 1998-10-23 | 1 | -4/+3 |
| | | | | | the parent directory of tcl_library is on the auto_path. Added a comment to init.tcl about how auto_path is initialized. | ||||
* | Added README and README.binary to the list of files to modify | escoffon | 1998-10-17 | 1 | -1/+3 |
| | |||||
* | Added fix to list processing in tclNotify that could cause events to be dropped. | rjohnson | 1998-10-14 | 1 | -3/+7 |
| | | | | Added test to intetp test suite. | ||||
* | Fixed bug in Tcl_SetListObj - it used to create invalid Tcl_Obj if you passed | rjohnson | 1998-10-13 | 4 | -4/+10 |
| | | | | | | in 0 elements. Despite what docs said. Also updated a few copyright notices. | ||||
* | Fixed bug in "lsort -dictionary" that caused problems when comparing | rjohnson | 1998-10-13 | 1 | -3/+3 |
| | | | | numbers that started with 0. | ||||
* | Bumped patch number to 8.0.4 | escoffon | 1998-10-13 | 1 | -3/+3 |
| | |||||
* | Fixed bug in "info complete" - it did not handle NULLs correctly. | rjohnson | 1998-10-13 | 1 | -5/+3 |
| | |||||
* | Minor changes in test file & C style. | rjohnson | 1998-10-06 | 1 | -6/+1 |
| | |||||
* | Added a new Tcl object called "procbody"; this object's internal | escoffon | 1998-10-05 | 4 | -119/+711 |
| | | | | | | | representation contains both a Proc struct and its associated ByteCode. Updated tclProc.c::TclCreateProc to take procbody instances as the body argument, for future support of compiler extensions. Added the "procbodytest" package for testing all this stuff. | ||||
* | Removed function declarations that were never used and not referenced | rjohnson | 1998-09-29 | 2 | -20/+2 |
| | | | | by any implementation. | ||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 58 | -58/+58 |
| | |||||
* | Restored attribution | welch | 1998-08-13 | 1 | -1/+6 |
| | |||||
* | updated copyright info & sccs ids | rjohnson | 1998-08-10 | 2 | -7/+4 |
| | |||||
* | fixed a few code style issues | rjohnson | 1998-08-10 | 1 | -2/+7 |
| | |||||
* | fixed style problems | rjohnson | 1998-08-10 | 1 | -13/+19 |
| | |||||
* | Moved shared typedef here | welch | 1998-08-10 | 1 | -1/+16 |
| | |||||
* | Moved data struct to tclInt.h | welch | 1998-08-10 | 1 | -15/+0 |
| | |||||
* | Fixed to handle import links when redefining commands | welch | 1998-08-10 | 1 | -3/+55 |
| | |||||
* | changed isArg/isTemp to flags | stanton | 1998-08-07 | 1 | -16/+54 |
| | | | | made resolver api more object oriented | ||||
* | replaced isArg/isTemp with flags | stanton | 1998-08-07 | 1 | -2/+2 |
| | |||||
* | changed resolver epoch so it only invalidates the resolver cache | stanton | 1998-08-07 | 1 | -60/+39 |
| | | | | | | rather than forcing a complete recompile of the byte codes changed to use TclInitCompiledLocals changed resolver api to be a bit more object oriented | ||||
* | added TclInitCompiledLocals | stanton | 1998-08-07 | 1 | -91/+128 |
| | | | | deferred resolver caching code to procedure invocation time | ||||
* | changed isArg and isTemp fields to us flags field in CompiledLocal structure | stanton | 1998-08-07 | 1 | -4/+5 |
| | |||||
* | Nuked / from file paths | welch | 1998-08-07 | 1 | -5/+5 |
| | |||||
* | Added unix/arch possibility to library search path | welch | 1998-08-06 | 1 | -2/+17 |
| | |||||
* | changed the panic in TclProcCompileProc when a precompiled script jumps | escoffon | 1998-08-06 | 1 | -2/+4 |
| | | | | interps to an error instead. | ||||
* | 8.0.3 | welch | 1998-08-06 | 1 | -2/+2 |
| | |||||
* | 8.0.3-5 | welch | 1998-08-04 | 1 | -19/+2 |
| | |||||
* | a few more fixes, hope this is the last one! | escoffon | 1998-08-04 | 1 | -5/+5 |
| | |||||
* | EXPORT is now TCL_STORAGE_CLASS | escoffon | 1998-08-04 | 4 | -16/+16 |
| | |||||
* | EXPORT is now TCL_STORAGE_CLASS | escoffon | 1998-08-04 | 1 | -2/+2 |
| | |||||
* | oh well, it was supposed to be TCL_STORAGE_CLASS not TCLSTORAGECLASS | escoffon | 1998-08-04 | 1 | -5/+5 |
| | |||||
* | deleted a spurious line after my EXPORT changes. | escoffon | 1998-08-04 | 1 | -2/+1 |
| | |||||
* | changes made to accomodate extension writers: | escoffon | 1998-08-04 | 1 | -7/+28 |
| | | | | | - retain the old EXPORT(a,b) macro - rename the EXPORT macro to TCLSTORAGECLASS | ||||
* | 8.0.3-4 | welch | 1998-07-29 | 1 | -2/+2 |
| | |||||
* | rearranged the DLL import/export macros to give better default behaviour | escoffon | 1998-07-29 | 1 | -7/+14 |
| |