kLIBC | 2 Apr 2007 00:06
Picon

Re: [kLIBC] #140: Definition file line can be greater than 512 bytes

#140: Definition file line can be greater than 512 bytes
--------------------+-------------------------------------------------------
 Reporter:  ydario  |        Owner:  bird      
     Type:  defect  |       Status:  closed    
 Priority:  normal  |    Milestone:  libc-0.6.2
Component:  emx     |      Version:  0.6.1     
 Severity:  normal  |   Resolution:  fixed     
 Keywords:  def     |  
--------------------+-------------------------------------------------------
Changes (by bird):

  * keywords:  => def
  * status:  new => closed
  * resolution:  => fixed

Comment:

 Already fixed this on the trunk, backported to the 0.6 branch now.

-- 
Ticket URL: <http://svn.netlabs.org/libc/ticket/140#comment:1>
kLIBC <http://svn.netlabs.org/libc>
kLIBC
kLIBC | 2 Apr 2007 00:18
Picon

Re: [kLIBC] #139: stat() fails with errno=2 on RSJ attached file system

#139: stat() fails with errno=2 on RSJ attached file system
--------------------------+-------------------------------------------------
 Reporter:  ydario        |        Owner:  bird      
     Type:  defect        |       Status:  new       
 Priority:  normal        |    Milestone:  libc-0.6.2
Component:  libc-backend  |      Version:  0.6.1     
 Severity:  normal        |   Resolution:            
 Keywords:  rsj stat      |  
--------------------------+-------------------------------------------------
Changes (by bird):

  * keywords:  => rsj stat

Comment:

 Only cause I can think of is forward/backward slash issues. Since I don't
 have RSJ installed here I cannot debug or test this. So, if anyone wish
 this to be fixed I need exact input.

-- 
Ticket URL: <http://svn.netlabs.org/libc/ticket/139#comment:1>
kLIBC <http://svn.netlabs.org/libc>
kLIBC
kLIBC | 2 Apr 2007 00:37
Picon

Re: [kLIBC] #137: emxomf: Don't truncate symbols twice.

#137: emxomf: Don't truncate symbols twice.
--------------------+-------------------------------------------------------
 Reporter:  ydario  |        Owner:  bird      
     Type:  defect  |       Status:  closed    
 Priority:  normal  |    Milestone:  libc-0.6.2
Component:  emx     |      Version:  0.6.1     
 Severity:  normal  |   Resolution:  fixed     
 Keywords:          |  
--------------------+-------------------------------------------------------
Changes (by bird):

  * summary:  emxomf truncates hashed symbols when converting .a to .lib =>
              emxomf: Don't truncate symbols twice.

Old description:

> Very long c++ symbols, already hashed after .o generation, are re-hashed
> when .a import library is converted to .lib format. The new symbol has
> the same length of previous one, so this is not necessary, and triggers a
> bug, since import library has different names.
>
> Fix: do not check for len if !_ is present in the last SYMBOL_HASH_LENGHT
> bytes
>

