summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclClock.c: fixed support for 64bit handling of clockhobbs2000-01-124-34/+116
* * generic/tclGetDate.y: Added comments for the Convert function.ericm2000-01-122-702/+1039
* * generic/tclGetDate.y: Added comments for the Convert function.ericm2000-01-122-7/+69
* * generic/tclUtf.c: changed Tcl_UtfBackslash to not allowhobbs2000-01-113-9/+21
* fixed "next" constant to give 1 unit ahead, not 2.ericm2000-01-112-4/+4
* yacc runericm2000-01-112-4/+2
* *** empty log message ***ericm2000-01-111-860/+682
* * generic/tclGetDate.y: Added rules for ISO 8601 formats (BUG #847):ericm2000-01-111-32/+70
* * generic/tclClock.c: Changed switch in Tcl_ClockObjCmd to useericm2000-01-081-6/+12
* * generic/tclCmdIL.c: added -unique option to lsorthobbs1999-12-214-21/+47
* * doc/glob.n:hobbs1999-12-126-72/+502
* * tests/var.test:hobbs1999-12-129-72/+140
* * generic/tclDate.c:hobbs1999-12-083-24/+26
* check for whitespace after bad octalshobbs1999-12-041-1/+4
* * tests/expr-old.test:hobbs1999-12-047-363/+257
* * generic/tcl.decls :redman1999-12-026-99/+177
* * generic/tclIO.c: fix from Kupries for Tcl_UnstackChannel thathobbs1999-12-011-54/+87
* * generic/tclLoad.c: #def'd out the unloading of DLLs at finalizehobbs1999-12-011-1/+9
* * tests/scan.test:hobbs1999-11-301-1/+7
* * generic/tclCmdIL.c: made SORTMODE_INTEGER work with Longshobbs1999-11-241-4/+4
* * generic/tclProc.c: backed out change from 1999-11-18 as ithobbs1999-11-191-4/+4
* * generic/tclProc.c: corrected error reporting for default casehobbs1999-11-197-33/+81
* * generic/tclIOUtil.c: changed Tcl_Alloc to ckallochobbs1999-11-104-77/+173
* Cleanup of the TclNewObj family of macros, and elimination of thewelch1999-10-302-133/+72
* removed // comments (IBM's AIX compiler complained)hobbs1999-10-291-4/+1
* * generic/tclStringObj.c: fixed Tcl_AppendResultVA so it onlyhobbs1999-10-296-49/+231
* * unix/tclUnixNotfy.c: fixed event/io threading problems byhobbs1999-10-215-36/+136
* * generic/regc_color.c:hobbs1999-10-1312-140/+125
* * generic/tclEnv.c: fixed mem leak with putenv and DStringshobbs1999-10-132-22/+17
* * generic/tclNamesp.c:hobbs1999-10-054-58/+56
* 1999-09-16 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-2111-173/+369
* 1999-09-01 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-023-15/+25
* 1999-08-20 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-211-2/+2
* 1999-08-19 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-191-3/+6
* 1999-08-18 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-1911-33/+81
* Fixed bad function definition, should use void instead of VOID forredman1999-08-131-2/+2
* * win/Makefile.in: Added COMPILE_DEBUG_FLAGS macro to make itstanton1999-08-121-1/+13
* Change version numbers to 8.2.0redman1999-08-101-4/+4
* Rolled back changes to change the prototype ofredman1999-08-103-7/+7
* * generic/tclListObj.c:core-8-2-b3-baseredman1999-08-107-47/+17
* 1 Added use of Tcl_GetAllocMutex to tclAlloc.c and tclCkalloc.c so theywelch1999-08-1010-56/+225
* removed unreferenced variable from regcomp.credman1999-08-101-1/+0
* 1999-08-05 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-051-3/+6
* * generic/regc_nfa.c:stanton1999-08-055-72/+111
* Remove extern declaration for TclWinGetPlatform functions, they'reredman1999-08-041-6/+1
* removed extra declaration of Tcl_RegExpMatchObjredman1999-08-023-17/+3
* * generic/tcl.h:redman1999-08-028-36/+38
* * generic/tclInt.decls: added declaractions necessary for thehobbs1999-08-014-4/+103
* * tclParse.c: fixed bug in info complete regarding nested squarehobbs1999-07-301-2/+5
* updated trf patch to fix problems created when adapting Kupries'hobbs1999-07-301-51/+81