Added ansi to unicode translation for the environment in CreateProcessA().
[reactos.git] / reactos / lib / kernel32 / process / create.c
2002-04-01 Hartmut BirrAdded ansi to unicode translation for the environment...
2002-02-04 Steven EdwardsFixed a typo - Guido de Jong
2002-01-01 David WelchFixed bug with cygwin1.dll (still doesn't work)
2001-08-07 Eric KohlChanged stack allocation.
2001-08-03 Eric KohlRewrote stack allocation.
2001-06-18 Phillip SusiFixed CreateProcess() to use the command line parameter...
2001-03-17 David WelchBug fixes
2001-03-16 David WelchRemoved obsolete header files
2001-03-09 David WelchClose section handle after NtCreateProces in KERNEL32...
2001-02-10 David WelchSection and general memory manager enhancements includi...
2001-02-10 Eric KohlPreliminary command line fix
2001-01-23 Eric KohlRemoved fixed stack base address
2001-01-21 Phillip SusiNew console client support
2000-12-05 Eric KohlFixed forwarding of current directory string
2000-08-11 Eric KohlRenamed pseudo target 'floppy' to 'install'
2000-06-29 David WelchMade header file usage more consistent
2000-06-03 Emanuele AlibertiMinor changes.
2000-04-23 Phillip SusiCreateProcess was eating the flags, had to pass them on
2000-03-24 David WelchConnected standard input/output to the console
2000-03-22 David WelchUpdated the minix driver
2000-03-18 Eric KohlFixed path bugs
2000-03-16 Eric KohlFixed ANSI/OEM <--> Unicode conversions
2000-02-19 Eric KohlFixed bugs in process parameter and environment code
2000-02-18 Eric KohlFixed environment implementation
2000-02-13 David WelchMoved user-process loading into ZwCreateProcess
2000-01-27 David WelchChanged the loader so ZwCreateProcess now maps ntdll...
2000-01-26 David WelchMore improvements to LPC code
2000-01-11 Eric KohlFixed process parameters
1999-12-10 Eric KohlFixed command line code.
1999-12-08 Eric Kohlpointer to PEB becomes first parameter in call to NtPro...
1999-12-06 Eric Kohl- implemented process parameter block (PPB) code
1999-11-24 David WelchBegan converting minix fsd to work with new caching...
1999-10-13 Eric KohlPEB will be created in NtCreateProcess.
1999-10-07 Eric KohlFixed header inclusion order.
1999-06-26 Eric KohlFixed application file name (absolute path) in command...
1999-06-09 David WelchImplemented ZwOpenProcess corrected
1999-05-29 David WelchLots of changes to the kernel
1999-05-11 Eric KohlFixed LARGE_INTEGER hack.
1999-04-27 Eric KohlFixed LARGE_INTEGER handling
1999-04-20 Eric Kohlcompatibility fixes
1999-04-18 David WelchSeveral bug fixes
1999-04-14 David Welch*** empty log message ***
1999-04-10 David WelchPartially implemented PEB
1999-03-26 David WelchMade process execution work again