fw/sdcc
23 years agoAdditional corrections for Safe_calloc in sdcdb
jtvolpe [Wed, 28 Feb 2001 05:47:30 +0000 (05:47 +0000)]
Additional corrections for Safe_calloc in sdcdb

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@660 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agofix for rtc390
johanknol [Tue, 27 Feb 2001 11:42:41 +0000 (11:42 +0000)]
fix for rtc390

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@659 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agofixed --nostdinc
johanknol [Tue, 27 Feb 2001 10:55:37 +0000 (10:55 +0000)]
fixed --nostdinc

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@658 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years ago Add the SPEC file.
stevewilliams [Mon, 26 Feb 2001 02:51:21 +0000 (02:51 +0000)]
 Add the SPEC file.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@657 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoFixed bitfield initialization in code space
sandeep [Mon, 26 Feb 2001 00:33:54 +0000 (00:33 +0000)]
Fixed bitfield initialization in code space

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@656 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agofixed parms->ArgSym bug & type system bug
sandeep [Sun, 25 Feb 2001 00:32:02 +0000 (00:32 +0000)]
fixed parms->ArgSym bug & type system bug

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@655 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years ago Fix sdcc_datadir_tmp to used in desired cases.
stevewilliams [Sat, 24 Feb 2001 22:30:42 +0000 (22:30 +0000)]
 Fix sdcc_datadir_tmp to used in desired cases.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@654 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years ago Move library files and headers to an sdcc subdirectory.
stevewilliams [Sat, 24 Feb 2001 21:11:01 +0000 (21:11 +0000)]
 Move library files and headers to an sdcc subdirectory.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@653 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoCleaned up some bits and peaces
