Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-07Add general DOS user request functionsFeralChild64
2022-10-16Fix bitwise shift of negative in DOS date pack callkcgen
2022-08-30Debitu the remainder of keyboard layoutkcgen
2022-08-04Name the keyboard error-code enum typekcgen
2022-08-04Format the list of enum Country valueskcgen
2022-08-04Use an enum class for Country and normalize casekcgen
2022-07-11Let MCB faults be optionally reported or repairedkcgen
2022-05-16Adjust copyright dates for 2022Patryk Obara
2022-04-14Mass replace int types with cstdint typesWengier
2022-03-30Address PR feedback as suggestedFeralChild64
2022-03-30Sync keyboard.sys, ega.cpi, and related with upstreamFeralChild64
2022-03-18Allow compile-time evaluation of DOS date and time pack callskcgen
2022-01-14Rewrite DOS country mappingsWengier
2022-01-07Delete DOS devices on shutdownkcgen
2021-12-19Support WFW networking from internal DOS shellWengier
2021-11-13Simplify the population of the command tail in shell misckcgen
2021-10-04Update entire system for C++17 supportKirk
2021-05-30Finalize all dangling child classeskcgen
2021-01-20Merge 'svn/trunk' r4412Patryk Obara
2021-01-14A new and hopeful better yearPeter Veenstra
2021-01-01Adjust copyright statements for 2021Patryk Obara
2020-12-26New functions for DOS_PackTime/DatePatryk Obara
2020-11-07Correct spelling mistakesEdward Betts
2020-10-12Update number of open DOS file handles to 255Patryk Obara
2020-10-03Rename the 'seg' argument to avoid masking the member variablekcgen
2020-10-03Let the compiler decide when to inline date & time callskcgen
2020-10-03Fix a warning and check for wrap-around in datetime callsPatryk Obara
2020-10-02Merge branch 'svn/trunk' r4369Patryk Obara
2020-10-02Compatible side-effect behavior of DOS in the file close function.ripsaw8080
2020-09-25Properly set modify time on written filesNicknineTheEagle
2020-08-28Reorganize MemStruct constructionPatryk Obara
2020-08-28Remove old field access macros for MemStructPatryk Obara
2020-08-28Convert DOS_InfoBlock to using new field access macrosPatryk Obara
2020-08-28Convert DOS_ParamBlock to using new field access macrosPatryk Obara
2020-08-28Convert DOS_MCB to using new field access macrosPatryk Obara
2020-08-24Convert DOS_SDA to using new field access macrosPatryk Obara
2020-08-24Convert DOS_DTA to using new field access macrosPatryk Obara
2020-08-24Convert DOS_FCB to using new field access macrosPatryk Obara
2020-08-20Convert DOS_PSP to using new field access macrosPatryk Obara
2020-08-20Provide safe replacement for sGet, sSave macrosPatryk Obara
2020-08-07Add DOS_ParseVersion functionWengier
2020-07-16Remove extra semicolons from dos_inc.hPatryk Obara
2020-05-22Use const char* as first parameter for DOS_FindFirstPatryk Obara
2020-04-25time keeps tickingPeter Veenstra
2020-03-07Update copyright dates to 2020Joshua Fern
2019-12-09Fix unsafe memory operations and warnings in the fatDrive classkrcroft
2019-01-25Update year and address of FSFPeter Veenstra
2018-06-21Support some installer disk detection methods: block device count, and specif...ripsaw8080
2018-05-29Time keeps on tickingPeter Veenstra
2018-05-03ANSI emulation is activated for the session when an escape sequence is encoun...ripsaw8080