summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Renamed functions to reduce confusion and added to header file. tip_257_implementation_branchdkf2006-10-312-4/+6
* Added more API as requested by Arnulf Wiedermann <arnulf@wiedermann-pri.de> dkf2006-10-311-1/+40
* Rewritten to not pass function pointers through ClientData directly; somedkf2006-10-231-22/+53
* Use internal TclListObjGetElements macro where appropriate.dkf2006-10-232-4/+4
* Add some hacks for Itcl supportdkf2006-10-225-78/+159
* Fixed the remaining TODO, made the call chains more efficient, reworked the i...dkf2006-10-224-341/+528
* Fix problems identified by AKu, and finish moving [oo::copy] to where it belongsdkf2006-10-215-130/+142
* Clarify; metadata applies special interpretation to NULL so don't call client...tip_257_implementation_branch_patchpoint_20061020T1300dkf2006-10-191-3/+3
* Add a metadata mechanism (C API only; scripts can use variables) that allowsdkf2006-10-193-6/+318
* Move the copy-object operation to a place where it fits better and expose itdkf2006-10-153-175/+307
* fix line endingsdgp2006-10-115-5928/+5928
* Following experiments, now have (possibly imperfect implementation of)dkf2006-10-086-4649/+4976
* Many improvements to introspection; all features should now be introspectable.dkf2006-10-043-217/+265
* Tidy up long linesdkf2006-10-041-3390/+3391
* Fixed jenglish's nasty filter recursion case. Filters can't be recursively en...dkf2006-10-032-9/+43
* fix line endingsdgp2006-10-031-309/+309
* Following discussion on c.l.t, remove oo::definer and oo::struct completely.dkf2006-10-021-305/+6
* Remove oo::definer and oo::struct from the global state; they're not importan...dkf2006-10-022-353/+335
* fix line endingsdgp2006-10-021-315/+315
* The C API is now just about theredkf2006-10-015-216/+297
* Reorganize to make traces neaterdkf2006-09-305-577/+717
* Tidying up, and starting to build a C API ready for exposure.dkf2006-09-293-55/+209
* Convert confusing 'cPtr' to clearer 'clsPtr'dkf2006-09-284-3788/+3792
* Stop people from creating objects with empty names; it doesn't work.dkf2006-09-272-3413/+3420
* Regendkf2006-09-271-3/+3
* TclRenameCommand should take const argumentsdkf2006-09-272-7/+7
* Finished off [self] and fixed up the mess that was class mixins to no longer ...dkf2006-09-251-4/+33
* Remove parameters; I'm not going to implement them (for now)dkf2006-09-255-3309/+3487
* Oops, wrong length in comparison produces random results in qsort() when one dkf2006-09-221-2/+2
* Filled out more [self] subcommandsdkf2006-09-221-7/+100
* Added many comments; code should be more readable now.dkf2006-09-201-2606/+3178
* fix line endingsdgp2006-09-201-288/+288
* More extensive (complete?) testing of the oo::struct classdkf2006-09-201-46/+164
* Use the FOREACH macrodkf2006-09-201-27/+31
* Move FOREACH declaration to more useful placedkf2006-09-192-5/+10
* oo::struct now seems to be working, but more tests needed.dkf2006-09-181-59/+198
* Remove a useless epoch fielddkf2006-09-172-13/+125
* Some tidying, and fix remaining known call context generation and trace gener...dkf2006-09-023-83/+239
* More functionality, more tests, more bugs uncovered...dkf2006-09-013-19/+59
* fix line endingsdgp2006-09-011-819/+819
* Improvements in error trace handlingdkf2006-09-013-922/+930
* More tests (all passing), and got rid of the knownBug from all tests.dkf2006-09-014-296/+376
* More introspection and starting to assemble the [oo::definer] metaclassdkf2006-08-312-2820/+2918
* Fix bloopersdkf2006-08-311-5/+3
* Add more introspectiondkf2006-08-311-491/+716
* Change to using LF line endingsdkf2006-08-313-3258/+3271
* Reorganization to support more types of methods and method cloning. Now can c...dkf2006-08-304-531/+611
* Test updates to start checking introspection facilitiesdkf2006-08-301-7/+31
* Implementations of many of the simpler introspective actions.dkf2006-08-301-17/+126
* Outline of the additions to [info] command. No changes to test suite yet, nordkf2006-08-303-8/+378