johanknol [Sat, 24 Feb 2001 11:44:32 +0000 (11:44 +0000)]
Cleaned up some bits and peaces

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@652 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years ago#define IS_<target>_PORT for all ports
johanknol [Fri, 23 Feb 2001 18:48:20 +0000 (18:48 +0000)]
#define IS_<target>_PORT for all ports

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@651 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoonly report line number if it is known
johanknol [Fri, 23 Feb 2001 18:46:20 +0000 (18:46 +0000)]
only report line number if it is known

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@650 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoFilled in some port specific defaults
johanknol [Fri, 23 Feb 2001 18:44:11 +0000 (18:44 +0000)]
Filled in some port specific defaults

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@649 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agofixed a warning outside the -mds390 environment
johanknol [Fri, 23 Feb 2001 18:41:16 +0000 (18:41 +0000)]
fixed a warning outside the -mds390 environment

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@648 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years ago-mds390 now uses --flat-model24 and --stack-10bit by default
johanknol [Fri, 23 Feb 2001 10:33:44 +0000 (10:33 +0000)]
-mds390 now uses --flat-model24 and --stack-10bit by default

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@647 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoMultiply related changes
sandeep [Thu, 22 Feb 2001 06:22:11 +0000 (06:22 +0000)]
Multiply related changes

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@646 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agomultiply fixup
sandeep [Thu, 22 Feb 2001 06:21:35 +0000 (06:21 +0000)]
multiply fixup
and AVR specific changes

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@645 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agofixed: 100*200=32, only for the ds390 port right now
johanknol [Wed, 21 Feb 2001 20:26:53 +0000 (20:26 +0000)]
fixed: 100*200=32, only for the ds390 port right now

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@644 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoCompleted the latest fix
johanknol [Wed, 21 Feb 2001 16:01:31 +0000 (16:01 +0000)]
Completed the latest fix

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@643 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoFixed a type found by Scott
johanknol [Wed, 21 Feb 2001 15:56:10 +0000 (15:56 +0000)]
Fixed a type found by Scott

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@642 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoFixed const pointer problem with arrays
sandeep [Tue, 20 Feb 2001 16:45:42 +0000 (16:45 +0000)]
Fixed const pointer problem with arrays

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@641 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoAVR specific changes
sandeep [Mon, 19 Feb 2001 19:17:20 +0000 (19:17 +0000)]
AVR specific changes

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@640 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoAVR specific changes
sandeep [Mon, 19 Feb 2001 17:52:56 +0000 (17:52 +0000)]
AVR specific changes

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@639 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoAVR specific changes
sandeep [Mon, 19 Feb 2001 01:59:20 +0000 (01:59 +0000)]
AVR specific changes

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@638 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agolet's find the beast
johanknol [Sun, 18 Feb 2001 18:34:53 +0000 (18:34 +0000)]
let's find the beast

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@637 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoyes, let's find the beast
johanknol [Sun, 18 Feb 2001 17:48:50 +0000 (17:48 +0000)]
yes, let's find the beast

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@636 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoyep, see the diff
johanknol [Sun, 18 Feb 2001 14:38:42 +0000 (14:38 +0000)]
yep, see the diff

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@635 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agonow too uses standard c time functions and structures
johanknol [Sun, 18 Feb 2001 11:39:21 +0000 (11:39 +0000)]
now too uses standard c time functions and structures

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@634 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agofixed a y2k bug :)
johanknol [Sun, 18 Feb 2001 11:37:35 +0000 (11:37 +0000)]
fixed a y2k bug :)

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@633 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoNow uses stdc time structures
johanknol [Sun, 18 Feb 2001 10:42:13 +0000 (10:42 +0000)]
Now uses stdc time structures

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@632 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoAdded changes that were lost in the last commit (because I had to wipe them out)...
sdattalo [Sun, 18 Feb 2001 05:37:00 +0000 (05:37 +0000)]
Added changes that were lost in the last commit (because I had to wipe them out): Safe_alloc and FileBaseName calls were re-added.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@631 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoResolved CVS merge conflicts
sdattalo [Sun, 18 Feb 2001 04:31:44 +0000 (04:31 +0000)]
Resolved CVS merge conflicts

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@630 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoResolved CVS merge conflicts. Re-added GcurMemap (for now).
sdattalo [Sun, 18 Feb 2001 04:24:19 +0000 (04:24 +0000)]
Resolved CVS merge conflicts. Re-added GcurMemap (for now).

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@629 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoEnhancements for regression testing.
sdattalo [Sun, 18 Feb 2001 04:19:44 +0000 (04:19 +0000)]
Enhancements for regression testing.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@628 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoAdded pCode to the PIC port
sdattalo [Sun, 18 Feb 2001 04:16:09 +0000 (04:16 +0000)]
Added pCode to the PIC port

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@627 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agopcode generation added
sdattalo [Sun, 18 Feb 2001 04:13:59 +0000 (04:13 +0000)]
pcode generation added

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@626 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agocleaned up makefiles
sandeep [Sun, 18 Feb 2001 01:11:41 +0000 (01:11 +0000)]
cleaned up makefiles

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@625 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agosome changes to the make files
sandeep [Sun, 18 Feb 2001 01:11:03 +0000 (01:11 +0000)]
some changes to the make files

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@624 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agochanged some Makefiles
sandeep [Sun, 18 Feb 2001 01:09:38 +0000 (01:09 +0000)]
changed some Makefiles

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@623 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoFixed 3 bugs
sandeep [Sun, 18 Feb 2001 01:08:24 +0000 (01:08 +0000)]
Fixed 3 bugs
a) constant case label problem (eg -0x01)
b) constant pointer semantics
c) scope of local variables

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@622 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoChanged a few Makefiles & Fixed 3 bugs.
sandeep [Sun, 18 Feb 2001 01:07:01 +0000 (01:07 +0000)]
Changed a few Makefiles & Fixed 3 bugs.
a) Constant pointer
b) constant case label
c) scope of variables

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@621 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoadded stdc time support
johanknol [Sat, 17 Feb 2001 19:56:25 +0000 (19:56 +0000)]
added stdc time support

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@620 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoFixed the lazy lazy DPTR for genCall and genPtrGet
johanknol [Sat, 17 Feb 2001 19:18:27 +0000 (19:18 +0000)]
Fixed the lazy lazy DPTR for genCall and genPtrGet

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@619 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoBeautified (indented) compiler source tree
johanknol [Wed, 14 Feb 2001 19:32:19 +0000 (19:32 +0000)]
Beautified (indented) compiler source tree

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@618 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoBeautified (indented) compiler source according to gnu coding style
johanknol [Wed, 14 Feb 2001 19:12:40 +0000 (19:12 +0000)]
Beautified (indented) compiler source according to gnu coding style

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@617 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agosimplified
johanknol [Tue, 13 Feb 2001 20:19:37 +0000 (20:19 +0000)]
simplified

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@616 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoHouse cleaning for VC6 host port
jtvolpe [Tue, 13 Feb 2001 04:08:27 +0000 (04:08 +0000)]
House cleaning for VC6 host port

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@615 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years ago- Made DefaultExePath work for VC6 also
jtvolpe [Tue, 13 Feb 2001 04:04:18 +0000 (04:04 +0000)]
- Made DefaultExePath work for VC6 also
- Added some host port constants to SDCCglobl.h

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@614 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoCleanup warnings by adding explicit casts
jtvolpe [Tue, 13 Feb 2001 04:03:12 +0000 (04:03 +0000)]
Cleanup warnings by adding explicit casts

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@613 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoCorrections for new memory allocation functions
jtvolpe [Tue, 13 Feb 2001 03:59:50 +0000 (03:59 +0000)]
Corrections for new memory allocation functions
Fix No More Memory error in debugger/simulator

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@612 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoremoved tinibios.h for MODEL-LARGE
johanknol [Mon, 12 Feb 2001 09:11:20 +0000 (09:11 +0000)]
removed tinibios.h for MODEL-LARGE

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@611 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agofixed the missing rtype to ltype cast
johanknol [Sun, 11 Feb 2001 18:23:14 +0000 (18:23 +0000)]
fixed the missing rtype to ltype cast

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@610 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agorenamed muslong.c to mulslong.c to be consistent
johanknol [Fri, 9 Feb 2001 16:39:01 +0000 (16:39 +0000)]
renamed muslong.c to mulslong.c to be consistent

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@609 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoprevent overflow of XSEG
johanknol [Fri, 9 Feb 2001 14:56:47 +0000 (14:56 +0000)]
prevent overflow of XSEG

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@608 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoremoved some confusing "Cannot exec whatever: Success" errors
johanknol [Wed, 7 Feb 2001 16:44:04 +0000 (16:44 +0000)]
removed some confusing "Cannot exec whatever: Success" errors

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@607 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoa first small step to cross the 64k barrier
johanknol [Wed, 7 Feb 2001 16:14:02 +0000 (16:14 +0000)]
a first small step to cross the 64k barrier

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@606 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoFix asm label generation. Suppress some warning
jbess [Wed, 7 Feb 2001 10:04:15 +0000 (10:04 +0000)]
Fix asm label generation. Suppress some warning

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@605 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoSuppress some warning
jbess [Wed, 7 Feb 2001 10:01:46 +0000 (10:01 +0000)]
Suppress some warning

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@604 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoadded tstow.c
johanknol [Wed, 7 Feb 2001 09:59:04 +0000 (09:59 +0000)]
added tstow.c

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@603 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoFix some path problems
jbess [Wed, 7 Feb 2001 09:56:53 +0000 (09:56 +0000)]
Fix some path problems

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@602 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoAdded ow390
johanknol [Wed, 7 Feb 2001 08:56:15 +0000 (08:56 +0000)]
Added ow390

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@601 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoOptimizing array/ptr index calulation. Fix inc/dec float value. Fix garbage with...
jbess [Wed, 7 Feb 2001 08:53:57 +0000 (08:53 +0000)]
Optimizing array/ptr index calulation. Fix inc/dec float value. Fix garbage with previous rev.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@600 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoOptimizing array/ptr index calculation. Fix inc/dec float value.
jbess [Wed, 7 Feb 2001 08:24:27 +0000 (08:24 +0000)]
Optimizing array/ptr index calculation. Fix inc/dec float value.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@599 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agojust an example of what SDCC can do for YOU
johanknol [Tue, 6 Feb 2001 20:37:48 +0000 (20:37 +0000)]
just an example of what SDCC can do for YOU

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@598 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agodeal with relocated SDCCerr.c
kvigor [Tue, 6 Feb 2001 20:15:47 +0000 (20:15 +0000)]
deal with relocated SDCCerr.c

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@597 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoremove dead code and useless ifdefs; should be a big no-op
kvigor [Tue, 6 Feb 2001 19:34:41 +0000 (19:34 +0000)]
remove dead code and useless ifdefs; should be a big no-op

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@596 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoif argv[0] contained a path specifier, add that to the front of the search path for...
kvigor [Tue, 6 Feb 2001 18:56:44 +0000 (18:56 +0000)]
if argv[0] contained a path specifier, add that to the front of the search path for my_system()

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@595 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoSDCCerr.c and SDCCerr.h moved to support/Util
kvigor [Tue, 6 Feb 2001 18:19:00 +0000 (18:19 +0000)]
SDCCerr.c and SDCCerr.h moved to support/Util

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@594 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoImproved testing for missing required parameters in function calls
kvigor [Tue, 6 Feb 2001 17:52:35 +0000 (17:52 +0000)]
Improved testing for missing required parameters in function calls

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@593 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoTell us at least the linenumber
johanknol [Tue, 6 Feb 2001 17:22:27 +0000 (17:22 +0000)]
Tell us at least the linenumber

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@592 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoBeautified. Although recommended, it's not my favourite style
johanknol [Tue, 6 Feb 2001 16:19:43 +0000 (16:19 +0000)]
Beautified. Although recommended, it's not my favourite style

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@591 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoEliminated the // on block comments from my last commit (JTV)
jtvolpe [Tue, 6 Feb 2001 12:59:38 +0000 (12:59 +0000)]
Eliminated the // on block comments from my last commit (JTV)

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@590 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoupdated examples for integer promotion in vararg funcs (printf)
johanknol [Tue, 6 Feb 2001 10:49:40 +0000 (10:49 +0000)]
updated examples for integer promotion in vararg funcs (printf)

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@589 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoChanged Safe_calloc to use 2 arguements to mimic teh standard calloc function
jtvolpe [Tue, 6 Feb 2001 03:07:54 +0000 (03:07 +0000)]
Changed Safe_calloc to use 2 arguements to mimic teh standard calloc function

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@588 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoundo Johan's changes for the moment
kvigor [Mon, 5 Feb 2001 21:10:33 +0000 (21:10 +0000)]
undo Johan's changes for the moment

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@587 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agooops :)
johanknol [Mon, 5 Feb 2001 20:28:02 +0000 (20:28 +0000)]
oops :)

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@586 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agofixed "too few arguments" for function calls
johanknol [Mon, 5 Feb 2001 20:24:12 +0000 (20:24 +0000)]
fixed "too few arguments" for function calls

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@585 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoonce again, fixed "too few parameters" for function calls
johanknol [Mon, 5 Feb 2001 20:22:02 +0000 (20:22 +0000)]
once again, fixed "too few parameters" for function calls

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@584 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoCheck all params to varagrs functions.
kvigor [Mon, 5 Feb 2001 19:08:11 +0000 (19:08 +0000)]
Check all params to varagrs functions.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@583 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoremoved unused file
kmh [Mon, 5 Feb 2001 13:15:20 +0000 (13:15 +0000)]
removed unused file

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@582 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoadded realclean
kmh [Mon, 5 Feb 2001 13:14:03 +0000 (13:14 +0000)]
added realclean

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@581 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoWrong case on file SDCCerr.c
jtvolpe [Sun, 4 Feb 2001 20:58:58 +0000 (20:58 +0000)]
Wrong case on file SDCCerr.c

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@580 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoNew memory allocation functions with Linux fixes
jtvolpe [Sun, 4 Feb 2001 20:54:30 +0000 (20:54 +0000)]
New memory allocation functions with Linux fixes

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@579 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agogdb complains about:
johanknol [Sun, 4 Feb 2001 17:17:22 +0000 (17:17 +0000)]
gdb complains about:

