- Complete rewrite of environment variable handling to get rid of memory leaks, heap...
authorFilip Navara <filip.navara@gmail.com>
Fri, 27 Aug 2004 03:08:23 +0000 (03:08 +0000)
committerFilip Navara <filip.navara@gmail.com>
Fri, 27 Aug 2004 03:08:23 +0000 (03:08 +0000)
commitaa00673d45a5f3c6d5a18a61e71bf15dc3616029
tree802d1aee6ca2ef4c05b62f4dd800bb8d75d30ea7
parent0f59361d1102bffb134d0efcfebdb7114fec446f
- Complete rewrite of environment variable handling to get rid of memory leaks, heap corruption and spurious pointers.
- Remove some ancient Wine stuff that either wasn't used or didn't work.
- Fix realloc to not call HeapReAlloc for allocating new memory.

svn path=/trunk/; revision=10703
13 files changed:
reactos/lib/msvcrt/Makefile
reactos/lib/msvcrt/misc/dllmain.c
reactos/lib/msvcrt/misc/environ.c
reactos/lib/msvcrt/misc/getargs.c
reactos/lib/msvcrt/msvcrt.def
reactos/lib/msvcrt/process/_system.c
reactos/lib/msvcrt/process/process.c
reactos/lib/msvcrt/stdio/popen.c
reactos/lib/msvcrt/stdlib/getenv.c
reactos/lib/msvcrt/stdlib/malloc.c
reactos/lib/msvcrt/stdlib/putenv.c
reactos/lib/msvcrt/stdlib/wputenv.c
reactos/lib/msvcrt/wine/data.c [deleted file]