summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
Commit message (Expand)AuthorAgeFilesLines
* * README:core_8_3_b2hobbs2000-01-141-4/+4
* * generic/tclUtf.c: changed Tcl_UtfBackslash to not allowhobbs2000-01-111-1/+10
* * generic/tclCmdIL.c: added -unique option to lsorthobbs1999-12-211-3/+3
* * generic/tclEnv.c: fixed mem leak with putenv and DStringshobbs1999-10-131-1/+2
* * generic/tclNamesp.c:hobbs1999-10-051-19/+18
* Change version numbers to 8.2.0redman1999-08-101-4/+4
* * generic/tcl.h:redman1999-08-021-4/+4
* * Changed version to 8.2b2.redman1999-07-221-3/+3
* Previous version was a mistake, roll it back.redman1999-07-211-3/+1
* * win/tclWinSock.c: Modified 8.1.0 version of the Win32 socketredman1999-07-211-1/+3
* Fix minor version number.redman1999-07-161-2/+2
* Added Tcl_SetNotifier and associated typedef.welch1999-07-021-1/+19
* Documented 2 more files that need to be updated when the Tcl versionwart1999-06-281-1/+3
* Changed so unix always maps ckalloc to Tcl_Alloc or Tcl_DbCkAlloc to avoidredman1999-06-261-15/+8
* Added note about win/configure.in needing a version changewelch1999-06-251-1/+2
* Changed to Tcl 8.2b1welch1999-06-251-4/+4
* * generic/tclTest.c:stanton1999-06-171-9/+26
* * generic/tclUnicodeObj.c: Lots of cleanup and simplification.stanton1999-06-101-1/+41
* Merged changes from scriptics-tclpro-1-3-b2 branchstanton1999-05-221-1/+17
* * Changed version to 8.1.1.stanton1999-04-301-3/+3
* Resynced with mainline.rjohnson1999-04-211-4/+4
* merged the parse changes between TclPro1.2 and Tcl8.1. Fixed bug in Windows ...surles1999-04-211-1/+20
* changes make Tcl_Access and Tcl_Stat public.hershey1999-04-171-1/+8
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-71/+469
* Changed magic number so it doesn't match the plus patch, at Jan's request.stanton1999-03-121-2/+2
* * generic/tclAlloc.c: Changed TCL_NATIVE_MALLOC to USE_TCLALLOC sostanton1999-03-111-12/+9
* Add Tcl_GetVersion C APIredman1999-03-101-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_99stanton1999-03-101-5/+2
* Merged stubs changes into mainline for 8.0stanton1999-03-101-546/+89
* * win/tclAppInit.c:stanton1999-02-031-2/+12
* * win/makefile.vc:stanton1999-01-061-1/+15
* Added supoport for _-dclspec on gcc - RFE 972.rjohnson1999-01-051-2/+2
* Updated the version to 8.0.5.rjohnson1999-01-041-4/+5
* Added README and README.binary to the list of files to modifyescoffon1998-10-171-1/+3
* Fixed bug in Tcl_SetListObj - it used to create invalid Tcl_Obj if you passedrjohnson1998-10-131-1/+2
* Bumped patch number to 8.0.4escoffon1998-10-131-3/+3
* Removed function declarations that were never used and not referencedrjohnson1998-09-291-6/+1
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* 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
* 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
* 8.0.3-4welch1998-07-291-2/+2
* rearranged the DLL import/export macros to give better default behaviourescoffon1998-07-291-7/+14
* 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
* Added support for DLL import/export declarations in the EXTERN macroescoffon1998-07-291-25/+34
* Updated core w/ Micheals latest changes.surles1998-07-241-56/+1