summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* merge 8.7dgp2018-05-114-309/+311
|\
| * Update TZ info to tzdata2018e.José Ignacio Marín2018-05-044-309/+311
| |\
| | * Update TZ info to tzdata2018e.José Ignacio Marín2018-05-044-309/+311
| | |
* | | merge 8.7dgp2018-04-252-4/+5
|\ \ \ | |/ /
| * | merge 8.6dgp2018-04-192-4/+5
| |\ \ | | |/
| | * http::geturl now returns full error stack information if the initial socket ↵oehhar2018-04-182-4/+5
| | | | | | | | | | | | command fails Ticket [ff82755e15]
* | | merge 8.7dgp2018-03-3086-3141/+3142
|\ \ \ | |/ /
| * | Update TZ info to tzdata2018d.José Ignacio Marín2018-03-2486-3141/+3142
| |\ \ | | |/
| | * Update TZ info to tzdata2018d.José Ignacio Marín2018-03-2486-3141/+3142
| | |
* | | merge 8.7dgp2018-03-152-87/+217
|\ \ \ | |/ /
| * | Fix bugs in msgcat that prevent clean test suite run.dgp2018-03-131-1/+1
| | |
| * | tip490 oo for msgcat: added documentationoehhar2018-03-131-2/+2
| | |
| * | msgcat 1.7.0 features need foundation of Tcl 8.7.dgp2018-03-122-2/+3
| | |
| * | Revert change that broke usage with Tcl 9dgp2018-03-121-1/+0
| | |
| * | Implement TIP 499: Custom locale search list for msgcatdgp2018-03-121-57/+117
| |\ \
| | * | Undo setting of execute permissions.dgp2018-03-122-0/+0
| | | |
| | * | Do not allow prefixed subcommands for mcutiloehhar2018-02-081-1/+1
| | | |
| | * | Add subcommand mcpreferences to export getpreferences and getsystemlocale ↵oehhar2018-02-081-26/+28
| | | | | | | | | | | | | | | | functions
| | * | TIP 499: Custom locale search for msgcatoehhar2018-02-072-37/+95
| | | |
| * | | Implement TIP 490: msgcat for TclOOdgp2018-03-122-30/+100
| |\ \ \ | | |/ / | |/| |
| | * | msgcat 1.7 uses [tailcall], so requires Tcl 8.6.dgp2018-03-122-2/+3
| | | |
| | * | Comment updatedoehhar2018-01-161-2/+3
| | | |
| | * | Solve case where msgcat is called within a class definition script (works ↵oehhar2018-01-161-10/+19
| | | | | | | | | | | | | | | | only for 8.7)
| | * | Changed msgcat version from 1.6.2 to 1.7.0 -> this is not a patch releaseoehhar2018-01-132-2/+2
| | | |
| | * | Extended command msgcat::mcexists by switch "-namespace ns" to explicitly ↵oehhar2018-01-131-7/+15
| | | | | | | | | | | | | | | | specify namespace
| | * | Implement the "mcn" command as "mc" with explicit namespace.oehhar2018-01-121-4/+28
| | | |
| | * | Use the test "[namespace which self] ne "::oo::Helpers::self"" to check if ↵oehhar2018-01-121-1/+4
| | | | | | | | | | | | | | | | we are within an object (undocumented test proposed by dkf on clt 2018-01-12
| | * | replace "return [uplevel 1 [list [namespace origin ..." by tailcalloehhar2018-01-121-6/+5
| | | |
| | * | TIP490: oo for msgcal: new solution enable any command for oo, new command ↵oehhar2018-01-102-13/+38
| | | | | | | | | | | | | | | | mcpackagenamespacege
* | | | merge 8.7dgp2018-02-068-646/+261
|\ \ \ \ | |/ / /
| * | | TIP 493: Cease Distribution of http 1.0dgp2018-02-062-388/+0
| |\ \ \
| | * | | Remove http 1.0 files from fossil management.dgp2017-12-292-388/+0
| | |/ /
| * | | Update TZ info to tzdata2018c.José Ignacio Marín2018-02-026-258/+261
| |\ \ \ | | |/ / | |/| / | | |/
| | * Update TZ info to tzdata2018c.José Ignacio Marín2018-02-026-258/+261
| | |
| | * merge 8.6dgp2017-12-181-2/+2
| | |\
| | * | Start RC branch for Tcl 8.6.8dgp2017-12-061-1/+1
| | | |
* | | | merge 8.7dgp2017-12-191-6/+2
|\ \ \ \ | |/ / /
| * | | No need any more to check for "Windows NT" here, since the minimum is XP now.jan.nijtmans2017-12-181-4/+1
| | | |
| * | | merge core-8-6-branchjan.nijtmans2017-12-181-2/+1
| |\ \ \ | | | |/ | | |/|
| | * | (cherry-pick): Added assoc, ftype and move as auto_execok shell built-ins on ↵jan.nijtmans2017-12-181-2/+2
| | |/ | | | | | | | | | Windows.
* | | merge 8.7dgp2017-11-291-37/+0
|\ \ \ | |/ /
| * | Re-base to core-8-branch: This change is fine as-is for Tcl 8.7, I wouldn't ↵jan.nijtmans2017-11-2071-1282/+1291
| |\ \ | | | | | | | | | | | | recommend it for 8.6 (even though it's only for the changed error-message)
| | * | Fix error-message for min/math functions: "to" -> "for", for consistancy ↵jan.nijtmans2017-11-201-2/+2
| | | | | | | | | | | | | | | | with the error-messages for other math functions.
| * | | Changed math functions min and max to C implementations.pspjuth2017-11-191-37/+0
| | |/ | |/|
* | | merge 8.7dgp2017-11-062-2/+2
|\ \ \ | | |/ | |/|
| * | update .project file with branch name. Make clear that optparse doesnt work ↵jan.nijtmans2017-11-052-2/+2
| | | | | | | | | | | | with 8.4 any more
* | | merge 8.7dgp2017-11-034-7/+7
|\ \ \ | |/ /
| * | Revise a few stray packages not yet ready to tolerate a Tcl 9 bump.dgp2017-11-034-7/+7
| | |
* | | merge trunkdgp2017-10-2721-367/+404
|\ \ \ | |/ /
| * | Update TZ info to tzcode2017c.José Ignacio Marín2017-10-2321-367/+404
| |\ \ | | |/