Commit Graph

1027 Commits

Author SHA1 Message Date
peter
d19599fd1c * updated to new style 1998-08-31 12:17:54 +00:00
pierre
a0eda71f84 * compilable windows.pp file
still to do :
     - findout problems
     - findout the correct DLL for each call !!
1998-08-31 11:53:53 +00:00
peter
886c7ec88f * fixed error 10 with succ() and pref() 1998-08-31 08:52:03 +00:00
peter
5eaee9c9ad + new messagefile
* merged optione.msg into errore.msg
1998-08-29 13:52:29 +00:00
peter
9800ecdb4d * moved get_exepath to globals
+ date_string const with the current date for 0.99.7+
1998-08-29 13:51:10 +00:00
peter
08f3c3dc77 * fixed freemem calls which had the wrong size sometimes 1998-08-29 13:49:00 +00:00
florian
8cf2b05bf3 + ansistring to pchar type cast fixed 1998-08-28 12:51:39 +00:00
peter
d0f86beed2 * fixed #8 writing 1998-08-28 11:00:20 +00:00
peter
19c63e360f * removed warnings 1998-08-28 10:56:56 +00:00
peter
5c013220a3 * fixed smallset generation from elements, it has never worked before! 1998-08-28 10:54:18 +00:00
peter
211a219d75 * fixed chdir with drive changing
* updated checklfn from mailinglist
1998-08-28 10:48:04 +00:00
peter
480a335a24 * fixed path buffer in findfirst 1998-08-28 10:45:58 +00:00
florian
4394fa784d * reinstated Jonas' bugfix 1998-08-27 15:17:50 +00:00
pierre
2f163d10d7 * go32v1 RTL did not compile (LFNsupport outside go32v2 defines !)
I renamed tb_selector to tb_segment because
      it is a real mode segment as opposed to
      a protected mode selector
    Fixed it for go32v1 (remove the $E0000000 offset !)
1998-08-27 10:30:48 +00:00
carl
5f5bb4cf36 new bug 1998-08-27 01:43:38 +00:00
carl
627e79785c new bug 1998-08-27 01:43:17 +00:00
carl
c44d7773db *** empty log message *** 1998-08-27 01:42:47 +00:00
carl
17ddc67710 +} now record offsets searches set the operand sizes 1998-08-27 00:43:06 +00:00
carl
5ce923955d * bugfix of leal problem
* bugfix of using overrides with record offsets
  * bugfix if using records to load values
1998-08-27 00:42:17 +00:00
peter
547dca7111 * fixed scannerfiles for macros
+ $I %<environment>%
1998-08-26 15:35:30 +00:00
peter
23225bea44 * reset bufpos,bufend in opentext like tp7 1998-08-26 15:33:28 +00:00
peter
5dce7ad29a * heapblocks for >0.99.5 1998-08-26 15:31:17 +00:00
pierre
2fefd65557 * close did not reset the bufpos and bufend fields
led to problems when using the same file several times
1998-08-26 11:23:25 +00:00
peter
4572d22872 * more lowercase extensions 1998-08-26 10:09:21 +00:00
peter
f002eb11a0 * fixed problem with libprefix at the wrong place
* fixed lib generation with smartlinking and no -CS used
1998-08-26 10:08:47 +00:00
peter
2d765331c1 * dispose trees is now default for all > 0.99.5 compiles 1998-08-26 10:07:09 +00:00
peter
c316229a7f * reduce amount of asmfiles generated
* no stabs are written in writefilelineinfo when debuginfo is off
1998-08-26 10:06:34 +00:00
peter
cf8640b638 * sbrk returns -1 on error 1998-08-26 10:05:08 +00:00
peter
2f3bc2f300 * new lfn check from mailinglist
* renamed win95 -> LFNSupport
  + tb_selector, tb_offset for easier access to transferbuffer
1998-08-26 10:04:01 +00:00
peter
bdfa9acbc7 * fixed readln cursor position 1998-08-26 10:01:54 +00:00
florian
9a3bbdd7f2 + initial revision:
o constants
     o basic type data record
1998-08-25 22:30:00 +00:00
pierre
b8b02bb518 * removed a line that add no sense and
introduce garbage in the asmlist
    (uninitialized data !)
1998-08-25 16:58:59 +00:00
pierre
d648f9c796 * openppu was true even if the object file is missing
this lead to trying to open a filename without extension
    and prevented the 'make cycle' to work for win32
1998-08-25 16:44:16 +00:00
florian
560661014f * patch of Jonas applied 1998-08-25 14:23:17 +00:00
pierre
d5df96ef6a * corrected a bug introduced by my last change
(allocating 1Mb but only using a small part !!)
1998-08-25 14:15:51 +00:00
pierre
27c439c940 * corrected mangling sheme :
cvar add Cprefix to the mixed case name whereas
    export or public use direct name
1998-08-25 13:09:25 +00:00
pierre
b94116497c * CDECL changed to CVAR for variables
specifications are read in structures also
  + started adding GPC compatibility mode ( option  -Sp)
  * names changed to lowercase
1998-08-25 12:42:36 +00:00
peter
03ae46b6ca * fixed -15 seen as byte in case 1998-08-25 11:51:46 +00:00
florian
f2b23a48b9 * corrected exp() function 1998-08-25 08:49:05 +00:00
pierre
cfb7b1522d * sbrk was wrong
heap growing now works for win32
1998-08-24 14:45:22 +00:00
pierre
69aed4ad5c * bug allocation of more than 1 MB failed corrected 1998-08-24 14:44:04 +00:00
michael
3429858f8a small fixes 1998-08-24 12:37:44 +00:00
florian
d4007a291f + class types and class reference types are now compatible with void
pointers
  + class can be stored now registers, even if a type conversation is applied
1998-08-24 10:05:39 +00:00
michael
5f833458e1 Better initgraph handling. 1998-08-24 08:23:47 +00:00
michael
6ea8c9f86f + Fixed some small errors 1998-08-23 21:11:03 +00:00
florian
544b4099f7 + rtti generation for classes added
+ new/dispose do now also a call to INITIALIZE/FINALIZE, if necessaray
1998-08-23 21:04:34 +00:00
florian
cb2b504eb1 + rtti for objects and classes
+ TObject.GetClassName implemented
1998-08-23 20:58:50 +00:00
florian
c1c5ec3235 * internalerror with mod/div fixed 1998-08-23 16:07:20 +00:00
michael
434d2a04ed + Initial implementation 1998-08-22 10:41:35 +00:00
michael
b71c4995f7 + Some adaptations for changed comment and published handling 1998-08-22 10:41:00 +00:00