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
pierre
beb0234acb
+ Disassembly window made public
2001-11-07 00:28:52 +00:00
pierre
b8416e8411
* avoid problem to compile ide with debug for linux
2001-11-07 00:18:00 +00:00
pierre
4b384ec92e
* some security check added
2001-11-07 00:16:17 +00:00
Jonas Maebe
60dc4bf0a9
* moved call to "cleanup_regvars" to cga.pas for i386 because it has
...
to insert "fstp %st0" instructions after the exit label
2001-11-06 16:39:02 +00:00
Jonas Maebe
c5bd8e67ee
* compiles again with -dmemdebug
2001-11-06 14:53:48 +00:00
michael
3605a8a096
+ Added exit status examining functions
2001-11-05 21:46:06 +00:00
michael
d076974adf
+ unix/linux unit name conflict
2001-11-05 21:45:35 +00:00
michael
b68405e5e6
+ Added header and mode switch
2001-11-05 21:07:08 +00:00
michael
68c994264b
+ No longer needed
2001-11-05 21:05:00 +00:00
michael
6f93368819
+ Reimplemented version that is compatible with Kylix and Delphi
2001-11-05 21:04:20 +00:00
michael
7c3a0190fb
+ Last typos before 1.0.6
2001-11-05 20:36:10 +00:00
michael
4e496b2d0f
+ Moved to pics directory
2001-11-05 20:15:19 +00:00
michael
8351be7a3d
+ Added onechap target
2001-11-05 20:10:05 +00:00
michael
a634b57ab9
Some small changes, typos and reference to API units added
2001-11-05 20:06:32 +00:00
michael
2b256c60e7
+ Some small corrections before 1.0.6
2001-11-05 19:08:47 +00:00
michael
e37c11b6d1
+ Fixed some errors
2001-11-05 18:42:01 +00:00
Jonas Maebe
4d0eae9a7c
* constant regvars (addresses of var/out para's and const para's) aren't
...
saved to memory anymore when their register will be destroyed
* unit has been made mostly processor independent
2001-11-05 16:49:32 +00:00
Jonas Maebe
9b628f6409
* reduced memory usage by about 10% and increased speed by about 15%
2001-11-05 14:16:25 +00:00
Jonas Maebe
0ee8ff51b5
* fixed TUnixSockAddr (array from 0..108 -> 0..107) (merged)
2001-11-05 09:06:40 +00:00
peter
8bbd570d12
* testss for class overload and virtual
2001-11-03 20:11:00 +00:00
peter
a059a1671d
* fixed crash with inlining after aktprocdef change
2001-11-02 23:24:40 +00:00
Jonas Maebe
a87a30b831
* fixed web bug #1665 (allow char to chararray type conversion) ("merged")
2001-11-02 23:24:11 +00:00
peter
887f6ba34c
* removed obsolete chainprocsym and test_procsym code
2001-11-02 23:16:50 +00:00
peter
d2e1952377
* procsym definition rewrite
2001-11-02 22:58:00 +00:00
michael
51af1f9502
+ Made sure all tex examples are made
2001-10-31 19:33:39 +00:00
michael
3b1bb9e780
+ Fixed typos and added vidutil as an example
2001-10-31 19:21:25 +00:00