documentation/change_history.pod
changeset 78 b3ffff030d5c
parent 76 2f382fb2036c
child 83 706c7a69e448
equal deleted inserted replaced
77:8df58d8c99e8 78:b3ffff030d5c
    44 
    44 
    45 =item *
    45 =item *
    46 
    46 
    47 Updated chkdeps command so that it works with byte-pair compressed binaries (experimental).
    47 Updated chkdeps command so that it works with byte-pair compressed binaries (experimental).
    48 
    48 
       
    49 =item *
       
    50 
       
    51 Added L<showdebug|commands::showdebug> command to redirect RDebug::Print()s to the console.
    49 
    52 
    50 =item *
    53 =item *
    51 
    54 
    52 Added L<showdebug|commands::showdebug> command to redirect RDebug::Print()s to the console.
    55 Added L<input|commands::input> command to allow hardware key presses to be easily simulated via a console.
       
    56 
       
    57 =item *
       
    58 
       
    59 Added L<base64|commands::base64> command for encoding to and decoding from Base64.
       
    60 
       
    61 =item *
       
    62 
       
    63 Added C<CBtraceAppStart> to btrace_parser.dll. Also changed the interface of C<CBtraceAppResponse> to use window group name patterns rather than process ids (to make it consistent with other parts of the API).
       
    64 
       
    65 =item *
       
    66 
       
    67 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).
       
    68 
       
    69 =item *
       
    70 
       
    71 Added support for L<source|commands::source> reading from C<stdin> (primarily to better support remote execution of scripts).
       
    72 
       
    73 =item *
       
    74 
       
    75 Fixed a bug in iocli.dll that could cause environment variable updates to be ignored.
    53 
    76 
    54 =back
    77 =back
    55 
    78 
    56 =head2 Release 001
    79 =head2 Release 001
    57 
    80