Commit Graph
3 Commits
Author SHA1 Message Date
obarthel 3a410b79ea Added additional test functionality
You can now choose which type of information should be reported, and how many entries should be returned.

These options provide even more control over the behaviour of the ExAll() function, as well as exercising the ExAllEnd() function.

In case the program should end up looping (e.g. more != FALSE and control->eac_Entries == 0) you can now abort it with Ctrl+C. Note that API documentation for ExAll() as well as the corresponding example code only state that if control->eac_Entries == 0 more is *usually* FALSE. There is a loophole here...
2018-07-22 10:07:44 +02:00
obarthel d0f4558d88 Updated to version 1.166
Please keep in mind that this is still a development version and might surprise you (not necessarily in a good way).

Do not let me discourage you to build and test this version, although there will be some risks involved such as data corruption or loss of data.
2018-07-20 16:05:04 +02:00
obarthel 1b50e88f0d Added an example program which exercises the dos.library/ExAll() function 2018-07-07 16:36:11 +02:00