vbscript: Fixed tests on some non-English configs (without '.' as decimal point).
[wine] / programs / cmd /
2012-10-03  Jason Edmeadescmd: Change command line parsing away from argv/argc.
2012-10-02  Jason Edmeadescmd: Fix basic cmd.exe /c "echo hello" type syntax.
2012-10-02  Jason Edmeadescmd: cmd.exe /c or /k should suppress copy overwrite...
2012-10-01  Jason Edmeadescmd: Ensure current directory saved during cmd /c.
2012-10-01  Jason Edmeadescmd: Fix setlocal/endlocal implementation.
2012-10-01  Jason Edmeadescmd: Add full for /R support.
2012-10-01  Jason Edmeadescmd: Convert wcmd_for to use WCMD_parameter.
2012-10-01  Francois GougetAssorted spelling fixes.
2012-09-28  Frédéric Delanoycmd: Reuse common string constants.
2012-09-28  Frédéric Delanoycmd: Spelling fixes.
2012-09-26  Jason Edmeadescmd: Display 'set' sort ordering correctly.
2012-09-26  Jason Edmeadescmd: Echo back command with whitespace removed first.
2012-09-26  Jason Edmeadescmd: Support for ^ character at end of line.
2012-09-26  Jason Edmeadescmd: Add circumflex support into command shell.
2012-09-26  Jason Edmeadescmd: Fix parameterization around delimiters.
2012-09-24  Francois GougetAssorted spelling fixes.
2012-09-06  Jason Edmeadescmd: Space does not delimit environment variable names.
2012-09-06  Jason Edmeadescmd: A successful set should reset the errorlevel.
2012-09-05  Jason Edmeadescmd: Fix incorrect pointer comparison.
2012-09-05  Jason Edmeadescmd: More generic zero iteration for loop fix.
2012-09-05  Jason Edmeadescmd: Fix "PATH=value" command.
2012-09-04  Jason Edmeadescmd: Fix renaming inside directories.
2012-09-04  Jason Edmeadescmd: Fix rmdir error during recursive delete.
2012-09-03  Jason Edmeadescmd: for /l with zero iterations failed to skip its...
2012-09-03  Jason Edmeadescmd: for loops did not respect boundaries.
2012-06-27  Francois Gougetstart: Fix the command line handling.
2012-05-16  Frédéric Delanoycmd: Improve WCMD_parameter documentation.
2012-03-29  Frédéric Delanoycmd: Use BOOL instead of int for boolean variables.
2012-03-27  Christian Costacmd/tests: If we rewind to the beginning of the line...
2012-03-27  Christian Costaattrib: Dislay attribute flags in the right order.
2012-03-27  Christian Costaattrib: Add 2 missing spaces between attribute flags...
2012-03-01  Francois Gougetstart: Remove the license and the /L option.
2012-02-13  Frédéric Delanoycmd: Respect constant wide strings naming convention.
2012-02-13  Frédéric Delanoycmd: Reuse common string constants.
2012-02-11  Frédéric Delanoycmd: Add short help for START command.
2012-02-11  Alexandre Julliardcmd: START needs to be an internal command.
2012-01-25  Francois Gougetprograms: Standardize references to the <Enter> key.
2012-01-23  Francois Gougetcmd: Fix an internationalization issue in WCMD_ask_conf...
2012-01-23  Francois Gougetcmd: Fix asking for a Yes / No / All confirmation.
2012-01-23  Francois Gougetcmd: Remove an unused variable.
2012-01-23  Alexandre Julliardmakefiles: Define __WINESRC__ when building programs.
2012-01-23  Francois Gougetcmd: A few usage message tweaks and fixes.
2012-01-20  Alexandre Julliardmakefiles: Disable use of Unicode macros globally for...
2012-01-03  Frédéric Delanoycmd: Avoid unreachable code (Coverity).
2011-12-20  Frédéric Delanoycmd: Merge two if blocks.
2011-12-16  Francois Gougetcmd: Avoid hardcoding the Unicode string literal lengths.
2011-12-15  Akihiro Sagawacmd: Improve the message when the volume has no label.
2011-12-07  Frédéric Delanoycmd: Avoid dead assignment (Clang).
2011-12-07  Frédéric Delanoycmd: Avoid duplication of commonly used strings.
2011-12-06  Francois Gougetcmd: Use FormatMessage() for better internationalizatio...
2011-12-02  Francois Gougetcmd: Print error messages on stderr, not on stdout.
2011-11-30  Francois Gougetcmd/tests: Use resynchronization points to better deal...
2011-11-30  Frédéric Delanoycmd: Reorder global vars declarations/definitions to...
2011-11-30  Frédéric Delanoycmd: Move commonly used global vars declarations to...
2011-11-30  Frédéric Delanoycmd: Move a global var to the file using it.
2011-11-29  Frédéric Delanoycmd: Rename unicodePipes variable.
2011-11-29  Frédéric Delanoycmd: Reduce the scope of a global variable.
2011-11-29  Frédéric Delanoycmd: Use boolean types for boolean variables.
2011-11-29  Frédéric Delanoycmd: Remove an unused global variable.
2011-11-29  Francois Gougetcmd/tests: Tweak subsection headers so they are treated...
2011-11-29  Francois Gougetcmd/tests: Standardize the batch file section headers.
2011-11-29  Francois Gougetcmd/tests: Treat lines that start with '---' as resynch...
2011-11-29  Eric Pouechcmd: Correctly parse program name when launching extern...
2011-11-25  Francois Gougetcmd: Use WCMD_output_asis*() for strings that are not...
2011-11-24  Frédéric Delanoycmd: Avoid dead assignment (clang).
2011-11-21  Frédéric Delanoycmd: Move builtins list to builtins.c.
2011-11-18  Frédéric Delanoycmd: Move WCMD_part_execute function to avoid forward...
2011-11-15  Frédéric Delanoycmd: Avoid duplication of commonly used strings.
2011-11-15  Frédéric Delanoycmd: Trim whitespace in echo on/off.
2011-11-08  Frédéric Delanoycmd: Avoid comparison between signed and unsigned values.
2011-10-31  Frédéric Delanoycmd: Rename a parameter in WCMD_parameter.
2011-10-31  Frédéric Delanoycmd: Avoid unnecessary null pointer checks.
2011-10-28  Frédéric Delanoycmd: Fix a comment.
2011-10-28  Frédéric Delanoycmd: Make 'if errorlevel' only recognize integer values.
2011-10-21  Frédéric Delanoycmd: Constify WCMD_pushd parameter.
2011-10-19  Frédéric Delanoycmd: Rename WCMD_opt_s_strip_quotes function.
2011-10-14  Frédéric Delanoycmd: Make RENAME work for read-only files.
2011-10-14  Frédéric Delanoycmd/tests: Show that read-only files are RENAMEable.
2011-10-14  Frédéric Delanoycmd/tests: Add tests for directories RENAMEs.
2011-10-13  Frédéric Delanoycmd: Make MOVE work for read-only files.
2011-10-13  Frédéric Delanoycmd/tests: Show that read-only files are MOVEable.
2011-10-11  Frédéric Delanoycmd/tests: Add MOVE tests.
2011-10-08  Frédéric Delanoycmd: Make PAUSE accept any keypress instead of a full...
2011-10-08  Frédéric Delanoycmd: Consistently use infinitive forms in commands...
2011-10-06  Frédéric Delanoycmd: Avoid reading char by char from files.
2011-10-06  Frédéric Delanoycmd: Infer handle type from handle value in WCMD_fgets...
2011-10-05  Frédéric Delanoycmd: Rename a parameter in WCMD_fgets.
2011-10-05  Frédéric Delanoycmd: Improve handle type recognition in WCMD_ReadFile.
2011-10-05  Frédéric Delanoycmd: Avoid dead assignments (Clang).
2011-10-03  Frédéric Delanoycmd: Handle truncation for console reads.
2011-10-03  Frédéric Delanoycmd: Improve WCMD_fgets documentation.
2011-10-03  Frédéric Delanoycmd: Output error messages to stderr instead of stdout...
2011-09-28  Frédéric Delanoycmd/tests: Don't convert lines with DOS endings in...
2011-09-28  Frédéric Delanoycmd: Get rid of unused parameter in WCMD_ReadFile.
2011-09-28  Frédéric Delanoycmd: Avoid checking whether we're in console mode for...
2011-09-28  Frédéric Delanoycmd: Avoid reading char by char from console.
2011-09-27  Frédéric Delanoycmd: Fix comments in WCMD_color.
2011-09-26  Frédéric Delanoycmd: Fix WCMD_fgets documentation.
2011-09-26  Frédéric Delanoycmd: Output error messages to stderr where appropriate.
2011-09-26  Frédéric Delanoycmd: Add WCMD_output_stderr function to output error...
next