| .. |
|
aliasctp.inc
|
* added csize_t and pcsize_t for non unix systems (in unix/ctypes.pp)
|
2009-01-26 12:58:20 +00:00 |
|
aliasptp.inc
|
* added alias for statsfs
|
2011-02-27 20:14:11 +00:00 |
|
baseunix.pp
|
* fix for 11263, changed fileread and fd_zero to out using $modeswitch.
|
2010-03-01 22:35:14 +00:00 |
|
bunxh.inc
|
* Try to update i386/openbsd port
|
2011-10-03 23:22:28 +00:00 |
|
bunxovl.inc
|
* fixed fpsignal for linux/x86_64 and possibly some other platforms as well
|
2009-09-06 20:03:09 +00:00 |
|
bunxovlh.inc
|
* fix for 11263, changed fileread and fd_zero to out using $modeswitch.
|
2010-03-01 22:35:14 +00:00 |
|
classes.pp
|
|
|
|
clocale.pp
|
* LongdateFormat equals shortdateformat (no longdateformat is available in langinfo) Bug #19616.
|
2011-07-02 13:42:44 +00:00 |
|
convert.inc
|
o patch by Nikolay Nikolov to make the text mode IDE look pretty under
|
2009-09-05 14:54:22 +00:00 |
|
crt.pp
|
* update the coordinates properly if a string is written that exactly fills
|
2010-05-08 11:29:25 +00:00 |
|
cthreads.pp
|
+ added support for intialising/finalising threads not started via the FPC
|
2010-07-12 16:16:50 +00:00 |
|
ctypes.inc
|
* added csize_t and pcsize_t for non unix systems (in unix/ctypes.pp)
|
2009-01-26 12:58:20 +00:00 |
|
cwstring.pp
|
* 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.
|
2012-02-01 21:08:13 +00:00 |
|
dl.pp
|
* Add dlvsym under ifdef ELF, defined ELF for the OSes I could check
|
2012-01-21 11:56:40 +00:00 |
|
dos.pp
|
* fixed AddDisk() in sysutils and dos units, and fixed memory leaks
|
2009-02-27 22:02:24 +00:00 |
|
dynlibs.inc
|
* dynlibs.pas: added 'const' modifiers to eliminate unnecessary local string copies
|
2010-11-18 22:09:48 +00:00 |
|
errors.pp
|
* remove uses strings
|
2008-01-20 21:27:01 +00:00 |
|
fpmake.inc
|
|
|
|
genfdset.inc
|
* fix for 11263, changed fileread and fd_zero to out using $modeswitch.
|
2010-03-01 22:35:14 +00:00 |
|
genfunch.inc
|
|
|
|
genfuncs.inc
|
|
|
|
gensigset.inc
|
|
|
|
initc.pp
|
* Use recent libc __errno function for OpenBSD
|
2011-10-10 21:33:58 +00:00 |
|
ipc.pp
|
* Try to update i386/openbsd port
|
2011-10-03 23:22:28 +00:00 |
|
ipccdecl.inc
|
* fix IPC for FPC_USE_LIBS
|
2007-07-07 09:13:23 +00:00 |
|
keyboard.pp
|
* patch by Nikolay Nikolov to support Alt-Tab and Ctrl-Tab on the linux console, resolves #19247
|
2011-08-16 18:58:50 +00:00 |
|
mouse.pp
|
|
|
|
oscdecl.inc
|
* fixed FpFcntl() for libc-based systems
|
2009-01-29 15:38:17 +00:00 |
|
oscdeclh.inc
|
* fpgetsid, Mantis #20329
|
2011-09-22 13:21:38 +00:00 |
|
ports.pp
|
|
|
|
printer.pp
|
* and more ESysEINTR and fpwaitpid fixing
|
2009-03-19 22:51:41 +00:00 |
|
serial.pp
|
* fixed deprecated
|
2007-06-17 20:29:33 +00:00 |
|
settimeo.inc
|
* fix settimeofday timeval parameter
|
2007-08-28 09:29:25 +00:00 |
|
sockets.pp
|
* haiku also sinlen, Mantis 16176
|
2010-04-01 11:38:55 +00:00 |
|
syscall.pp
|
|
|
|
sysdir.inc
|
* ansistring versions of mk/rm/chdir in objpas, Mantis 15010. The os-dependant routines of *nix/os2/win/dos have been converted
|
2009-11-18 18:04:51 +00:00 |
|
sysfile.inc
|
* EINTR handling...
|
2009-03-20 13:03:14 +00:00 |
|
sysheap.inc
|
* Convert heap to ptruint.
|
2007-07-04 19:46:47 +00:00 |
|
sysunixh.inc
|
* do not use / as DriveSeparator
|
2010-06-19 16:22:10 +00:00 |
|
sysutils.pp
|
* Improved efficiency of Now/Date/Time
|
2011-11-02 14:33:33 +00:00 |
|
terminfo.pp
|
|
|
|
termiosh.inc
|
|
|
|
timezone.inc
|
* Added ReReadTimeZone
|
2011-11-01 18:05:38 +00:00 |
|
tthread.inc
|
* Fixed synchronize/waitfor issue
|
2010-10-12 18:08:24 +00:00 |
|
ttyname.inc
|
|
|
|
unix.pp
|
* Added ReReadTimeZone
|
2011-11-01 18:05:38 +00:00 |
|
unixsockets.pas
|
* add preliminary UnixSockets with linux implementation
|
2007-08-19 13:35:43 +00:00 |
|
unixtype.pp
|
* moves the alias "TTime = time_t" from ptypes.inc to unixtype.pp.
|
2010-01-09 16:05:42 +00:00 |
|
unixutil.pp
|
* Fixed spell error revealed by lintian.
|
2010-10-06 20:33:57 +00:00 |
|
unxdeclh.inc
|
* use statvfs/fstatvfs on solaris instead of statfs/fstatfs, because the
|
2009-02-28 10:18:36 +00:00 |
|
unxovl.inc
|
|
|
|
unxovlh.inc
|
|
|
|
varutils.pp
|
|
|
|
video.pp
|
* patch by Nikolay Nikolov to use a hardware block cursor on the
|
2011-05-20 20:39:43 +00:00 |
|
winiconv.inc
|
rtl: revert r19330. We probably need to create a separate encoding<->codepage table.
|
2011-10-03 10:28:14 +00:00 |
|
x86.pp
|
* fixed x86 unit for x86-64
|
2008-07-10 19:52:14 +00:00 |