Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge | Kevin B Kenny | 2010-09-30 | 1 | -4840/+13632 |
| | |||||
* | merge | Kevin B Kenny | 2010-09-28 | 7 | -13742/+5313 |
| | |||||
* | * tclAssembly.c: Massive refactoring of the assembler | Kevin B Kenny | 2010-09-25 | 2 | -49/+46 |
| | | | | | | | | | * tclAssembly.h: to use a Tcl-like syntax (and use * tests/assemble.test: Tcl_ParseCommand to parse it). The * tests/assemble1.bench: refactoring also ensures that Tcl_Tokens in the assembler have string ranges inside the source code, which allows for [eval] and [expr] assembler directives that simply call TclCompileScript and TclCompileExpr recursively. | ||||
* | initial commit of Ozgur Dogan Ugurlu's (SF user:dogeen) assembler for the ↵ | Kevin B Kenny | 2010-09-21 | 1 | -2/+9 |
| | | | | Tcl bytecode language | ||||
* | * unix/Makefile.in: do not pass current build env vars when using | hobbs | 2010-09-16 | 1 | -10/+6 |
| | | | | NATIVE_TCLSH in targets. | ||||
* | * unix/Makefile.in: Revise `make dist` target to tolerate the | dgp | 2010-09-15 | 1 | -2/+3 |
| | | | | case of zero bundled packages. | ||||
* | update file generated by 'make dist' | dgp | 2010-09-15 | 1 | -3/+6 |
| | |||||
* | * unix/configure, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*. | hobbs | 2010-08-27 | 2 | -3/+5 |
| | | | | | Add /usr/lib64 to set of auto-search dirs. [Bug 1230554] (SC_PATH_X): Correct syntax error when xincludes not found. | ||||
* | [Patch #2994165] Change signature of Tcl_FSGetNativePath and TclpDeleteFile | nijtmans | 2010-08-14 | 1 | -3/+3 |
| | |||||
* | * unix/ldAix: remove ancient (pre-4.2) AIX support | hobbs | 2010-08-12 | 6 | -279/+50 |
| | | | | | | | | * unix/configure: regen with ac-2.59 * unix/configure.in, unix/tclConfig.sh.in, unix/Makefile.in: * unix/tcl.m4 (AIX): remove the need for ldAIX, replace with -bexpall/-brtl. Remove TCL_EXP_FILE (export file) and other baggage that went with it. Remove pre-4 AIX build support. | ||||
* | * unix/tclUnixFCmd.c: adjust license header as per | hobbs | 2010-08-04 | 1 | -6/+2 |
| | | | | ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change | ||||
* | Use SC_PROG_TCLSH to set a native tclsh in the Makefile. | patthoyts | 2010-07-11 | 3 | -4/+61 |
| | | | | | | | | When installing the libraries a native tcl interpreter is used to process some files. The makefile uses NATIVE_TCLSH for this. This patch causes us to prefer an installed tclsh over the build product which solves build issues when cross-compiling (provided a native tcl is installed). If there is no native version, just try using the build product. | ||||
* | Eliminate various unnecessary type casts, use function typedefs whenever ↵ | nijtmans | 2010-06-21 | 8 | -70/+62 |
| | | | | possible | ||||
* | Simplify Tcl_AppInit and *_Init definitions. | nijtmans | 2010-06-16 | 2 | -2/+3 |
| | | | | | | Change TclpThreadCreate and Tcl_CreateThread signature, making clear that "proc" is a function pointer, as in all other "proc" function parameters. | ||||
* | Fix compilation of xttest with 8.6 changes | nijtmans | 2010-06-14 | 1 | -2/+2 |
| | | | | tclPipe.c: Fix gcc warning (with -fstrict-aliasing=2) | ||||
* | Fix compilation of xttest with 8.6 changes | nijtmans | 2010-06-14 | 3 | -32/+30 |
| | | | | tclPipe.c: Fix gcc warning (with -fstrict-aliasing=2) | ||||
* | * library/platform/platform.tcl: Added OSX Intel 64bit | andreas_kupries | 2010-06-09 | 1 | -3/+3 |
| | | | | | | * library/platform/pkgIndex.tcl: Package updated to version 1.0.9. * unix/Makefile.in: * win/Makefile.in: | ||||
* | * library/platform/platform.tcl: Fix cpu name for Solaris/Intel 64bit. | andreas_kupries | 2010-05-07 | 1 | -3/+3 |
| | | | | | | * library/platform/pkgIndex.tcl: Package updated to version 1.0.8. * unix/Makefile.in: * win/Makefile.in: | ||||
* | Add pkg, *.dll to the ignore list | nijtmans | 2010-05-03 | 1 | -0/+2 |
| | |||||
* | * generic/tcl.h: Bump patchlevel to 8.6b1.2 to distinguish | dgp | 2010-04-30 | 2 | -3/+3 |
| | | | | | | | | | * library/init.tcl: CVS snapshots from earlier snapshots as well * unix/configure.in: as the 8.6b1 and 8.6b2 releases. * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: | ||||
* | * unix/Makefile.in (gdb-test): Remove quotes so that library paths are | dkf | 2010-04-30 | 1 | -2/+2 |
| | | | | constructed correctly. | ||||
* | * library/platform/platform.tcl: Another stab at getting the /lib, | andreas_kupries | 2010-04-29 | 1 | -3/+3 |
| | | | | | | * library/platform/pkgIndex.tcl: /lib674 difference right for * unix/Makefile.in: linux. Package updated to version 1.0.7. * win/Makefile.in: | ||||
* | * unix/tclLoadDl.c (FindSymbol): [Bug 2992295]: Simplified the | Kevin B Kenny | 2010-04-26 | 1 | -7/+12 |
| | | | | | logic so that the casts added in Donal Fellows's change for the same bug are no longer necessary. | ||||
* | * unix/tclLoadDl.c (FindSymbol): [Bug 2992295]: Added an explicit cast | dkf | 2010-04-26 | 1 | -2/+2 |
| | | | | | because auto-casting between function and non-function types is never naturally warning-free. | ||||
* | Fix [Bug #2991415] tclport.h #included before limits.h | nijtmans | 2010-04-23 | 1 | -1/+6 |
| | |||||
* | Move TCHAR fallback typedef from tcl.h to tclPlatDecls.h (as suggested by dgp) | nijtmans | 2010-04-22 | 2 | -7/+7 |
| | | | | Eliminate various unnecessary type casts. | ||||
* | Fixed missing update of platform package index, and Makefiles. | andreas_kupries | 2010-04-14 | 1 | -3/+3 |
| | |||||
* | regenerated with autoconf-2.59 | nijtmans | 2010-04-06 | 1 | -4794/+13368 |
| | | | | | [Bug 2982540] configure and install* script files should always have LF | ||||
* | regenerated with autoconf-2.59 | nijtmans | 2010-04-06 | 1 | -12055/+3597 |
| | | | | | [Bug 2982540] configure and install* script files should always have LF | ||||
* | Regen with autoconf 2.61 (what I have) | dkf | 2010-04-05 | 1 | -6356/+6240 |
| | |||||
* | Flip the defaults for whether to build threaded. Part of TIP #364. | dkf | 2010-04-05 | 1 | -3/+3 |
| | |||||
* | Fix two failing tests by matching the can't-lookup-symbol error message. | dkf | 2010-04-05 | 2 | -17/+17 |
| | |||||
* | * generic/tclIOUtil.c (Tcl_LoadFile): Corrections to previous commit | dkf | 2010-04-02 | 1 | -22/+23 |
| | | | | | * unix/tclLoadDyld.c (TclpDlopen): to make it build on OSX. Also add missing ChangeLog entry for previous commit by KBK. | ||||
* | * generic/tcl.decls: [TIP #357]: First round of changes | Kevin B Kenny | 2010-04-02 | 6 | -56/+185 |
| | | | | | | | | | | | | | | | | | | | | * generic/tclDecls.h: to export Tcl_LoadFile, Tcl_FindSymbol, * generic/tclIOUtil.c: and Tcl_FSUnloadFile to the public API. * generic/tclInt.h: * generic/tclLoad.c: * generic/tclLoadNone.c: * generic/tclStubInit.c: * tests/fileSystem.test: * tests/load.test: * tests/unload.test: * unix/tclLoadDl.c: * unix/tclLoadDyld.c: * unix/tclLoadNext.c: * unix/tclLoadOSF.c: * unix/tclLoadShl.c: * unix/tclUnixPipe.c: * win/Makefile.in: * win/tclWinLoad.c: | ||||
* | Only test for -visibility=hidden with gcc | nijtmans | 2010-03-29 | 2 | -8/+22 |
| | | | | (Second remark in [Bug 2976508]) | ||||
* | Revert the conversion of TCL_VERSION to "8.1" and "8.5" in the Tcl_InitStubs() | dgp | 2010-03-28 | 6 | -15/+15 |
| | | | | calls of the pkg*.c testing extensions. | ||||
* | Provide "lowest supported Tcl version" to | nijtmans | 2010-03-27 | 6 | -15/+15 |
| | | | | | the Tcl_InitStubs functions in unix/dltest, in stead of "current Tcl version" | ||||
* | * unix/tclUnixFCmd.c (TclUnixCopyFile): [Bug 2976504]: Corrected | dkf | 2010-03-25 | 1 | -2/+2 |
| | | | | number of arguments to fstatfs() call. | ||||
* | Upgrade zlib to version 1.2.4 | nijtmans | 2010-03-16 | 1 | -4/+2 |
| | |||||
* | Squelch unnecessary parens, shorten overlong comment lines. | dkf | 2010-03-14 | 1 | -15/+15 |
| | |||||
* | Revert a few files from the previous commit, preventing | nijtmans | 2010-03-11 | 5 | -11/+11 |
| | | | | conflicts with Kevin's TIP #357 work | ||||
* | Remove unnecessary '&' decoration for function | nijtmans | 2010-03-11 | 6 | -11/+12 |
| | | | | | pointers. Fix double declaration of TclNativeDupInternalRep | ||||
* | Code Audit results: | dkf | 2010-03-05 | 2 | -35/+47 |
| | | | | | | | | * use do { ... } while (0) in macros * avoid shadowing one local variable with another * use clearer 'foo.bar++;' instead of '++foo.bar;' where result not required (i.e., semantically equivalent) * follow Engineering Manual rules on spacing and declarations | ||||
* | ignore shared libraries from checking in | nijtmans | 2010-03-04 | 1 | -0/+1 |
| | |||||
* | Split tommath stub lib source file | nijtmans | 2010-03-04 | 3 | -4/+8 |
| | | | | | in separate file. Don't use -fvisibility=hidden for cygwin | ||||
* | [Enh 2959069] Support for -fvisibility=hidden | nijtmans | 2010-03-02 | 2 | -9/+74 |
| | |||||
* | Make the code prettier | dkf | 2010-03-01 | 1 | -5/+10 |
| | |||||
* | Refrain from a possibly lengthy reverse-DNS lookup on 0.0.0.0 when | ferrieux | 2010-03-01 | 1 | -4/+10 |
| | | | | | calling [fconfigure -sockname] on an universally-bound (default) server socket. | ||||
* | Corrections to make things work in the non-cross-compiling case | dkf | 2010-02-27 | 1 | -2/+2 |
| | |||||
* | Split tclCompCmds.c into two pieces to improve developer sanity. | dkf | 2010-02-26 | 1 | -4/+8 |
| |