summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* Merge core-8-6-branch. This removes the work currently being done in ↵jan.nijtmans2017-06-022-283/+2693
|\ | | | | | | | | "sebres-8-6-clock-speedup-cr1" branch, but that will be merged again as soon as the work is done. All other changes in "trunk" since then (e.g. the INST_STR_CONCAT1 performance improvement, and the removal of SunOS-4) are retained.
* \ merge core-8-6-branch (except: the "timerate" command and the clock ↵jan.nijtmans2017-05-314-147/+108
|\ \ | | | | | | | | | performance-tests are kept)
| * | More code review, e.g. use Tcl_SetObjResult in stead of Tcl_SetResult, ↵jan.nijtmans2017-05-312-11/+11
| | | | | | | | | | | | preventing a (char *) type case. No functional changes.
| * | Remove "timerate" functionality: this definitely needs a TIP. Also undo ↵jan.nijtmans2017-05-311-11/+1
| | | | | | | | | | | | changes in library/reg/pkgIndex.tcl, which are unrelated to clock functionality
| * | [msgcat] revert changes of "msgcat" to previous state before clock-speedup, ↵sebres2017-05-302-126/+97
| | | | | | | | | | | | | | | move this functionality to "clock.tcl"; additionally avoids the usage of catch (uses pair "dict exists/dict get" instead of).
| | |
| \ \
*-. \ \ 3-way merge sebres-trunk-clock-speedup / core-8-6-branch (clock speed-up / ↵sebres2017-05-294-2774/+350
|\ \ \ \ | | |/ / | |/| | | | | | flightaware Tcl-bounties#4, see RFE [ddc948cff9781daac7ad95a3077b3c1b4f07cf93])
| | * | merge sebres-8-6-clock-speedupsebres2017-05-151-1/+3
| | |\ \
| | | \ \
| | | \ \
| | *-. \ \ reintegrate sebres-8-6-clock-speedup back to sebres-clock-speedup (trunk ↵sebres2017-05-11212-7945/+7582
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | clock-speedup, 3-way merge)
| | | | * \ \ merge trunk (to sebres-trunk-timerate)sebres2017-05-11212-7921/+7537
| | | | |\ \ \
| * | | | \ \ \ merge sebres-8-6-clock-speedup (clock speed-up / flightaware Tcl-bounties#4, ↵sebres2017-05-294-2722/+351
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | / | | |_|_|_|_|/ | |/| | | | | see RFE [ddc948cff9781daac7ad95a3077b3c1b4f07cf93])
| | * | | | | restored "-encoding utf-8" by source clock.tcl (lost by merging)sebres2017-05-121-1/+3
| | | |/ / / | | |/| | |
| | * | | | auto-loading of ensemble and stubs on demand only (+ test covered now, see ↵sebres2017-05-111-29/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clock-0.1); introduces new possibility to implement namespace-based auto-loading, e. g.: set ::auto_index_ns(::some::namespace) [list ::source [::file join $dir some namespace.tcl]]] loading of clock-stubs (clock.tcl) implemented via handler "auto_index_ns" now.
| | * | | | Ensemble "clock" fixed after merge with kbk's clock ensemble solution. All ↵sebres2017-05-101-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commands (including new) compiled now also in ensemble (implemented without TclMakeEnsemble, because it can be extended via new map entries). Ensemble handling partially cherry-picked from new performance branch (TODO: check temporary "-compile" option can be reverted if it becomes ready/merged).
| | * | | | [interim-merge-commit] back-ported branch sebres-clock-speedup (from trunk ↵sebres2017-05-103-2695/+290
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | to 8.6): tcl-clock functionality rewritten in C.
| | | * | | merge trunksebres2017-03-069-95/+334
| | | |\ \ \
| | | * | | | code review: small optimization of msgcat::mcget, prevents infinite loop if ↵sebres2017-01-111-11/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | at all no translation
| | | * | | | amend lost changes after rebase to fossilsebres2017-01-101-0/+1
| | | | | | |
| | | * | | | "clock add" rewritten in C, using common functionality of "clock scan" (and ↵sebres2017-01-102-329/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | freescan)... test-performance.tcl: test cases extended to cover "clock add"
| | | * | | | Merge remote-tracking branch 'remotes/fossil/trunk' into ↵sebres2017-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | sb/trunk-rewrite-clock-in-c; + minor fixes after merge.
| | | * | | | clock.tcl: clean unused resp. obsolete commandssebres2017-01-102-2160/+6
| | | | | | |
| | | * | | | [temp-commit]: format almost ready (missing some tokens)sebres2017-01-102-2/+2
| | | | | | |
| | | * | | | cacheable conversions Local2UTC / UTC2Local fixed (some TZ switches time ↵sebres2017-01-101-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | seconds bound) and optimized (last period ranges saved); prepare to back-port clock format
| | | * | | | bug fix by match word token (FindWordEnd fixed);sebres2017-01-101-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | repaired current locale switch
| | | * | | | repaired system/current locale caching (also for legacy clock format) and ↵sebres2017-01-101-11/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | legacy timezone cached as last
| | | * | | | scan format: several tokens implemented, bug fixing and code review;sebres2017-01-102-4/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | precedence yyyymmdd over yyyyddd was changed (and re-covered in test-cases also), see http://core.tcl.tk/tcl/tktview/e7a722cd3573fedda5d1e528f95902776f996e06
| | | * | | | improve LocalizeFormat, internal caching of localized formats inside msgcat ↵sebres2017-01-101-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for locale and format objects smart reference introduced in dict (smart pointer with 0 object reference but increase dict-reference, provide changeable locale dict) code review
| | | * | | | improve LocalizeFormat, internal caching of localized formats inside msgcat ↵sebres2017-01-103-31/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for locale and format objects smart reference introduced in dict (smart pointer with 0 object reference but increase dict-reference, provide changeable locale dict)
| | | * | | | l10n (with caching) implemented, msgcat package optimized, code review, etc.sebres2017-01-102-56/+136
| | | | | | |
| | | * | | | [temp-commit]: not readysebres2017-01-101-1/+53
| | | | | | |
| | | * | | | amend for caching of UTC2Local / Local2UTC:sebres2017-01-101-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tzdata used internally only (because cached, replaced with timezone object as parameter for several functions) * small improvement (don't need to convert UTC to UTC)
| | | * | | | [temp-commit]: code review, DST-hole mistake by scan with relative time ↵sebres2017-01-101-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | resolved; caching of UTC2Local / Local2UTC cherry picked
| | | * | | | [temp-commit]: ClockFreeScan back-ported (cherry picked), all tests case ↵sebres2017-01-101-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | passed + several new test-cases for bug fixing implemented here; environment epoch ported, several fixes for the time zone / tzdata caching ported; mem-leak fix + memory leak test cases passed
| | | * | | | [temp-commit]: ClockFreeScan ready, test case passed (2 failure because of ↵sebres2017-01-102-195/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | wrong :localtime zone by TZ-switch, to be fixed)
| | | * | | | [temp-commit]: ClockFreeScan almost ready, test-performance cases mergedsebres2017-01-102-34/+43
| | | | | | |
| | | * | | | [temp-commit]: clock scan with several optimization porting, still not-readysebres2017-01-102-7/+14
| | | | | | |
| | | * | | | 1st try to rewrite clock in Csebres2017-01-102-16/+18
| | | | | | |
| | * | | | | back-ported branch sebres_trunk_timerate (new command "timerate" for 8.6)sebres2017-05-091-1/+11
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | | * | | | merge trunksebres2017-03-069-95/+334
| | | |\ \ \ \ | | | | |/ / / | | | |/| / / | | | | |/ /
| | | * | | [win] load win-registry library also in development environment (uninstalled)sebres2017-01-091-1/+11
| | | | | |
* | | | | | merge core-8-6-branchjan.nijtmans2017-05-181-1/+1
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | Cherry-pick [http://core.tcl.tk/tclconfig/info/18e79736d236d15d|All the ↵jan.nijtmans2017-05-181-1/+1
| |/ / / | | | | | | | | | | | | | | | | world was a VAX] for OpenBSD. Also fix [http://core.tcl.tk/tk/tktview?name=84a27b1c67|84a27b1c67]: Tcl and Tk's tcl.m4 not synced? (configure script not re-generated yet, I'm sure Don will do that in the rc branch)
* | | | merge core-8-6-branchjan.nijtmans2017-05-092-5/+6
|\ \ \ \ | |/ / /
| * | | Fix [6ca52aec14e0b33543d3cd9895f060b852ac4dbc|6ca52aec14]: HTTP package: ↵jan.nijtmans2017-05-092-5/+6
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Memory leak if client requests "Connection: close" but server responses with "Connection: keep-alive" http: 2.8.10 -> 2.8.11
| | * | | fix chan leak with http keepalive vs close (bug [6ca52aec14])bug_6ca52aec14aspect2017-02-121-3/+4
| | | | |
* | | | | merge core-8-6-branchjan.nijtmans2017-04-181-4/+13
|\ \ \ \ \ | |/ / / /
| * | | | Fix [bc432269b74e9b246bf01f354714fed47cb227ed|bc432269]: http fails in a ↵jan.nijtmans2017-04-181-4/+13
| | | | | | | | | | | | | | | | | | | | safe interpreter
* | | | | Translate all \u???? sequences to their UTF-8 counterpart in *.msg files: It ↵jan.nijtmans2017-04-1364-1187/+1187
| | | | | | | | | | | | | | | | | | | | | | | | | is faster during parsing (since no backslash-sequences have to be handled) and makes the msg-files better readable by humans. TODO: adapt tools/loadICU.tcl to generate UTF-8 in stead of those sequences. This tools seems to be out-of-date a long time already, I couldn't make it run with latest ICU.
* | | | | merge core-8-6-branchjan.nijtmans2017-04-121-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | Another attempt to fix the two executable flags.jan.nijtmans2017-04-121-0/+0
| | | | |
* | | | | merge with trunkJosé Ignacio Marín2017-03-232-2/+168
|\ \ \ \ \ | |/ / / /