Commit Graph

7127 Commits

Author SHA1 Message Date
Jonas Maebe
3b4a3a2cee * several FPU instructions weren't marked as reading operand one (like
FADD and FSUB)
2000-07-26 12:25:33 +00:00
Jonas Maebe
a663745429 * fixed missing comment openers for log section 2000-07-25 11:27:34 +00:00
sg
63e6473af4 * Fixed some small bugs
- some methods where 'virtual' instead of 'override' in dom.pp
  - corrections regaring wether NodeName or NodeValue is used, for
    some node types (Entity, EntityReference)
2000-07-25 09:20:08 +00:00
sg
971e318cf0 * Fixed some DFM parser bugs 2000-07-22 14:55:56 +00:00
sg
6f6c4f720a * Resolved CVS conflicts for TObject.MethodAddress patch 2000-07-22 14:52:01 +00:00
Jonas Maebe
6d16f22c21 * added missing "open comment braces" for the log section 2000-07-22 12:27:48 +00:00
Jonas Maebe
7c914c429f * merged dossearchrec2searchrec() fix from fixes branch 2000-07-22 12:24:55 +00:00
sg
069a3ae31d * Added WideChar support to inlined 'ord' function 2000-07-22 11:53:26 +00:00
Jonas Maebe
ce46621762 * daopt386: changes to getnextinstruction/getlastinstruction so they
ignore labels who have is_addr set
  + daopt386/csopt386: remove loads of registers which are overwritten
     before their contents are used (especially usefull for removing superfluous
    maybe_loadesi outputs and push/pops transformed by below optimization
  + popt386: transform pop/pop/pop/.../push/push/push to sequences of
    'movl x(%esp),%reg' (only active when compiling a go32v2 compiler
    currently because I don't know whether it's safe to do this under Win32/
    Linux (because of problems we had when using esp as frame pointer on
    those os'es)
2000-07-21 15:19:54 +00:00
Jonas Maebe
67ac676004 + added is_addr field for labels, if they are only used for getting the address
(e.g. for io checks) and corresponding getaddrlabel() procedure
2000-07-21 15:14:01 +00:00
florian
a18407c46a + added for lfn support 2000-07-21 10:43:01 +00:00
Jonas Maebe
3da775621a * merged from fixes branch 2000-07-21 09:29:43 +00:00
Jonas Maebe
3919baefe8 * merged from fixes branch 2000-07-21 09:23:47 +00:00
florian
014b4638b7 * small typo fixed 2000-07-20 18:06:09 +00:00
florian
4d5f0c2331 + in_typeinfo_x added 2000-07-19 20:03:19 +00:00
florian
459122a541 * Initial revision 2000-07-19 19:52:18 +00:00
sg
0e21611d5d * Fixed GetEnumValue (bug #1049, reported by Neil Graham) 2000-07-17 08:37:58 +00:00
Jonas Maebe
25d36d7547 * fixed wrongly matched comment pair for log section 2000-07-16 07:08:22 +00:00
michael
d63d102d25 * Back to external assembler till peter fixes gdb 2000-07-14 21:29:38 +00:00
michael
a80cdd34f7 + Fixed out parameter 2000-07-14 19:47:36 +00:00
michael
b08492146a + Fixed log 2000-07-14 10:57:52 +00:00
michael
586c4cea50 + Conditionals fixed 2000-07-14 10:33:09 +00:00
michael
bb76ee7099 + 2000-07-14 10:30:58 +00:00
michael
15485e3d53 + Moved from base 2000-07-14 10:09:29 +00:00
michael
eee62f408c + Moved makefiles to top level dir and scripts to install 2000-07-14 10:07:39 +00:00
michael
e0f911fc0a + Moved from base to here 2000-07-14 10:06:08 +00:00
michael
f071db2cdf + Forgot int64 2000-07-14 09:31:37 +00:00
michael
94c3bea4eb + Fixed log better 2000-07-14 06:57:57 +00:00
michael
0c0a1b147f + Fixed log 2000-07-14 06:57:11 +00:00
michael
1d541f4095 + Adapted wordversion 2000-07-14 05:14:10 +00:00
michael
2949824a69 + Patch to 1.1 2000-07-14 05:11:48 +00:00
michael
665c1f6410 + patched to 1.1.0 with former 1.09patch from peter 2000-07-13 12:08:24 +00:00
michael
650fbb86aa + removed logs 2000-07-13 11:32:24 +00:00
michael
b272ae1344 + Initial import 2000-07-13 10:16:21 +00:00
michael
aad6d9f198 + Initial import 2000-07-13 09:45:12 +00:00
michael
1ad0bff913 + Initial import 2000-07-13 09:21:51 +00:00
michael
600e77d024 + Initial import 2000-07-13 09:10:03 +00:00
michael
e7aca136a1 + Initial import 2000-07-13 06:29:38 +00:00
michael
29041abcb4 + no more _ in texts and secnumdepth=1 2000-07-12 08:09:49 +00:00
michael
96fac301a5 + Update to work with new latex2html versions 2000-07-12 07:56:57 +00:00
michael
b84675bb21 + Now installs also utility binaries 2000-07-11 19:10:46 +00:00
peter
048b6fa475 * fixes for latex2html 0.99b2 2000-07-11 18:07:26 +00:00
peter
7320410b6b * updated with new release instructions 2000-07-11 18:06:41 +00:00
pierre
4ba6e9b06e * get it to compile with AS v 2.10 2000-07-11 09:37:55 +00:00
michael
260042d09f + Fixed Font handling 2000-07-11 08:51:05 +00:00
pierre
a1c21be436 * avoid smartlinking 2000-07-11 08:12:18 +00:00
michael
4d006e2dcb + Corrected example 2000-07-11 06:19:27 +00:00
michael
4fb6b31739 + Fixed mode for some examples 2000-07-11 06:17:25 +00:00
michael
595ec4888a + Fixed example 2000-07-11 06:15:25 +00:00
michael
e9085e3e60 + Fixed mode 2000-07-11 06:13:30 +00:00