cmd: Avoid duplication of commonly used strings.
[wine] / programs / cmd / directory.c
2011-11-15  Frédéric Delanoycmd: Avoid duplication of commonly used strings.
2011-11-08  Frédéric Delanoycmd: Avoid comparison between signed and unsigned values.
2011-09-23  Frédéric Delanoycmd: Standardize BOOL type usage in directory.c.
2011-09-16  Frédéric Delanoycmd: Remove unused declarations of echo_mode.
2011-09-08  Frédéric Delanoycmd: Add an output parameter to WCMD_parameter to point...
2011-08-26  Frédéric Delanoycmd: Make some WCHAR arrays static.
2010-05-03  Gerald Pfeifercmd: Remove variable argsProcessed which is not really...
2010-03-29  Mikhail Maroukhineprograms: Fix compiler warnings with flag -Wcast-qual.
2009-12-09  Alexandre Julliardcmd: Use the explicit name for all A/W function.
2009-09-25  Dan Kegelcmd: Make 'dir' hide hidden or system files by default.
2009-01-06  Francois Gougetcmd: Make some functions static.
2008-12-31  Francois Gougetcmd: Reorder some functions to avoid forward declarations.
2008-12-04  Michael Stefaniuccmd: Remove some superfluous casts.
2008-04-22  Austin EnglishSpelling fixes.
2008-04-07  Francois GougetAssorted spelling fixes.
2007-09-12  Jason Edmeadescmd.exe: Fix redirect ordering on a command line.
2007-06-27  Michael Stefaniuccmd: Remove superfluous casts of void pointers to other...
2007-06-06  Francois Gougetprograms/cmd: Add missing '\n' to Wine trace.
2007-06-04  Jason Edmeadescmd.exe: Fix dir /w.
2007-06-04  Jason Edmeadescmd.exe: Convert cmd to Unicode.
2007-06-04  Jason Edmeadescmd.exe: Move English constants into NLS files.
2007-04-24  Jason Edmeadescmd.exe: Support for DEL filename /s.
2007-04-16  Jason Edmeadescmd.exe: Implement a basic 'more'.
2007-04-06  Jason Edmeadescmd.exe: Partially fix 'dir *.' (ie files with no exten...
2007-04-06  Jason Edmeadescmd.exe: Make dir a* b* or dir a* b* /s mirror windows.
2007-04-06  Jason Edmeadescmd.exe: Make dir support multiple parameters.
2007-04-06  Jason Edmeadescmd.exe: Fix dir filename /s and resolve many output...
2007-03-28  Francois Gougetcmd: Spelling fix.
2007-03-19  Jason Edmeadescmd.exe: Only write 'bytes free' message if a file...
2007-03-19  Jason Edmeadescmd.exe: Add errorlevel support for DIR command.
2007-03-19  Jason Edmeadescmd.exe: Add support for dir /A filtering.
2007-03-19  Jason Edmeadescmd.exe: Add support for DIRCMD and sequential qualifie...
2007-03-19  Jason Edmeadescmd.exe: Add support for dir /-C.
2007-03-19  Jason Edmeadescmd.exe: Add support for DIR /D.
2007-03-14  Jason Edmeadescmd.exe: Add DIR /O ordering support.
2007-03-14  Jason Edmeadescmd.exe: Add dir /X support (sort of...).
2007-03-13  Jason Edmeadescmd.exe: Add DIR /X support.
2007-03-13  Jason Edmeadescmd.exe: Add DIR /T support.
2007-03-13  Jason Edmeadescmd.exe: Add dir /L support.
2007-03-05  Francois Gougetcmd: Remove unneeded NONAMELESS* defines and ifdefs.
2007-03-01  Alexandre Julliardcmd: Fix silly local variables indentation that breaks...
2006-09-07  Dan Kegelprograms/wcmd: Rename to programs/cmd.