summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* merge trunkjan.nijtmans2012-12-071-6/+5
|\
| * Turn pkgb.so into a Tcl9 interoperability testjan.nijtmans2012-12-071-6/+5
| |\
| | * Turn pkgb.so into a Tcl9 interoperability testjan.nijtmans2012-12-071-6/+5
| | |\
| | | * do some Tcl_EvalEx, for test-purposes, demonstrating a crashnovem_supportjan.nijtmans2012-12-051-2/+1
| | | * use Tcl_PkgProvideEx everywhere (again, for testing purposes)jan.nijtmans2012-12-055-8/+8
| | | * merge trunkjan.nijtmans2012-12-058-19/+10
| | | |\ | | |_|/ | |/| |
* | | | merge trunkjan.nijtmans2012-12-041-2/+2
|\ \ \ \ | |/ / /
| * | | Disable the legacy configuration setting from $::argv only when a setting calldgp2012-12-031-2/+2
| |\ \ \ | | |/ /
| | * | Disable the legacy configuration setting from $::argv only when a settingdgp2012-12-031-2/+2
| | |\ \
| | | * | More complete purge of things only present for supporting long-dead Mac 9 sys...dgp2012-11-152-16/+1
| | | * | Fix botched patchdkf2012-11-141-2/+13
| * | | | Tcl headers already protect from EXTERN definesdgp2012-12-031-9/+0
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | Post-header reform (long long ago now) Tcl headers take care of their owndgp2012-12-031-9/+0
| | * | * unix/tclUnixPipe.c (DefaultTempDir): [Bug 2933003]: Allow overridingdkf2012-11-141-2/+51
| | |\ \ | | | |/
| | | * Backport from Tcl 8.6.dkf2012-11-141-2/+40
| | * | merge 8.5dgp2012-11-061-2/+2
| | |\ \
| | * | | make distdgp2012-11-051-6/+20
| | * | | autoconf-2.59dgp2012-11-051-1/+1
| | * | | Release branch for Tcl 8.5.13.dgp2012-11-052-2/+2
* | | | | Remove obsolete functions Tcl_GetDefaultEncodingDir and Tcl_SetDefaultEncodin...jan.nijtmans2012-12-031-16/+32
* | | | | Remove all maintenance of a string result in the Interp.dgp2012-11-301-9/+1
|\ \ \ \ \
| * \ \ \ \ merge novemdgp2012-11-291-48/+70
| |\ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge (selected bits of) novemdgp2012-11-262-122/+2
| |\ \ \ \ \ \ \
* | | | | | | | | Destroy all the TCL_STORAGE_CLASS and associated nonsense.dgp2012-11-297-75/+12
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | merge trunkdgp2012-11-291-48/+70
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | / / / / | | |_|/ / / / | |/| | | | |
| * | | | | | Factor out creation of the -sockname and -peername lists frommax2012-11-261-48/+70
* | | | | | | unbreak UNIX buildjan.nijtmans2012-11-261-2/+2
* | | | | | | Removed functions marked deprecated or obsolete for a long time: Tcl_Backslas...jan.nijtmans2012-11-261-120/+0
| |_|/ / / / |/| | | | |
* | | | | | 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
| |\ \ \ \
| * \ \ \ \ merge trunkjan.nijtmans2012-11-092-5/+3
| |\ \ \ \ \
| * | | | | | Finish the TIP #416 implementation as specified (#define's were still missing...jan.nijtmans2012-11-072-4/+4
| * | | | | | merge trunkdkf2012-11-061-2/+2
| |\ \ \ \ \ \
| * | | | | | | syntax improvement: expect options before the filenamejan.nijtmans2012-10-242-2/+2
| * | | | | | | experimental implementation of FRQ-3579001jan.nijtmans2012-10-242-16/+39
* | | | | | | | * unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factordkf2012-11-142-41/+56
| |_|_|/ / / / |/| | | | | |
* | | | | | | 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
* | | | | | 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
|\ \ \ | |/ /
| * | 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 [241...ferrieux2012-09-071-0/+6
| * | [Bug 3555454] Rearrange a bit to quash 'declared but never defined' compiler ...stwo2012-08-131-6/+10