- Apr 01, 2016
-
-
Steve Bennett authored
Allows for a specialised allocator or debugging allocator. Signed-off-by:Steve Bennett <steveb@workware.net.au>
-
- Mar 28, 2016
-
-
Steve Bennett authored
Signed-off-by:Steve Bennett <steveb@workware.net.au>
-
Dima Krasner authored
Including documentation and tests
-
- Mar 27, 2016
-
-
Danyil Bohdan authored
-
Evan Hunter authored
-
Evan Hunter authored
-
Evan Hunter authored
-
Steve Bennett authored
Signed-off-by:Steve Bennett <steveb@workware.net.au>
-
Steve Bennett authored
-
Evan Hunter authored
-
Evan Hunter authored
-
Evan Hunter authored
Avoid static analysis warning: https://msdn.microsoft.com/en-us/library/17b585f0-75e5-4fc0-935a-143ec67659f4(VS.110).aspx
-
Steve Bennett authored
It is necessary to read output from the pipe before waiting for children to exit to avoid the output filling up and blocking. The error results still needs to be read after the children have exited, since it is read from a temp file, not a pipe. Increase the length of the input to test exec-8.1 to catch the problem. Signed-off-by:Steve Bennett <steveb@workware.net.au>
-
Evan Hunter authored
-
Evan Hunter authored
Due to not having support for group or owner permission flags.
-
Evan Hunter authored
lsort test: allow unstable lsort implementation to return results of same value in different orders.
-
Steve Bennett authored
Signed-off-by:Steve Bennett <steveb@workware.net.au>
-
Steve Bennett authored
- Added support for constructor, runs on new object creation - Added support for "unknown" method - Rename some dispatch variables (add double underscore) to avoid collision with user variables Signed-off-by:Steve Bennett <steveb@workware.net.au>
-
Steve Bennett authored
Rather than taking a string and a length, it is simpler and more efficient to take a Jim_Obj Signed-off-by:Steve Bennett <steveb@workware.net.au>
-
Steve Bennett authored
Signed-off-by:Steve Bennett <steveb@workware.net.au>
-
- Feb 11, 2016
-
-
Steve Bennett authored
Some identified by frgm Signed-off-by:Steve Bennett <steveb@workware.net.au>
-
Steve Bennett authored
As identified by frgm Signed-off-by:Steve Bennett <steveb@workware.net.au>
-
- Feb 03, 2016
-
-
Steve Bennett authored
Signed-off-by:Steve Bennett <steveb@workware.net.au>
-
- Feb 02, 2016
-
-
Steve Bennett authored
Many Tcl regexp tests now work correctly with Jim regexp Also update regsub/regexp wrong # args error message to match Tcl 8.6 Signed-off-by:Steve Bennett <steveb@workware.net.au>
-
Steve Bennett authored
[[::blank:]], [[::xdigit::]], etc. Signed-off-by:Steve Bennett <steveb@workware.net.au>
-
Steve Bennett authored
Still not 100% correct, for example when used with regsub -all Signed-off-by:Steve Bennett <steveb@workware.net.au>
-
Steve Bennett authored
These are the negated versions of \d, \w and \s Signed-off-by:Steve Bennett <steveb@workware.net.au>
-
Steve Bennett authored
Fix incorrect check for target as invalid filehandle. e.g. stdin copy blah Signed-off-by:Steve Bennett <steveb@workware.net.au>
-
- Feb 01, 2016
-
-
Steve Bennett authored
The following changes were not merged: - commit examples/{certificate,key}.pem - return AioFile from JimMakeChannel to allow ssl-specific settings to be set - improve examples/ssl.{client,server} so they work out-of-the-box Signed-off-by:Steve Bennett <steveb@workware.net.au>
-
Dima Krasner authored
in aio_cmd_ssl()
-
Dima Krasner authored
-
Steve Bennett authored
It is simpler if af->ssl is handled after creating the channel Signed-off-by:Steve Bennett <steveb@workware.net.au>
-
Dima Krasner authored
Example usage: set s [socket stream.server 127.0.0.1:8443] set c [[$s accept] ssl -server certificate.pem key.pem] puts [$c gets]
-
- Jan 29, 2016
-
-
Steve Bennett authored
Fix a race condition in [exec] where stdout and stderr are read without waiting until all child processes have exited. This meant that the following may capture no stderr output. exec >@stdout command-with-stderr Signed-off-by:Steve Bennett <steveb@workware.net.au>
-
- Jan 18, 2016
-
-
mistachkin authored
-
Steve Bennett authored
autosetup 0.6.1-87-g7a28043 Signed-off-by:Steve Bennett <steveb@workware.net.au>
-
- Dec 13, 2015
-
-
Steve Bennett authored
Should just replace with the bare backslash, not backslash '\0' Signed-off-by:Steve Bennett <steveb@workware.net.au>
-
- Nov 30, 2015
-
-
Evan Hunter authored
-
Antonio Borneo authored
Signed-off-by:Antonio Borneo <borneo.antonio@gmail.com>
-
Antonio Borneo authored
Add comment to highlight that fall through is the desired behaviour for cases ending without break. Signed-off-by:Antonio Borneo <borneo.antonio@gmail.com>
-