Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documented 2 more files that need to be updated when the Tcl version | wart | 1999-06-28 | 1 | -1/+3 |
| | | | | number changes. | ||||
* | Changed so unix always maps ckalloc to Tcl_Alloc or Tcl_DbCkAlloc to avoid | redman | 1999-06-26 | 1 | -15/+8 |
| | | | | problems with mixed TCL_MEM_DEBUG modes. | ||||
* | Added note about win/configure.in needing a version change | welch | 1999-06-25 | 1 | -1/+2 |
| | |||||
* | Changed to Tcl 8.2b1 | welch | 1999-06-25 | 1 | -4/+4 |
| | |||||
* | * generic/tclTest.c: | stanton | 1999-06-17 | 1 | -9/+26 |
| | | | | | | | | | | | | * generic/tclRegexp.h: * generic/tclRegexp.c: * generic/tcl.h: * generic/tcl.decls: Renamed Tcl_RegExpMatchObj to Tcl_RegExpExecObj and added a new Tcl_RegExpMatchObj that is equivalent to Tcl_RegExpMatch. Added public macros for the regexp compile/execute flags. Changed to store either an object pointer or a string pointer in the TclRegexp structure. Changed to avoid adding a reference to the object or copying the string. | ||||
* | * generic/tclUnicodeObj.c: Lots of cleanup and simplification. | stanton | 1999-06-10 | 1 | -1/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | Fixed several memory bugs. Added TclAppendUnicodeToObj. * generic/tclInt.h: Added declarations for various Unicode string functions. * generic/tclRegexp.c: * generic/tclCmdMZ.c: Changed to use new Unicode string interfaces for better performance. * generic/tclRegexp.h: * generic/tclRegexp.c: * generic/tcl.h: * generic/tcl.decls: Added Tcl_RegExpMatchObj and Tcl_RegExpGetInfo calls to access lower level regexp API. These features are needed by Expect. This is a preliminary implementation pending final review and cleanup. * generic/tclCmdMZ.c: * tests/string.test: Fixed bug where string map failed on null strings. | ||||
* | Merged changes from scriptics-tclpro-1-3-b2 branch | stanton | 1999-05-22 | 1 | -1/+17 |
| | |||||
* | * Changed version to 8.1.1. | stanton | 1999-04-30 | 1 | -3/+3 |
| | |||||
* | Resynced with mainline. | rjohnson | 1999-04-21 | 1 | -4/+4 |
| | |||||
* | merged the parse changes between TclPro1.2 and Tcl8.1. Fixed bug in Windows ↵ | surles | 1999-04-21 | 1 | -1/+20 |
| | | | | makefile caused when the win/pkgIndex.tcl file was replaced | ||||
* | changes make Tcl_Access and Tcl_Stat public. | hershey | 1999-04-17 | 1 | -1/+8 |
| | | | | also one minor fix in tests/all.tcl to fix bug 1770. | ||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -71/+469 |
| | |||||
* | Changed magic number so it doesn't match the plus patch, at Jan's request. | stanton | 1999-03-12 | 1 | -2/+2 |
| | |||||
* | * generic/tclAlloc.c: Changed TCL_NATIVE_MALLOC to USE_TCLALLOC so | stanton | 1999-03-11 | 1 | -12/+9 |
| | | | | | | | | | | | | | | it matches 8.1. * generic/tclBasic.c: * generic/tcl.h: * generic/tcl.decls: Changed Tcl_ReleaseType from an enum to macros so it can be used in .rc files. Added Tcl_GetString. * unix/Makefile.in: Added compat binaries to the stub library. Changed compat binaries to always compile with shared flags since they need to be shared for the stub library. | ||||
* | Add Tcl_GetVersion C API | redman | 1999-03-10 | 1 | -11/+16 |
| | |||||
* | Changed TCL_STUB_MAGIC back to match plus patch implementation.dev_stubs_merge_8_1_3_9_99core_8_1_merge_3_9_99 | stanton | 1999-03-10 | 1 | -5/+2 |
| | |||||
* | Merged stubs changes into mainline for 8.0 | stanton | 1999-03-10 | 1 | -546/+89 |
| | |||||
* | * win/tclAppInit.c: | stanton | 1999-02-03 | 1 | -2/+12 |
| | | | | | | | | | | | | * 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(). | ||||
* | * win/makefile.vc: | stanton | 1999-01-06 | 1 | -1/+15 |
| | | | | | | * 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 |
| | |||||
* | Added README and README.binary to the list of files to modify | escoffon | 1998-10-17 | 1 | -1/+3 |
| | |||||
* | Fixed bug in Tcl_SetListObj - it used to create invalid Tcl_Obj if you passed | rjohnson | 1998-10-13 | 1 | -1/+2 |
| | | | | | | in 0 elements. Despite what docs said. Also updated a few copyright notices. | ||||
* | Bumped patch number to 8.0.4 | escoffon | 1998-10-13 | 1 | -3/+3 |
| | |||||
* | Removed function declarations that were never used and not referenced | rjohnson | 1998-09-29 | 1 | -6/+1 |
| | | | | by any implementation. | ||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | dropped a couple of unnecessary #defines | escoffon | 1998-07-29 | 1 | -3/+1 |
| | |||||
* | make sure the EXPORT macro is reset to DLLIMPORT at the end of the file | escoffon | 1998-07-29 | 1 | -1/+5 |
| | |||||
* | Added support for DLL import/export declarations in the EXTERN macro | escoffon | 1998-07-29 | 1 | -25/+34 |
| | |||||
* | Updated core w/ Micheals latest changes. | surles | 1998-07-24 | 1 | -56/+1 |
| | |||||
* | Merged changes between child workspace "/home/escoffon/ws/tcl8.0" and | escoffon | 1998-07-21 | 1 | -8/+12 |
| | | | | parent workspace "/export/home/ws/tcl8.0". | ||||
* | 8.0.3-3 | welch | 1998-07-20 | 1 | -2/+2 |
| | |||||
* | Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" and | welch | 1998-07-06 | 1 | -1/+56 |
| | | | | parent workspace "/home/welch/ws/tcl8.0.3". | ||||
* | Updated for 8.0.3 | welch | 1998-07-06 | 1 | -4/+3 |
| | |||||
* | Merged changes between child workspace "/home/escoffon/ws/tcl8.0" and | escoffon | 1998-07-01 | 1 | -5/+29 |
| | | | | parent workspace "/ws/tcl8.0". | ||||
* | Updated for 8.0.3 | welch | 1998-06-29 | 1 | -7/+7 |
| | |||||
* | Added Jans compatibility patch | welch | 1998-06-29 | 1 | -2/+4 |
| | |||||
* | Cleaned up prototype for 'Tcl_GetNameOfExecutable'. | suresh | 1998-06-15 | 1 | -2/+2 |
| | |||||
* | Added prototype for the new public routine 'Tcl_GetNameOfExecutable(...)'. | suresh | 1998-06-12 | 1 | -1/+2 |
| | |||||
* | Restored the SCCS id string back to id strings | escoffon | 1998-06-10 | 1 | -1/+1 |
| | |||||
* | Added the definition of the EXPORT macro, used to declare that some | escoffon | 1998-06-10 | 1 | -0/+18 |
| | | | | | symbols are to be exported from DLLs. This was added so that C packages can use a standard way of declaring exported symbols. | ||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+1488 |