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,10 +1,13 @@
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. * safemode.c: -Oops - bug in verbose output. Fixed.
-Fixed handling of cases where programmer cannot read fuses (AVR910) -Fixed handling of cases where programmer cannot read fuses (AVR910)
* main.c: -Also fixing handling of cases where programmer cannot read fuses * main.c: -Also fixing handling of cases where programmer cannot
read fuses
This should close one or more bugs (18803, 19570) 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>
@ -18,6 +21,7 @@
* 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
@ -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.)