[gccsdk] [Bug 229] GCC 4.1.2 Release 2 Dev: glob() ignores files with hardspace.

2012-04-28 Thread bugzilla-daemon
http://www.riscos.info/bugzilla3/show_bug.cgi?id=229

John Tytgat john.tyt...@aaug.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #3 from John Tytgat john.tyt...@aaug.net 2012-04-28 10:08:07 PDT 
---
Fixed with r5766 (trunk) and r5768 (branches/release_4_1_2).

-- 
Configure bugmail: http://www.riscos.info/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.

___
GCCSDK mailing list gcc@gccsdk.riscos.info
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK


[gccsdk] [Bug 229] GCC 4.1.2 Release 2 Dev: glob() ignores files with hardspace.

2012-04-27 Thread bugzilla-daemon
http://www.riscos.info/bugzilla3/show_bug.cgi?id=229

--- Comment #2 from Duncan Moore duncan_mo...@ntlworld.com 2012-04-27 
03:47:34 PDT ---
What I wrote was ambiguous. Just to make clear, the hardspace was in the
filenames of files in the current directory, not in the directory name itself.

So for these 3 files in a directory:

m m   This has a hardspace in the middle
mem
mém   This has an e acute in the middle

With 4.1.2 Release 2 Development, the test program gives:

*test
err = 0
file_list-gl_pathc = 1
0 mem

This does not happen with gcc 4.1.2 Release 1 Dev of Jan 2011 (NB this is the
version dated Jan 2011, not the Mar 2012 version with the same name!). This
gives:

*test
err = 0
file_list-gl_pathc = 3
0 mem
1 m m
2 mém

Exactly the same happens on all of HostFS, RAM, Mem (!Memphis), ArcFS and CDFS
i.e. current version fails, older versions work.

-- 
Configure bugmail: http://www.riscos.info/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.
___
GCCSDK mailing list gcc@gccsdk.riscos.info
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK

[gccsdk] [Bug 229] GCC 4.1.2 Release 2 Dev: glob() ignores files with hardspace.

2012-04-26 Thread bugzilla-daemon
http://www.riscos.info/bugzilla3/show_bug.cgi?id=229

--- Comment #1 from John Tytgat john.tyt...@aaug.net 2012-04-26 14:35:09 PDT 
---
I can't reproduce this using RO6 on RPC (tried hard space and accented
characters for cwd).

It wouldn't surprise me if this is VRPC HostFS specific.  Could you try this
using RAMFS directory as cwd ?

-- 
Configure bugmail: http://www.riscos.info/bugzilla3/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching all bug changes.

___
GCCSDK mailing list gcc@gccsdk.riscos.info
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK