-
There is an error in jpic16.jal. Because of this bug, the in/out direction of port e is not set correctly.
2009-06-10 18:10:19 UTC by nobody
-
This part of stdhdr.h causes build to crash on FreeBSD:
#ifdef HAVE_MALLOC_H
#include
#else
void *malloc(int);
#endif
It could be easily fixed by replacing "malloc(int)"
with "malloc(unsigned int)" or better with
"malloc(size_t)".
konrad.rybacki@wp.pl.
2006-08-14 04:51:15 UTC by nobody
-
eur committed patchset 98 of module jal to the JAL compiler CVS repository, changing 36 files.
2005-04-27 18:03:01 UTC by eur
-
eur committed patchset 97 of module jal to the JAL compiler CVS repository, changing 1 files.
2005-04-26 18:53:02 UTC by eur
-
mgross committed patchset 96 of module jal to the JAL compiler CVS repository, changing 2 files.
2005-02-15 14:25:43 UTC by mgross
-
japus11 committed patchset 95 of module jal to the JAL compiler CVS repository, changing 3 files.
2005-02-10 17:07:10 UTC by japus11
-
japus11 committed patchset 94 of module jal to the JAL compiler CVS repository, changing 1 files.
2005-02-10 17:06:16 UTC by japus11
-
japus11 committed patchset 93 of module jal to the JAL compiler CVS repository, changing 7 files.
2005-01-28 17:46:16 UTC by japus11
-
japus11 committed patchset 92 of module jal to the JAL compiler CVS repository, changing 5 files.
2005-01-28 17:37:43 UTC by japus11
-
ezel5 committed patchset 91 of module jal to the JAL compiler CVS repository, changing 1 files.
2004-10-08 18:26:45 UTC by ezel5