[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: ChangeLog



  User: ahvezda 
  Date: 06/07/15 14:51:40

  Modified:    .        ChangeLog
  Log:
  Converted all free, ?alloc, and strdup calls to use g_free, g_?alloc,
  
  and g_strdup.  This is the first phase in fixing the slice crash under
  
  glib 2.10.x.
  
  
  
  
  Revision  Changes    Path
  1.463     +13 -0     eda/geda/gaf/gschem/ChangeLog
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/ChangeLog,v
  retrieving revision 1.462
  retrieving revision 1.463
  diff -u -b -r1.462 -r1.463
  --- ChangeLog	14 Jul 2006 02:23:53 -0000	1.462
  +++ ChangeLog	15 Jul 2006 18:51:40 -0000	1.463
  @@ -1,3 +1,16 @@
  +2006-07-15 Ales Hvezda   <ahvezda@xxxxxxxxxxxxx>
  +
  +	* include/x_log.h, src/g_hook.c, src/g_keys.c, src/g_rc.c, 
  +	src/gschem.c, src/i_basic.c, src/i_callbacks.c, src/o_complex.c,
  +	src/o_misc.c, src/o_net.c, src/o_picture.c, src/o_slot.c, 
  +	src/o_text.c, src/o_undo.c, src/x_attribedit.c, src/x_color.c,
  +	src/x_dialog.c, src/x_fileselect.c, src/x_grid.c, src/x_image.c,
  +	src/x_menus.c, src/x_pagesel.c, src/x_print.c, src/x_stroke.c,
  +	src/x_window.c: Converted all free, ?alloc, and strdup calls to
  +	use g_free, g_?alloc, and g_strdup.  This is the first phase in
  +	fixing the slice crash under glib 2.10.x.  Also fixed some -pedantic
  +	compiler warnings.
  +
   2006-07-13 Ales Hvezda   <ahvezda@xxxxxxxxxxxxx>
   
   	* Applied and commited Jason Childs' noweb removal patch and added
  
  
  


_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs