This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH]: adds missing System properties for gcj under mingw


On Thu, 2002-04-11 at 14:52, Adam King wrote:
> It now compiles fine for me - thanks.  While you're doing some code
> cleaning, how about the following?

Coincidentally, I did all of these malloc/free clean ups last night
during a flight.  These are all the places I found...

2002-04-10  Anthony Green  <green@redhat.com>

        * win32.cc (_Jv_platform_initProperties): Use _Jv_Malloc and
        _Jv_Free, not malloc and free.
        * prims.cc (process_gcj_properties): Ditto.
        * gnu/gcj/natCore.cc (_Jv_RegisterResource): Ditto.
        * java/lang/natSystem.cc (init_properties): Ditto.

And in libltdl...

2002-04-10  Anthony Green  <green@redhat.com>

        * ltdl.c: Use _Jv_Malloc and _Jv_Free, not malloc and free.


AG


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]