Tcl Library Source Code

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

8 events that include changes to files matching 'modules/struct/stack/*'

2024-05-12
10:15
Merge trunk. Leaf check-in: 07889faed0 user: pooryorick tags: module-aes
2024-01-30
23:29
Fixes in md5crypt C code to properly handle non-ASCII strings. General tcl9 work/marking of more locations found by the extended checker (in C companion files). check-in: 00c0fc2344 user: aku tags: trunk
2024-01-10
19:37
general tcl 9 compatibility work - I - accelerators updates all but two C accelerators for work with 8.6 and 9. __BEWARE__: building now requires critcl commit [https://github.com/andreas-kupries/critcl/commit/e7408b59fcbe505379e3feec8f37b8208f72b28a] or later. The accelerators excluded from this commit are `crcc` and `ptc`. While their changes build successfully, they crash in the testsuite, indicating unresolved issues. check-in: e02cf17c2d user: aku tags: trunk
2015-05-28
05:59
Ticket [5613c718c2]. Applied patch for review, and editing. Leaf check-in: 4e2b979bcb user: aku tags: tkt-5613c718c2-cwarnings
2010-03-15
17:17
* stack.man: struct::stack bumped to version 1.5. API extensions: * stack.tcl: New methods getr, peekr, trim*. The first two return * stack.test: their results in reversed order. For use in places * stack.testsuite: which need the reverted order. As the regular * stack/m.c: order requires an internal [lreverse], to be undone * stack/m.h: by the caller it is better to simply avoid both * stack/ms.c: [lreverse]s. Similarly, trim* does the trim, without * stack/s.c: returning the trimmed items, for use where they are * stack/s.h: thrown away anyway. ... Further, inlined the peek/pop * stack_tcl.tcl: calls internal to get and trim, allowing * pkgIndex.tcl: simplification of the resulting code, like avoidance of additional argument checks. ... At last, now using 8.5 features when detecting Tcl 8.5+ as our runtime ... I.e. ensembles for the method dispatch instead of doing everything on our own, with eval and uplevel. Result: The speed of the Tcl implementation roughly doubles. * stack.bench: Updated to use the ability to switch between the various implementations. check-in: f28504bbba user: andreas_kupries tags: trunk
2009-11-26
04:42
* graph_tcl.tcl: Fixed mismatches due to the 2009-11-03 change. * graph/tests/command.test: * pkgIndex.tcl: Extended struct::stack with convenience methods * stack.man: 'get' and 'trim', to get whole stack, and alternate * stack.tcl: argument specification of 'pop'. Bumped version to * stack_tcl.tcl: 1.4. * stack.testsuite: * stack/m.c: version * stack/m.h: * stack/ms.c: * stack/ms.h: * stack/s.c: * stack/s.h: check-in: 999794e1c4 user: andreas_kupries tags: trunk
2008-07-03
17:47
* queue/m.c: Separated qdump from queue_debug mode. * queue/util.h: Brought all assert macros in line with the * stack/util.h: definitions provided to graph (which print * tree/util.h: file/line information). Also activated assertions throughout for regular build. check-in: 245036abd2 user: andreas_kupries tags: trunk
2008-06-19
23:03
* stack.tcl: Changed core stack code to support multiple * stack_tcl.tcl: implementations, and Tcl implementation. Bumped * stack.man: to version 1.3.3. Updated documentation to mention * pkgIndex.tcl: the critcl implementation, version number, etc. * stack_c.tcl: Critcl based implementation of stacks. * stack/ds.h: * stack/m.c: * stack/m.h: * stack/s.c: * stack/s.h: * stack.testsuite: Reworked the testsuite to handle both Tcl and * stack.test: critcl implementations. check-in: b11b2cbf39 user: andreas_kupries tags: trunk