summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | * | | | | | Bump to http 2.8.9dgp@users.sourceforge.net2015-05-144-6/+6
| | | | | | | | | |
| | | | * | | | | | [6a71dbe6ec] Ensure that compression errors log correctly.donal.k.fellows@manchester.ac.uk2015-05-141-1/+1
| | | | | | | | | |
| | | | * | | | | | [b9d0434667] Prefer the gzip encoding for transfers. It's less efficient, butdonal.k.fellows@manchester.ac.uk2015-05-143-15/+35
| | | | | |/ / / / | | | | |/| | | | | | | | | | | | | it is far more interoperable and that's a more important metric.
| | | | * | | | | test portabilitydgp@users.sourceforge.net2015-04-301-1/+2
| | | | |\ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | Test portability.dgp@users.sourceforge.net2015-04-301-1/+2
| | | | | | | | |
| | | | * | | | | merge markdgp@users.sourceforge.net2015-04-290-0/+0
| | | | |\ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | Use joinable threads to avoid thread finalization crashes.dgp@users.sourceforge.net2015-04-291-1/+2
| | | | | | | | |
| | | | * | | | | [894da183c8] Test and fix for regression in flushing blocked channels.dgp@users.sourceforge.net2015-04-292-2/+36
| | | | |\ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | [894da183c8] Test and fix for regression in flushing blocked channels.dgp@users.sourceforge.net2015-04-292-2/+36
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [894da183c8] Fix and test for bug at the point it was introduced.dgp@users.sourceforge.net2015-04-292-1/+35
| | | | | | | | | |
| | | | | * | | | | Merge tzdata2015d from ietf.orgvenkat@comit.com2015-04-2916-1185/+1136
| | | | | |\ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
* | | | | | | | | | Update to tzdata2015d from ietf.orgvenkat@comit.com2015-04-2916-1185/+1136
| | | | | | | | | |
| | | | | * | | | | [879a0747be] Repair handling of incomplete multi-byte chars at the ends of ↵dgp@users.sourceforge.net2015-04-242-6/+105
| | | | | |\ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | input buffers. Also properly reset input encoding flags when cycling through a fleeting EOF condition.
* | | | | | | | | | [879a0747be] Repair handling of incomplete multi-byte chars at the endsdgp@users.sourceforge.net2015-04-242-7/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of input buffers. Also properly reset input encoding flags when cycling through a fleeting EOF condition.
| | | | | * | | | | Fix UtfToUtfProc() to remove the potential to read beyond end of input buffer.dgp@users.sourceforge.net2015-04-241-1/+1
| | | | | |\ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
* | | | | | | | | | Fix UtfToUtfProc() to remove the potential to read beyond end of input buffer.dgp@users.sourceforge.net2015-04-241-1/+1
| | | | | | | | | |
| | | | | * | | | | Open linked folder shared on Windows - Patch [19ea026e43]harald.oehlmann@elmicron.de2015-04-231-1/+1
| | | | | |\ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
* | | | | | | | | | Open linked folder shared on Windows - Patch [19ea026e43]harald.oehlmann@elmicron.de2015-04-231-1/+1
| | | | | | | | | |
| | | | | * | | | | Fix [8065d178229d8d335eee64d36ada37c4dedf2579|8065d17822]: Duplicate ↵nijtmans@users.sourceforge.net2015-04-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -DNDEBUG in compiler command with --disable-symbols
| | | | | * | | | | bring in dgp's improvements to zippyMiguel Sofer2015-04-172-22/+100
| | | | | |\ \ \ \ \
| | | | | | * | | | | Reduce the list walking by keeping lastPtr fields.dgp@users.sourceforge.net2015-04-162-29/+37
| | | | | | | | | | |
| | | | | | * | | | | Revise the zippy dance that pushes Blocks and Tcl_Objs back the shared pooldgp@users.sourceforge.net2015-04-151-15/+85
| | | | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | so that the overal operation remains a FIFO. This help preserve cache locality where it exists. The price (for now) is a bit more time walking to the end of free lists. If this is important, the addition of a lastPtr field could fix it without difficulty.
| | | | | * | | | | Fix [a0a251e4e478977334da51e346cddff8ec3fbf52|a0a251e4e4]: tcl 8.6.4 ↵nijtmans@users.sourceforge.net2015-04-103-10/+11
| | | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | compilation on windows with msys and VS2013 fails
| | | | * | | | | Don't warn about warnings that are suppressed correctly now.donal.k.fellows@manchester.ac.uk2015-04-091-1/+0
| | | | | | | | |
| | | | * | | | | Squelch otherwise-unavoidable OSX warnings. It's like magic!donal.k.fellows@manchester.ac.uk2015-04-091-0/+1
| | | | | |/ / / | | | | |/| | |
| | | | * | | | improve comments for TclMarkTailcall and friendsMiguel Sofer2015-04-081-3/+10
| | | | |/ / /
| | | | * | | Don't fetch values we don't need.donal.k.fellows@manchester.ac.uk2015-04-041-1/+1
| | | | | | |
| | | | * | | There's no need to constrain the declaration of Tcl_GetMemoryInfo().dgp@users.sourceforge.net2015-03-241-2/+0
| | | | | | |
| | | | * | | Tcl source code already assumes the <limits.h> file is available.dgp@users.sourceforge.net2015-03-246-199/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (See tcl/libtommath/tommath.h .) So dispose of all the configuration shenanigans pretending we want to support systems that lack one.
| | | | * | | fix comments describing tailcall implementationMiguel Sofer2015-03-231-2/+2
| | | | | | |
| | | | * | | fix comments describing tailcall implementationMiguel Sofer2015-03-231-24/+61
| | | | |\ \ \
| | | | | * | | more commentsMiguel Sofer2015-03-231-2/+42
| | | | | | | |
| | | | | * | | updated, improved tailcall commentsMiguel Sofer2015-03-231-24/+21
| | | | | | | |
| | | | | * | | branch for ordering and grouping the tailcall related code, and especially ↵Miguel Sofer2015-03-230-0/+0
| | | | |/ / / | | | | | | | | | | | | | | | | | | | | | clean up the comments
| | | | * | | completing the fix for bug d87cb182053fd79b3Miguel Sofer2015-03-231-0/+1
| | | | | | |
| | | | * | | adding a test to reveal a problem with the fix of bug d87cb182053fd79b3Miguel Sofer2015-03-211-0/+30
| | | | | | |
| | | | * | | [d87cb18205] Let compiled ensembles handle tailcalls properly.dgp@users.sourceforge.net2015-03-212-1/+21
| | | | | | |
| | | | * | | Remove STRICT directive from public header. It does approximately nothing,dgp@users.sourceforge.net2015-03-202-10/+2
| | | | |\ \ \ | | | | | | | | | | | | | | | | and doesn't belong in generic code.
| | | | | * | | Upon further review, due the order of #include of headers, we do not havedgp@users.sourceforge.net2015-03-132-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a history of a #define STRICT active when the #include "windows.h" in tclWinPort.h happens. Don't want to start something new now.
| | | | | * | | The STRICT directive influences how #include "windows.h" works.dgp@users.sourceforge.net2015-03-132-10/+2
| | | | | | | | | | | | | | | | | | | | | | | | This is not a generic concern. Move it over the tclWinPort.h.
| | | | * | | | Ticket [e66e444440]. Modified ReadConsoleBytes to handle Ctrl-C / Ctrl-Break ashok2015-03-191-2/+14
| | | | |/ / / | | | | | | | | | | | | | | and not return 0 bytes indicating EOF for those cases.
| | | | * | | merge releasedgp@users.sourceforge.net2015-03-1213-32/+55
| | | | |\ \ \ | | | | |/ / / | | | |/| | |
| | | * | | | update changesdgp@users.sourceforge.net2015-03-111-0/+3
| | | | | | |
| | | * | | | merge trunkdgp@users.sourceforge.net2015-03-111-1/+2
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | merge markdgp@users.sourceforge.net2015-03-110-0/+0
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | |
* | | | | | | Fix or at least improvement for Tcl/Tk Cocoa event loop by forcing ↵Kevin Walzer2015-03-101-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Tcl_ServiceAll() event processing: http://core.tcl.tk/tk/tktview/3028676fffffffffffffffffffffffffffffffff
| | | | * | | Fix or at least improvement for Tcl/Tk Cocoa event loop by forcing ↵Kevin Walzer2015-03-101-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Tcl_ServiceAll() event processing: http://core.tcl.tk/tk/tktview/3028676fffffffffffffffffffffffffffffffff
| | | | * | | merge markdgp@users.sourceforge.net2015-03-060-0/+0
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | |
* | | | | | | merge releasedgp@users.sourceforge.net2015-03-0611-30/+39
|\ \ \ \ \ \ \
| * | | | | | | repair nroff breakagedgp@users.sourceforge.net2015-03-061-0/+1
| | | | | | | |