| .. |
|
scripts
|
c8129c5228
Disable 64-bit version of CPU_SOURCE is 32-bit
|
hace 6 años |
|
aliasctp.inc
|
38bf32dddf
* added csize_t and pcsize_t for non unix systems (in unix/ctypes.pp)
|
hace 17 años |
|
aliasptp.inc
|
d9773a2ee0
* added alias for statsfs
|
hace 15 años |
|
baseunix.pp
|
1d1215ede3
Include setsysnr.inc and call SetSyscallNumbers if FPC_HAS_SETSYSNR_INC is defined
|
hace 11 años |
|
bunxh.inc
|
90278f4859
+ add fpmprotect function to complete fpmmap/fpmunmap
|
hace 6 años |
|
bunxovl.inc
|
ebe262762a
* Clean out of $i textrec and filerec includes that are redundant now that cpstrrtl exposes
|
hace 12 años |
|
bunxovlh.inc
|
8538f48fda
* made the ansistring parameters of the fp*() overloads constant, changed
|
hace 12 años |
|
classes.pp
|
248fd313f8
+ introduced unit SortBase, which implements the foundation for pluggable
|
hace 6 años |
|
cthreads.pp
|
73026618c8
* protect against empty strings inside the SetThreadDebugNameA and -U functions
|
hace 5 años |
|
ctypes.inc
|
38bf32dddf
* added csize_t and pcsize_t for non unix systems (in unix/ctypes.pp)
|
hace 17 años |
|
cwstraix.inc
|
1e9b92ee50
+ AIX support for cwstring
|
hace 13 años |
|
cwstring.pp
|
7f0675d937
netbsd: updated to link against the right setlocale function. the renaming from __setlocale_mb_len_max_32 to __setlocale50 occured in NetBSD include/locale.h in rev 1.17, which was in 2010, and shipped in NetBSD 6 in 2012.
|
hace 6 años |
|
dl.pp
|
db4bc06b67
* dlinfo call added (bug ID 0036105)
|
hace 6 años |
|
dos.pp
|
66608fec02
* unicode executeprocess from work during Lazarus convention in IJsselstein
|
hace 9 años |
|
dynlibs.inc
|
2d454dc8fa
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.
|
hace 11 años |
|
errors.pp
|
1aa548426b
* remove uses strings
|
hace 18 años |
|
fpmake.inc
|
03f441c966
+ Initial check-in
|
hace 20 años |
|
genfdset.inc
|
f7721cadcc
* fix for mantis #36229, off by one in bounds check. Only affects invalid input though.
|
hace 6 años |
|
genfunch.inc
|
66608fec02
* unicode executeprocess from work during Lazarus convention in IJsselstein
|
hace 9 años |
|
genfuncs.inc
|
66608fec02
* unicode executeprocess from work during Lazarus convention in IJsselstein
|
hace 9 años |
|
gensigset.inc
|
ce3ce89028
* Prevent range check error when compiling with -Cr
|
hace 19 años |
|
initc.pp
|
2578514853
* first dragonfly patch (existing most). Mantis #27091
|
hace 11 años |
|
lnfogdb.pp
|
d545a72f1a
+ lnfogdb unit that can use gdb to symbolicate backtraces on unix targets
|
hace 13 años |
|
oscdecl.inc
|
16183bebfe
* libc's open() function is a varargs function
|
hace 11 años |
|
oscdeclh.inc
|
90278f4859
+ add fpmprotect function to complete fpmmap/fpmunmap
|
hace 6 años |
|
ports.pp
|
bd23ac0dab
- disable I/O-port-related intrinsic functionality when using LLVM, as the
|
hace 7 años |
|
settimeo.inc
|
65afe53eb0
* fix settimeofday timeval parameter
|
hace 18 años |
|
syscall.pp
|
1d1215ede3
Include setsysnr.inc and call SetSyscallNumbers if FPC_HAS_SETSYSNR_INC is defined
|
hace 11 años |
|
syscgen.inc
|
e1a0b1204a
* Removed unused vars in RTL.
|
hace 10 años |
|
sysdir.inc
|
d66d15aad3
+ added mkdir/chdir/rmdir(rawbytestring) and (unicodestring) to the system unit
|
hace 12 años |
|
sysdlh.inc
|
2d454dc8fa
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.
|
hace 11 años |
|
sysfile.inc
|
4242934edb
* Fixed ftruncate to take 64-bit argument
|
hace 10 años |
|
sysheap.inc
|
693e72ade3
* Darwin now uses Mach VM calls for memory allocation instead of mmap/munmap
|
hace 6 años |
|
sysunixh.inc
|
d5c8fe7455
* on targets with indirect main entry argc, argv and envp are provided through the indirect entry information instead of externals
|
hace 8 años |
|
sysutils.pp
|
e7f5b89c2c
* Avoid doing a syscall with a nil parameter in fileexists
|
hace 5 años |
|
termiosh.inc
|
8d8fc0fdee
+ RTL for AIX
|
hace 13 años |
|
timezone.inc
|
1c04470b66
* converted for-loop to while-loop, because its loop count is used on exit
|
hace 9 años |
|
tthread.inc
|
b7bd9f3325
* Add TerminatedSet (delphi compatibility, bug ID #37388)
|
hace 5 años |
|
ttyname.inc
|
dd3fdac68e
* beos support from Olivier Coursiere
|
hace 18 años |
|
unix.pp
|
d49510cc8c
* Fix bug #0034499
|
hace 7 años |
|
unixcp.pp
|
6d5339cdb6
* CP819/IBM819 should be mapped to Windows code page 28591 (ISO8859-1)
|
hace 8 años |
|
unixtype.pp
|
5d87461507
* moves the alias "TTime = time_t" from ptypes.inc to unixtype.pp.
|
hace 16 años |
|
unixutil.pp
|
01302bc47d
* subroutines working with an OS dependend time stamp use an int64 now, so the 2038 problem
|
hace 5 años |
|
unxdeclh.inc
|
e547dfa837
haiku: update baseunix unit, remove syscalls code, flock() and nanosleep() is actually supported on Haiku for a long time now, so lets use it
|
hace 7 años |
|
unxovl.inc
|
455d675c5a
* removed an empty overloaded version of statfs that could be called recursively
|
hace 13 años |
|
unxovlh.inc
|
455d675c5a
* removed an empty overloaded version of statfs that could be called recursively
|
hace 13 años |
|
x86.pp
|
bd23ac0dab
- disable I/O-port-related intrinsic functionality when using LLVM, as the
|
hace 7 años |