Style and indentation fixes.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@734 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch 2007-05-15 20:23:50 +00:00
parent 35380e1d70
commit 633922546f
1 changed files with 17 additions and 13 deletions

View File

@ -1,25 +1,29 @@
2007-05-01 Colin O'Flynn <coflynn@newae.com> 2007-05-01 Colin O'Flynn <coflynn@newae.com>
* safemode.c: -Oops - bug in verbose output. Fixed.
-Fixed handling of cases where programmer cannot read fuses (AVR910) * safemode.c: -Oops - bug in verbose output. Fixed.
* main.c: -Also fixing handling of cases where programmer cannot read fuses -Fixed handling of cases where programmer cannot read fuses (AVR910)
This should close one or more bugs (18803, 19570) * main.c: -Also fixing handling of cases where programmer cannot
read fuses
This should close one or more bugs (18803, 19570)
2007-05-01 Colin O'Flynn <coflynn@newae.com> 2007-05-01 Colin O'Flynn <coflynn@newae.com>
* safemode.c: Added verbose output from safemode routines.
* safemode.c: Added verbose output from safemode routines.
2007-03-25 Colin O'Flynn <coflynn@newae.com> 2007-03-25 Colin O'Flynn <coflynn@newae.com>
* stk500generic.c: Forgot to close the serial port before trying to * stk500generic.c: Forgot to close the serial port before trying to
open it again, caused problems on Windows machines. open it again, caused problems on Windows machines.
Closes bug #19411 Closes bug #19411
2007-02-26 Joerg Wunsch <j@uriah.heep.sax.de> 2007-02-26 Joerg Wunsch <j@uriah.heep.sax.de>
* avrdude.conf.in: Add the AT90PWM2/3B devices. * avrdude.conf.in: Add the AT90PWM2/3B devices.
2007-02-02 Thomas Fischl <tfischl@gmx.de> 2007-02-02 Thomas Fischl <tfischl@gmx.de>
* usbasp.c: Changed return value of function usbasp_initialize to stop * usbasp.c: Changed return value of function usbasp_initialize to stop
avrdude on communication errors between programmer and target. avrdude on communication errors between programmer and target.
Closes bug #18581: safemode destroys fuse bits Closes bug #18581: safemode destroys fuse bits
2007-02-01 Joerg Wunsch <j@uriah.heep.sax.de> 2007-02-01 Joerg Wunsch <j@uriah.heep.sax.de>
@ -32,14 +36,14 @@
2007-01-30 Joerg Wunsch <j@uriah.heep.sax.de> 2007-01-30 Joerg Wunsch <j@uriah.heep.sax.de>
* configure.ac: Fix subdir handling. Now finally, "make distcheck" will * configure.ac: Fix subdir handling. Now finally, "make
include the documentation into the tarball even if the configure had been distcheck" will include the documentation into the tarball even if
run without the --enable-doc. the configure had been run without the --enable-doc.
2007-01-30 Joerg Wunsch <j@uriah.heep.sax.de> 2007-01-30 Joerg Wunsch <j@uriah.heep.sax.de>
* safemode.c: Obtain progname from avrdude.h rather than trying to roll our * safemode.c: Obtain progname from avrdude.h rather than trying to
own (duplicate) copy of it. roll our own (duplicate) copy of it.
* avr910.c: Constify char pointers. * avr910.c: Constify char pointers.
* avrpart.c: (Ditto.) * avrpart.c: (Ditto.)
* avrpart.h: (Ditto.) * avrpart.h: (Ditto.)