Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | First attempt at implementing the necessary auto-magic for usleep. | Joe Mistachkin | 2015-05-18 | 3 | -8/+48 | |
| | * | | | | | | Adjust tweaks from the previous check-in to prepare for configure detection o... | Joe Mistachkin | 2015-05-18 | 1 | -2/+10 | |
| | * | | | | | | Temporary tweaks to allow Thread package tests to pass on Unix. | Joe Mistachkin | 2015-05-17 | 1 | -1/+5 | |
| | * | | | | | | This should completely fix the race conditions at the cost of more complexity... | Joe Mistachkin | 2015-05-17 | 2 | -14/+57 | |
| | * | | | | | | Update header file with the TIP number. | Joe Mistachkin | 2015-05-17 | 1 | -1/+1 | |
| | * | | | | | | Fix deadlock. | Joe Mistachkin | 2015-05-17 | 2 | -2/+2 | |
| | * | | | | | | Merge updates from trunk. | Joe Mistachkin | 2015-05-17 | 35 | -1255/+1690 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | Fix typo in the previous check-in. | Joe Mistachkin | 2015-05-17 | 1 | -1/+1 | |
| | * | | | | | | | Draft fix for a potential race condition in the new Tcl_MutexUnlockAndFinaliz... | Joe Mistachkin | 2015-05-17 | 4 | -3/+140 | |
| | * | | | | | | | Reword and clarify the doc changes from the previous check-in. | Joe Mistachkin | 2015-05-16 | 1 | -3/+4 | |
| | * | | | | | | | First draft of the necessary doc changes. | Joe Mistachkin | 2015-05-16 | 1 | -6/+13 | |
| | * | | | | | | | Add new public Tcl C API to allow a mutex to be unlocked and then finalized a... | Joe Mistachkin | 2015-04-09 | 6 | -1/+47 | |
* | | | | | | | | | [a3309d01db] Plug memleak in compiled [unset a($i)]. | dgp | 2015-07-18 | 2 | -0/+31 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add the missing cleanup bits in INST_UNSET_ARRAY.bug_a3309d01db | dgp | 2015-07-18 | 1 | -0/+3 | |
| * | | | | | | | | | merge trunk | dgp | 2015-07-18 | 1 | -6/+6 | |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Fix failing test | dgp | 2015-07-18 | 1 | -6/+6 | |
| * | | | | | | | | | merge trunk | dgp | 2015-07-17 | 649 | -21236/+29812 | |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Test for original meaning of [unset -nocomplain --]. FAILS! | dgp | 2015-07-17 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Test for original meaning of [unset -nocomplain --]. | dgp | 2015-07-17 | 1 | -0/+5 | |
* | | | | | | | | | | [9bad630c31] Prevent read outside of buffer bounds. | dgp | 2015-07-15 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | ||||||
| * | | | | | | | | | [9bad630c31] Prevent read outside of buffer bounds. | dgp | 2015-07-15 | 1 | -1/+1 | |
* | | | | | | | | | | [b1534b438b] Prevent read outside buffer boundaries. | dgp | 2015-07-15 | 1 | -1/+12 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | ||||||
| * | | | | | | | | | [b1534b438b] Prevent read outside buffer boundaries. | dgp | 2015-07-15 | 1 | -1/+12 | |
* | | | | | | | | | | Increase some counter sizes related to filesystem epoch from int to size_t. A... | jan.nijtmans | 2015-07-15 | 2 | -15/+27 | |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
* | | | | | | | | | Eliminate the definition of L_tmpnam. It isn't used anywhere within Tcl any m... | jan.nijtmans | 2015-07-15 | 1 | -10/+0 | |
* | | | | | | | | | Spell out [info exists] in example code for [exit] command. | andy | 2015-07-14 | 1 | -1/+1 | |
* | | | | | | | | | Implement TIP 436: Improve TclOO isa Introspection | dkf | 2015-07-10 | 3 | -63/+79 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Added tests.tip_436 | dkf | 2015-07-10 | 1 | -0/+24 | |
| * | | | | | | | | | Say what is meant more clearly, put syntax checks before semantic checks. | dkf | 2015-07-01 | 1 | -42/+43 | |
| * | | | | | | | | | Implementation of TIP #436: Improve TclOO isa Introspection | dkf | 2015-07-01 | 1 | -34/+25 | |
* | | | | | | | | | | Documentation: source ignores BOM for unicode files | oehhar | 2015-07-07 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Documentation: source ignores BOM for unicode files | oehhar | 2015-07-07 | 1 | -0/+2 | |
* | | | | | | | | | | [a0ece9d6d4] The cmd field of a CmdFrame when non-NULL must point within the | dgp | 2015-07-05 | 2 | -1/+9 | |
* | | | | | | | | | | Plug leak of two mp_ints. | dgp | 2015-07-02 | 1 | -0/+2 | |
* | | | | | | | | | | Revert refcount changes that were not cosmetic. | dgp | 2015-07-02 | 5 | -7/+7 | |
* | | | | | | | | | | Revert some refcount changes on I/O structs. | dgp | 2015-07-02 | 2 | -3/+3 | |
* | | | | | | | | | | Remove unnecessary end-of-line spacing in compat/*.c | jan.nijtmans | 2015-07-02 | 11 | -30/+30 | |
* | | | | | | | | | | Another round of refCount consistancy improvements. | jan.nijtmans | 2015-07-02 | 12 | -86/+83 | |
* | | | | | | | | | | remove code that was ifdef'ed out for ages (ENABLE_NS_VARNAME_CACHING), has z... | Miguel Sofer | 2015-07-02 | 1 | -163/+0 | |
* | | | | | | | | | | Don't use internalRep.otherValuePtr any more, twoPtrValue.ptr1 is always a be... | jan.nijtmans | 2015-07-01 | 4 | -23/+24 | |
| |/ / / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Consistancy in refcount management. | jan.nijtmans | 2015-06-30 | 5 | -11/+11 | |
* | | | | | | | | | Correct handling of dictionaries in the background error processing code. | dkf | 2015-06-30 | 1 | -10/+10 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | Correct handling of dictionaries in the background error processing code. | dkf | 2015-06-30 | 1 | -10/+10 | |
* | | | | | | | | | merge head | dkf | 2015-06-30 | 6 | -71/+61 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Use twoPtrValue in stead of ptrAndLongRep for implementation of some internal... | jan.nijtmans | 2015-06-30 | 6 | -71/+61 | |
* | | | | | | | | | | "mcpackagelocale present" is more elegant | oehhar | 2015-06-30 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | [TIP 412] msgcat dynamic locale change and package private locale (msgcat 1.6.0) | oehhar | 2015-06-29 | 9 | -187/+1421 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Added tests for mcforgetpackage, mcpackagelocale and mcpackageconfigtip_412msgcat_dyn_locale | oehhar | 2015-06-29 | 2 | -13/+323 | |
| * | | | | | | | | | Tests for mcexists and mcloadedlocales | oehhar | 2015-06-26 | 2 | -1/+96 | |
| * | | | | | | | | | Manpage, callback fail calls bgerror, clean catalog on packagelocale unset | oehhar | 2015-06-26 | 3 | -26/+317 | |