peter
9be4aa216f
* don't check messagefile for numbers, this allows the usage of
...
1.1 msgfiles with a 1.0.x compiler
2001-03-10 13:19:10 +00:00
peter
e61d1f0ad1
* test arguments patch from Sergey applied.
2001-03-10 12:58:08 +00:00
peter
927bfc6842
* new bug
2001-03-10 12:56:57 +00:00
Tomas Hajny
64ce474b06
* correction for Unix
2001-03-10 10:05:08 +00:00
Tomas Hajny
c83475a6ca
* FExpand without IOResult change, remaining direct asm removed
2001-03-10 09:57:51 +00:00
michael
d1d1c8b0b2
+ Added tstringstream example (merged)
2001-03-08 19:41:53 +00:00
michael
d678b3f0fe
+ Merged fixes
2001-03-08 19:39:25 +00:00
michael
51ae30babb
+ Merged changes, fixed stringstream
2001-03-08 19:38:32 +00:00
michael
88e2b5e2e1
+ Merged changes from fixbranch
2001-03-08 19:37:12 +00:00
michael
7a3c837c33
Fixes merged
2001-03-08 19:32:22 +00:00
Jonas Maebe
044e307ab3
* fixed web bug #1430
2001-03-08 17:44:47 +00:00
peter
aab27143a3
* patch from Pavel with a new and much faster DLL Scanner for
...
automatic importing so $linklib works for DLLs. Thanks Pavel!
2001-03-06 18:28:02 +00:00
peter
e49f13a393
* press enter moved to errore.msg
2001-03-05 21:50:28 +00:00
peter
21fc432ada
* noag386bin fix
2001-03-05 21:49:44 +00:00
peter
66aa8ba662
* small diffs from Sergey applied
2001-03-05 21:44:16 +00:00
peter
bba2be8243
* more things for tcoffobjectinput
2001-03-05 21:40:38 +00:00
peter
668e90ef91
* fixed tdynamicarray.readstream
2001-03-05 21:40:01 +00:00
peter
1b1f938c43
* changed to class with common TAssembler also for internal assembler
2001-03-05 21:39:11 +00:00
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
peter
2f2e0fd80c
* RC added
2001-03-04 12:36:57 +00:00
Jonas Maebe
ff333ffa1b
* fixed 'qword mod/div pos_const' to have qword result
2001-03-04 10:38:55 +00:00
Jonas Maebe
2e3ba14936
* new rangecheck code now handles conversion between signed and cardinal types correctly
2001-03-04 10:26:56 +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
4530233a92
+ support for arraydefs in is_signed (for their rangetype, used in rangechecks)
2001-03-03 12:38:33 +00:00
Jonas Maebe
d6116bc751
* fixed low() for signed types < 64bit
2001-03-03 12:38:08 +00:00
Jonas Maebe
b7970bf7a4
+ new, complete implementation of move procedure (including support for
...
overlapping regions)
2001-03-02 13:24:10 +00:00
michael
6874cceff4
+ Merged from fixbranch
2001-03-02 11:54:02 +00:00
Tomas Hajny
e026980eff
* a.out deleted upon successful binding
2001-02-27 19:40:05 +00:00
Jonas Maebe
fafddb2725
* fixed web bug #1345 (merged)
2001-02-27 15:46:48 +00:00
peter
684970ea22
* merged generic m68k updates from fixes branch
2001-02-26 19:44:52 +00:00
peter
d4f3485e7c
* added %FAIL
2001-02-26 19:44:42 +00:00
peter
8e0b1c84d2
* moved target units to subdir
2001-02-26 19:43:11 +00:00
Jonas Maebe
156b4aa55f
+ initial version from Peter
2001-02-26 12:50:23 +00:00
Jonas Maebe
c7af813c76
* fixed bug in type checking for compatibility of set elements (merged)
...
* released fix in options.pas from Carl also for FPC (merged)
2001-02-26 12:47:46 +00:00
michael
71e170f80f
* option_help_pages:
...
allow to omit an option (use one space char insteed an option)
but to indent a continuation line as if option is present. For lines:
3*2CX_first line
3*2 _second line
3*2*_third line
we could get:
-CX first line
second line
third line
2001-02-26 08:08:39 +00:00
michael
0a8415f483
* bug correction: pipes must be closed by pclose (not close);
...
There was too many not closed processes under Linux before patch.
Test this by making a compiler under Linux with command
OPT="-P" make
and check a list of processes in another shell with
ps -xa
2001-02-26 08:08:16 +00:00
michael
c6f78731ed
Support replacements for all -F<x> options
2001-02-26 07:49:50 +00:00
Tomas Hajny
443374521c
* correction of a previously introduced bug
2001-02-26 04:57:38 +00:00
peter
3c54458903
* regenerated
2001-02-24 10:46:41 +00:00
peter
8f2aaed119
* generate .rst from ppufilename instead of modulename
2001-02-24 10:44:55 +00:00
peter
145726f533
* another fix for internal variable checking
2001-02-24 10:44:33 +00:00
michael
be33e69df4
+ Fixed sorting of stringslist
2001-02-23 22:24:08 +00:00
Jonas Maebe
3e4f02f165
* optimized strcopy/strecopy
2001-02-23 14:05:33 +00:00