-
I'm alive(^_^;)
2009-06-18 05:27:10 UTC by fwells00
-
fwells00 changed the v0.31 file release.
2009-06-18 05:22:40 UTC by fwells00
-
fwells00 added the alan-0.31.tar.gz file.
2009-06-18 05:21:42 UTC by fwells00
-
fwells00 changed the v0.31 file release.
2009-06-18 05:21:29 UTC by fwells00
-
fwells00 created the v0.31 file release.
2009-06-18 05:20:31 UTC by fwells00
-
The compilation is tried in the Windows environment. The problem occurs in variable "errno" when compiling with the MultiThreading.
You should change the variable name.
short errno
->
short error_No
jj/error.h
void jjraise(jjErrno &eh, short errno);
void jjraise2_(jjErrno &eh, short errno, const char *, int);
stdlib.h
#if defined(_MT) || defined(_DLL)
_CRTIMP int * __cdecl...
2008-06-21 10:53:30 UTC by nobody
-
Two projects; new one is "Alan" a programming language. The other is "jjLibrary" a C++ library which provides 1) jjPattern : Pattern-based container class (Hash, Tree, List, Graph), 2) jjErrno : error handling, and 3) jjCGI : CGI library.
Alan v0.25 is released.
This version supports pipe, which looks like Unix pipe, but it is more similar to iterator method chain for...
2008-01-08 18:41:28 UTC by fwells00
-
compile error message for function-calling becomes more user-friendly.
2006-11-04 03:39:18 UTC by fwells00
-
Str 254byte limitation has been gone away.
wikimini.al works as normal WikiMini;-). Since many task-lists, release is not planned at this time.
2006-11-03 20:03:02 UTC by fwells00
-
Alan v0.19 is released.
New features are:
- putf() - formatted output like C printf(3) and perl format
- type-type - meta type of data-type
- exit()
- Type() - constructor-expression like C++.
2006-10-25 16:29:08 UTC by fwells00