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
path: root/src/shell
AgeCommit message (Expand)Author
2022-11-05Cleanup string IDs of DOS programsFeralChild64
2022-10-13Fix mistakes in switching to ansi text codesRobert de Rooy
2022-10-08convert esc codes to ansi in srcRobert de Rooy
2022-10-02Switch messages in MSG_Add from code page 437 to UTF-8FeralChild64
2022-09-27Cleanup a local string name in the shell line parserkcgen
2022-09-26Auto-mount drives before parsing executable commandskcgen
2022-09-26Move the uptime logic from the shell and into a function (#1967)kcgen
2022-09-24Dedupe the project name using Meson's metadatakcgen
2022-09-20Tries to use Y: as temporary path for pipingWengier
2022-09-12Disable variable expansion in the shell by default with option to enable itWengier
2022-08-29Avoid archiving single objectskcgen
2022-08-28Fix boolean typo in drive automount parserkcgen
2022-08-28Pass Config object via unique_ptr in shellkcgen
2022-08-22Automount directories when found locally or from resourceskcgen
2022-08-22Use a list to manage AUTOEXEC's AutoexecObjectskcgen
2022-08-15Normalise casing and remove unused functionsJohn Novak
2022-08-15Move most string util functions into string_utils.cpp from support.cppJohn Novak
2022-08-11Drop the splash screenkcgen
2022-08-06Standardize Meson formatting with muon fmtkcgen
2022-07-25Stop CHOICE from waiting for input when EOF is reachedkcgen
2022-06-04Make help category headings translatableshermp
2022-05-31Adjust spacing for helpshermp
2022-05-31Assign SHELL_Cmd's help filter directly instead of via flagskcgen
2022-05-31Rework HELP macro to use new methodshermp
2022-05-31Implement help utils for programsshermp
2022-05-31Switch shell cmd's to help utils, implement cmd categoriesshermp
2022-05-20Delete the failed batch outside its own scopekcgen
2022-05-20Manage the shell cmd pointerkcgen
2022-05-16Adjust copyright dates for 2022Patryk Obara
2022-05-13Only exit-early when launching with an executablekcgen
2022-05-09Rename PROGRAMS_Main & ProgramStart to reflect behaviourshermp
2022-05-09Refactor _ProgramStart funcs to template functionshermp
2022-05-01Refactor the shell's CHOICE command with regular expressionskcgen
2022-04-28Check the return value from FindCommand in shell cmds (CWE-252)kcgen
2022-04-28Ensure we don't overrun a fixed string buffer in shell cmds (CWE-120)kcgen
2022-04-23Update help message for CHOICE commandWengier
2022-04-23Add /T option for CHOICE commandWengier
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-19Address PR feedbacks as suggestedWengier
2022-03-19Allow Z drive customizationWengier
2022-03-19Allow Z drive rescanningWengier
2022-02-28Fortify sprintf usage in shell_cmdsPatryk Obara
2022-02-03Fix bug in redirectionWengier
2022-02-01Fix an array overrun issue in shellkcgen
2022-02-01Address PR feedback in redirectionsWengier
2022-02-01Add/cleanup units tests for redirectionsWengier
2022-02-01Add message for pipingWengier
2022-02-01Rewrite rand() to address Coverity issueWengier