summaryrefslogtreecommitdiff
path: root/rtl/go32v2
Commit message (Expand)AuthorAgeFilesLines
* Merged riscv_new branchflorian2018-09-261-2/+74
* + add Delphi-compatible FileGetSymLinkTarget functions to all platforms (curr...svenbarth2018-08-241-0/+6
* + add Delphi compatible FollowLink parameter (default is True) to FileExists ...svenbarth2018-08-241-2/+2
* * regenned makefile without date/rev components for easier merging.marco2018-08-181-1/+1
* + add the ports[] access to the go32v2 system unit as wellnickysn2018-07-092-5/+16
* * set the stdcall calling convention explicitly for each method, that requiresnickysn2018-07-061-4/+0
* * moved the interface and implementation parts of the go32v2 ports unit tonickysn2018-07-061-130/+3
* + use the new cli/sti intrinsics in go32.enable and go32.disablenickysn2018-07-041-1/+19
* + enabled the port intrinsics in the go32v2 unit ports as wellnickysn2018-07-041-0/+61
* * updated the go32 unit port access functions to use the new x86 port accessnickysn2018-07-041-0/+43
* * updated dependencies of unit ports (objpas and x86 is no longer required onnickysn2018-07-041-1/+1
* Regenerated Makefile's after addition of ppas and ppaslink script removal in ...pierre2018-04-121-4/+22
* * convert tabs to spaces in the go32 unitnickysn2018-04-111-28/+28
* Add explicit FPC_SYSTEM_OPT variable that is only used for compilation of sy...pierre2018-01-022-3/+3
* * fpcmake.inc and Makefiles renerated after last commitflorian2017-12-271-1/+1
* * changed the result of go32.get_segment_base_address to dword, instead of lo...nickysn2017-12-041-10/+10
* - removed the objpas dependency of unit ports under go32v2 as wellnickysn2017-11-063-8/+5
* * Update all fpcsrc Makefile's using latest fpcmake version 2017-09-21 rev ...pierre2017-10-161-1/+5
* regenerated Makefiles for m68k-macos targetkaroly2017-08-221-50/+14
* * fixed accidental unit name changenickysn2017-06-111-1/+1
* * several parameters and results of functions in the go32 unit, which hold anickysn2017-06-101-12/+12
* * changed the result of go32.set_descriptor_access_right from longint to booleannickysn2017-06-101-3/+3
* + support the KOI8-R and KOI8-U Cyrillic encodingsnickysn2017-06-072-87/+87
* + added cp3021 (Bulgarian MIK) code page supportnickysn2017-06-072-87/+87
* + added support for iso8859-[3,4,6,7,8,9,10,11,13,14,15,16]nickysn2017-06-052-87/+89
* + added code pages 737, 775, 857, 860, 861, 862, 863, 864, 865 and 869nickysn2017-06-052-87/+88
* + added cp855 to the implicit unit list in the rtl makefilesnickysn2017-06-052-88/+106
* Regenerate all Makefile's after changes related to FPCDIR checkspierre2017-04-181-8/+44
* * more occured -> occurred spelling fixes.marco2016-12-141-2/+2
* * fix remaining search handle leaks in Dos.FSearch - fix for bug #30896hajny2016-11-171-0/+1
* * fix for bug #24504 (extended version of patch by Bart Broersma)hajny2016-11-081-32/+32
* Fix tw3124 test for systems on pagecode 437.pierre2016-08-161-1/+2
* Try to fix unicode support for go32v2 target.pierre2016-07-152-85/+106
* * regenerated makefiles with latest fpcmakenickysn2016-06-181-1/+6
* * regenerate makefiles after the fpcmake updatenickysn2016-06-171-2/+20
* * avoid FindFirst failing due to Attribute parameter bigger than $FFhajny2016-06-031-1/+1
* * improved prototypes for dos.marco2016-03-271-4/+43
* o basic extended pascal support:florian2015-11-152-83/+91
* * Type helpers, compatible to Delphi XE 8michael2015-11-071-0/+2
* * regenerated makefiles after adding the win16 targetnickysn2015-09-051-4/+61
* * regenerated Makefiles with Linux/AArch64 supportjonas2015-05-201-2/+24
* * unit name changed to System (starting with uppercase 'S') for improved co...hajny2015-02-271-1/+1
* * regenerated for iphonesim/x86-64jonas2015-02-231-1/+19
* * regenerated with Darwin/AArch64 supportjonas2015-02-231-3/+21
* * version updated to 3.1.1marco2015-01-041-4/+51
* * Reset filerec mode field to fmClosed if the system call to open the file f...pierre2014-11-231-0/+1
* - RTL: removed InitVariantManager, it was an empty procedure since day 1.sergei2014-11-221-1/+0
* * fixed hang in dos.exec_ansistring when passing a long command line via thenickysn2014-10-111-1/+1
* * fix for SIGSEGV in Exec without command line parameters revealed in discu...hajny2014-05-181-2/+1
* * fix for bug #26160hajny2014-05-181-22/+50