aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-11bump to 0.65v0.65Javier3-5/+7
2022-12-11do not allow the show cursor counter to go above 0Javier3-21/+24
2022-12-10fix issue with borlandc, bump to 0.64v0.64Javier4-13/+36
2022-11-27bump to v0.63v0.63Javier2-3/+3
2022-11-27fix regression with non-uppercase filenamesJavier1-10/+14
2022-11-27fix README typosJavier1-1/+1
2022-11-27bump to 0.62Javier1-2/+2
2022-11-27refactor to add per-mount options to vbsfJavier13-258/+430
2022-11-27search first for .tbl and kitten files in same path as exeJavier2-9/+54
2022-11-06cleaning up makefileJavier1-23/+34
2022-11-06improve wheel support (e.g. winword works now)Javier3-19/+120
2022-08-07bump internal versionJavier2-8/+6
2022-07-17Add /cs option for mounting case sensitive filesystemsEduardo Casino3-18/+19
2022-07-15Define _() macro for kittengets()Eduardo Casino3-105/+107
2022-07-14readme fixesJavier1-1/+3
2022-07-14Localization supportEduardo Casino9-113/+1130
2022-07-14add license file for unicode tablesJavier1-0/+46
2022-07-14Fix error message for hash optionEduardo Casino1-1/+1
2022-06-12update README and bump to 0.6v0.6Javier1-21/+59
2022-06-12add .tbl files in both floppy image and dist zipJavier2-0/+3
2022-06-12define IN_TSR macro in all tsr filesJavier4-5/+4
2022-06-12import nls tablesJavier17-0/+0
2022-06-12Fix mount when folder names contain utf8 charsEduardo Casino1-1/+3
2022-06-12Fix hash short names when host file system is case sensitiveEduardo Casino3-5/+12
2022-06-12Do not uppercase volume namesEduardo Casino2-7/+9
2022-06-12Add support for hash-generated short file namesEduardo Casino6-63/+573
2022-06-12Truncate file to current position when writing 0 bytesEduardo Casino1-4/+21
2022-06-12Fix vbox_shfl_set_file_size()Eduardo Casino1-1/+1
2022-05-23Fix find_first when search attr are 0Eduardo Casino1-8/+0
2022-05-23Add support for windows host short file namesEduardo Casino5-76/+162
2022-05-22Fix automount when mount point is emptyEduardo Casino1-1/+1
2022-05-08Add unicode and NLS supportEduardo Casino5-28/+449
2022-05-06no close needed for chdir/getattr which are lookupsJavier1-6/+4
2022-05-06Fix mkdir, chdir, getattr and setattrEduardo Casino1-2/+7
2022-05-01make setattr fail silentlyv0.56Javier1-5/+5
2022-04-30bump to 0.56Javier2-2/+5
2022-04-30refactor: switch debug log to a more convenient printf-like APIJavier8-390/+318
2022-04-30another hack to avoid dir fd leakingJavier2-1/+22
2022-04-30workaround for programs that do not call full mouse resetJavier1-0/+4
2022-04-30another hack to avoid leaking dirfd on 'dir *.*'Javier1-0/+8
2022-04-30improve wildcard handlingJavier1-9/+33
2022-04-30support setting file date/time from dosJavier3-1/+167
2022-04-30add hack to make filemgr stop leaking dir handlesJavier2-3/+23
2022-04-30save findfirst/findnext state in sdb, support concurrent callsJavier4-146/+242
2022-04-27make getattr return file_not_found instead of path_not_foundJavier1-1/+1
2022-04-27refactor: use INTPACKW (always 16-bit) instead of INTPACKXJavier4-123/+126
2022-04-27fix leaking SFTs on closeJavier1-0/+7
2022-04-23minor readme changeJavier1-1/+1
2022-04-21update readmev0.54Javier1-1/+3
2022-04-20implement seek_end fn in vbsfJavier2-6/+103