Jonas Maebe
|
3eb9c758fb
|
* changed typecast in FPC_STR_TO_CHARARRAY so that no temp ansistring is
generated anymore (merged)
|
2001-03-05 17:10:40 +00:00 |
|
Jonas Maebe
|
ab2ea0a472
|
* moved implementations of strlen and strpas to separate include files
(they were duplicated in i386.inc and strings.inc/stringss.inc)
* strpas supports 'nil' pchars again (returns an empty string)
(both merged)
|
2001-03-05 17:10:04 +00:00 |
|
Jonas Maebe
|
18de59f50c
|
* fixed all implementations of strpas
|
2001-03-04 17:31:34 +00:00 |
|
Jonas Maebe
|
8efd8814cf
|
* fixed strpas (was limited to 254 chars) and made it overall slightly faster
|
2001-03-04 12:42:18 +00:00 |
|
Jonas Maebe
|
02591a89d9
|
* changed 'bdnzeq cr0' to 'bdnzt cr0*4+eq'
|
2001-03-03 13:54:26 +00:00 |
|
Jonas Maebe
|
33bd4a1769
|
* fixed small bug in move
|
2001-03-03 13:53:36 +00:00 |
|
Jonas Maebe
|
af38291233
|
* simplified and optimized range checking code, FPC_BOUNDCHECK is no longer necessary
|
2001-03-03 12:41:22 +00:00 |
|
Jonas Maebe
|
bf5d803a93
|
* fixed qword_str for values with bit 63 = 1
|
2001-03-03 12:39:09 +00:00 |
|
Jonas Maebe
|
e72e5a0cfa
|
* made val for longints a bit faster
|
2001-03-03 12:38:53 +00:00 |
|
Jonas Maebe
|
b7970bf7a4
|
+ new, complete implementation of move procedure (including support for
overlapping regions)
|
2001-03-02 13:24:10 +00:00 |
|
Jonas Maebe
|
fafddb2725
|
* fixed web bug #1345 (merged)
|
2001-02-27 15:46:48 +00:00 |
|
peter
|
3c54458903
|
* regenerated
|
2001-02-24 10:46:41 +00:00 |
|
Jonas Maebe
|
3e4f02f165
|
* optimized strcopy/strecopy
|
2001-02-23 14:05:33 +00:00 |
|
peter
|
3c2db9436f
|
* regenerated
|
2001-02-22 21:15:03 +00:00 |
|
Tomas Hajny
|
18a6af4e62
|
* GetEnvironmentVariable now really merged
|
2001-02-21 21:23:38 +00:00 |
|
peter
|
736a92a945
|
* always test before commiting after merging, linux -> unix change
|
2001-02-20 22:19:38 +00:00 |
|
peter
|
b19d318380
|
* new file
|
2001-02-20 22:14:39 +00:00 |
|
peter
|
36e5967c3b
|
* merged getenvironmentvariable
|
2001-02-20 22:14:19 +00:00 |
|
peter
|
e32556ca16
|
* regenerated for cygwin32 support
|
2001-02-20 21:59:59 +00:00 |
|
peter
|
bcbb21839d
|
* chdir,mkdir,rmdir with empty string fixed
|
2001-02-20 21:31:12 +00:00 |
|
Jonas Maebe
|
39af441ec6
|
* fixed bug in strscan (returned nil instead of strend for #0) and made it 40% faster
|
2001-02-17 11:34:00 +00:00 |
|
sg
|
f43d55181a
|
* Fixed SetOrdProp for class instance properties (merged from fixbranch)
|
2001-02-15 22:40:22 +00:00 |
|
sg
|
2a992cc477
|
* Merged Pierre's fix for my problem with heaptrace unit (by setting EBP
to zero before calling PASCALMAIN)
|
2001-02-14 22:36:21 +00:00 |
|
peter
|
d03c26640b
|
* readded removed readport* from implementation
|
2001-02-11 18:55:07 +00:00 |
|
peter
|
987b7584bd
|
* linux unit is build for bootstrapping
|
2001-02-11 18:53:22 +00:00 |
|
Jonas Maebe
|
42a96ecb23
|
* implemented several more procedures
|
2001-02-11 17:59:46 +00:00 |
|
Jonas Maebe
|
d1844eb8b7
|
* fixed bug in strscan
|
2001-02-11 17:59:14 +00:00 |
|
Jonas Maebe
|
c009c3782a
|
* updated info
|
2001-02-11 12:17:21 +00:00 |
|
Jonas Maebe
|
912d568353
|
* some small optimizations and bugfixes
|
2001-02-11 12:15:03 +00:00 |
|
Jonas Maebe
|
0d3225e9ee
|
* initial implementation: everything implemented, nothing tested
|
2001-02-10 16:10:32 +00:00 |
|
Jonas Maebe
|
91b18ba05b
|
+ implemented all missing routines and changed reg allocation to follow ABI
|
2001-02-10 16:09:43 +00:00 |
|
Jonas Maebe
|
e717dd80f5
|
* fixed non-working alignment code
|
2001-02-10 16:08:46 +00:00 |
|
Jonas Maebe
|
f4ec8b8b12
|
* fixed some bugs, simplified/optimized already implemented routines and code some more
|
2001-02-10 12:28:22 +00:00 |
|
peter
|
d479e3f071
|
* fixed bugs 1398,1399,1400
|
2001-02-09 23:08:31 +00:00 |
|
peter
|
575329b520
|
* fixed target.rsts
|
2001-02-05 20:52:02 +00:00 |
|
Tomas Hajny
|
f22b036c55
|
* direct asm removing
|
2001-02-04 01:57:52 +00:00 |
|
Tomas Hajny
|
0e935e390c
|
* callspec removed
|
2001-02-04 01:56:00 +00:00 |
|
Tomas Hajny
|
49f0b95bd5
|
* one more correction (not crucial)
|
2001-02-04 01:55:05 +00:00 |
|
Tomas Hajny
|
8595db93c1
|
* HandleError instead of RunError
|
2001-02-04 01:53:58 +00:00 |
|
peter
|
3dad8c73a5
|
* regenerated
|
2001-02-02 22:41:11 +00:00 |
|
peter
|
d8018e1f87
|
* merged fix for bug #1375
|
2001-02-02 20:53:18 +00:00 |
|
peter
|
99a018c6ec
|
* removed callspec
|
2001-02-02 19:55:58 +00:00 |
|
peter
|
d65ec7ac1c
|
* default.fpcdir is back
* subdir requirement checking works, but not very optimal yet as
it can load the same Makefile.fpc multiple times
|
2001-02-01 22:00:03 +00:00 |
|
Tomas Hajny
|
c18204e14a
|
* OS/2 correction (syslinux x sysos2)
|
2001-02-01 21:42:48 +00:00 |
|
Tomas Hajny
|
604563d9a6
|
* correction of a previously introduced bug
|
2001-02-01 21:35:36 +00:00 |
|
Tomas Hajny
|
ce36dc07ec
|
* MT support completion
|
2001-02-01 21:30:01 +00:00 |
|
peter
|
144161708e
|
* regenarated
|
2001-01-30 21:56:49 +00:00 |
|
peter
|
53ed82759a
|
* regenarated
|
2001-01-30 20:41:19 +00:00 |
|
peter
|
2847f1e5d4
|
* moved to FV
|
2001-01-29 21:56:39 +00:00 |
|
peter
|
d9b97cc5bf
|
* New FPCMake update
|
2001-01-29 21:52:17 +00:00 |
|