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

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

[Octave-bug-tracker] [bug #30650] Feature Request: mkdir should create h


From: Rik
Subject: [Octave-bug-tracker] [bug #30650] Feature Request: mkdir should create hierarchy
Date: Thu, 24 May 2012 01:31:26 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0

Follow-up Comment #6, bug #30650 (project octave):

I just checked the new code and I found some incompatibilities between 3.6.1
and the development code.

Issue #1 : umask not respected

On Linux Kubuntu 10.04, the following code produces different results under
3.6.1 and the development tip.


umask (777);
mkdir tmp1


Under 3.6.1, 'ls -ld tmp1' shows
d---------
Under dev tip it shows
drwxrwxrwx

Issue #2 : pwd is changed by mkdir


pwd
ans = /home/rik/wip
mkdir ("~", "tmp1");
pwd
ans = /home/rik


This does not occur with 3.6.1.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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