Historial de Commits

Autor SHA1 Mensaje Fecha
  Michael Stefaniuc 40ce3c5b60 cmd: Use wide-char string literals. hace 4 años
  Michael Stefaniuc 9fcb2b097c cmd: Inline some simple extern WCHAR strings. hace 4 años
  Zebediah Figura 60b3db6b98 cmd: Use _wsplitpath() from msvcrt. hace 4 años
  Gijs Vermeulen e737aafa8e cmd: Use wide character string literals in directory.c. hace 4 años
  Alexandre Julliard 7f0272a59a cmd: Explicitly mark qsort() callback funtions cdecl. hace 5 años
  Alexandre Julliard 43c430a6d8 cmd: Build with msvcrt. hace 5 años
  Michael Stefaniuc 7857074700 cmd: Remove useless cast to self. hace 5 años
  Michael Stefaniuc 44bda237ed cmd: Avoid naming conflicts with the global HeapAlloc wrappers. hace 6 años
  Michael Stefaniuc 04413abcc7 cmd: Use the ARRAY_SIZE() macro. hace 6 años
  Alexandre Julliard 3d3c5ab400 cmd: Add a helper function to check if a path ends with a backslash. hace 10 años
  Alexandre Julliard fd17c93224 cmd: Use array indexing syntax to access array members. hace 10 años
  Jacek Caban 08c17ada57 cmd: Added HeapFree wrapper. hace 12 años
  Jacek Caban c6d24089db cmd: Make allocation unfailable. hace 12 años
  Frédéric Delanoy cee1652e61 cmd: Get rid of longer needed 'end' parameter in WCMD_parameter. hace 12 años
  Jason Edmeades 9f83165efb cmd: Rename parameter passed to builtin calls. hace 12 años
  Jason Edmeades dccccfc273 cmd: Handle very odd delimiter support for command line. hace 12 años
  Jason Edmeades e35b239b41 cmd: Fix parameterization around delimiters. hace 12 años
  Frédéric Delanoy 668e44ab26 cmd: Respect constant wide strings naming convention. hace 12 años
  Francois Gouget eb109f46e3 cmd: Avoid hardcoding the Unicode string literal lengths. hace 13 años
  Frédéric Delanoy 0eec6b5de0 cmd: Avoid duplication of commonly used strings. hace 13 años
  Francois Gouget 8ef901fa32 cmd: Use FormatMessage() for better internationalization support. hace 13 años
  Frédéric Delanoy 44a1e7d199 cmd: Move commonly used global vars declarations to header file. hace 13 años
  Francois Gouget 3b72928464 cmd: Use WCMD_output_asis*() for strings that are not supposed to contain formating directives. hace 13 años
  Frédéric Delanoy 5fc25686a4 cmd: Avoid duplication of commonly used strings. hace 13 años
  Frédéric Delanoy 6221e300bc cmd: Avoid comparison between signed and unsigned values. hace 13 años
  Frédéric Delanoy e9a8b751b5 cmd: Standardize BOOL type usage in directory.c. hace 13 años
  Frédéric Delanoy bf63385fab cmd: Remove unused declarations of echo_mode. hace 13 años
  Frédéric Delanoy 3627c28958 cmd: Add an output parameter to WCMD_parameter to point to the end of the extracted param, if requested. hace 13 años
  Frédéric Delanoy ef70d88be0 cmd: Make some WCHAR arrays static. hace 13 años
  Gerald Pfeifer f40265b0b4 cmd: Remove variable argsProcessed which is not really used from WCMD_directory. hace 14 años