bugmake - Bugs: bug #42104, vmsify.c: vmsify/unixify routines...

 
 

bug #42104: vmsify.c: vmsify/unixify routines out of date.

Submitter:  John Malmberg <wb8tyw>
Submitted:  Sat 12 Apr 2014 11:57:24 PM UTC
   
 
Severity:  3 - Normal Item Group:  Bug
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Open
Component Version:  4.0 Operating System:  VMS
Fixed Release:  None Triage Status:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 08 May 2014 05:27:27 AM UTC, comment #1: 

Routines are not just out of date, vmsify does not handle several trivial cases at all.

"sys$library/decc$rtldef.tlb" should return "sys$library:decc$rtldef.tlb", instead incorrectly returns [.sys$library]decc$rtldef.tlb.

"/sys$library/decc$rtldef.tlb" should also return "sys$library:decc$rtldef.tlb", and also incorrectly returns [.sys$library]decc$rtldef.tlb.

"./decc$rtldef.tlb" should return "[]decc$rtldef.tlb", instead returns "".

John Malmberg <wb8tyw>
Sat 12 Apr 2014 11:57:24 PM UTC, original submission:  

The vmsify and unixify routines can not handle the VMS extended filename syntax known as EFS available on the ODS-5 filesystem.

In addition to converting between Unix and VMS styles, these routines are doing some special mangling of the names to make names legal for ODS-2 filenames.

This special handling needs to be documented at a minimum in the readme.vms.

The EFS character set supports almost all the characters that Unix does including UTF-8, and supports longer pathnames.

If the DECC$EFS_CHARSET feature is enabled on ALPHA/IA64 then a replacement set of routines will need to be used.

The pathname size constants are also too small for EFS path names.

John Malmberg <wb8tyw>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by wb8tyw (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code