fpc/rtl/unix
svenbarth 74a1b6406e --- Merging r45159 into '.':
U    rtl/nativent/systhrd.inc
U    rtl/os2/systhrd.inc
U    rtl/win/systhrd.inc
--- Recording mergeinfo for merge of r45159 into '.':
 U   .
--- Merging r45160 into '.':
U    rtl/amicommon/athreads.pp
U    rtl/beos/bethreads.pp
U    rtl/inc/thread.inc
U    rtl/inc/threadh.inc
G    rtl/nativent/systhrd.inc
U    rtl/netware/systhrd.inc
U    rtl/netwlibc/systhrd.inc
U    rtl/objpas/classes/classes.inc
U    rtl/objpas/classes/classesh.inc
G    rtl/os2/systhrd.inc
U    rtl/unix/cthreads.pp
G    rtl/win/systhrd.inc
--- Recording mergeinfo for merge of r45160 into '.':
 G   .
--- Merging r45206 into '.':
U    rtl/win/sysos.inc
G    rtl/win/systhrd.inc
U    rtl/win/syswin.inc
--- Recording mergeinfo for merge of r45206 into '.':
 G   .
--- Merging r45207 into '.':
U    rtl/linux/pthread.inc
--- Recording mergeinfo for merge of r45207 into '.':
 G   .
--- Merging r45233 into '.':
G    rtl/linux/pthread.inc
G    rtl/unix/cthreads.pp
--- Recording mergeinfo for merge of r45233 into '.':
 G   .
--- Merging r45237 into '.':
G    rtl/unix/cthreads.pp
G    rtl/win/systhrd.inc
--- Recording mergeinfo for merge of r45237 into '.':
 G   .

git-svn-id: branches/fixes_3_2@47806 -
2020-12-17 22:44:26 +00:00
..
scripts
aliasctp.inc
aliasptp.inc
baseunix.pp Include setsysnr.inc and call SetSyscallNumbers if FPC_HAS_SETSYSNR_INC is defined 2014-11-23 21:57:33 +00:00
bunxh.inc # revisions: 41828,41830,41831,41832,41833,41834,41835,41836,41837,41838,41839,41841,41842,42025,42031,42032,42033,42034,42035,42036,42065,42066,42067,42068,42069,42070,42071,42072,42073,42089,42150,42151,42181,42182,42183,42184,42185,42219,42220,42221,42222 2019-11-05 16:17:53 +00:00
bunxovl.inc # revisions: 47064 2020-10-11 15:18:17 +00:00
bunxovlh.inc
classes.pp
cthreads.pp --- Merging r45159 into '.': 2020-12-17 22:44:26 +00:00
ctypes.inc
cwstraix.inc
cwstring.pp Merge of revisions 39726 39732 39734 39735 39736 39801 39806 39807 40002 40014 40358 40363 40392 40397 40481 40537 from trunk to fixes_3_2 2018-12-23 14:44:32 +00:00
dl.pp --- Merging r43026 into '.': 2019-10-12 15:24:05 +00:00
dos.pp * unicode executeprocess from work during Lazarus convention in IJsselstein 2016-03-19 17:59:42 +00:00
dynlibs.inc Move DynLibs support to System unit using a manager approach like for Threads, WideStrings, etc.. This is needed so that we can support features like "delayed" and loading of dynamic packages. 2015-02-03 20:00:00 +00:00
errors.pp
fpmake.inc
genfdset.inc --- Merging r43324 into '.': 2020-01-13 11:20:22 +00:00
genfunch.inc * unicode executeprocess from work during Lazarus convention in IJsselstein 2016-03-19 17:59:42 +00:00
genfuncs.inc * unicode executeprocess from work during Lazarus convention in IJsselstein 2016-03-19 17:59:42 +00:00
gensigset.inc
initc.pp * first dragonfly patch (existing most). Mantis #27091 2014-12-07 20:27:02 +00:00
lnfogdb.pp
oscdecl.inc * libc's open() function is a varargs function 2015-01-30 19:31:25 +00:00
oscdeclh.inc # revisions: 41828,41830,41831,41832,41833,41834,41835,41836,41837,41838,41839,41841,41842,42025,42031,42032,42033,42034,42035,42036,42065,42066,42067,42068,42069,42070,42071,42072,42073,42089,42150,42151,42181,42182,42183,42184,42185,42219,42220,42221,42222 2019-11-05 16:17:53 +00:00
ports.pp * use include files in the unix ports unit as well 2018-07-09 14:42:01 +00:00
settimeo.inc
syscall.pp Include setsysnr.inc and call SetSyscallNumbers if FPC_HAS_SETSYSNR_INC is defined 2014-11-23 21:57:33 +00:00
syscgen.inc * Removed unused vars in RTL. 2015-09-17 16:48:53 +00:00
sysdir.inc
sysdlh.inc Move DynLibs support to System unit using a manager approach like for Threads, WideStrings, etc.. This is needed so that we can support features like "delayed" and loading of dynamic packages. 2015-02-03 20:00:00 +00:00
sysfile.inc * Fixed ftruncate to take 64-bit argument 2015-05-21 07:32:30 +00:00
sysheap.inc * empty lines removed 2017-06-19 21:17:56 +00:00
sysunixh.inc * on targets with indirect main entry argc, argv and envp are provided through the indirect entry information instead of externals 2017-07-08 19:18:20 +00:00
sysutils.pp --- Merging (from foreign repository) r44090 into '.': 2020-02-21 14:49:57 +00:00
termiosh.inc
timezone.inc * converted for-loop to while-loop, because its loop count is used on exit 2016-11-01 14:01:41 +00:00
tthread.inc * Merging revisions r45805 from trunk: 2020-08-23 09:24:13 +00:00
ttyname.inc
unix.pp --- Merging r40529 into '.': 2019-04-22 11:51:36 +00:00
unixcp.pp * CP819/IBM819 should be mapped to Windows code page 28591 (ISO8859-1) 2017-02-04 22:44:36 +00:00
unixtype.pp
unixutil.pp * unicode executeprocess from work during Lazarus convention in IJsselstein 2016-03-19 17:59:42 +00:00
unxdeclh.inc * merged haiku fixes till r40831 2019-05-24 11:38:02 +00:00
unxovl.inc
unxovlh.inc
x86.pp * use the new x86 port access intrinsics in the x86 unit for unix 2018-07-03 23:25:18 +00:00