summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
* * win/makefile.vc:stanton1999-01-062-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.rjohnson1999-01-051-2/+2
| | | | Ray
* Updated the version to 8.0.5.rjohnson1999-01-041-4/+5
|
* Made error message for cd cmd consistant with 8.1.rjohnson1998-12-231-2/+2
|
* eliminated purify warning and other lintstanton1998-11-192-7/+10
|
* Fixed some tests which were failing on the Mac because of path differences. ↵jingham1998-11-102-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.welch1998-10-301-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 ensureswelch1998-10-231-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 modifyescoffon1998-10-171-1/+3
|
* Added fix to list processing in tclNotify that could cause events to be dropped.rjohnson1998-10-141-3/+7
| | | | Added test to intetp test suite.
* Fixed bug in Tcl_SetListObj - it used to create invalid Tcl_Obj if you passedrjohnson1998-10-134-4/+10
| | | | | | in 0 elements. Despite what docs said. Also updated a few copyright notices.
* Fixed bug in "lsort -dictionary" that caused problems when comparingrjohnson1998-10-131-3/+3
| | | | numbers that started with 0.
* Bumped patch number to 8.0.4escoffon1998-10-131-3/+3
|
* Fixed bug in "info complete" - it did not handle NULLs correctly.rjohnson1998-10-131-5/+3
|
* Minor changes in test file & C style.rjohnson1998-10-061-6/+1
|
* Added a new Tcl object called "procbody"; this object's internalescoffon1998-10-054-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 referencedrjohnson1998-09-292-20/+2
| | | | by any implementation.
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-1458-58/+58
|
* Restored attributionwelch1998-08-131-1/+6
|
* updated copyright info & sccs idsrjohnson1998-08-102-7/+4
|
* fixed a few code style issuesrjohnson1998-08-101-2/+7
|
* fixed style problemsrjohnson1998-08-101-13/+19
|
* Moved shared typedef herewelch1998-08-101-1/+16
|
* Moved data struct to tclInt.hwelch1998-08-101-15/+0
|
* Fixed to handle import links when redefining commandswelch1998-08-101-3/+55
|
* changed isArg/isTemp to flagsstanton1998-08-071-16/+54
| | | | made resolver api more object oriented
* replaced isArg/isTemp with flagsstanton1998-08-071-2/+2
|
* changed resolver epoch so it only invalidates the resolver cachestanton1998-08-071-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 TclInitCompiledLocalsstanton1998-08-071-91/+128
| | | | deferred resolver caching code to procedure invocation time
* changed isArg and isTemp fields to us flags field in CompiledLocal structurestanton1998-08-071-4/+5
|
* Nuked / from file pathswelch1998-08-071-5/+5
|
* Added unix/arch possibility to library search pathwelch1998-08-061-2/+17
|
* changed the panic in TclProcCompileProc when a precompiled script jumpsescoffon1998-08-061-2/+4
| | | | interps to an error instead.
* 8.0.3welch1998-08-061-2/+2
|
* 8.0.3-5welch1998-08-041-19/+2
|
* a few more fixes, hope this is the last one!escoffon1998-08-041-5/+5
|
* EXPORT is now TCL_STORAGE_CLASSescoffon1998-08-044-16/+16
|
* EXPORT is now TCL_STORAGE_CLASSescoffon1998-08-041-2/+2
|
* oh well, it was supposed to be TCL_STORAGE_CLASS not TCLSTORAGECLASSescoffon1998-08-041-5/+5
|
* deleted a spurious line after my EXPORT changes.escoffon1998-08-041-2/+1
|
* changes made to accomodate extension writers:escoffon1998-08-041-7/+28
| | | | | - retain the old EXPORT(a,b) macro - rename the EXPORT macro to TCLSTORAGECLASS
* 8.0.3-4welch1998-07-291-2/+2
|
* rearranged the DLL import/export macros to give better default behaviourescoffon1998-07-291-7/+14
|
* Define EXPORT to be DLLEXPORTescoffon1998-07-291-0/+3
|
* - added setting of EXPORT to DLLEXPORT if we are building Tcl.escoffon1998-07-291-0/+8
|
* added unconitional setting of EXPORT to DLLEXPORT (source files thatescoffon1998-07-291-0/+3
| | | | contain an EXTERN must declare EXPORT to be DLLEXPORT)
* - added setting of EXPORT to DLLEXPORT if we are building the Tcl lib.escoffon1998-07-292-3/+18
|
* Merged changes between child workspace "/home/escoffon/ws/tcl8.0" andescoffon1998-07-291-1/+8
| | | | parent workspace "/export/home/ws/tcl8.0".
* dropped a couple of unnecessary #definesescoffon1998-07-291-3/+1
|
* make sure the EXPORT macro is reset to DLLIMPORT at the end of the fileescoffon1998-07-291-1/+5
|