peter
|
9147303907
|
* duplicate procsym-unitsym fix
|
2002-12-25 01:26:56 +00:00 |
|
peter
|
78213ee091
|
* delphi also has pointer archimetic
|
2002-12-25 01:26:17 +00:00 |
|
peter
|
60c55580c7
|
* sendto overload added
|
2002-12-25 01:04:03 +00:00 |
|
peter
|
8512f6a06a
|
* some date constants added
|
2002-12-25 01:03:48 +00:00 |
|
peter
|
9a6bbcb302
|
* delphi mode
|
2002-12-25 00:46:05 +00:00 |
|
peter
|
e93e4e8210
|
* procedure with the same name as a unit hides the unit
|
2002-12-25 00:42:10 +00:00 |
|
peter
|
399ee48ea7
|
* array of char+integer is allowed in delphi
|
2002-12-24 23:50:02 +00:00 |
|
peter
|
6419b82935
|
* export StrToFloatDef
|
2002-12-24 23:33:37 +00:00 |
|
peter
|
abbbc7443d
|
* Use FixFilename for specified unit sourcefile in uses
|
2002-12-24 23:32:56 +00:00 |
|
peter
|
680c90c65d
|
* fixed crash when old_compiled_module was nil
|
2002-12-24 23:32:19 +00:00 |
|
peter
|
9394913716
|
* support quotes around include filenames
|
2002-12-24 23:32:02 +00:00 |
|
peter
|
06c7671945
|
* changed $ifdefs to %target
* removed obsolete dpmiexcp unit for go32v2
|
2002-12-24 22:31:26 +00:00 |
|
peter
|
93115c82d7
|
* small verbosity update
|
2002-12-24 22:30:41 +00:00 |
|
peter
|
4f3290275d
|
* don't clean the original rtl dirs
|
2002-12-24 21:52:59 +00:00 |
|
peter
|
0fc75d2dd6
|
* NeedTarget, SkipTarget, SkipCPU added
* Retrieve compiler info in a single call for 1.1 compiler
|
2002-12-24 21:47:49 +00:00 |
|
peter
|
f810873205
|
* empty dir
|
2002-12-24 21:47:05 +00:00 |
|
mazen
|
311508131a
|
- some writeln(s) removed in compiler
+ many files added to RTL
* some errors fixed in RTL
|
2002-12-24 21:30:20 +00:00 |
|
peter
|
9f00031530
|
* remove code that skipped the _ prefix for win32 imports
|
2002-12-24 21:21:06 +00:00 |
|
peter
|
55a5b81848
|
* only set errno when syscall fails
|
2002-12-24 19:45:59 +00:00 |
|
peter
|
e0625ccb5d
|
* Fix do_erase which was wrong with inoutres setting
|
2002-12-24 19:45:40 +00:00 |
|
peter
|
2d13cc9d04
|
* Long symbol names support
|
2002-12-24 18:10:34 +00:00 |
|
peter
|
7e3b2ace2c
|
* fix for tb0438
|
2002-12-24 16:53:19 +00:00 |
|
peter
|
3e86b4d56e
|
* runtime check
|
2002-12-24 16:52:29 +00:00 |
|
peter
|
af98b48c22
|
* stackpointer_alloc added for adjusting ESP. Win32 needs
this for the pageprotection
|
2002-12-24 15:56:50 +00:00 |
|
peter
|
b1241ee6dc
|
* Use maybequote instead of getshortname
|
2002-12-24 15:55:51 +00:00 |
|
peter
|
e28f8bb42b
|
* renamed to .pp
|
2002-12-24 15:36:29 +00:00 |
|
peter
|
5e80bcb7f8
|
* error code fixes
|
2002-12-24 15:35:15 +00:00 |
|
florian
|
f8bb808c3b
|
+ addition to previous commit, forgot to save in the editor
|
2002-12-23 23:26:08 +00:00 |
|
florian
|
3bab3f9b02
|
no message
|
2002-12-23 23:21:03 +00:00 |
|
florian
|
af1a995b8d
|
+ TextToFloat: D6 compatibility added
|
2002-12-23 23:12:34 +00:00 |
|
peter
|
4210e95952
|
* fixed Getdir to not set Inoutres
* broken symlinks are now ignored in getdir instead of aborting
the search
|
2002-12-23 22:23:43 +00:00 |
|
peter
|
6f9deb98ed
|
* don't allow implicit bool->int conversion
|
2002-12-23 22:22:16 +00:00 |
|
peter
|
0c2feff146
|
* fix wrong var names for shortstr_compare
|
2002-12-23 21:27:13 +00:00 |
|
peter
|
a44cae75fc
|
* fix wrong internalerror when var names were different
|
2002-12-23 21:24:22 +00:00 |
|
peter
|
1da81c33ca
|
* MT fix
|
2002-12-23 21:17:53 +00:00 |
|
peter
|
1c3ac34aa8
|
* cdecl array fix, hack to change it to vs_var is not needed
|
2002-12-23 20:58:52 +00:00 |
|
peter
|
4cb96bf79b
|
* remove unused global var
|
2002-12-23 20:58:03 +00:00 |
|
peter
|
85d5e4a4de
|
* Reset Errno to 0 if call is successfull
* Fix broken 1.0.x Errno which does not have threadvar
|
2002-12-23 20:56:32 +00:00 |
|
peter
|
b689c5c13e
|
* win32 fix
|
2002-12-23 20:13:33 +00:00 |
|
peter
|
a79c9b019e
|
* new bug
|
2002-12-23 20:13:26 +00:00 |
|
Tomas Hajny
|
11131fcc04
|
* mistyping corrected
|
2002-12-23 19:55:35 +00:00 |
|
mazen
|
8d888ccff0
|
* many internal errors related to unimplemented nodes are fixed
|
2002-12-22 19:26:31 +00:00 |
|
peter
|
54d8b64899
|
* proc-procvar crash fixed (tw2277)
|
2002-12-22 16:34:49 +00:00 |
|
Jonas Maebe
|
41cd59e0e2
|
+ added syscallh.inc, adapted syscall.inc
|
2002-12-22 16:00:28 +00:00 |
|
peter
|
cf6c0a1a54
|
* ucomplex will be delivered with 1.1
|
2002-12-22 15:14:02 +00:00 |
|
peter
|
51991609e0
|
* removed Writeln
|
2002-12-22 14:35:39 +00:00 |
|
peter
|
0be4fe2a2b
|
* exit(procvar) in tp mode
|
2002-12-22 14:33:02 +00:00 |
|
mazen
|
b9a1c74a71
|
+ added shift support
|
2002-12-21 23:22:59 +00:00 |
|
mazen
|
00ee9f8063
|
+ added support for the shift nodes
+ added debug output on screen with -an command line option
|
2002-12-21 23:21:47 +00:00 |
|
florian
|
ae3e96cdda
|
+ some types for D6 compatibility added
|
2002-12-21 17:20:27 +00:00 |
|