Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
47 check-ins using file idoc/www/tcllib/files/modules/struct/graphops.html version 86b9e5f939
2016-04-20
| ||
22:52 | Fixes to http based on testing with Internet Explorer running on localhost: The httpd module now uses non-blocking IO where possible, especially when establishing an initial connection. Replaced calls to "puts" with "chan puts", to prevent errors in console apps where the "::puts" command is redirected. The output method now waits for the channel to be writeable before trying to send the reply. check-in: dd150b4309 user: tne tags: odie | |
2016-03-29
| ||
22:54 | Typo fix check-in: d787c6d9d2 user: hypnotoad tags: odie | |
2016-02-25
| ||
23:51 | Revamped the cluster::resolve and cluster::ping algorithms to address abherent behavior in IRM production runs of dispatch. Eliminated the ::cluster::Lookup command Added a know to cluster to allow tests to shorten the ping timeout Simplified the interval in which pings were sent. We were using an exponentially growing interval, now it is a fixed MS intervals check-in: 2bc2a1a8cb user: hypnotoad tags: odie | |
2016-02-24
| ||
06:57 | try - Tkt [042d583738] - Fixed bad manpage name for throw. check-in: 5de686854e user: aku tags: trunk | |
06:56 | practcl - Fixed documentation syntax errors check-in: 02f5a7878a user: aku tags: trunk | |
2016-02-16
| ||
17:47 | Removed the local rebroadcaster feature, as it causes bizzare artifacts under IRM's dispatch system under heavy loads. Added a new proc _Winnow which cleans out closed and expired entries in the ptpdata and local_data arrays. _Winnow now runs immediately before any search or heartbeat routines. check-in: f32e1d8347 user: hypnotoad tags: odie | |
2016-02-04
| ||
21:16 | Pulling in changes from trunk check-in: ab8b765c08 user: hypnotoad tags: odie | |
21:13 | Pulling changes from tcllib-1-18 check-in: e788c286af user: hypnotoad tags: trunk | |
21:08 | Creating a branch to address missing documentation for the Markdown package and/or issue a 1.18.1 release Closed-Leaf check-in: 205c8efac8 user: hypnotoad tags: tcllib-1-18-1 | |
09:47 | Pulling updates from Trunk check-in: c5cf99e7b8 user: hypnotoad tags: odie | |
06:11 | Add a markdown-based README hopefully seen and used by github. check-in: 3c89314786 user: aku tags: trunk | |
05:51 | Bump homepage with release info. check-in: c39383abda user: aku tags: trunk | |
05:32 | Remerge the revisions moved aside for the release. check-in: 5a936be902 user: aku tags: trunk | |
05:14 | Tcllib 1.18 Release check-in: c272ee3410 user: aku tags: trunk, release, tcllib-1-18 | |
04:56 | Bump version. Make it official. Closed-Leaf check-in: 1a2beac9fc user: aku tags: tcllib-1-18-rc | |
2016-02-03
| ||
04:51 | Pulling in a documentation change for TOOL Closed-Leaf check-in: f1bf2fd0c0 user: hypnotoad tags: skip-and-hop | |
04:50 | Adding mention that TOOL is called up by invoking "package require tool" check-in: d80093ba78 user: hypnotoad tags: odie | |
03:32 | Pulling in the new "practcl" module from the odie branch check-in: f1eeaf6396 user: hypnotoad tags: skip-and-hop | |
03:31 | Pulling changes from trunk check-in: 9b42a58ed5 user: hypnotoad tags: odie | |
03:30 | Adding a new module called "practcl", which generates C implementations of TclOO classes and custom Tcl_Obj types from Tcl markup. check-in: 6ef3f867c1 user: hypnotoad tags: odie | |
2016-01-25
| ||
13:37 | Adding a "package require TclOO" to the top of oo::dialect. Out of an abundance of caution. check-in: b6aa65f4a3 user: hypnotoad tags: odie | |
2016-01-24
| ||
13:18 | Merged with trunk. Tweaked manpage metadata. Leaf check-in: e958f2695b user: lars_h tags: numtheory | |
2016-01-23
| ||
22:53 | Merged bugfix on trunk. Updated docs. check-in: 4268dab54f user: aku tags: tcllib-1-18-rc | |
2016-01-22
| ||
19:54 | Small bugfix mentioned in email to tcllib-devel today. Also lifts some manpage cleanup to .dtx source. check-in: 475a79542b user: lars_h tags: trunk | |
2016-01-15
| ||
08:05 | Bumped version numbers for various packages which had such missing compared to their functional changes. Updated embedded docs. Main version bump. README for new release. check-in: cd55e22736 user: aku tags: tcllib-1-18-rc | |
05:17 | doctools - html - Fixed expected html results in testsuite. check-in: 7c0312ecb1 user: aku tags: tcllib-1-18-rc | |
2016-01-14
| ||
08:02 | Pulled trunk work into the release candidate check-in: d15fe44be9 user: aku tags: tcllib-1-18-rc | |
06:42 | httpd - Disable some debug output. Fix Tcl requirement in testsuite, and fix general testsuite setup. check-in: aec695906e user: aku tags: tcllib-1-18-rc | |
06:41 | tool - Make requirement of Tcl 8.6 visible in code and testsuite check-in: 49e9ebf39f user: aku tags: tcllib-1-18-rc | |
06:29 | nns::cluster - More fixes, now passing. Disabled debug outputs. check-in: 05ea433383 user: aku tags: tcllib-1-18-rc | |
06:20 | nns::cluser - Requires Tcl 8.5 (dict). Fixed testsuite to the point where it actually runs. check-in: ca14c66dcb user: aku tags: tcllib-1-18-rc | |
06:05 | oo::dialect, oo::util, tool - Fixed testsuite setup broken by assumption about tcllib directory name, and not following the general format. check-in: 29a12d4bd8 user: aku tags: tcllib-1-18-rc | |
06:03 | nettool - Fixed var-name typo uncovered by uuid testsuite. Version bumped to 0.5.1 Oops. That is equivalent to [f67057efe8a986d3] on trunk done by schlenk. check-in: 233a0cbc9c user: aku tags: tcllib-1-18-rc | |
06:01 | uuid - Bumped min required Tcl to 8.5 (expand operator used for nettool integration). check-in: feefe67751 user: aku tags: tcllib-1-18-rc | |
05:59 | yaml - huddle::json - Fixed missing TclOO requirement in testsuite. check-in: c88a44b783 user: aku tags: tcllib-1-18-rc | |
04:48 | math::random - Disabled debug output in Random-lognormal. check-in: 44d5037dc7 user: aku tags: tcllib-1-18-rc | |
2016-01-02
| ||
00:54 | Fixed ticket 2886893. check-in: 6db639dcd1 user: schlenk tags: trunk | |
00:31 | Unbreak 'sak validate' It failed with missing httpwget key in the guide array. check-in: d85752438e user: schlenk tags: trunk | |
2016-01-01
| ||
23:48 | Fixed bug in nettool::hwid_list. Increased version to 0.5.1 This fixes a bug in uuid-1.1 test on linux. check-in: f67057efe8 user: schlenk tags: trunk | |
2015-12-24
| ||
15:03 | Merging changes from trunk check-in: 73cff45974 user: hypnotoad tags: odie | |
2015-12-17
| ||
11:22 | Pulled changes from the odie branch: Examples: * Removed the --baseurl from the example fossil launcher Nettool: * the build_services.tcl tool in nettool no longer calls for the non-existant package listutil * A reimplmentation of cluster::sleep in the nns_cluster package. oo::dialect: * Improvements and fixes to namespace handing in oo::dialect * Improved cross-framework handling of class aliases and canonical names * Added a test suite for oo::dialect oo::meta: * Added a function to poll only data specificly defined by a class (and not its ancestors) * Fixed a goof that was causing core_class data to not be included in the gestalt tool: * Method ensembles are only built for classes which have modified one of the submethods. Other classes will get them for free through inheritance. And this prevents a primitive implementation in a mixin from overriding a more advanced version in an object's class. * Removed the locks created during the constructor * Added a -nocomplain to the unset logic in object_destroy * Replaced configure and cget with a method ensemble "config" which manages the local config dict * Options are now stored in a dict named config, instead of an array call options * Split the Functional parts of InitializePublic into a different method ClassPublicApply. ClassPublicApply can be called per-mixin, and understands the different between taking on properties of a main class vs a mixin * Added an optimization to allow a class to generate a pre-digested report of what its variables, arrays, and options are. * Added tao-style option_class handing to options. This allows an option to inherit repetitive properties from a template * TOOL no longer supports string option handling * Removed the complex bits of pipeline handling, that was really taotk specific stuff * Simplified the tool test suite New module: tool::datatype * Used by Tao and other projects * Condenses text display and input validation into an encyclopedia of object types check-in: 590f98ff56 user: hypnotoad tags: tcllib-1-18-rc | |
11:04 | Pulling changes from odie check-in: 3c4a6efbc2 user: hypnotoad tags: trunk | |
11:02 | Closing an unintentional fork check-in: b553bfc67d user: hypnotoad tags: trunk | |
2015-12-12
| ||
08:05 | Followup to rev [5ec28b9419], fixed issue in writeCentralFileHeader introduced by it. Noted and reported by Keith. check-in: 814cbe5f8f user: aku tags: trunk | |
2015-12-10
| ||
06:12 | Create new branch named "tcllib-1-18-rc" check-in: 66aa7fa7b3 user: aku tags: tcllib-1-18-rc | |
06:10 | yaml - huddle - Ticket [27ed7fc771] - Updated to latest work by Miguel. Regenerated documentation. check-in: 5a516799b4 user: aku tags: trunk | |
2015-12-08
| ||
04:18 | zip::encode - Bumped to version 0.4. Applied a patch mailed in by Keith Vetter <[email protected]> adding support for uncompressed files and control over file ordering. Regenerated documentation. check-in: 5ec28b9419 user: aku tags: trunk | |