summaryrefslogtreecommitdiff
path: root/rtl/unix
Commit message (Expand)AuthorAgeFilesLines
* * don't try to set the iconv transliterate property in case the iconvjonas2012-01-041-1/+2
* * default to UTF-8 as system code page in case nl_langinfo(CODESET) returnsjonas2012-01-041-1/+11
* * Improved efficiency of Now/Date/Timemichael2011-11-021-15/+24
* * Added ReReadTimeZonemichael2011-11-012-0/+7
* rtl: paul2011-10-251-4/+4
* rtl: set codepages for TextRec field when Text file is opened + update this f...paul2011-10-251-0/+24
* rtl: add WideStringManager.GetStandardCodePageProc method to retrieve system ...paul2011-10-251-1/+7
* rtl: make cwstring.pp dependent of dynlibs, load iconvctl dynamicallypaul2011-10-251-8/+33
* * support for iOS-specific location of "localtime" time zone filejonas2011-10-241-0/+5
* * added "inc" extension to {$i winiconv}jonas2011-10-221-1/+1
* * fixed compilation on darwin/arm after r19522jonas2011-10-221-3/+3
* rtl: transliterate characters if possible intead of replacing them with "?" c...paul2011-10-211-1/+18
* * Use recent libc __errno function for OpenBSDpierre2011-10-101-1/+5
* + Added OpenBSD CODESET and LC_ALL valuespierre2011-10-041-3/+8
* * Try to update i386/openbsd portpierre2011-10-032-10/+12
* rtl: revert r19330. We probably need to create a separate encoding<->codepage...paul2011-10-032-4/+415
* rtl: move winiconv.inc into general inc directory and rename it to wincodepag...paul2011-10-032-415/+4
* * prevent the internal windows code page number -> iconv name and vice versajonas2011-10-012-5/+9
* * and one more fix to prevent endless loopsjonas2011-09-231-1/+1
* * fixed potential endless loop if the code page passed to win2iconv()jonas2011-09-231-4/+4
* + support for transcoding the new ansistring type on unix platformsjonas2011-09-232-32/+512
* * fpgetsid, Mantis #20329marco2011-09-222-0/+3
* * Also check TMPDIR, a UNIX standard used by a.o. iOS (mantis #20248)michael2011-09-221-0/+2
* rtl: manual merge some cpstrnew changes which was impossible to merge using r...paul2011-09-181-2/+2
* merge r14347 from cpstrnew branch by florian:paul2011-09-171-2/+2
|\
| * * fixed bootstrapping with 2.4.0florian2009-12-061-2/+2
* | * patch by Nikolay Nikolov to support Alt-Tab and Ctrl-Tab on the linux conso...florian2011-08-161-5/+24
* | * also return fasymbolic if dir is found.marco2011-08-011-8/+12
* | * fixed FPC_USE_LIBC building for Linux and exception handling (mantis #13450)marco2011-07-311-1/+1
* | * LongdateFormat equals shortdateformat (no longdateformat is available in la...michael2011-07-021-1/+1
* | * Added share mode argument to FileCreate callmichael2011-05-231-2/+9
* | * patch by Nikolay Nikolov to use a hardware block cursor on the florian2011-05-201-1/+1
* | * Corrected fix for FileAgemichael2011-04-021-1/+1
* | * Do not allow fileage for directories (15873)michael2011-04-021-2/+2
* | * Don't use deprecated symbols anymore, silences compilation.sergei2011-03-301-41/+41
* | * added alias for statsfsmarco2011-02-271-0/+1
* | * committed the fpc/ hierarchy parts of the patch in mants 18271:marco2011-01-161-3/+3
* | * part of r16533, forgot to commitjonas2010-12-111-0/+24
* | * dynlibs.pas: added 'const' modifiers to eliminate unnecessary local string ...sergei2010-11-181-2/+2
* | + semtimedop() for Linux, marked as "platform" (last part of patch fromjonas2010-11-131-0/+3
* | o fixed several Linux ipc bugs, based on patch by Ruben Chaer/jonas2010-11-131-21/+61
* | * hook up CompareUnicodeStringProc and CompareTextUnicodeStringProc injonas2010-11-031-2/+2
* | * Fixed synchronize/waitfor issuemichael2010-10-121-1/+9
* | * Fixed spell error revealed by lintian.mazen2010-10-061-2/+2
* | - disabled FpSigTimedWait also for haiku (based on patch byjonas2010-07-201-1/+1
* | - disabled fpsigtimedwait for darwin because it doesn't exist therejonas2010-07-181-0/+2
* | + Add modify_ldt to linux unitdaniel2010-07-182-4/+7
* | * allow tthread-based threads to only start executing once the constructorjonas2010-07-181-3/+14
* | + added support for intialising/finalising threads not started via the FPCjonas2010-07-121-7/+50
* | * do not use / as DriveSeparatorhajny2010-06-191-1/+1