.. |
scripts
|
4ecd67f6e2
* Use gsed if present and temp directory to avoid system recompilation
|
před 13 roky |
aliasctp.inc
|
38bf32dddf
* added csize_t and pcsize_t for non unix systems (in unix/ctypes.pp)
|
před 16 roky |
aliasptp.inc
|
d9773a2ee0
* added alias for statsfs
|
před 14 roky |
baseunix.pp
|
be98b13554
* fix for 11263, changed fileread and fd_zero to out using $modeswitch.
|
před 15 roky |
bunxh.inc
|
1a895a875b
* move fpgetenv(pchar) to unit system for syscall based *nix rtls.
|
před 13 roky |
bunxovl.inc
|
1f6b55290e
* fixed fpsignal for linux/x86_64 and possibly some other platforms as well
|
před 16 roky |
bunxovlh.inc
|
e245802fa8
* deprecated old shortstring getenv func.
|
před 13 roky |
classes.pp
|
3a1b633325
+ revive generics based tfplist/tstringlist implementation for generics testing; build with FPC_TESTGENERICS
|
před 18 roky |
clocale.pp
|
8d8fc0fdee
+ RTL for AIX
|
před 13 roky |
convert.inc
|
a023c165da
o patch by Nikolay Nikolov to make the text mode IDE look pretty under
|
před 16 roky |
crt.pp
|
6cc78635d7
* send full x/y ansi position information in case of an X-coordinate
|
před 13 roky |
cthreads.pp
|
d3d0df6e4d
* terminate with an error when initializing a critical section and recursive
|
před 12 roky |
ctypes.inc
|
38bf32dddf
* added csize_t and pcsize_t for non unix systems (in unix/ctypes.pp)
|
před 16 roky |
cwstraix.inc
|
1e9b92ee50
+ AIX support for cwstring
|
před 13 roky |
cwstring.pp
|
8bf71af3b1
* fixed compatilation on Haiku Alpha4 (patch by Olivier Coursière,
|
před 12 roky |
dl.pp
|
8d8fc0fdee
+ RTL for AIX
|
před 13 roky |
dos.pp
|
b822371d41
* add platform modifiers to all locally defined functions in unix' dos unit.
|
před 13 roky |
dynlibs.inc
|
8eeb22720b
* Added GetLoadErrorStr function by Mark Morgan Loyd (Bug ID 22321)
|
před 13 roky |
errors.pp
|
1aa548426b
* remove uses strings
|
před 17 roky |
fpmake.inc
|
03f441c966
+ Initial check-in
|
před 20 roky |
genfdset.inc
|
be98b13554
* fix for 11263, changed fileread and fd_zero to out using $modeswitch.
|
před 15 roky |
genfunch.inc
|
4ba29cdbe1
* first set of deprecated tags.
|
před 18 roky |
genfuncs.inc
|
1a895a875b
* move fpgetenv(pchar) to unit system for syscall based *nix rtls.
|
před 13 roky |
gensigset.inc
|
ce3ce89028
* Prevent range check error when compiling with -Cr
|
před 19 roky |
initc.pp
|
8d8fc0fdee
+ RTL for AIX
|
před 13 roky |
ipc.pp
|
185e34915c
- Removed level 2 comments and control characters in comments.
|
před 13 roky |
ipccdecl.inc
|
5baca0cfd3
* fix IPC for FPC_USE_LIBS
|
před 18 roky |
keyboard.pp
|
c32bc3a22a
* patch by Nikolay Nikolov to support Alt-Tab and Ctrl-Tab on the linux console, resolves #19247
|
před 14 roky |
lnfogdb.pp
|
d545a72f1a
+ lnfogdb unit that can use gdb to symbolicate backtraces on unix targets
|
před 13 roky |
mouse.pp
|
923c70932e
* removed surplus semicolon
|
před 18 roky |
oscdecl.inc
|
9b67b6469b
* fixed FpFcntl() for libc-based systems
|
před 16 roky |
oscdeclh.inc
|
7c0469e1fd
* link libbsd for AIX, because several UNIX routines are part of its BSD
|
před 13 roky |
ports.pp
|
790a4fe2d3
* log and id tags removed
|
před 20 roky |
printer.pp
|
803e78ff8c
* and more ESysEINTR and fpwaitpid fixing
|
před 16 roky |
serial.pp
|
0ef2cb0b02
* fixed deprecated
|
před 18 roky |
settimeo.inc
|
65afe53eb0
* fix settimeofday timeval parameter
|
před 18 roky |
sockets.pp
|
02069109d1
* haiku also sinlen, Mantis 16176
|
před 15 roky |
syscall.pp
|
b6f9f170f7
* FPC_USE_LIBC
|
před 21 roky |
syscgen.inc
|
1a895a875b
* move fpgetenv(pchar) to unit system for syscall based *nix rtls.
|
před 13 roky |
sysdir.inc
|
17062d667c
* ansistring versions of mk/rm/chdir in objpas, Mantis 15010. The os-dependant routines of *nix/os2/win/dos have been converted
|
před 15 roky |
sysfile.inc
|
fe773871d6
* EINTR handling...
|
před 16 roky |
sysheap.inc
|
0c3a2a257d
* Convert heap to ptruint.
|
před 18 roky |
sysunix.inc
|
a2548fc9f9
rtl: pass exact size to delete instead of full string length
|
před 13 roky |
sysunixh.inc
|
d442d14e0c
+ FileNameCasePreserving added - see #18066 in Mantis
|
před 13 roky |
sysutils.pp
|
e914ec7f00
Add platform independant support for "GetTickCount" and "GetTickCount64" to unit "SysUtils". "GetTickCount" is declared as deprecated from the beginning and thus "GetTickCount64" should be used instead.
|
před 12 roky |
terminfo.pp
|
790a4fe2d3
* log and id tags removed
|
před 20 roky |
termiosh.inc
|
8d8fc0fdee
+ RTL for AIX
|
před 13 roky |
timezone.inc
|
8d8fc0fdee
+ RTL for AIX
|
před 13 roky |
tthread.inc
|
8dd254b281
* Fixed synchronize/waitfor issue
|
před 15 roky |
ttyname.inc
|
dd3fdac68e
* beos support from Olivier Coursiere
|
před 18 roky |
unix.pp
|
725a280059
* sleeper vfork code copied from deleted parts so it is not lost, made
|
před 13 roky |
unixsockets.pas
|
7a21cb5888
* add preliminary UnixSockets with linux implementation
|
před 18 roky |
unixtype.pp
|
5d87461507
* moves the alias "TTime = time_t" from ptypes.inc to unixtype.pp.
|
před 15 roky |
unixutil.pp
|
0757517dde
* more removal of deprecated functions (deprecated before 2.4.0)
|
před 13 roky |
unxdeclh.inc
|
8d8fc0fdee
+ RTL for AIX
|
před 13 roky |
unxovl.inc
|
455d675c5a
* removed an empty overloaded version of statfs that could be called recursively
|
před 13 roky |
unxovlh.inc
|
455d675c5a
* removed an empty overloaded version of statfs that could be called recursively
|
před 13 roky |
varutils.pp
|
790a4fe2d3
* log and id tags removed
|
před 20 roky |
video.pp
|
55665c6713
Set local variable s to empty string at entry of transform_cp437_to_UTF8 function
|
před 13 roky |
winiconv.inc
|
d4eb2d7336
* fixed the conversion of 'UTF-8' to the corresponding code page number
|
před 13 roky |
x86.pp
|
ae83b5ce92
Return -1 for fpIOPL and set errno to ESysENoSys for non-linux systems
|
před 13 roky |