| Commit message (Expand) | Author | Age | Files | Lines |
* | define iconv_is_in_libc by default for netbsd OS (can be disabled by adding ... | pierre | 2018-09-24 | 1 | -1/+1 |
* | + add Delphi-compatible FileGetSymLinkTarget functions to all platforms (curr... | svenbarth | 2018-08-24 | 1 | -0/+6 |
* | + add Delphi compatible FollowLink parameter (default is True) to FileExists ... | svenbarth | 2018-08-24 | 1 | -2/+2 |
* | * use include files in the unix ports unit as well | nickysn | 2018-07-09 | 1 | -89/+2 |
* | + use the x86 inline intrinsics for port access in the unix ports unit as well | nickysn | 2018-07-04 | 1 | -24/+35 |
* | * use the new x86 port access intrinsics in the x86 unit for unix | nickysn | 2018-07-03 | 1 | -169/+54 |
* | fix typo in comment. no functional change. | karoly | 2017-11-07 | 1 | -1/+1 |
* | Also disable pthread_attr_setinheritsched call for BeOS | pierre | 2017-09-20 | 1 | -1/+1 |
* | Disable FpSigTimedWait also for BeOS | pierre | 2017-09-20 | 1 | -2/+2 |
* | * initial fileflush, mantis #15824 | marco | 2017-09-03 | 1 | -0/+7 |
* | * change external name of wait to wait instead of waitpid. Reported | marco | 2017-08-08 | 1 | -1/+1 |
* | * Use specific type for TFPSet elements | michael | 2017-07-09 | 1 | -5/+6 |
* | * properly align threadvars for sparc64 | florian | 2017-07-08 | 1 | -0/+4 |
* | * on targets with indirect main entry argc, argv and envp are provided throug... | svenbarth | 2017-07-08 | 1 | -0/+6 |
* | * empty lines removed | florian | 2017-06-19 | 1 | -3/+0 |
* | * make webtbs/tw30535 also working on OSes using cthreads | florian | 2017-03-12 | 1 | -5/+11 |
* | * CP819/IBM819 should be mapped to Windows code page 28591 (ISO8859-1) | jonas | 2017-02-04 | 1 | -2/+2 |
* | * FileOpen should not open directories (Windows compatible) Bug ID 30766 | michael | 2016-12-04 | 1 | -3/+19 |
* | * android: Try to get the package files directory for any shared library. If ... | yury | 2016-11-20 | 1 | -13/+11 |
* | * converted for-loop to while-loop, because its loop count is used on exit | jonas | 2016-11-01 | 1 | -3/+7 |
* | * don't index past the end of the transitions array (mantis #30829) | jonas | 2016-11-01 | 1 | -1/+1 |
* | - Cleaned out thread manager semaphore support which was ever implemented onl... | sergei | 2016-09-20 | 1 | -189/+0 |
* | * link always excplicitly against libc on linux when using the dl unit so | florian | 2016-08-22 | 1 | -4/+4 |
* | * corrected r34366 (powerpc -> cpupowerpc) | florian | 2016-08-22 | 1 | -1/+1 |
* | * excplicitly link against libc in the unit dl, so the correct startup files ... | florian | 2016-08-22 | 1 | -2/+3 |
* | * android: Create app files dir if needed. | yury | 2016-08-20 | 1 | -1/+4 |
* | * android: | yury | 2016-08-19 | 1 | -7/+32 |
* | * android: Fixed GetAppConfigDir, GetAppConfigFile, GetUserDir, GetTempDir to... | yury | 2016-08-19 | 1 | -15/+72 |
* | * android: Use ICU to get timezone information if running on an Android versi... | yury | 2016-08-19 | 1 | -1/+5 |
* | * android: Properly initialize time zone information. | yury | 2016-08-18 | 1 | -0/+12 |
* | * fixed (harmless) range error in 64 bit BSD-based RTLs | jonas | 2016-05-21 | 1 | -1/+1 |
* | * SearchAttr needs more bits (faSymlink=$400), bug ID 29870 | michael | 2016-03-27 | 1 | -1/+1 |
* | * unicode executeprocess from work during Lazarus convention in IJsselstein | marco | 2016-03-19 | 6 | -59/+95 |
* | * deprecated dt routines in unixutils. Julian routines already were | marco | 2015-11-20 | 1 | -4/+4 |
* | * Observe TZ and TZDir when determining timezone | michael | 2015-11-19 | 1 | -10/+31 |
* | * Fix bug 28987, fpfd_clr, and fpfdfillset using cardinal instead of correctl... | michael | 2015-11-15 | 1 | -2/+2 |
* | * Type helpers, compatible to Delphi XE 8 | michael | 2015-11-07 | 2 | -16/+35 |
* | * remove some deprecated functions. Most have alternatives since at least 2.... | marco | 2015-11-06 | 2 | -75/+1 |
* | * avoid threadvar memory leaks for external hooked threads if the tlskey | jonas | 2015-10-27 | 1 | -2/+14 |
* | * Return a real base address for ELF executables by GetModuleByAddr() instead... | yury | 2015-10-13 | 1 | -0/+2 |
* | * Removed unused vars in RTL. | yury | 2015-09-17 | 2 | -2/+0 |
* | * Use /data/local/tmp/ as a fallback temp dir on Android. | yury | 2015-09-16 | 1 | -1/+8 |
* | * Use mbrlen instead of mblen under Haiku like on other Unix like platforms. | jonas | 2015-08-25 | 1 | -16/+16 |
* | * Haiku use UTF-8 from day one, so it make sense to use the corresponding | jonas | 2015-08-16 | 1 | -1/+1 |
* | * Modify CODESET value according to the corresponding declaration in | jonas | 2015-08-16 | 1 | -2/+3 |
* | * Fixed ftruncate to take 64-bit argument | michael | 2015-05-21 | 1 | -1/+1 |
* | * fmShareDenyNone should also take a shared lock (+ test) | jonas | 2015-05-17 | 1 | -3/+2 |
* | * when creating a file with an exclusive sharing mode on Unix, first check | jonas | 2015-05-15 | 1 | -4/+27 |
* | * Patch from Bernd to fix SedDateTime (wrong tv_usec values, bug ID 27969) | michael | 2015-04-26 | 1 | -1/+4 |
* | * Fix bug ID 27617, heap messed up due to not resetting pointer | michael | 2015-03-29 | 1 | -6/+11 |