Commit Graph

15186 Commits

Author SHA1 Message Date
michael
42a38ae677 + Initial implementation of runerrors string support 2003-11-26 20:12:39 +00:00
michael
0271650b3a + New runerror 231 (exception stack error) and 232 (nothread support) 2003-11-26 20:12:08 +00:00
michael
4b2084fb50 + New threadmanager implementation 2003-11-26 20:10:59 +00:00
florian
058d480f40 * error handling for Variants improved 2003-11-26 20:00:19 +00:00
michael
224a670b4a + Patch to prefer getpropinfo(ptypeinfo,name) over getpropinfo(tobject,name) when called with getpropinfo(aclass.classinfo) from Peter 2003-11-26 15:11:42 +00:00
michael
133701734b + Applied patch from peter to support ansistrings in array constructors 2003-11-26 14:25:26 +00:00
florian
a70d8c861e no message 2003-11-25 16:29:16 +00:00
marco
694319b843 * somebody added fields to socketsh.inc that were already under ifdef bsd 2003-11-25 15:13:28 +00:00
michael
0efaf5e5c6 + Redefined Fileopen so it corresponds to ascdef.inc definition 2003-11-24 23:08:37 +00:00
michael
18c394efa8 + Fix for bug #2476 2003-11-24 23:00:56 +00:00
michael
07861bbe2b + set maxsymbolsize to 255 2003-11-24 22:39:25 +00:00
michael
466a05bbf3 + Bugfix for bug #2741 2003-11-24 22:27:25 +00:00
michael
96f31b62a0 + Patch from Johannes Berg for bug #2699 2003-11-24 21:58:27 +00:00
michael
8373e40e10 + Patch from Johannes Berg for bug #2759 2003-11-24 21:57:43 +00:00
florian
4584775cbe * changed some types to prevend range check errors 2003-11-24 15:17:37 +00:00
Jonas Maebe
6623aaf098 * fixed is_condreg
* fixed branch condition parsing in assembler reader
2003-11-23 20:00:39 +00:00
florian
3f1b80bfaa + skeleton for bXX crX,<label> 2003-11-23 18:32:42 +00:00
peter
f4cffd4358 * removed obsolete nf_cargs flag 2003-11-23 17:39:33 +00:00
peter
474e1578a3 * don't release exceptsymtable for copied nodes 2003-11-23 17:39:16 +00:00
peter
d765fe0c40 * mark nodes that are copies 2003-11-23 17:38:48 +00:00
Jonas Maebe
805df8c05f * fixed some label names 2003-11-23 17:34:27 +00:00
Jonas Maebe
9b38228c7e * fixed uninitialised var 2003-11-23 17:33:24 +00:00
peter
621f992afa * fixed memleak with derefdata 2003-11-23 17:23:49 +00:00
peter
51384ca53c * register calling is left-right
* parameter ordering
  * left-right calling inserts result parameter last
2003-11-23 17:05:15 +00:00
peter
ba3f7813de * fixed parentfp loading, it was using the offset of the current
nested proc instead of the parent
2003-11-23 17:03:35 +00:00
peter
c0c33961bf * use oldfpccall 2003-11-23 17:03:05 +00:00
peter
23ae4449ec * register calling updates 2003-11-23 16:50:49 +00:00
yuri
0646b94499 * Now native 2003-11-23 15:50:07 +00:00
michael
b00f51317f + Added IPV6 patch from Johannes Berg 2003-11-23 11:00:07 +00:00
michael
20c89903ec + Changed mode to output for file sockets 2003-11-23 10:57:15 +00:00
yuri
3e874e373e * native heap 2003-11-23 07:21:16 +00:00
michael
3ef04b51da + IPV6 test program by Johannes Berg 2003-11-22 23:18:56 +00:00
michael
1cecd38bca Patch for ipv6 and CNAME record support from Johannes Berg 2003-11-22 23:17:50 +00:00
marco
8f31a9a9c8 * johill changed his mind 2003-11-22 21:58:09 +00:00
marco
c29abe12db * johill patch applied 2003-11-22 17:18:53 +00:00
marco
c1ffa1e9a5 * .rst for dateutils fixed 2003-11-22 17:15:13 +00:00
michael
025b37199b + Added several constants 2003-11-22 16:28:56 +00:00
michael
3e33c1a5ab + Small optimization in comparemem 2003-11-22 16:17:26 +00:00
michael
cae0e667de + Patched CompareMem for case when length is 0 2003-11-22 15:46:48 +00:00
Jonas Maebe
9ea689fc74 * added fail 2003-11-22 13:15:09 +00:00
Jonas Maebe
ac5eaeb144 - disable the optimizer if compiling with 1.0, because it has a code
generator (not optimizer) bug that causes crashes in the 1.1
    optimizer
2003-11-22 13:11:10 +00:00
Jonas Maebe
7128b3fdd2 * fixed double unit usage 2003-11-22 13:10:32 +00:00
sg
68c4c570c3 * Fixed Marco's fix to make the pipes unit compiling in both branches again 2003-11-22 12:47:07 +00:00
Jonas Maebe
f35267db01 + test for double usage of units 2003-11-22 12:35:12 +00:00
sg
52d3dcf9f9 * Added support for source line number information 2003-11-22 12:14:14 +00:00
sg
b89a9cd777 * Parse tree elements now can store a line number and source file for the
position of their declaration
2003-11-22 12:12:38 +00:00
sg
070b91d89d * Just a small adaption to chages in HTTP unit 2003-11-22 12:10:27 +00:00
sg
13c1ab4706 * Better error reporting with line numbers
* Array properties: The size property now can just match the name of the
  array property as well; so it now also works without a plural "s" after
  the base name
* Added support for TDateTime parameters and results
2003-11-22 12:08:32 +00:00
sg
830f7f5f0b * Adaptions to new version of HTTP unit: All server functionality now is
in this unit, and not http.pp anymore
2003-11-22 12:01:18 +00:00
sg
838f4bb927 * Many many changes to prepare a shift to using the servlet classes for
HTTP servers; this unit will then contain basic HTTP definitions and a
  client-only class
2003-11-22 11:59:19 +00:00