peter
|
73b85611a9
|
+ cpuid,emms support for asm readers
|
1998-11-13 10:13:44 +00:00 |
|
peter
|
d9642d577b
|
* constant fixes
|
1998-11-13 10:12:11 +00:00 |
|
peter
|
c42ce9d1d0
|
* ATT reader
|
1998-11-13 10:10:54 +00:00 |
|
michael
|
aae1ef46ae
|
+ Restored old version
|
1998-11-13 09:40:16 +00:00 |
|
peter
|
551046a9cd
|
* fixed tstringlist.setcapacity for growing
|
1998-11-12 23:43:44 +00:00 |
|
florian
|
70261b4c01
|
* functions with ansi strings as result didn't work, solved
|
1998-11-12 16:43:32 +00:00 |
|
pierre
|
364132b0bb
|
* fix for bug0176 and bug0177
|
1998-11-12 12:55:16 +00:00 |
|
peter
|
9c5cf4f161
|
* fixed for 0.99.8
|
1998-11-12 11:54:50 +00:00 |
|
peter
|
3acf610a1d
|
+ released object registration
|
1998-11-12 11:45:09 +00:00 |
|
peter
|
057e2e3891
|
+ pascal type aliases
|
1998-11-12 11:41:05 +00:00 |
|
peter
|
c28675acab
|
* fix for empty .o files and linking of libs
|
1998-11-12 11:34:58 +00:00 |
|
peter
|
b3618cd063
|
+ 176,177
|
1998-11-12 11:34:23 +00:00 |
|
pierre
|
920691ac0a
|
* fix for first line of function break
|
1998-11-12 11:19:30 +00:00 |
|
pierre
|
5baf8a6609
|
+ break main stops before calls to unit inits
+ break at constructors stops before call to FPC_NEW_CLASS
or FPC_HELP_CONSTRUCTOR
|
1998-11-12 09:46:17 +00:00 |
|
michael
|
94812a78c1
|
* Fixed syntax error
|
1998-11-12 09:00:26 +00:00 |
|
Jonas Maebe
|
4903941d45
|
* lower optimization levels disable higher optimization level features
* check if there actually is a character after -Op before comparing it with a number
|
1998-11-11 20:11:39 +00:00 |
|
peter
|
c368ac358d
|
* fixes to build correct again
|
1998-11-10 17:56:48 +00:00 |
|
peter
|
c49f4590fd
|
* removed warning
|
1998-11-10 17:54:56 +00:00 |
|
peter
|
a3d398082e
|
* fixed const string
|
1998-11-10 17:53:06 +00:00 |
|
peter
|
64e6eabcbb
|
+ initial version
|
1998-11-10 16:16:04 +00:00 |
|
peter
|
2e5018c91d
|
+ initial versions
|
1998-11-10 16:14:30 +00:00 |
|
peter
|
2ce832e18e
|
* fixed const pchar
|
1998-11-10 16:10:47 +00:00 |
|
peter
|
324906ecb7
|
+ PREFIXINSTALLDIR to allow /usr/local and pwd/debian/tmp
|
1998-11-10 15:06:25 +00:00 |
|
peter
|
0129be9812
|
* fixed GetXY at startup
|
1998-11-10 15:01:01 +00:00 |
|
peter
|
9eb8ad1648
|
* renamed rename -> FRename
|
1998-11-10 14:57:53 +00:00 |
|
pierre
|
85bc486eb2
|
* problem of write(pchar)
|
1998-11-10 11:34:53 +00:00 |
|
pierre
|
636ad3ddee
|
* more tests
|
1998-11-10 11:13:06 +00:00 |
|
pierre
|
4323a303a3
|
* temporary fix for long mangled procsym names
|
1998-11-10 10:50:57 +00:00 |
|
peter
|
0353e61e9b
|
* va_list -> array of const
|
1998-11-10 10:09:08 +00:00 |
|
Jonas Maebe
|
2b9d08c912
|
* fixed comments from last commit (apparently there's still a 255 char limit :( )
|
1998-11-09 19:40:46 +00:00 |
|
Jonas Maebe
|
d8c11fa743
|
* changed specific bugfix (which was actually wrong implemented, but did the
right thing in most cases nevertheless) to general bugfix
* fixed bug that caused
mov (ebp), edx mov (ebp), edx
mov (edx), edx
|
1998-11-09 19:33:39 +00:00 |
|
peter
|
20188aa991
|
+ va_list for printf support
|
1998-11-09 11:44:33 +00:00 |
|
michael
|
0d5d65e6bb
|
+ Bugfix in setcapacity, sizes were wrong
|
1998-11-09 10:07:24 +00:00 |
|
peter
|
c461a33f8a
|
* fixed ansicompare which returns signed
|
1998-11-07 12:49:30 +00:00 |
|
pierre
|
00f7988d1d
|
* double initialization code calling bug fixed
|
1998-11-06 09:48:14 +00:00 |
|
pierre
|
66ee4baa3d
|
* problem of const with ansi fixed
|
1998-11-06 09:47:29 +00:00 |
|
pierre
|
3539ab25da
|
* assemble failure increments status errorcount again !!
|
1998-11-06 09:46:46 +00:00 |
|
pierre
|
6e816712fc
|
* bug on errors (file used after dispose !) fixed
|
1998-11-06 09:45:40 +00:00 |
|
pierre
|
47f406fc04
|
* size is now also checked
+ added halt_on_error variable (default true)
to stop at first error in getmem/freemem
|
1998-11-06 08:46:01 +00:00 |
|
peter
|
d84489d9b7
|
* recordtype.field support in constant expressions
* fixed imul for oa_imm8 which was not allowed
* fixed reading of local typed constants
* fixed comment reading which is not any longer a separator
|
1998-11-05 23:48:17 +00:00 |
|
peter
|
dedaf4db95
|
* fixed assembler directive and then not an ASM statement
|
1998-11-05 23:43:24 +00:00 |
|
pierre
|
00a36623a8
|
* fix for const strings
|
1998-11-05 23:40:45 +00:00 |
|
peter
|
7d2232f3b2
|
+ typedconst.getsize
|
1998-11-05 23:39:31 +00:00 |
|
peter
|
babc359c3f
|
* don't dispose staticsymtable (caused crash under tp7 after a fatal
error)
|
1998-11-05 23:34:36 +00:00 |
|
peter
|
e4079a6ce7
|
* fixed some bugs
|
1998-11-05 23:24:40 +00:00 |
|
pierre
|
bddaa79d02
|
* fix for missing zero after string const
|
1998-11-05 15:26:38 +00:00 |
|
peter
|
85b80b7aef
|
* fixed unknown set operation msg
|
1998-11-05 14:28:12 +00:00 |
|
peter
|
37732325f3
|
* fixed variant warning with was sometimes said with sets
|
1998-11-05 14:26:47 +00:00 |
|
peter
|
82aa9f9b00
|
* fixed shlshr which would push ecx when not needed
|
1998-11-05 14:26:01 +00:00 |
|
peter
|
5d8f909e4e
|
* findfirst fix from the mailinglist
|
1998-11-05 14:24:08 +00:00 |
|