summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* merge (minor style issues from) trunktip_468jan.nijtmans2017-04-102-16/+41
|\
| * Minor style issues through the socket implementation code.dkf2017-04-092-22/+45
* | TIP 468 implementation from Shannon Noe.dkf2017-04-093-18/+27
|/
* Minor simplification in tcl.h: For the Tcl_WideAsLong/Tcl_LongAsWide/Tcl_Wide...jan.nijtmans2017-04-071-8/+5
* Some more (internal) stub entries which can be cleaned up with -DTCL_NO_DEPRE...jan.nijtmans2017-04-061-2/+18
* If compiled with TCL_NO_DEPRECATED, the functions TclpGetDate/TclpLocaltime/T...jan.nijtmans2017-04-062-11/+13
* Fix [4b12ccb3363e81b132e8dbe12aeec596102be1a8|4b12ccb336]: format/scan %llu d...jan.nijtmans2017-04-052-13/+22
|\
| * Fix [4b12ccb3363e81b132e8dbe12aeec596102be1a8|4b12ccb336]: format/scan %llu d...jan.nijtmans2017-04-052-13/+22
* | Merge core-8-6-branch.jan.nijtmans2017-04-031-6/+27
|\ \ | |/
| * Code optimization/reduction: If TCL_WIDE_INT_IS_LONG is defined, the variable...jan.nijtmans2017-04-031-5/+12
* | Since Tcl_AppendPrintfToObj() now understands the %p format, we can use it. E...jan.nijtmans2017-03-312-18/+15
* | Extend Tcl_DumpActiveMemory() and related functions for handling 64-bit memor...jan.nijtmans2017-03-311-24/+27
|\ \ | |/
| * [900cb0284bc] Ensure that masking pseudo-methods used for export management a...dkf2017-03-291-0/+1
* | [900cb0284bc] Ensure that masking pseudo-methods used for export management a...dkf2017-03-291-0/+1
|\ \
| * | Tweak to make tests a little clearer.bug_900cb0284bcdkf2017-03-291-1/+1
| * | Correct this use of isWanted to ensure NO_IMPLEMENTATION methods are not list...aspect2017-03-271-0/+1
* | | In comments and documentation, distinguish between __int64 (a Microsoft 64-bi...jan.nijtmans2017-03-292-3/+3
|\ \ \ | | |/ | |/|
| * | In comments and documentation, distinguish between __int64 (a Microsoft 64-bi...jan.nijtmans2017-03-292-3/+3
* | | Improve comment on TCL_WIDE_INT_IS_LONG, making it less misleading. jan.nijtmans2017-03-272-3/+3
|\ \ \ | |/ / | | / | |/ |/|
| * Improve comment on TCL_WIDE_INT_IS_LONG, making it less misleading. jan.nijtmans2017-03-272-3/+3
* | Supply more C99-compatible (and MSVC) format options: '%p' for pointers, 'z'/...jan.nijtmans2017-03-243-12/+37
* | Add TCL_NORETURN attribute to TclpThreadExit() and Tcl_ExitThread()jan.nijtmans2017-03-243-4/+4
* | Use portable %p modifier in "generic/tclThreadTest.c", in stead of more compl...jan.nijtmans2017-03-231-1/+1
* | Addendum to previous commit: If compiled with TCL_NO_DEPRECATED, remove a few...jan.nijtmans2017-03-213-0/+16
* | If compiled with TCL_NO_DEPRECATED, remove some more stub entries which are n...jan.nijtmans2017-03-2010-35/+83
* | If Tcl is compiled with -DTCL_NO_DEPRECATED, make sure that iPtr->(resultSpac...jan.nijtmans2017-03-174-1/+40
* | redundant end-of-line spacingjan.nijtmans2017-03-153-10/+10
|\ \ | |/
| * redundant end-of-line spacingjan.nijtmans2017-03-154-16/+16
* | Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock...Kevin B Kenny2017-03-157-13/+174
|\ \ | |/
| * Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock...Kevin B Kenny2017-03-157-13/+174
* | Make 'clock' and 'encoding' into compilable ensembles that play with safe int...Kevin B Kenny2017-03-144-73/+368
|\ \ | |/
| * Make 'clock' and 'encoding' into compilable ensembles that play with safe int...kbk_clock_encoding_ensemblesKevin B Kenny2017-03-143-1/+113
| * Make 'clock' and 'encoding' into proper compilable ensemblesKevin B Kenny2017-03-144-75/+258
* | Eliminate internal use of TclNewBooleanObj()/TclSetBooleanObj()/TclSetIntObj(...jan.nijtmans2017-03-137-37/+15
* | Merge core-8-6-branchjan.nijtmans2017-03-072-2/+1
|\ \ | |/
| * Remove "makefile.bc". Not updated for many-many years, most likely it doesn't...jan.nijtmans2017-03-072-2/+1
* | Fix for Ticket [71c0878b71] + test casesavl2017-03-051-1/+1
* | ParseTokens failed to fully respect its numBytes argument.dgp2017-02-271-1/+4
|\ \ | |/
| * ParseTokens failed to fully respect its numBytes argument.dgp2017-02-271-1/+4
| |\
| | * ParseTokens failed to fully respect its numBytes argument.dgp2017-02-271-1/+4
* | | [25842c161f] Ensure that finalization of a zlib stream works.dkf2017-02-261-2/+2
|\ \ \ | |/ /
| * | zlib stream finalize calls deflate with no input - this case (and this caseaspect2017-02-111-2/+2
* | | More internal use of size_t in stead of int, e.g. for epoch'sjan.nijtmans2017-02-157-14/+14
* | | On Windows, Cygwin and 64-bit platforms, no need to handle 'long' in tclLink....jan.nijtmans2017-02-142-0/+21
* | | TIP #459 feedback from FlightAware: Add package-related pkgIndex.tcl file to ...jan.nijtmans2017-02-081-0/+18
|\ \ \
| * | | FlightAware feedback: "Aside: Any way to find out what the pkgIndex.tcl file ...package_filesjan.nijtmans2017-02-081-0/+18
* | | | Shortcut in TclParseNumber(): If obj is a dict or list, don't bother to gener...jan.nijtmans2017-02-082-13/+19
|/ / /
* | | Code cleanup (based on feedback from René Zaumseil): Only call GetInvalidInt...jan.nijtmans2017-02-071-102/+79
|\ \ \ | |/ /
| * | Code cleanup (based on feedback from René Zaumseil): Only call GetInvalidInt...jan.nijtmans2017-02-071-118/+85
* | | Split tclEmptyStringRep declaration over two lines. Otherwise gcc warning.jan.nijtmans2017-02-031-1/+3