// this is a comment \
// and this too.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@578 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agostrcpy needs strlen+1
johanknol [Sun, 4 Feb 2001 17:11:57 +0000 (17:11 +0000)]
strcpy needs strlen+1

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@577 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoFixed the hairy inline 'Y' bug in SDCC.y
johanknol [Sun, 4 Feb 2001 17:09:37 +0000 (17:09 +0000)]
Fixed the hairy inline 'Y' bug in SDCC.y

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@576 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoNew Memory Allocation functions
jtvolpe [Sun, 4 Feb 2001 15:50:58 +0000 (15:50 +0000)]
New Memory Allocation functions

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@575 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agotemporary hack for the inline Y bug
johanknol [Sun, 4 Feb 2001 12:48:38 +0000 (12:48 +0000)]
temporary hack for the inline Y bug

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@574 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoabort when cpp, as or ld throws an error
johanknol [Sun, 4 Feb 2001 12:45:33 +0000 (12:45 +0000)]
abort when cpp, as or ld throws an error

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@573 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoremoved obsolete #include "lcd.h"
johanknol [Sun, 4 Feb 2001 11:55:43 +0000 (11:55 +0000)]
removed obsolete #include "lcd.h"

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@572 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoabort when the assembler throws an error
johanknol [Sat, 3 Feb 2001 19:34:06 +0000 (19:34 +0000)]
abort when the assembler throws an error

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@571 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoChange ALLOC_ATOMIC in ALLOC
johanknol [Sat, 3 Feb 2001 19:32:34 +0000 (19:32 +0000)]
Change ALLOC_ATOMIC in ALLOC

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@570 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoas should return an error if one occurs
johanknol [Sat, 3 Feb 2001 19:28:32 +0000 (19:28 +0000)]
as should return an error if one occurs

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@569 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years ago Remove all references to the GC library, replacing GC_malloc
stevewilliams [Sat, 3 Feb 2001 00:19:15 +0000 (00:19 +0000)]
 Remove all references to the GC library, replacing GC_malloc
 with calloc. Remove ALLOC_ATOMIC and replace with ALLOC, and
 clean up the Makefile/configure stuff related to libgc.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@568 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agojust another example
johanknol [Fri, 2 Feb 2001 16:12:03 +0000 (16:12 +0000)]
just another example

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@567 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoLet's be a little more verbose ...
johanknol [Fri, 2 Feb 2001 16:03:02 +0000 (16:03 +0000)]
Let's be a little more verbose ...

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@566 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agothey need to be in ds390/rtc390
johanknol [Fri, 2 Feb 2001 15:56:10 +0000 (15:56 +0000)]
they need to be in ds390/rtc390

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@565 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agoupdate examples to use tinibios
johanknol [Fri, 2 Feb 2001 15:39:24 +0000 (15:39 +0000)]
update examples to use tinibios

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@564 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agowhy not just make and clean all at once
johanknol [Fri, 2 Feb 2001 15:35:06 +0000 (15:35 +0000)]
why not just make and clean all at once

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@563 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agomoved i2c to tinbios library support
johanknol [Fri, 2 Feb 2001 15:31:44 +0000 (15:31 +0000)]
moved i2c to tinbios library support

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@562 4a8a32a2-be11-0410-ad9d-d568d2c75423

23 years agomoved lcd to tinibios library support
johanknol [Fri, 2 Feb 2001 15:29:17 +0000 (15:29 +0000)]
moved lcd to tinibios library support

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@561 4a8a32a2-be11-0410-ad9d-d568d2c75423