APLTreeUtils Project Page
Contents
-
APLTreeUtils Project Page
- Bugs
- Future Enhancements
-
Version History
- 2.3.3 from 2012-04-23
- 2.3.2 from 2012-04-20
- 2.3.1 from 2012-04-18
- 2.3.0 from 2012-03-01
- 2.2.3 from 2012-02-08
- 2.2.2 from 2012-01-18
- 2.2.1 from 2012-01-14
- 2.2.0 from 2012-01-09
- 2.1.0 from 2012-01-08
- 2.0.3 from 2011-12-17
- 2.0.2 from 2011-12-17
- 2.0.1 from 2011-09-27
- 2.0.0 from 2011-09-27
- 1.9.1 from 2011-08-10
- 1.9.0 from 2011-07-17
Link to APLTreeUtils's home page
Bugs
Future Enhancements
Don't hesitate to add your wishes here.
Version History
2.3.3 from 2012-04-23
- The fix introduced in 2.3.1 was faulty in itself.
2.3.2 from 2012-04-20
The method FindPathTo did not work when an unnamed namespace was part of the chain.
2.3.1 from 2012-04-18
Bug fix in WriteUtf8File: an empty data item made it crash.
2.3.0 from 2012-03-01
ReadUtf8File now accepts an optional left argument which when it is "flat" let it return a stream rather than a vector with records.
2.2.3 from 2012-02-08
Nest converted nested scalars into vectors. It shouldn't. This fix may well break somebody's code relying on the old but buggy behaviour, so watch out!
2.2.2 from 2012-01-18
The trans operator (called by Lowercase and Uppercase) can produce a WS FULL that disappears when →⎕lc is executed. This version gets around this problem.
2.2.1 from 2012-01-14
Bug in dtb with matrices fixed.
2.2.0 from 2012-01-09
New methods dlb (delete leading blanks) and dtb (delete trailing blanks) added.
Bug fix: Where should depend on caller's ⎕IO but didn't.
2.1.0 from 2012-01-08
- New method `Where" introduced.
Method WriteUtf8File now accepts a file tie number rather than a filename in case of an "append" operation.
Bug fix in WriteUtf8File: CR+LF should be added to a nested right argument as a prefix in case of "append" only if the file is not empty.
2.0.3 from 2011-12-17
When nested data is provided (and only then!) together with a left argument "append" now (⎕UCS 13 10) is added to the front of the data.
2.0.2 from 2011-12-17
The optional left argument "append" was ignored by WriteUtf8File.
2.0.1 from 2011-09-27
Method "GoToWebPage" now also accepts URLs like "file://foo.html". Works not everywhere I am afraid.
2.0.0 from 2011-09-27
Two new methods Mix and First in order to allow ⎕ML independent code.
Test cases now use the new #.Tester class.
- Couple of quite minor improvements
1.9.1 from 2011-08-10
WriteAnsiFile could not deal with double-quotes around the paths.
- Test cases rewritten.
1.9.0 from 2011-07-17
New method Enlist
New method IsUnicode
APL Wiki