florian
889ca6ea25
* publishing of qword, int64 and widechar properties is now possible
2001-11-18 18:27:57 +00:00
florian
f6d0c598bf
* small fixes to test really the int64 stuff
2001-11-18 18:27:15 +00:00
florian
cee59f5e0d
* handling of ansi- and widestring results improved
2001-11-18 00:00:34 +00:00
florian
67f6ce5348
* code of ansitr_concat improved
2001-11-17 23:58:12 +00:00
florian
5050f1ff66
* init and final code in genrtti.inc updated
2001-11-17 16:56:08 +00:00
florian
92b842342c
* make cycle for win32 fixed
2001-11-17 10:29:48 +00:00
Jonas Maebe
1b89398cec
* optimized fpc_val_sint_shortstr
2001-11-16 15:09:47 +00:00
carl
984f581ef7
- remove stack configuration , now in online knowledge base instead
2001-11-16 04:40:23 +00:00
carl
a2b7642d70
+ updated \fpcversion to 1.0.6
2001-11-16 04:37:24 +00:00
michael
a62da4ea8f
+ Real/Boolean support added, Start of string support
2001-11-15 22:33:14 +00:00
Tomas Hajny
09c8fc2184
* Target_Mode corrected back to OS_Mode
2001-11-15 20:48:43 +00:00
Tomas Hajny
7472987e06
* DefaultTextLineBreakStyle misplacing corrected
2001-11-15 18:49:43 +00:00
pierre
066d198d33
+ save ansi dump as text is filename suffix is '.txt'
2001-11-15 13:30:14 +00:00
florian
a931861ce1
* qword div qword for i386 improved
2001-11-15 00:07:42 +00:00
pierre
531c307306
* fix bug #1680 for go32v2 and hopefully for linux
2001-11-14 23:55:38 +00:00
michael
7ff42a13ab
+ Added variants unit
2001-11-14 23:03:09 +00:00
michael
d703757d27
+ First working variant support
2001-11-14 23:00:16 +00:00
michael
2a27de0fb0
+ Initial variant support
2001-11-14 22:59:11 +00:00
florian
9f9c1700b0
* variant paramter passing and functions results fixed
2001-11-14 01:12:44 +00:00
michael
86928e622d
+ Added initialization code
2001-11-13 21:41:55 +00:00
carl
4807e6fdf7
* Range check error fix
2001-11-13 01:58:34 +00:00
marco
0efccccf3b
* Gameunit, Fpctris and samegame fixed for win32 GUI
2001-11-11 21:09:49 +00:00
michael
36e2cf45d2
+ Initial implementation of many functions
2001-11-10 16:36:49 +00:00
pierre
d734d815ed
* change target menu name if target changed to become debug-able
2001-11-10 00:11:45 +00:00
pierre
e820004fce
* fix the bug about smaller optimization not recorded
2001-11-09 11:14:40 +00:00
Jonas Maebe
816cfa08b3
* allow recursive calls again in assembler procedure
2001-11-09 10:06:56 +00:00
carl
b08f72ffa8
+ added Reallocmem to list of allocation routines
2001-11-09 04:18:51 +00:00
marco
816e803dc3
* Fix from Peter. Fixes a hang when ptop's upperstr procedure is converted
...
to ansistrings
2001-11-08 21:55:36 +00:00
michael
7effbd8a30
Added system filsystem constants
2001-11-08 21:39:00 +00:00
michael
2b235a902c
+ System unit implementation of variants
2001-11-08 20:59:10 +00:00
pierre
bdf48b65ba
* impose the correct size for win32 console window
2001-11-08 17:06:22 +00:00
pierre
0fea285e15
* fix win32 scrolling
...
+ always go back to 0,0 position in IDE mode
2001-11-08 16:38:25 +00:00
florian
f9ed2775c2
+ beginning of variant dispatching
2001-11-08 16:16:54 +00:00
pierre
1d4499f32e
* overcome buffer win32 problem due to a bug in ReadConsoleOutput
2001-11-08 16:07:41 +00:00
marco
94d9d8fe46
* Fixed a ifdef linux to ifdef unix (related to TRTL change)
2001-11-08 13:56:35 +00:00
michael
11b6ad4fa9
+ Fixed win32 compile
2001-11-08 13:01:06 +00:00
michael
1cfa601556
+ Replaced OSDirSeparator with PathDelim
2001-11-08 12:56:47 +00:00
sg
9e81047a48
* Parser now only detects a number as float when the "." is followed by
...
a valid char. Else the input is handled as a normal integer, followed by
the dot as separate char. This allows to parse input such as
"0..9" - until now this would have lead to a float "0..9" which, of
course, couldn't be converted afterwards.
2001-11-08 11:12:57 +00:00
carl
403b9f23ea
+ updated heap information to give more indications on how to use ReturnNilFromGrowHeap variable
...
and how to use HeapError,
2001-11-08 02:00:08 +00:00
carl
331adc6a51
+ recommited pictures as binary files
2001-11-08 01:48:15 +00:00
carl
65a0ea2a89
- commited as ASCII file!!!
2001-11-08 01:41:26 +00:00
pierre
ddf6883e03
* removed another bug in InsertString
2001-11-07 22:07:55 +00:00
pierre
f43d2d17e4
* copied from fvnew the changed that I made toremove runerror(199)
2001-11-07 21:50:40 +00:00
michael
2f52ba40e8
+ Moved PathDelim,DriveDelim,PathSep to sysutilh
2001-11-07 14:59:20 +00:00
michael
a161ebaab2
+ Added PathDelim,DriveDelim,PathSep; Removed PathSeparator
2001-11-07 14:58:24 +00:00
michael
3eebee4744
+ Added PathSeparator and OSDirSeparator
2001-11-07 13:57:26 +00:00
Jonas Maebe
c9f75e434f
* only save/restore nf_forcevaria flag when reversing order of
...
arrayconstructor elements, since the other flags are element specific
2001-11-07 13:52:52 +00:00
michael
2a04e66b42
+ Added PathDelim,DriveDelim,PathSep
2001-11-07 13:52:37 +00:00
michael
25ba6fe2ea
+ Fixed Append() bug. Appending non-existing file now gives an error
2001-11-07 13:05:16 +00:00
carl
12f2ea6738
* try to fix several problems
...
+ added some more symbols
2001-11-07 03:53:00 +00:00