| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: ports/64368
Submitted by: Andy Newman <an@atrn.org> (maintainer)
|
|
|
|
| |
Approved by: maintainers
|
|
|
|
|
| |
PR: ports/61912
Submitted by: Andy Newman <atrn@zeta.org.au> (maintainer)
|
| |
|
|
|
|
|
| |
PR: 59198
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Patch to fix build failures of lang/ici port on 5-CURRENT.
Note this is UNTESTED (my 5-CURRENT machine disappeared
last week) but the same fix was required on other gcc 3.x
using platforms (Mac OS X) and I am assuming it will repair
the brokeness.
Honestly, the patch didn't but a quick search/replace of "float_t"
to "floats_t" did. Informed maintainer.
PR: ports/52444
Submitted by: Andy Newman <atrn@zeta.org.au>
|
|
|
|
|
|
|
| |
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris
|
| |
|
| |
|
|
|
|
|
| |
PR: 35747
Submitted by: Andy Newman <atrn@zeta.org.au>
|
|
|
|
|
| |
PR: 23882
Submitted by: Andy Newman <atrn@zeta.org.au> MAINTAINER
|
| |
|
|
|
|
|
| |
PR: ports/18322
Submitted by: MAINTAINER
|
| |
|
| |
|
|
|
|
|
| |
PR: 17335
Submitted by: Maintainer
|
|
|
|
|
| |
PR: 14506
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
| |
Ok'ed by: Maintainer.
|
|
This is Tim Long's ICI language interpreter. ICI is a dynamic interpretive
language with control flow structures and expression syntax derived from C.
ICI offers useful inbuilt data types, automatic memory management (garbage
collection), error handling and other handy features. ICI is in the public
domain, there is no copyright on it.
PR: ports/5653
Submitted by: andy@research.canon.com.au
|