summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* merge novemdgp2012-11-291-48/+70
|\
| * merge trunkdgp2012-11-291-48/+70
| |\
| | * Factor out creation of the -sockname and -peername lists frommax2012-11-261-48/+70
| | | | | | | | | | | | | | | TcpGetOptionProc() to TcpHostPortList(). Make it robust against implementations of getnameinfo() that error out if reverse mapping fails instead of falling back to the numeric representation.
| | |
| \ \
*-. \ \ Merge (selected bits of) novemdgp2012-11-262-122/+2
|\ \ \ \ | | |/ /
| | * | unbreak UNIX buildjan.nijtmans2012-11-261-2/+2
| | | |
| | * | Removed functions marked deprecated or obsolete for a long time: ↵jan.nijtmans2012-11-261-120/+0
| |/ / | | | | | | | | | | | | | | | | | | Tcl_Backslash, Tcl_EvalFile, Tcl_GlobalEvalObj, Tcl_GlobalEval, Tcl_EvalTokens. Remove Tcl_FindExecutable from stub table: It is needed by embedders, not extenders. Remove TclpGetDate, TclpGmtime, TclpLocaltime: it isn't use anywhere since the new clock implementation. Remove TclWinConvertWSAError, it's the same as TclWinConvertError.
| * | Single stub library can now handle Tcl8 and Tcl9 with different MAGIC valuesjan.nijtmans2012-11-191-1/+9
|/ /
* | eliminate CONST/CONST84/CONST86jan.nijtmans2012-11-161-7/+4
|\ \ | |/
| * A few unneeded internal CONST/CONST86'sjan.nijtmans2012-11-161-7/+4
| |
* | Kill Octal; bump to 9.0a0; make test suite work again.dgp2012-11-153-19/+19
|/
* unbreak trunk; fix some warningsdkf2012-11-151-1/+2
|
* IMPLEMENTATION OF TIP#416: New Options for 'load': -global and -lazyjan.nijtmans2012-11-152-17/+40
|\
| * merge trunk. jan.nijtmans2012-11-121-1/+1
| |\ | | | | | | <p>doc fix
| * \ merge trunkjan.nijtmans2012-11-092-5/+3
| |\ \
| * | | Finish the TIP #416 implementation as specified (#define's were still ↵jan.nijtmans2012-11-072-4/+4
| | | | | | | | | | | | | | | | missing). Added warning to "load" documentation. Added test case for using -global without specifying filename.
| * | | merge trunkdkf2012-11-061-2/+2
| |\ \ \
| * | | | syntax improvement: expect options before the filenamejan.nijtmans2012-10-242-2/+2
| | | | | | | | | | | | | | | <p>start at documentation
| * | | | experimental implementation of FRQ-3579001jan.nijtmans2012-10-242-16/+39
| | | | |
* | | | | * unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factordkf2012-11-142-41/+56
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | out all the code to do temporary file creation so that it is possible to make it correct in one place. Allow overriding of the back-stop default temporary file location at compile time by setting the TCL_TEMPORARY_FILE_DIRECTORY #def to a string containing the directory name (defaults to "/tmp" as that is the most common default).
* | | | style fixjan.nijtmans2012-11-121-2/+2
| |_|/ |/| |
* | | Flag USE_TCLOO_STUBS is not necessary any more for extensions: Stubs are the ↵jan.nijtmans2012-11-091-1/+1
| | | | | | | | | | | | only way to access TclOO, so it is implied.
* | | Remove files and references for long outdated Wise Installer.dgp2012-11-071-4/+2
| |/ |/|
* | Complete bump to http 2.8.5dgp2012-11-061-2/+2
|\ \ | |/ |/|
| * complete bump to http 2.7.10dgp2012-11-061-2/+2
| |
* | Add "flags" parameter from Tcl_LoadFile to to various internal functions, so ↵jan.nijtmans2012-10-235-9/+16
|\ \ | |/ | | | | these flags are available through the whole filesystem for (future) internal use
| * Correct build version and backported 973091ef75tip404_tcl8_5oehhar2012-09-171-2/+2
| |
| * Backport of 2008-12-12 8.6 commit: Fix missing CLOEXEC on internal pipes ↵ferrieux2012-09-071-0/+6
| | | | | | | | [2417695]
| * [Bug 3555454] Rearrange a bit to quash 'declared but never defined' compiler ↵stwo2012-08-131-6/+10
| | | | | | | | warnings.
| * Installer improvements, like [226a993973].stwo2012-08-074-131/+526
| |
| * merge 8.5dgp2012-07-171-54/+216
| |\
| * \ merge 8.5dgp2012-07-161-5/+5
| |\ \
| * | | Release candidate branch for Tcl 8.5.12.dgp2012-07-104-8/+11
| | | |
* | | | Safer stale config fix for review.bug_3555001dgp2012-09-132-2/+8
| | | |
* | | | merge trunkdgp2012-09-131-2/+2
|\ \ \ \
| * | | | autoconf-2.59dgp2012-09-131-2/+2
| | | | |
* | | | | merge trunkdgp2012-09-131-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | 3566106 Solaris9/x86 support. Thanks Dagobert and others.dgp2012-09-131-2/+2
| | | | |
* | | | | merge trunkdgp2012-09-121-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | finish the TIP 404 implementation.dgp2012-09-121-2/+2
| | | | |
* | | | | correct font issues in define.ndgp2012-09-071-6/+20
|\ \ \ \ \ | |/ / / / | | | | | | | | | | silence thread.test warning messages Automake updates
* | | | | merge trunkdgp2012-08-281-1/+7
|\ \ \ \ \ | |/ / / /
| * | | | Followup to [6325d5dbeac6f91d28d6]. dlerror() may return NULL. Fixed the ↵andreask2012-08-271-1/+7
| | | | | | | | | | | | | | | | | | | | code which wasn't prepared to deal with that.
* | | | | merge trunkdgp2012-08-201-7/+11
|\ \ \ \ \ | |/ / / /
| * | | | [Bug 3555454] Rearrange a bit to quash 'declared but never defined' compiler ↵stwo2012-08-131-6/+10
| | | | | | | | | | | | | | | | | | | | warnings.
| * | | | Change one '#ifdef' to '#if defined()' for improved consistency within the file.stwo2012-08-081-1/+1
| | | | |
* | | | | merge trunkdgp2012-08-0816-537/+491
|\ \ \ \ \ | |/ / / /
| * | | | Minor changes to improve style (C89 declarations, consistent indentation,dkf2012-08-074-115/+142
| | | | | | | | | | | | | | | | | | | | clarification of #endifs, reduction of unnecessary casts, use of array syntax for reading array elements, etc.)
| * | | | A little more installer consistency tweaking.stwo2012-08-072-5/+5
| | | | |
| * | | | No need for install-sh to be executable.stwo2012-08-071-1/+0
| | | | |
| * | | | Installer consistency tweaks.stwo2012-08-062-4/+4
| | | | |