summaryrefslogtreecommitdiff
path: root/src/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up some preprocessor operationsPaul Smith2023-01-161-1/+1
* Use MK_OS_OS2 macro instead of __EMX__Paul Smith2023-01-161-1/+1
* Use MK_OS_DOS macro instead of __MSDOS__Paul Smith2023-01-161-4/+4
* Rename WINDOWS32 macro to MK_OS_W32Paul Smith2023-01-151-28/+28
* Rename VMS macro to MK_OS_VMSPaul Smith2023-01-151-27/+27
* Remove support for AmigaOSPaul Smith2023-01-151-16/+0
* Update support for OS/2Paul Smith2023-01-081-1/+7
* Update ancient glob/fnmatch implementationsPaul Smith2023-01-021-5/+5
* Don't free uninitialized hash_tablePaul Smith2023-01-011-42/+40
* Update the copyright year on all filesPaul Smith2023-01-011-1/+1
* * src/dir.c (dir_contents_file_exists_p): Show dir name in error.Paul Smith2022-11-131-29/+26
* Fix issues found by ASAN and CoverityPaul Smith2022-10-311-1/+1
* Set PATH_MAX on systems without a default valuePaul Smith2022-10-221-4/+4
* Update URLs to use https rather than httpPaul Smith2022-10-181-1/+1
* Add ISDIRSEP() helper macro and use itPaul Smith2022-10-181-8/+5
* Provide new functions to convert long long to stringPaul Smith2022-09-251-22/+17
* * <all>: Update copyright notices.Paul Smith2022-02-101-1/+1
* Fix build and test issues on WindowsPaul Smith2021-03-281-2/+3
* [SV 41273] Allow the directory cache to be invalidatedPaul Smith2020-11-291-113/+145
* [SV 57930] Cast char to unsigned char to call ctype functionsPaul Smith2020-05-031-1/+1
* * src/dir.c (local_stat): [WINDOWS32] Fix buffer-overflow warning.Jens Rehsack2020-03-311-4/+4
* Update copyright statements for 2020Paul Smith2020-01-031-1/+1
* * configure.ac: Check whether struct dirent has a d_type fieldPaul Smith2019-09-071-2/+2
* * src/dir.c (dir_setup_glob): Initialize unused gl_offs.Paul Smith2019-09-071-0/+1
* Update copyright statements for 2019Paul Smith2019-05-191-1/+1
* * src/dir.c: Preserve glob d_type fieldspagoveanu@gmail.com2018-08-021-1/+5
* Resolve most of the Windows Visual Studio warnings.Paul Smith2018-07-021-5/+5
* * all: Update Copyright statements for 2018Paul Smith2018-07-011-1/+1
* Rework directory structure to use GNU-recommended "src" directory.Paul Smith2017-11-191-0/+1346