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

gEDA-cvs: CVS update: ChangeLog



  User: ahvezda 
  Date: 05/05/10 23:27:11

  Modified:    .        ChangeLog
  Log:
  Partially fixed seg fault when opening up schematics using gManager.
  
  
  
  
  Revision  Changes    Path
  1.39      +9 -0      eda/geda/devel/geda/ChangeLog
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/geda/ChangeLog,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -b -r1.38 -r1.39
  --- ChangeLog	25 Mar 2005 10:02:17 -0000	1.38
  +++ ChangeLog	11 May 2005 03:27:11 -0000	1.39
  @@ -1,3 +1,12 @@
  +2005-05-10 Ales Hvezda   <ahvezda@xxxxxxxxxxxxx>
  +
  +	* src/task.c: Fixed a nasty crash.  In StrReplace(), realloc
  +	may return a completely new pointer which needs to be assigned
  +	and used.  This modified pointer also needed to be returned
  +	from StrReplace().  Note, gManager will not quite work right with
  +	files (schematics/pcb/etc...) that do not live in the project 
  +	directory.  This bug was logged against the debian packages.
  +
   2005-03-25 Werner Hoch <werner.ho@xxxxxx>
   	* src/project.c: added file check, geda hang if theres no file
   	  selection or selection is a directory (Bug #156)