7a1a7745ebFixed the address
cuz
2003-02-01 12:38:43 +00:00
581c12ce40Move _heap.h to the compiler include dir. Create heap.inc and use that from the assembler code. Rename heap related _h... variables to _heap... Add _heapmaxavail and _heapmemavail functions.
cuz
2003-02-01 12:22:09 +00:00
8012074ea0Renamed _hadd to _heapadd
cuz
2003-02-01 10:20:35 +00:00
703447dd26Locals with a qualifier and implicit int type where not parsed correctly
cuz
2003-01-28 16:28:41 +00:00
6e6560abd9Fixed the last fix. Sigh:-(
cuz
2003-01-20 21:02:57 +00:00
4ca598de3aFixed the last fix. Sigh:-(
cuz
2003-01-20 20:53:42 +00:00
638f54f3e4The check for illegal storage classes on globals was wrong
cuz
2003-01-20 06:02:33 +00:00
66f6093ae2Fixed last fix
cuz
2003-01-20 05:56:48 +00:00
b6c4ff2e01Fixed problems that occured on input files with missing LF at end of file.
cuz
2003-01-19 12:04:33 +00:00
22b4faabb2Add chdir, make rmdir __fastcall__
cuz
2003-01-19 11:28:59 +00:00
80a5fe182aKeep unknown flag bits, restore known flags on exit
cuz
2003-01-15 17:19:12 +00:00
2cb06ddf8esample programs updated for new GEOS exit/return/MainLoop policy
izydorst
2003-01-10 21:09:13 +00:00
c094dc65c1GEOS no longer requires explicit exit() call, now explicit MainLoop() is required
izydorst
2003-01-10 20:57:46 +00:00
1b44423614Added a creat macro
cuz
2003-01-09 12:00:51 +00:00
fb81235769Fix comments and remove whitespace from __asm__ macros
cuz
2003-01-09 11:34:23 +00:00
400672756bUse new names for flags
cuz
2003-01-09 11:23:32 +00:00
0293cc4bc0Fixed a problem with line continuations and -T
cuz
2003-01-07 21:45:20 +00:00
0c50092c3eadded closeallfiles: close all files at program exit
cpg
2003-01-05 23:36:16 +00:00
d25ea2001badded some comments; new ft_flag bit #4: fd was opened by program
cpg
2003-01-05 23:33:38 +00:00
b45445d047added some comments
cpg
2003-01-05 23:30:44 +00:00
efc905a39eType of LOWCODE was wrong. Cleanup.
cuz
2003-01-05 21:08:58 +00:00
4d892a7993Fixed a bug
cuz
2003-01-05 21:04:40 +00:00
d4b73bc0efFixed several uses of memory after free()
cuz
2003-01-05 19:03:48 +00:00
abcc981253Move the Debug flag into a new module "debugflag" in the common directory. Remove the const qualifier from the argument of xfree().
cuz
2003-01-04 16:59:51 +00:00
b22030dbc7DONE must set an error code
izydorst
2003-01-03 12:56:38 +00:00
5f5bfa8751DONE must set an error code
cuz
2003-01-03 08:03:53 +00:00