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-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-20Manage the shell cmd pointerkcgen
2022-02-01Address PR feedback in redirectionsWengier
2022-02-01Create helper functions to make the code easier to readWengier
2022-02-01Support for piping from the command-lineWengier
2022-01-06Simplify AutoexecObject by using the default constructorkcgen
2021-11-27DOS_Shell tests and mocks, refactor fixtureBrandon Roberts
2021-09-18Differentate between the EXIT command and general shutdown requestskcgen
2021-09-18Add ability to get an AutoexecObject linekcgen
2021-07-21Use a shared-pointer to manage BatchFile objects (#1154)kcgen
2021-07-12Refactor list of shell commands and their usagekcgen
2021-06-04Expand environment variables in the DOS shellWengier
2021-05-30Finalize all dangling child classeskcgen
2021-01-20Merge 'svn/trunk' r4412Patryk Obara
2021-01-15Make the exit request bool accessible outside Shellkcgen
2021-01-14A new and hopeful better yearPeter Veenstra
2021-01-12Cleanup any allocated batch file memory on closekcgen
2021-01-12Replace all (void)'s with () in shell classeskcgen
2021-01-12Inialize Shell member pointerskcgen
2021-01-01Adjust copyright statements for 2021Patryk Obara
2020-06-15Make DOS_Shell::Which const-correctPatryk Obara
2020-05-24Add ls commandPatryk Obara
2020-05-04Rename boolean flag "exit" to "exit_flag"Patryk 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-04-20Change first_shell to be DOS_Shell instead of Program. Makes future manipulat...Peter Veenstra
2019-01-25Update year and address of FSFPeter Veenstra
2018-05-29Time keeps on tickingPeter Veenstra
2017-05-30Years updatePeter Veenstra
2015-01-06Year update.Peter Veenstra
2013-01-15Year updatePeter Veenstra
2011-06-05- Add midnight/next day incrementRalf Grillenberger
2011-04-26Update year. Remove CVS tagsPeter Veenstra
2010-02-11Update yearPeter Veenstra
2009-11-30report typed entry for %0 not the parsed entry.(System Shock reported by ripsaw)Peter Veenstra
2009-07-03fix shift.Peter Veenstra
2009-05-27Some year and version numbersPeter Veenstra
2009-03-23revise switchToLongcmd a bit. allow execution of mount/imgmount from menus an...Peter Veenstra
2009-01-19Close and reopen batch for each executed line. Makes it possible to rewrite i...Peter Veenstra
2008-08-11Refactoring. Rewrite IF to not simply delete all =. Makes stuff like if error...Peter Veenstra
2008-03-02Allow longer commandlines in MOUNT and IMGMOUNT.Peter Veenstra
2007-10-28Change Batchfile constructor.(Silences a few warnings). Introduce batchfile f...Peter Veenstra
2007-06-14Some more const stuff. Silences a few warnings and removes a few casts. Updat...Peter Veenstra
2007-01-08Add Beta2 patch: Fix autoexec overflow.Peter Veenstra
2007-01-08Happy New Year\!Peter Veenstra
2006-07-26Add slightly modified help system of ykhwong. Added a few of the descriptions...Peter Veenstra