documentation/change_history.pod
changeset 79 f3d01c9dd099
parent 77 60f47003f4b1
parent 76 b9edfff731fb
equal deleted inserted replaced
78:6a2083f7eeb8 79:f3d01c9dd099
    11 #
    11 #
    12 
    12 
    13 __END__
    13 __END__
    14 
    14 
    15 =head1 FShell Change History
    15 =head1 FShell Change History
       
    16 
       
    17 =head2 FCL features not yet in MCL (move this section before committing to MCL)
       
    18 
       
    19 =over 5
       
    20 
       
    21 =item *
       
    22 
       
    23 Fshell now reuses threads for built-in commands that execute in quick succession. The thread pool takes into account the requirements of the command when assigning a thread (eg whether it needs to share a heap with its parent command) and creates a new one if necessary. Excess threads are cleaned up after a short idle period (currently 1 second).
       
    24 
       
    25 =item *
       
    26 
       
    27 Commands can now define a C<==smoke-test> section in their CIF files, which defines a snippet of fshell script that will be run as part of C<fshell smoketest> or by invoking L<ciftest|commands::ciftest> directly. See the ciftest documentation for more details.
       
    28 
       
    29 =back
    16 
    30 
    17 =head2 Release 002 [Not yet released]
    31 =head2 Release 002 [Not yet released]
    18 
    32 
    19 =over 5
    33 =over 5
    20 
    34