FLAM Issue Tracker - FL5
View Issue Details
0000842FL54. Element, Byte, Record or other APIpublic2016-12-24 09:492019-03-15 14:59
Falk Reichbott 
Falk Reichbott 
normalfeatureN/A
resolvedfixed 
GeneralGeneralGeneral
5.1.14 
5.1.205.1.20 
0000842: Write of more then one member to a ZIP/FLAM archive with FLUC interface
Currently it is not possible to write more then one file to the same target. A kind of end of member begin of next member is required.
No tags attached.
Issue History
2016-12-24 09:49Falk ReichbottNew Issue
2016-12-24 09:49Falk ReichbottStatusnew => assigned
2016-12-24 09:49Falk ReichbottAssigned To => Falk Reichbott
2016-12-24 09:51Falk ReichbottNote Added: 0001049
2016-12-24 09:56Falk ReichbottNote Added: 0001050
2017-03-03 17:21Falk ReichbottTarget Version5.1.15 => 5.1.17
2018-03-05 08:00Falk ReichbottTarget Version5.1.17 => 5.1.18
2018-06-18 09:35Falk ReichbottTarget Version5.1.18 => 5.1.19
2018-06-22 16:47Falk ReichbottTarget Version5.1.19 => 5.1.20
2018-11-02 12:46Falk ReichbottTarget Version5.1.20 => 5.1.21
2019-03-11 00:20Falk ReichbottTarget Version5.1.21 => 5.1.20
2019-03-15 14:59Falk ReichbottNote Added: 0001221
2019-03-15 14:59Falk ReichbottStatusassigned => resolved
2019-03-15 14:59Falk ReichbottFixed in Version => 5.1.20
2019-03-15 14:59Falk ReichbottResolutionopen => fixed
2019-03-15 15:01Falk ReichbottNote View State: 0001221: public

Notes
(0001049)
Falk Reichbott   
2016-12-24 09:51   
A reopen function is missing (flreopen() FCRREO).
(0001050)
Falk Reichbott   
2016-12-24 09:56   
at read it is mainly the same, here we need a return code to signal the end of a member and a additionl function to get the member information.
(0001221)
Falk Reichbott   
2019-03-15 14:59   
A new function fcbnewmbr() for byte interface and FCRNEWM() for the record interface implements the required re-opn, which improves performance of ZIP archives with a huge amount of member up to factor 100.