You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by "Oliver Deakin (JIRA)" <ji...@apache.org> on 2006/03/02 14:42:41 UTC

[jira] Created: (HARMONY-154) Files in native-src/linux.IA32/sig should be renamed with prefix hy

Files in native-src/linux.IA32/sig should be renamed with prefix hy
-------------------------------------------------------------------

         Key: HARMONY-154
         URL: http://issues.apache.org/jira/browse/HARMONY-154
     Project: Harmony
        Type: Improvement
  Components: Classlib  
    Reporter: Oliver Deakin
    Priority: Minor


The source files in native-src/linux.IA32/sig are named with different prefix to those in native-src/win.IA32/sig. They should have the hy prefix (as the Windows ones do). This requires 4 renames and a couple of small source/makefile changes. Its easier to just describe the renames instead of producing a patch for them, so they are:
   jsig_copyright.c --> hysig_copyright.c
   jsiglinux.c --> hysiglinux.c
   jsigunix.c --> hysigunix.c
   jsigunix.h --> hysigunix.h

I will attach a patch for the necessary source/makefile modifications.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (HARMONY-154) Files in native-src/linux.IA32/sig should be renamed with prefix hy

Posted by "Oliver Deakin (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-154?page=all ]

Oliver Deakin updated HARMONY-154:
----------------------------------

    Attachment: hysig.renames.diff

Patch for source/makefile changes - this patch should be applied after the renames have been carried out.

> Files in native-src/linux.IA32/sig should be renamed with prefix hy
> -------------------------------------------------------------------
>
>          Key: HARMONY-154
>          URL: http://issues.apache.org/jira/browse/HARMONY-154
>      Project: Harmony
>         Type: Improvement
>   Components: Classlib
>     Reporter: Oliver Deakin
>     Priority: Minor
>  Attachments: hysig.renames.diff
>
> The source files in native-src/linux.IA32/sig are named with different prefix to those in native-src/win.IA32/sig. They should have the hy prefix (as the Windows ones do). This requires 4 renames and a couple of small source/makefile changes. Its easier to just describe the renames instead of producing a patch for them, so they are:
>    jsig_copyright.c --> hysig_copyright.c
>    jsiglinux.c --> hysiglinux.c
>    jsigunix.c --> hysigunix.c
>    jsigunix.h --> hysigunix.h
> I will attach a patch for the necessary source/makefile modifications.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (HARMONY-154) Files in native-src/linux.IA32/sig should be renamed with prefix hy

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-154?page=all ]
     
Tim Ellison closed HARMONY-154:
-------------------------------


Verified by Oliver

> Files in native-src/linux.IA32/sig should be renamed with prefix hy
> -------------------------------------------------------------------
>
>          Key: HARMONY-154
>          URL: http://issues.apache.org/jira/browse/HARMONY-154
>      Project: Harmony
>         Type: Improvement
>   Components: Classlib
>     Reporter: Oliver Deakin
>     Assignee: Tim Ellison
>     Priority: Minor
>  Attachments: hysig.renames.diff
>
> The source files in native-src/linux.IA32/sig are named with different prefix to those in native-src/win.IA32/sig. They should have the hy prefix (as the Windows ones do). This requires 4 renames and a couple of small source/makefile changes. Its easier to just describe the renames instead of producing a patch for them, so they are:
>    jsig_copyright.c --> hysig_copyright.c
>    jsiglinux.c --> hysiglinux.c
>    jsigunix.c --> hysigunix.c
>    jsigunix.h --> hysigunix.h
> I will attach a patch for the necessary source/makefile modifications.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (HARMONY-154) Files in native-src/linux.IA32/sig should be renamed with prefix hy

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-154?page=all ]

Tim Ellison reassigned HARMONY-154:
-----------------------------------

    Assign To: Tim Ellison

> Files in native-src/linux.IA32/sig should be renamed with prefix hy
> -------------------------------------------------------------------
>
>          Key: HARMONY-154
>          URL: http://issues.apache.org/jira/browse/HARMONY-154
>      Project: Harmony
>         Type: Improvement
>   Components: Classlib
>     Reporter: Oliver Deakin
>     Assignee: Tim Ellison
>     Priority: Minor
>  Attachments: hysig.renames.diff
>
> The source files in native-src/linux.IA32/sig are named with different prefix to those in native-src/win.IA32/sig. They should have the hy prefix (as the Windows ones do). This requires 4 renames and a couple of small source/makefile changes. Its easier to just describe the renames instead of producing a patch for them, so they are:
>    jsig_copyright.c --> hysig_copyright.c
>    jsiglinux.c --> hysiglinux.c
>    jsigunix.c --> hysigunix.c
>    jsigunix.h --> hysigunix.h
> I will attach a patch for the necessary source/makefile modifications.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (HARMONY-154) Files in native-src/linux.IA32/sig should be renamed with prefix hy

Posted by "Oliver Deakin (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-154?page=comments#action_12368555 ] 

Oliver Deakin commented on HARMONY-154:
---------------------------------------

Looks good, thanks.

> Files in native-src/linux.IA32/sig should be renamed with prefix hy
> -------------------------------------------------------------------
>
>          Key: HARMONY-154
>          URL: http://issues.apache.org/jira/browse/HARMONY-154
>      Project: Harmony
>         Type: Improvement
>   Components: Classlib
>     Reporter: Oliver Deakin
>     Assignee: Tim Ellison
>     Priority: Minor
>  Attachments: hysig.renames.diff
>
> The source files in native-src/linux.IA32/sig are named with different prefix to those in native-src/win.IA32/sig. They should have the hy prefix (as the Windows ones do). This requires 4 renames and a couple of small source/makefile changes. Its easier to just describe the renames instead of producing a patch for them, so they are:
>    jsig_copyright.c --> hysig_copyright.c
>    jsiglinux.c --> hysiglinux.c
>    jsigunix.c --> hysigunix.c
>    jsigunix.h --> hysigunix.h
> I will attach a patch for the necessary source/makefile modifications.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (HARMONY-154) Files in native-src/linux.IA32/sig should be renamed with prefix hy

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-154?page=all ]
     
Tim Ellison resolved HARMONY-154:
---------------------------------

    Resolution: Fixed

Oliver,

Fixed in native-src/linux.IA32/sig at repo revision 382448.

Please check that the patch was applied as you expected.


> Files in native-src/linux.IA32/sig should be renamed with prefix hy
> -------------------------------------------------------------------
>
>          Key: HARMONY-154
>          URL: http://issues.apache.org/jira/browse/HARMONY-154
>      Project: Harmony
>         Type: Improvement
>   Components: Classlib
>     Reporter: Oliver Deakin
>     Assignee: Tim Ellison
>     Priority: Minor
>  Attachments: hysig.renames.diff
>
> The source files in native-src/linux.IA32/sig are named with different prefix to those in native-src/win.IA32/sig. They should have the hy prefix (as the Windows ones do). This requires 4 renames and a couple of small source/makefile changes. Its easier to just describe the renames instead of producing a patch for them, so they are:
>    jsig_copyright.c --> hysig_copyright.c
>    jsiglinux.c --> hysiglinux.c
>    jsigunix.c --> hysigunix.c
>    jsigunix.h --> hysigunix.h
> I will attach a patch for the necessary source/makefile modifications.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira