.. |
aliasctp.inc
|
38bf32dddf
* added csize_t and pcsize_t for non unix systems (in unix/ctypes.pp)
|
16 years ago |
aliasptp.inc
|
d9773a2ee0
* added alias for statsfs
|
14 years ago |
baseunix.pp
|
be98b13554
* fix for 11263, changed fileread and fd_zero to out using $modeswitch.
|
15 years ago |
bunxh.inc
|
7f69e6426d
* Try to update i386/openbsd port
|
14 years ago |
bunxovl.inc
|
1f6b55290e
* fixed fpsignal for linux/x86_64 and possibly some other platforms as well
|
16 years ago |
bunxovlh.inc
|
be98b13554
* fix for 11263, changed fileread and fd_zero to out using $modeswitch.
|
15 years ago |
classes.pp
|
3a1b633325
+ revive generics based tfplist/tstringlist implementation for generics testing; build with FPC_TESTGENERICS
|
18 years ago |
clocale.pp
|
e357dc3fb9
* LongdateFormat equals shortdateformat (no longdateformat is available in langinfo) Bug #19616.
|
14 years ago |
convert.inc
|
a023c165da
o patch by Nikolay Nikolov to make the text mode IDE look pretty under
|
16 years ago |
crt.pp
|
45c813929a
* update the coordinates properly if a string is written that exactly fills
|
15 years ago |
cthreads.pp
|
bfc1a6ff1c
+ added support for intialising/finalising threads not started via the FPC
|
15 years ago |
ctypes.inc
|
38bf32dddf
* added csize_t and pcsize_t for non unix systems (in unix/ctypes.pp)
|
16 years ago |
cwstring.pp
|
c862aec17c
* cwstring.pp, Wide2AnsiMove: moved SetCodePage to the end, so it comes after the last SetLength. Necessary after r20209, because SetLength has been modified to always set the code page of its argument. Here it sets code page of 'dest' to CP_NONE, because dest is RawByteString.
|
13 years ago |
dl.pp
|
a0b200db76
* Add dlvsym under ifdef ELF, defined ELF for the OSes I could check
|
13 years ago |
dos.pp
|
f7003119d0
* fixed AddDisk() in sysutils and dos units, and fixed memory leaks
|
16 years ago |
dynlibs.inc
|
cbdc08b641
* dynlibs.pas: added 'const' modifiers to eliminate unnecessary local string copies
|
14 years ago |
errors.pp
|
1aa548426b
* remove uses strings
|
17 years ago |
fpmake.inc
|
03f441c966
+ Initial check-in
|
20 years ago |
genfdset.inc
|
be98b13554
* fix for 11263, changed fileread and fd_zero to out using $modeswitch.
|
15 years ago |
genfunch.inc
|
4ba29cdbe1
* first set of deprecated tags.
|
18 years ago |
genfuncs.inc
|
5792438e3a
* fixed 64 bit error
|
18 years ago |
gensigset.inc
|
ce3ce89028
* Prevent range check error when compiling with -Cr
|
19 years ago |
initc.pp
|
ad40c306cd
* Use recent libc __errno function for OpenBSD
|
14 years ago |
ipc.pp
|
7f69e6426d
* Try to update i386/openbsd port
|
14 years ago |
ipccdecl.inc
|
5baca0cfd3
* fix IPC for FPC_USE_LIBS
|
18 years ago |
keyboard.pp
|
c32bc3a22a
* patch by Nikolay Nikolov to support Alt-Tab and Ctrl-Tab on the linux console, resolves #19247
|
14 years ago |
mouse.pp
|
923c70932e
* removed surplus semicolon
|
18 years ago |
oscdecl.inc
|
9b67b6469b
* fixed FpFcntl() for libc-based systems
|
16 years ago |
oscdeclh.inc
|
07fabab526
* fpgetsid, Mantis #20329
|
14 years ago |
ports.pp
|
790a4fe2d3
* log and id tags removed
|
20 years ago |
printer.pp
|
803e78ff8c
* and more ESysEINTR and fpwaitpid fixing
|
16 years ago |
serial.pp
|
0ef2cb0b02
* fixed deprecated
|
18 years ago |
settimeo.inc
|
65afe53eb0
* fix settimeofday timeval parameter
|
18 years ago |
sockets.pp
|
02069109d1
* haiku also sinlen, Mantis 16176
|
15 years ago |
syscall.pp
|
b6f9f170f7
* FPC_USE_LIBC
|
21 years ago |
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
|
15 years ago |
sysfile.inc
|
fe773871d6
* EINTR handling...
|
16 years ago |
sysheap.inc
|
0c3a2a257d
* Convert heap to ptruint.
|
18 years ago |
sysunixh.inc
|
03f52902f3
* do not use / as DriveSeparator
|
15 years ago |
sysutils.pp
|
2625b1dfa4
* Improved efficiency of Now/Date/Time
|
14 years ago |
terminfo.pp
|
790a4fe2d3
* log and id tags removed
|
20 years ago |
termiosh.inc
|
fe2b798378
* made a lot of Solaris rtl stuff compilable
|
19 years ago |
timezone.inc
|
86c0b324fd
* Added ReReadTimeZone
|
14 years ago |
tthread.inc
|
8dd254b281
* Fixed synchronize/waitfor issue
|
15 years ago |
ttyname.inc
|
dd3fdac68e
* beos support from Olivier Coursiere
|
18 years ago |
unix.pp
|
86c0b324fd
* Added ReReadTimeZone
|
14 years ago |
unixsockets.pas
|
7a21cb5888
* add preliminary UnixSockets with linux implementation
|
18 years ago |
unixtype.pp
|
5d87461507
* moves the alias "TTime = time_t" from ptypes.inc to unixtype.pp.
|
15 years ago |
unixutil.pp
|
b127fc154a
* Fixed spell error revealed by lintian.
|
15 years ago |
unxdeclh.inc
|
fba565d666
* use statvfs/fstatvfs on solaris instead of statfs/fstatfs, because the
|
16 years ago |
unxovl.inc
|
4ace790492
* remove $Log
|
20 years ago |
unxovlh.inc
|
4ace790492
* remove $Log
|
20 years ago |
varutils.pp
|
790a4fe2d3
* log and id tags removed
|
20 years ago |
video.pp
|
16b47d4e07
* patch by Nikolay Nikolov to use a hardware block cursor on the
|
14 years ago |
winiconv.inc
|
6384fa2a19
rtl: revert r19330. We probably need to create a separate encoding<->codepage table.
|
14 years ago |
x86.pp
|
5ff2312993
* fixed x86 unit for x86-64
|
17 years ago |