> {{{
> Index: emxomf.c
> ===================================================================
> --- emxomf.c    (revision 2893)
> +++ emxomf.c    (working copy)
(Continue reading)

kLIBC | 2 Apr 2007 00:39
Picon

Re: [kLIBC] #37: export for symbols longer than 255 chars

#37: export for symbols longer than 255 chars
--------------------+-------------------------------------------------------
 Reporter:  ydario  |        Owner:  bird      
     Type:  defect  |       Status:  new       
 Priority:  normal  |    Milestone:  libc-0.6.3
Component:  emx     |      Version:  0.6       
 Severity:  normal  |   Resolution:            
 Keywords:          |  
--------------------+-------------------------------------------------------
Changes (by bird):

  * milestone:  libc-0.6.2 => libc-0.6.3

-- 
Ticket URL: <http://svn.netlabs.org/libc/ticket/37#comment:3>
kLIBC <http://svn.netlabs.org/libc>
kLIBC
kLIBC | 2 Apr 2007 00:39
Picon

Re: [kLIBC] #29: Seriously odd g++ error trying to include os2emx.h from os2.h

#29: Seriously odd g++ error trying to include os2emx.h from os2.h
----------------------+-----------------------------------------------------
 Reporter:  bird      |        Owner:  bird      
     Type:  defect    |       Status:  new       
 Priority:  normal    |    Milestone:  libc-0.6.3
Component:  gcc       |      Version:  0.6       
 Severity:  normal    |   Resolution:            
 Keywords:  gcc libc  |  
----------------------+-----------------------------------------------------
Changes (by bird):

  * milestone:  libc-0.6.2 => libc-0.6.3

-- 
Ticket URL: <http://svn.netlabs.org/libc/ticket/29#comment:3>
kLIBC <http://svn.netlabs.org/libc>
kLIBC
kLIBC | 2 Apr 2007 00:57
Picon

Re: [kLIBC] #134: emxomfld/wlink: The internalname and entryname of an IMPORTS statement is switched

#134: emxomfld/wlink: The internalname and entryname of an IMPORTS statement is
switched
--------------------+-------------------------------------------------------
 Reporter:  ydario  |        Owner:  bird      
     Type:  defect  |       Status:  new       
 Priority:  normal  |    Milestone:  libc-0.6.2
Component:  emx     |      Version:  0.6.1     
 Severity:  normal  |   Resolution:            
 Keywords:          |  
--------------------+-------------------------------------------------------
Changes (by bird):

  * summary:  emxomfld does not write internal names for imports with wlink
              => emxomfld/wlink: The internalname and
              entryname of an IMPORTS statement is switched

-- 
Ticket URL: <http://svn.netlabs.org/libc/ticket/134#comment:1>
kLIBC <http://svn.netlabs.org/libc>
kLIBC
kLIBC | 2 Apr 2007 01:00
Picon

Re: [kLIBC] #77: libc: glob is making gnu make horribly slow

#77: libc: glob is making gnu make horribly slow
-----------------------+----------------------------------------------------
 Reporter:  bird       |        Owner:  bird      
     Type:  defect     |       Status:  new       
 Priority:  normal     |    Milestone:  libc-0.6.3
Component:  libc       |      Version:  0.6       
 Severity:  normal     |   Resolution:            
 Keywords:  glob make  |  
-----------------------+----------------------------------------------------
Changes (by bird):

  * milestone:  libc-0.6.2 => libc-0.6.3

-- 
Ticket URL: <http://svn.netlabs.org/libc/ticket/77#comment:1>
kLIBC <http://svn.netlabs.org/libc>
kLIBC
kLIBC | 2 Apr 2007 01:00
Picon

Re: [kLIBC] #75: libc: Implement inp and outp from sys/hw.h

#75: libc: Implement inp and outp from sys/hw.h
----------------------------+-----------------------------------------------
 Reporter:  fbakan <at> gmx.net  |        Owner:  bird      
     Type:  enhancement     |       Status:  assigned  
 Priority:  normal          |    Milestone:  libc-0.6.3
Component:  libc-backend    |      Version:  0.6.1     
 Severity:  normal          |   Resolution:            
 Keywords:  iop inp         |  
----------------------------+-----------------------------------------------
Changes (by bird):

  * milestone:  libc-0.6.2 => libc-0.6.3

-- 
Ticket URL: <http://svn.netlabs.org/libc/ticket/75#comment:2>
kLIBC <http://svn.netlabs.org/libc>
kLIBC
kLIBC | 2 Apr 2007 01:01
Picon

Re: [kLIBC] #74: libc: inode id & copy

#74: libc: inode id & copy
--------------------------+-------------------------------------------------
 Reporter:  bird          |        Owner:  bird      
     Type:  defect        |       Status:  new       
 Priority:  normal        |    Milestone:  libc-0.6.3
Component:  libc-backend  |      Version:  0.6       
 Severity:  normal        |   Resolution:            
 Keywords:  inode number  |  
--------------------------+-------------------------------------------------
Changes (by bird):

  * milestone:  libc-0.6.2 => libc-0.6.3

-- 
Ticket URL: <http://svn.netlabs.org/libc/ticket/74#comment:1>
kLIBC <http://svn.netlabs.org/libc>
kLIBC
kLIBC | 2 Apr 2007 01:02
Picon

Re: [kLIBC] #121: libc: Implement the P_PM and P_SESSION flags in the spawn apis

#121: libc: Implement the P_PM and P_SESSION flags in the spawn apis
----------------------------------+-----------------------------------------
 Reporter:  bird                  |        Owner:  bird      
     Type:  enhancement           |       Status:  new       
 Priority:  normal                |    Milestone:  libc-0.6.3
Component:  libc-backend          |      Version:  0.6       
 Severity:  normal                |   Resolution:            
 Keywords:  spawn P_PM P_SESSION  |  
----------------------------------+-----------------------------------------
Changes (by bird):

  * milestone:  libc-0.6.2 => libc-0.6.3

-- 
Ticket URL: <http://svn.netlabs.org/libc/ticket/121#comment:1>
kLIBC <http://svn.netlabs.org/libc>
kLIBC

Gmane