added log entry for Win32Native code merge

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@424 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
kiwi64ajs 2004-07-05 10:56:24 +00:00
parent 7ce38d550e
commit e14ffeda9d
1 changed files with 15 additions and 0 deletions

View File

@ -10,6 +10,21 @@
* avrdude.conf.in: Fix efuse bits for ATmega169.
2004-06-24 Alex Shepherd <maillists@ajsystems.co.nz>
Merged in Win32 Native changes contributed by Martin Thomas
Changed all instances of __CYGWIN__ conditional compilation to WIN32NATIVE
* ser_win32.c fleshed out all the previous stubs
* ser_posix.c added WIN32NATIVE conditional compilation to skip
all function to allow ser_win32.c functions to operate
* ppi.h removed commented code
* pgh.h added usleep macros
* main.c stdout,stderr tweaks for Win32
* configure.ac added CFLAGS and LDFLAGS for Win32Native
* config_gram.y added strtok_r macro
* buterfly.c added various stub functions and EXIT processing
* avr910.c added return 0 to avr910_open() and included time headers
* term.c added warning about libreadline not supported in WIN32NATIVE
2004-06-17 Jan-Hinnerk Reichert <hinni@despammed.com>
* avrdude.conf.in: Added support for
- tiny13 (contributed by Pawel Moll)