octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #49628] copyfile fails to copy source files wi


From: Rik
Subject: [Octave-bug-tracker] [bug #49628] copyfile fails to copy source files with [ or ] characters in the name
Date: Thu, 17 Nov 2016 04:00:39 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Update of bug #49628 (project octave):

              Item Group:        Incorrect Result => Matlab Compatibility   
                  Status:               Need Info => Confirmed              
                 Release:                   4.0.0 => 4.2.0                  

    _______________________________________________________

Follow-up Comment #3:

This was solved for dir.m by introducing a new C++ function __wglob__ which
performs a Windows-like glob.  The same issue came up ot bug #47950, to wit,
should we have glob be system-dependent or not?  If not, then you can solve
this by having code in each and every m-file that checks for ispc() and !
isunix() and then calls __wglob__ or glob appropriately.

Affected functions are:

copyfile
delete
fileattrib
movefile
unpack
pkg/private/install.m
pkg/private/rebuild.m


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49628>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]