2004-06-12 14:40:21 by grant beattie | Files touched by this commit (1) |
Log message:
this needs gcc to build.
|
2004-05-07 04:01:19 by Dan Winship | Files touched by this commit (2) |
Log message:
s/malloc.h/stdlib.h for darwin/freebsd
|
2004-03-03 14:07:42 by Dieter Baron | Files touched by this commit (2) | |
Log message:
update to 1.20:
Added .align directive
|
2003-09-11 20:08:45 by Julio M. Merino Vidal | Files touched by this commit (3) |
Log message:
Update to 1.19. Closes PR pkg/22711 by Lloyd Parkes. Changes since 1.17:
1.19 - Messed up applying some of the patches in 1.18 :-(
1.18 - Added support for specifying unsigned integer values [0; 2^32-1]
Thanks to Richard Gerrits for pointing out the problem.
Added support for specifying Z/Y/Z for adiw, sbiw and movw.
Thanks to Richard Barrington for suggesting this.
Added support for a bunch of Mega devices.
Thanks to Andreas Schwarz for supplying a patch with these.
Fixed problems compiling with GCC 3.2
Several people supplied patches, but I was just too busy
integrating them.
Thanks to Patrick Dreker for supplying the final patch.
|
2003-07-21 18:43:48 by Martti Kuparinen | Files touched by this commit (90) |
Log message:
COMMENT should start with a capital letter.
|
2002-08-20 10:30:46 by Dieter Baron | Files touched by this commit (3) | |
Log message:
update to 1.17 (old distfile no longer available)
changes since last pkgsrc version (1.15):
1.17 - Added support for the BYTE1 (same as LOW) function.
Thanks to Timothy Lee for supplying this patch.
- Fixed path delimiter problem in include path. I used
DOS style '\' causing problems on *NIX.
Thanks to Timothy Lee for reporting this.
1.16 - Fixed problem with long macro names.
Thanks to Richard Gerrits for reporting this.
- Increased maximum identifier length to 64 (and no, this was
not the fix to the problem above :).
- Added support for using DOS (\13\10) files on *NIX systems.
- Change URL to www.tavrasm.org in help/README/...
|