Re: [Midnight Commander] #243: Replace g_malloc0() mhl_mem_alloc_z()

2009-02-19 Thread Ticket System
#243: Replace g_malloc0() mhl_mem_alloc_z()
--+-
  Reporter:  metux|   Owner:  metux  
  Type:  defect   |  Status:  testing
  Priority:  major|   Milestone:  4.7
 Component:  mc-core  | Version:  4.6.2  
Resolution:  invalid  |Keywords: 
  Blocking:   |   Blockedby: 
--+-
Changes (by styx):

  * keywords:  review vote-slavazanko =>
  * status:  accepted => testing
  * resolution:  => invalid


-- 
Ticket URL: 
Midnight Commander 
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #243: Replace g_malloc0() mhl_mem_alloc_z()

2009-02-05 Thread Ticket System
#243: Replace g_malloc0() mhl_mem_alloc_z()
--+-
  Reporter:  metux|   Owner:  metux 
  Type:  defect   |  Status:  accepted  
  Priority:  major|   Milestone:  4.7   
 Component:  mc-core  | Version:  4.6.2 
Resolution:   |Keywords:  review vote-slavazanko
  Blocking:   |   Blockedby:
--+-
Changes (by slavazanko):

  * keywords:  review => review vote-slavazanko


Comment:

 Don't compile.
 {{{
 findme.o: In function `findProgramPath':
 /srv/work/mc/git/src/findme.c:36: undefined reference to `mhl_mem_alloc_u'
 mountlist.o: In function `read_filesystem_list':
 /srv/work/mc/git/src/mountlist.c:306: undefined reference to
 `mhl_mem_alloc_u'
 /srv/work/mc/git/src/mountlist.c:326: undefined reference to
 `mhl_mem_alloc_u'
 popt.o: In function `poptAddAlias':
 /srv/work/mc/git/src/popt.c:513: undefined reference to `mhl_mem_realloc'
 /srv/work/mc/git/src/popt.c:518: undefined reference to `mhl_mem_alloc_u'
 popt.o: In function `handleExec':
 /srv/work/mc/git/src/popt.c:145: undefined reference to `mhl_mem_alloc_u'
 /srv/work/mc/git/src/popt.c:140: undefined reference to `mhl_mem_realloc'
 /srv/work/mc/git/src/popt.c:145: undefined reference to `mhl_mem_alloc_u'
 popt.o: In function `poptGetNextOpt':
 /srv/work/mc/git/src/popt.c:442: undefined reference to `mhl_mem_alloc_u'
 /srv/work/mc/git/src/popt.c:437: undefined reference to `mhl_mem_realloc'
 popt.o: In function `poptGetContext':
 /srv/work/mc/git/src/popt.c:64: undefined reference to `mhl_mem_alloc_u'
 /srv/work/mc/git/src/popt.c:75: undefined reference to `mhl_mem_alloc_u'
 /srv/work/mc/git/src/popt.c:77: undefined reference to `mhl_mem_alloc_u'
 /srv/work/mc/git/src/popt.c:86: undefined reference to `mhl_mem_alloc_u'
 poptconfig.o: In function `configLine':
 /srv/work/mc/git/src/poptconfig.c:55: undefined reference to
 `mhl_mem_realloc'
 }}}

 Errors fixed. Please review.

-- 
Ticket URL: 
Midnight Commander 
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #243: Replace g_malloc0() mhl_mem_alloc_z()

2009-02-05 Thread Ticket System
#243: Replace g_malloc0() mhl_mem_alloc_z()
--+-
  Reporter:  metux|   Owner:  metux   
  Type:  defect   |  Status:  accepted
  Priority:  major|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.2   
Resolution:   |Keywords:  review  
  Blocking:   |   Blockedby:  
--+-

Comment(by metux):

 also replaced malloc() and realloc()

-- 
Ticket URL: 
Midnight Commander 
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #243: Replace g_malloc0() mhl_mem_alloc_z()

2009-02-05 Thread Ticket System
#243: Replace g_malloc0() mhl_mem_alloc_z()
--+-
  Reporter:  metux|   Owner:  metux   
  Type:  defect   |  Status:  accepted
  Priority:  major|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.2   
Resolution:   |Keywords:  review  
  Blocking:   |   Blockedby:  
--+-

Old description:

> Replace g_malloc0() mhl_mem_alloc_z()
>
> branch:243_replace_g_malloc0
> changeset:cca8705c875333666510bfd4ff3b61f6ede7b003

New description:

 Replace g_malloc0() mhl_mem_alloc_z()

 branch:243_replace_g_malloc0
 changeset:91db12641b46df056b411c47afc942a23e0692b0

--

Comment(by metux):

 rebased to master:
 cca8705c875333666510bfd4ff3b61f6ede7b003

-- 
Ticket URL: 
Midnight Commander 
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: [Midnight Commander] #243: Replace g_malloc0() mhl_mem_alloc_z()

2009-02-05 Thread Ticket System
#243: Replace g_malloc0() mhl_mem_alloc_z()
--+-
  Reporter:  metux|   Owner:  metux   
  Type:  defect   |  Status:  accepted
  Priority:  major|   Milestone:  4.7 
 Component:  mc-core  | Version:  4.6.2   
Resolution:   |Keywords:  review  
  Blocking:   |   Blockedby:  
--+-
Changes (by metux):

  * keywords:  => review
  * status:  new => accepted


Old description:

> Replace g_malloc0() mhl_mem_alloc_z()

New description:

 Replace g_malloc0() mhl_mem_alloc_z()

 branch:243_replace_g_malloc0
 changeset:cca8705c875333666510bfd4ff3b61f6ede7b003

--

-- 
Ticket URL: 
Midnight Commander 
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


[Midnight Commander] #243: Replace g_malloc0() mhl_mem_alloc_z()

2009-02-05 Thread Ticket System
#243: Replace g_malloc0() mhl_mem_alloc_z()
-+--
 Reporter:  metux|   Owner:  metux
 Type:  defect   |  Status:  new  
 Priority:  major|   Milestone:  4.7  
Component:  mc-core  | Version:  4.6.2
 Keywords:   |Blocking:   
Blockedby:   |  
-+--
 Replace g_malloc0() mhl_mem_alloc_z()

-- 
Ticket URL: 
Midnight Commander 
Midnight Development Center
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel