home: hub: 9ficl

RSS feed

8542bc8a – asau <asau@ficl.sf.net> authored on 2010/12/22 03:05
Don't print message immediatly when throwing exception.

bedc04c6 – asau <asau@ficl.sf.net> authored on 2010/12/04 15:38
Allocate separate memory region for stack data.

5858c589 – asau <asau@ficl.sf.net> authored on 2010/12/04 15:31
Replace "continue" with more meaningful "break".

c34733bf – asau <asau@ficl.sf.net> authored on 2010/12/04 14:51
Reuse $@ for target names in commands.

fb534679 – asau <asau@ficl.sf.net> authored on 2010/12/02 16:15
Return proper status to fix OpenWatcom builds.

293213dc – asau <asau@ficl.sf.net> authored on 2010/12/02 16:14
Allow building with OpenWatcom compiler.

f1bd0b39 – asau <asau@ficl.sf.net> authored on 2010/12/02 16:14
Pull in stdint.h declarations.

e1b4395e – asau <asau@ficl.sf.net> authored on 2010/12/02 10:28
Use CXX variable for C++ compiler.

5393ee59 – asau <asau@ficl.sf.net> authored on 2010/12/02 10:28
Use ficlStackDepth function instead of a macro.

d94fc204 – asau <asau@ficl.sf.net> authored on 2010/12/02 07:56
Cast pointers.

875ede79 – asau <asau@ficl.sf.net> authored on 2010/12/02 07:34
When cleaning, remove memory dump files, "makesoftcore".

704578d5 – asau <asau@ficl.sf.net> authored on 2010/11/03 09:44
Fix types to make it work on 32-bit platfom in 64 bits.

55fabce6 – asau <asau@ficl.sf.net> authored on 2010/11/01 09:10
Localise variable to help optimiser.

c07af97c – asau <asau@ficl.sf.net> authored on 2010/10/31 23:27
Declare phony targets, introduce "test" target.

4bcb1ffc – asau <asau@ficl.sf.net> authored on 2010/10/26 06:19
LZ token is 32-bit value, use uint32_t instead of unsigned long to calculate its width.

b3762ebf – asau <asau@ficl.sf.net> authored on 2010/10/26 06:09
Make types consistent.

c5bc56ea – asau <asau@ficl.sf.net> authored on 2010/10/26 01:37
LZ token is 32-bit value, use uint32_t instead of unsigned long to calculate its width.

f781811f – asau <asau@ficl.sf.net> authored on 2010/10/25 15:51
Fix potential problem with wide integers: buffer may overflow,

81445b33 – asau <asau@ficl.sf.net> authored on 2010/10/25 11:58
Remove unused macro definition.

6a5baa7b – asau <asau@ficl.sf.net> authored on 2010/10/25 07:18
Factor "not found" report.

8e431ba2 – asau <asau@ficl.sf.net> authored on 2010/10/25 05:38
Merge "ansi" makefile into master one, pass "platform=ansi" to build ansi backend.

70e1a666 – asau <asau@ficl.sf.net> authored on 2010/10/25 05:37
Don't store "softcore.c", generate it rather.

e9e59ed2 – asau <asau@ficl.sf.net> authored on 2010/10/25 05:20
Reduce difference to generic Makefile.

91633334 – asau <asau@ficl.sf.net> authored on 2010/10/25 04:54
Generate softcore.c while building.

10cf2349 – asau <asau@ficl.sf.net> authored on 2010/10/25 04:46
Generate output file in current directory.

cd525d48 – asau <asau@ficl.sf.net> authored on 2010/10/24 16:35
Allow empty software core.

d24b9526 – asau <asau@ficl.sf.net> authored on 2010/10/20 09:19
Update instructions after Linux-specific makefile removal.

561536ba – asau <asau@ficl.sf.net> authored on 2010/10/20 09:15
It builds on Linux using Makefile and Makefile.linux just fine,

6c465b66 – asau <asau@ficl.sf.net> authored on 2010/10/20 08:31
When printing, convert pointers to uintmax_t,

d8d89549 – asau <asau@ficl.sf.net> authored on 2010/10/20 06:35
Use "%td" format for ptrdiff_t values.

43a86bb1 – asau <asau@ficl.sf.net> authored on 2010/10/03 04:52
Bump version to 4.1.0

f87bb12a – asau <asau@ficl.sf.net> authored on 2010/10/03 04:39
Bump FICL version to 4.1.0

6b4765dd – asau <asau@ficl.sf.net> authored on 2010/09/15 13:29
Pull in fixed width types definitions.

a874a1ac – asau <asau@ficl.sf.net> authored on 2010/09/13 13:43
Use 0 and 1 as boolean values.

28f9d053 – asau <asau@ficl.sf.net> authored on 2010/09/13 13:40
Use proper integer type.

2170663a – asau <asau@ficl.sf.net> authored on 2010/09/12 10:24
Use "0" and "1" as boolean values to avoid conversion.

bc93141f – asau <asau@ficl.sf.net> authored on 2010/09/12 10:19
Use CC, CFLAGS and CPPFLAGS per convention.

9883d3db – asau <asau@ficl.sf.net> authored on 2010/09/12 10:18
Use "uintmax_t" to allow 64-bit version.

1aacaf93 – asau <asau@ficl.sf.net> authored on 2010/09/12 10:16
Use "ficlInteger" instead of "int" to allow 64-bit version.

2b7be05b – asau <asau@ficl.sf.net> authored on 2010/09/12 10:14
Use intptr_t to allow 64-bit version.

1ff21379 – asau <asau@ficl.sf.net> authored on 2010/09/12 10:13
Ignore code in a canonical way.

a4f796ae – asau <asau@ficl.sf.net> authored on 2010/09/12 10:09
Use traditional booleans to silence warnings.

6c590f72 – asau <asau@ficl.sf.net> authored on 2010/09/12 10:07
Avoid potential problems with character classification.

4e98c124 – asau <asau@ficl.sf.net> authored on 2010/09/12 07:39
Avoid potential problems with nested comments.

b6f06cff – asau <asau@ficl.sf.net> authored on 2010/09/10 10:00
Turn warnings on.

a3fa8340 – asau <asau@ficl.sf.net> authored on 2010/09/10 08:31
Use 64-bit types on amd64.

3cfc038f – asau <asau@ficl.sf.net> authored on 2010/09/10 06:16
It should be "ficlInteger", otherwise "postpone" generates

c82d76eb – asau <asau@ficl.sf.net> authored on 2010/09/10 05:47
Pull in function prototypes.

baa937ce – asau <asau@ficl.sf.net> authored on 2010/09/10 05:45
Use "size_t" per function signature.

cc429dff – asau <asau@ficl.sf.net> authored on 2010/09/10 05:44
Make ficlInstruction type more consistent.

a3556a86 – asau <asau@ficl.sf.net> authored on 2010/09/10 05:35
Relax restrictions.

47efe023 – asau <asau@ficl.sf.net> authored on 2010/09/10 05:34
Use fixed width integer types.

7f9d4b6b – asau <asau@ficl.sf.net> authored on 2010/09/10 05:29
Pass flags to linker.

336be867 – asau <asau@ficl.sf.net> authored on 2010/09/10 05:20
Generalize Makefiles.

7b7fb2a9 – asau <asau@ficl.sf.net> authored on 2010/09/10 05:19
Don't truncate pointer, coerce it to intptr_t instead.

06fe3de8 – asau <asau@ficl.sf.net> authored on 2010/09/10 05:16
Use "ANSI C" as default platform.

dbd9a45f – asau <asau@ficl.sf.net> authored on 2010/09/10 04:39
Recognize all Unix-like systems rather than only Linux.

bd854a97 – asau <asau@ficl.sf.net> authored on 2010/09/10 04:38
Parametrize output file name.

2c963599 – asau <asau@ficl.sf.net> authored on 2010/09/10 04:36
Rewrite commands in BSD style to support CPPFLAGS,

1b8d2587 – asau <asau@ficl.sf.net> authored on 2010/09/10 04:01
Properly handle end of input stream.

9c5dc10c – asau <asau@ficl.sf.net> authored on 2010/09/10 03:59
Make type consistent with LZ compression subroutine.

9764ad3a – asau <asau@ficl.sf.net> authored on 2010/09/10 03:33
Remove relative paths from "#include" directives.

ff6fc29a – asau <asau@ficl.sf.net> authored on 2010/09/10 03:31
"getcwd" function is declared in "unistd.h"

976dc6c4 – asau <asau@ficl.sf.net> authored on 2010/08/12 09:03
Merging FICL 4.0.31.

9c2fa11a – asau <asau@ficl.sf.net> authored on 2010/08/12 08:57
Merging FICL 4.0.31.

7393a9a5 – asau <asau@ficl.sf.net> authored on 2010/08/12 08:49
Merging FICL 4.0.31.

893452df – asau <asau@ficl.sf.net> authored on 2010/08/12 08:40
Merging FICL 4.0.31.

33880546 – asau <asau@ficl.sf.net> authored on 2010/08/12 08:38
Merge FICL 4.0.31.

25cb3c9b – asau <asau@ficl.sf.net> authored on 2010/08/12 07:50
Import FICL version 4.0.31.

ec465f29 – asau <asau@ficl.sf.net> authored on 2010/08/12 07:50
*** empty log message ***

4e44bee3 – jsadler <jsadler@ficl.sf.net> authored on 2001/12/05 01:21
ficl302 - bug fixes in OO code.

e0e4c57d – jsadler <jsadler@ficl.sf.net> authored on 2001/11/20 14:33
Removed DOS eol sequences (sorry)

0a10ee45 – jsadler <jsadler@ficl.sf.net> authored on 2001/11/20 14:24
Doc update for 3.01 and later

c0daee44 – jsadler <jsadler@ficl.sf.net> authored on 2001/11/20 14:19
HTML Version of Forth Primer by JV Noble adapted for Ficl by John Sadler

4453c32e – jsadler <jsadler@ficl.sf.net> authored on 2001/11/11 13:58
Added files ficl_gloss and ficl_ans - with content removed from ficl.htlm

d8e02378 – jsadler <jsadler@ficl.sf.net> authored on 2001/11/08 10:36
doc bug fix

44dad66a – jsadler <jsadler@ficl.sf.net> authored on 2001/11/08 10:35
Win32 calls to _stat, _alloca, _fstat replaced with stat, alloca, fstat

d9e69e99 – jsadler <jsadler@ficl.sf.net> authored on 2001/11/08 10:33
fstat #define

6d7944e9 – jsadler <jsadler@ficl.sf.net> authored on 2001/11/08 10:33
Brought OBJECTs up to date

46fbdcae – jsadler <jsadler@ficl.sf.net> authored on 2001/11/08 10:32
Major rev fixed

21ff7128 – jsadler <jsadler@ficl.sf.net> authored on 2001/11/08 10:25
added #include <sys/types.h> for freebsd compatibility

02d8a041 – jsadler <jsadler@ficl.sf.net> authored on 2001/11/04 20:11
Corrected missing fileaccess.o on OBJS line

8950d909 – jsadler <jsadler@ficl.sf.net> authored on 2001/11/04 20:09
ficl release 3.01 fileset.

2c4ec570 – jsadler <jsadler@ficl.sf.net> authored on 2001/10/31 22:18
ficl 3.01

239cc967 – jsadler <jsadler@ficl.sf.net> authored on 2001/10/31 22:18
Ficl 3.01

f4528246 – jsadler <jsadler@ficl.sf.net> authored on 2001/07/29 16:12
*** empty log message ***

9bf1a4f7 – jsadler <jsadler@ficl.sf.net> authored on 2001/07/25 23:18
<>

6392a3ec – jsadler <jsadler@ficl.sf.net> authored on 2001/07/24 00:01
Linux/gcc tweaks, commented out vcall support in oo.fr. Added ooptest.fr to regression suite

7d5ecf64 – jsadler <jsadler@ficl.sf.net> authored on 2001/07/23 23:59
*** empty log message ***

625a1ba0 – jsadler <jsadler@ficl.sf.net> authored on 2001/07/19 09:43
Changed first line to perl shebang for use under unix/linux

0a10d538 – jsadler <jsadler@ficl.sf.net> authored on 2001/07/19 09:42
*** empty log message ***

979c8765 – jsadler <jsadler@ficl.sf.net> authored on 2001/07/16 09:21
<>

0618ba4a – jsadler <jsadler@ficl.sf.net> authored on 2001/06/12 03:24
pSys parameter adds

bd3b99f3 – jsadler <jsadler@ficl.sf.net> authored on 2001/05/17 08:57
<>

4a4283d5 – jsadler <jsadler@ficl.sf.net> authored on 2001/05/17 08:57
*** empty log message ***

3975ad15 – jsadler <jsadler@ficl.sf.net> authored on 2001/05/17 08:51
Bug fixes in ALLOT, ficlwin debugger, HERE

1e19b99e – jsadler <jsadler@ficl.sf.net> authored on 2001/05/16 09:56
bug fixes and debugger extensions

38a9f000 – jsadler <jsadler@ficl.sf.net> authored on 2001/05/13 00:37
<>

f84ec55e – jsadler <jsadler@ficl.sf.net> authored on 2001/05/12 23:59
<>

65f3c11a – jsadler <jsadler@ficl.sf.net> authored on 2001/05/10 09:47
license -> bsd; debugger enhancements; BASE bug fix; debugger works in ficlwin;

Next