Anonymous | Login | Signup for a new account | 2024-11-21 14:28 CET |
My View | View Issues | Change Log | Roadmap | Search |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000616 | FL5 | 6. Access Control, Logging and Errorhandling | public | 2014-12-08 14:00 | 2015-04-15 15:30 | ||||
Reporter | Rolf-Dieter Euler | ||||||||
Assigned To | Falk Reichbott | ||||||||
Priority | normal | Severity | minor | Reproducibility | N/A | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | General | OS | General | OS Version | General | ||||
Product Version | 5.2 | ||||||||
Target Version | Fixed in Version | 5.1.03 | |||||||
Summary | 0000616: Function fliconv_geterrno usable in COBOL/Assembler/... desired | ||||||||
Description | Es ist in Cobol nicht möglich, an die ERRNO-Variable einer C-Routine zu kommen, z.B. wenn ein fliconv-Aufruf schief geht. Da diese eine wichtige Angabe zur Programmsteuerung ist, wird ein neuer Funktionsaufruf benötigt, denn die Schnittstellen sind bereits veröffentlicht und sollten sich nicht ändern. Könnte so aussehen: int fliconv_geterrno(void *cd) Damit ließe sich dann ggf. fliconv_strerror aufrufern. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0000710) Falk Reichbott (administrator) 2014-12-09 09:55 |
Add the new functions below to the FLUC iconv interface: fliconv_seterrno(0) - to set errno in front of a call to 0 r=fliconv_geterrno() - retunrs errno as int, to use it in flicnv_strerror(r) fliconv_chkerrno(r,1) - to check the errno against platfrom neutral integer values (1==EINVAL) |
Issue History | |||
Date Modified | Username | Field | Change |
2014-12-08 14:00 | Rolf-Dieter Euler | New Issue | |
2014-12-08 14:00 | Rolf-Dieter Euler | Status | new => assigned |
2014-12-08 14:00 | Rolf-Dieter Euler | Assigned To | => Falk Reichbott |
2014-12-09 09:52 | Falk Reichbott | View Status | private => public |
2014-12-09 09:55 | Falk Reichbott | Note Added: 0000710 | |
2014-12-09 09:55 | Falk Reichbott | Status | assigned => resolved |
2014-12-09 09:55 | Falk Reichbott | Fixed in Version | => 5.1 |
2014-12-09 09:55 | Falk Reichbott | Resolution | open => fixed |
2014-12-09 09:56 | Falk Reichbott | Note View State: 0000710: public | |
2015-04-15 15:30 | Falk Reichbott | Fixed in Version | 5.1 => 5.1.03 |
Copyright © 2000 - 2024 MantisBT Team |