Remove outdated email addresses.

svn path=/trunk/; revision=26648
This commit is contained in:
Eric Kohl 2007-05-05 11:32:25 +00:00
parent 5cfa655cbc
commit e0364c78da
47 changed files with 134 additions and 135 deletions

View file

@ -21,7 +21,7 @@
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS welcome/autorun application * PROJECT: ReactOS welcome/autorun application
* FILE: subsys/system/welcome/welcome.c * FILE: subsys/system/welcome/welcome.c
* PROGRAMMERS: Eric Kohl (ekohl@rz-online.de) * PROGRAMMERS: Eric Kohl
* Casper S. Hornstrup (chorns@users.sourceforge.net) * Casper S. Hornstrup (chorns@users.sourceforge.net)
* *
* NOTE: * NOTE:

View file

@ -15,14 +15,14 @@
* added config.h include * added config.h include
* added ifdef's to disable aliases * added ifdef's to disable aliases
* *
* 09-Dec-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 09-Dec-1998 Eric Kohl
* Fixed crash when removing an alias in DeleteAlias(). * Fixed crash when removing an alias in DeleteAlias().
* Added help text ("/?"). * Added help text ("/?").
* *
* 14-Jan-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 14-Jan-1998 Eric Kohl
* Clean up and Unicode safe! * Clean up and Unicode safe!
* *
* 24-Jan-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 24-Jan-1998 Eric Kohl
* Redirection safe! * Redirection safe!
* *
* 02-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>) * 02-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>)

View file

@ -4,28 +4,28 @@
* *
* History: * History:
* *
* 04-Dec-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 04-Dec-1998 Eric Kohl
* started * started
* *
* 09-Dec-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 09-Dec-1998 Eric Kohl
* implementation works, except recursion ("attrib /s"). * implementation works, except recursion ("attrib /s").
* *
* 05-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 05-Jan-1999 Eric Kohl
* major rewrite. * major rewrite.
* fixed recursion ("attrib /s"). * fixed recursion ("attrib /s").
* started directory support ("attrib /s /d"). * started directory support ("attrib /s /d").
* updated help text. * updated help text.
* *
* 14-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 14-Jan-1999 Eric Kohl
* Unicode ready! * Unicode ready!
* *
* 19-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 19-Jan-1999 Eric Kohl
* Redirection ready! * Redirection ready!
* *
* 21-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 21-Jan-1999 Eric Kohl
* Added check for invalid filenames. * Added check for invalid filenames.
* *
* 23-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 23-Jan-1999 Eric Kohl
* Added handling of multiple filenames. * Added handling of multiple filenames.
* *
* 02-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>) * 02-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>)

View file

@ -47,7 +47,7 @@
* 02-Aug-1998 (Hans B Pufal) [HBP_003] * 02-Aug-1998 (Hans B Pufal) [HBP_003]
* Fixed bug in ECHO flag restoration at exit from batch file * Fixed bug in ECHO flag restoration at exit from batch file
* *
* 26-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 26-Jan-1999 Eric Kohl
* Replaced CRT io functions by Win32 io functions. * Replaced CRT io functions by Win32 io functions.
* Unicode safe! * Unicode safe!
* *

View file

@ -13,11 +13,11 @@
* 27-Jul-1998 (John P Price <linux-guru@gcfl.net>) * 27-Jul-1998 (John P Price <linux-guru@gcfl.net>)
* added config.h include * added config.h include
* *
* 14-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 14-Jan-1999 (Eric Kohl)
* Added help text ("beep /?"). * Added help text ("beep /?").
* Unicode ready! * Unicode ready!
* *
* 20-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 20-Jan-1999 (Eric Kohl)
* Redirection ready! * Redirection ready!
* *
* 02-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>) * 02-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>)

View file

@ -18,10 +18,10 @@
* lock-up that happened sometimes when calling a batch file from * lock-up that happened sometimes when calling a batch file from
* another batch file. * another batch file.
* *
* 07-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 07-Jan-1999 (Eric Kohl)
* Added help text ("call /?") and cleaned up. * Added help text ("call /?") and cleaned up.
* *
* 20-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 20-Jan-1999 (Eric Kohl)
* Unicode and redirection safe! * Unicode and redirection safe!
* *
* 02-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>) * 02-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>)

View file

@ -4,7 +4,7 @@
* *
* History: * History:
* *
* 23-Dec-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 23-Dec-1998 (Eric Kohl)
* Started. * Started.
* *
* 02-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>) * 02-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>)

View file

@ -10,16 +10,16 @@
* 27-Jul-1998 (John P Price <linux-guru@gcfl.net>) * 27-Jul-1998 (John P Price <linux-guru@gcfl.net>)
* added config.h include * added config.h include
* *
* 04-Dec-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 04-Dec-1998 (Eric Kohl)
* Changed to Win32 console app. * Changed to Win32 console app.
* *
* 08-Dec-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 08-Dec-1998 (Eric Kohl)
* Added help text ("/?"). * Added help text ("/?").
* *
* 14-Jan-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 14-Jan-1998 (Eric Kohl)
* Unicode ready! * Unicode ready!
* *
* 20-Jan-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 20-Jan-1998 (Eric Kohl)
* Redirection ready! * Redirection ready!
* *
* 02-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>) * 02-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>)

View file

@ -84,36 +84,36 @@
* Fixed carrage return output to better match MSDOS with echo * Fixed carrage return output to better match MSDOS with echo
* on or off. (marked with "JPP 19980708") * on or off. (marked with "JPP 19980708")
* *
* 07-Dec-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 07-Dec-1998 (Eric Kohl)
* First ReactOS release. * First ReactOS release.
* Extended length of commandline buffers to 512. * Extended length of commandline buffers to 512.
* *
* 13-Dec-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 13-Dec-1998 (Eric Kohl)
* Added COMSPEC environment variable. * Added COMSPEC environment variable.
* Added "/t" support (color) on cmd command line. * Added "/t" support (color) on cmd command line.
* *
* 07-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 07-Jan-1999 (Eric Kohl)
* Added help text ("cmd /?"). * Added help text ("cmd /?").
* *
* 25-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 25-Jan-1999 (Eric Kohl)
* Unicode and redirection safe! * Unicode and redirection safe!
* Fixed redirections and piping. * Fixed redirections and piping.
* Piping is based on temporary files, but basic support * Piping is based on temporary files, but basic support
* for anonymous pipes already exists. * for anonymous pipes already exists.
* *
* 27-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 27-Jan-1999 (Eric Kohl)
* Replaced spawnl() by CreateProcess(). * Replaced spawnl() by CreateProcess().
* *
* 22-Oct-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 22-Oct-1999 (Eric Kohl)
* Added break handler. * Added break handler.
* *
* 15-Dec-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 15-Dec-1999 (Eric Kohl)
* Fixed current directory * Fixed current directory
* *
* 28-Dec-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 28-Dec-1999 (Eric Kohl)
* Restore window title after program/batch execution * Restore window title after program/batch execution
* *
* 03-Feb-2001 (Eric Kohl <ekohl@rz-online.de>) * 03-Feb-2001 (Eric Kohl)
* Workaround because argc[0] is NULL under ReactOS * Workaround because argc[0] is NULL under ReactOS
* *
* 23-Feb-2001 (Carl Nettelblad <cnettel@hem.passagen.se>) * 23-Feb-2001 (Carl Nettelblad <cnettel@hem.passagen.se>)

View file

@ -16,7 +16,7 @@
* 30-Jul-1998 (John P Price <linux-guru@gcfl.net>) * 30-Jul-1998 (John P Price <linux-guru@gcfl.net>)
* Added compile date to version. * Added compile date to version.
* *
* 26-Feb-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 26-Feb-1999 (Eric Kohl)
* Introduced a new version string. * Introduced a new version string.
* Thanks to Emanuele Aliberti! * Thanks to Emanuele Aliberti!
*/ */

View file

@ -79,15 +79,15 @@
* Fixed carrage return output to better match MSDOS with echo * Fixed carrage return output to better match MSDOS with echo
* on or off.(marked with "JPP 19980708") * on or off.(marked with "JPP 19980708")
* *
* 13-Dec-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 13-Dec-1998 (Eric Kohl)
* Added insert/overwrite cursor. * Added insert/overwrite cursor.
* *
* 25-Jan-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 25-Jan-1998 (Eric Kohl)
* Replaced CRT io functions by Win32 console io functions. * Replaced CRT io functions by Win32 console io functions.
* This can handle <Shift>-<Tab> for 4NT filename completion. * This can handle <Shift>-<Tab> for 4NT filename completion.
* Unicode and redirection safe! * Unicode and redirection safe!
* *
* 04-Feb-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 04-Feb-1999 (Eric Kohl)
* Fixed input bug. A "line feed" character remained in the keyboard * Fixed input bug. A "line feed" character remained in the keyboard
* input queue when you pressed <RETURN>. This sometimes caused * input queue when you pressed <RETURN>. This sometimes caused
* some very strange effects. * some very strange effects.

View file

@ -13,7 +13,7 @@
* 27 Jul 1998 John P. Price * 27 Jul 1998 John P. Price
* added config.h include * added config.h include
* *
* 21-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 21-Jan-1999 (Eric Kohl)
* Unicode ready! * Unicode ready!
*/ */

View file

@ -4,13 +4,13 @@
* *
* History: * History:
* *
* 13-Dec-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 13-Dec-1998 (Eric Kohl)
* Started. * Started.
* *
* 19-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 19-Jan-1999 (Eric Kohl)
* Unicode ready! * Unicode ready!
* *
* 20-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 20-Jan-1999 (Eric Kohl)
* Redirection ready! * Redirection ready!
* *
* 14-Oct-1999 (Paolo Pantaleo <paolopan@freemail.it>) * 14-Oct-1999 (Paolo Pantaleo <paolopan@freemail.it>)

View file

@ -4,7 +4,7 @@
* *
* History: * History:
* *
* 20-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 20-Jan-1999 (Eric Kohl)
* started * started
* *
* 03-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>) * 03-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>)

View file

@ -11,13 +11,13 @@
* fixed memory leak problem in copy function. * fixed memory leak problem in copy function.
* fixed copy function so it would work with wildcards in the source * fixed copy function so it would work with wildcards in the source
* *
* 13-Dec-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 13-Dec-1998 (Eric Kohl)
* Added COPY command to CMD. * Added COPY command to CMD.
* *
* 26-Jan-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 26-Jan-1998 (Eric Kohl)
* Replaced CRT io functions by Win32 io functions. * Replaced CRT io functions by Win32 io functions.
* *
* 27-Oct-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 27-Oct-1998 (Eric Kohl)
* Disabled prompting when used in batch mode. * Disabled prompting when used in batch mode.
* *
* 03-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>) * 03-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>)

View file

@ -18,13 +18,13 @@
* fixed stand-alone mode. * fixed stand-alone mode.
* Added Pacific C compatible dos_getdate functions * Added Pacific C compatible dos_getdate functions
* *
* 09-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 09-Jan-1999 (Eric Kohl)
* Added locale support * Added locale support
* *
* 23-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 23-Jan-1999 (Eric Kohl)
* Unicode and redirection safe! * Unicode and redirection safe!
* *
* 04-Feb-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 04-Feb-1999 (Eric Kohl)
* Fixed date input bug. * Fixed date input bug.
* *
* 03-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>) * 03-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>)

View file

@ -15,19 +15,19 @@
* 27-Jul-1998 (John P Price <linux-guru@gcfl.net>) * 27-Jul-1998 (John P Price <linux-guru@gcfl.net>)
* added config.h include * added config.h include
* *
* 09-Dec-1998 (Eric Kohl <ekohl@abo.rhein-zeiung.de>) * 09-Dec-1998 (Eric Kohl)
* Fixed command line parsing bugs. * Fixed command line parsing bugs.
* *
* 21-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeiung.de>) * 21-Jan-1999 (Eric Kohl)
* Started major rewrite using a new structure. * Started major rewrite using a new structure.
* *
* 03-Feb-1999 (Eric Kohl <ekohl@abo.rhein-zeiung.de>) * 03-Feb-1999 (Eric Kohl)
* First working version. * First working version.
* *
* 30-Mar-1999 (Eric Kohl <ekohl@abo.rhein-zeiung.de>) * 30-Mar-1999 (Eric Kohl)
* Added quiet ("/Q"), wipe ("/W") and zap ("/Z") option. * Added quiet ("/Q"), wipe ("/W") and zap ("/Z") option.
* *
* 06-Nov-1999 (Eric Kohl <ekohl@abo.rhein-zeiung.de>) * 06-Nov-1999 (Eric Kohl)
* Little fix to keep DEL quiet inside batch files. * Little fix to keep DEL quiet inside batch files.
* *
* 28-Jan-2004 (Michael Fritscher <michael@fritscher.net>) * 28-Jan-2004 (Michael Fritscher <michael@fritscher.net>)

View file

@ -90,24 +90,24 @@
* added config.h include * added config.h include
* *
* *
* 04-Dec-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 04-Dec-1998 (Eric Kohl)
* Converted source code to Win32, except recursive dir ("dir /s"). * Converted source code to Win32, except recursive dir ("dir /s").
* *
* 10-Dec-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 10-Dec-1998 (Eric Kohl)
* Fixed recursive dir ("dir /s"). * Fixed recursive dir ("dir /s").
* *
* 14-Dec-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 14-Dec-1998 (Eric Kohl)
* Converted to Win32 directory functions and * Converted to Win32 directory functions and
* fixed some output bugs. There are still some more ;) * fixed some output bugs. There are still some more ;)
* *
* 10-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 10-Jan-1999 (Eric Kohl)
* Added "/N" and "/4" options, "/O" is a dummy. * Added "/N" and "/4" options, "/O" is a dummy.
* Added locale support. * Added locale support.
* *
* 20-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 20-Jan-1999 (Eric Kohl)
* Redirection safe! * Redirection safe!
* *
* 01-Mar-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 01-Mar-1999 (Eric Kohl)
* Replaced all runtime io functions by their Win32 counterparts. * Replaced all runtime io functions by their Win32 counterparts.
* *
* 23-Feb-2001 (Carl Nettelblad <cnettel@hem.passagen.se>) * 23-Feb-2001 (Carl Nettelblad <cnettel@hem.passagen.se>)

View file

@ -4,13 +4,13 @@
* *
* History: * History:
* *
* 14-Dec-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 14-Dec-1998 (Eric Kohl)
* Implemented PUSHD and POPD command. * Implemented PUSHD and POPD command.
* *
* 20-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 20-Jan-1999 (Eric Kohl)
* Unicode and redirection safe! * Unicode and redirection safe!
* *
* 20-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 20-Jan-1999 (Eric Kohl)
* Added DIRS command. * Added DIRS command.
*/ */

View file

@ -13,13 +13,13 @@
* 27-Jul-1998 (John P Price <linux-guru@gcfl.net>) * 27-Jul-1998 (John P Price <linux-guru@gcfl.net>)
* Added config.h include * Added config.h include
* *
* 08-Dec-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 08-Dec-1998 (Eric Kohl)
* Added help text ("/?"). * Added help text ("/?").
* *
* 19-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 19-Jan-1999 (Eric Kohl)
* Unicode and redirection ready! * Unicode and redirection ready!
* *
* 13-Jul-2000 (Eric Kohl <ekohl@rz-online.de>) * 13-Jul-2000 (Eric Kohl)
* Implemented 'echo.' and 'echoerr.'. * Implemented 'echo.' and 'echoerr.'.
* *
* 28-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>) * 28-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>)

View file

@ -10,10 +10,10 @@
* 27-Jul-1998 (John P Price <linux-guru@gcfl.net>) * 27-Jul-1998 (John P Price <linux-guru@gcfl.net>)
* added config.h include * added config.h include
* *
* 24-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 24-Jan-1999 (Eric Kohl)
* Redirection safe! * Redirection safe!
* *
* 02-Feb-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 02-Feb-1999 (Eric Kohl)
* Use FormatMessage() for error reports. * Use FormatMessage() for error reports.
* *
* 28-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>) * 28-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>)

View file

@ -9,7 +9,7 @@
* made second TAB display list of filename matches * made second TAB display list of filename matches
* made filename be lower case if last character typed is lower case * made filename be lower case if last character typed is lower case
* *
* 25-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 25-Jan-1999 (Eric Kohl)
* Cleanup. Unicode safe! * Cleanup. Unicode safe!
* *
* 30-Apr-2004 (Filip Navara <xnavara@volny.cz>) * 30-Apr-2004 (Filip Navara <xnavara@volny.cz>)

View file

@ -16,10 +16,10 @@
* Terminate label on first space character, use only first 8 chars of * Terminate label on first space character, use only first 8 chars of
* label string * label string
* *
* 24-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 24-Jan-1999 (Eric Kohl)
* Unicode and redirection safe! * Unicode and redirection safe!
* *
* 27-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 27-Jan-1999 (Eric Kohl)
* Added help text ("/?"). * Added help text ("/?").
* *
* 28-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>) * 28-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>)

View file

@ -14,7 +14,7 @@
* 27-Jul-1998 (John P Price <linux-guru@gcfl.net>) * 27-Jul-1998 (John P Price <linux-guru@gcfl.net>)
* added config.h include * added config.h include
* *
* 25-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 25-Jan-1999 (Eric Kohl)
* Cleanup! * Cleanup!
* Unicode and redirection safe! * Unicode and redirection safe!
* *

View file

@ -13,13 +13,13 @@
* 27-Jul-1998 (John P Price <linux-guru@gcfl.net>) * 27-Jul-1998 (John P Price <linux-guru@gcfl.net>)
* added config.h include * added config.h include
* *
* 07-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 07-Jan-1999 (Eric Kohl)
* Added help text ("if /?") and cleaned up. * Added help text ("if /?") and cleaned up.
* *
* 21-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 21-Jan-1999 (Eric Kohl)
* Unicode and redirection ready! * Unicode and redirection ready!
* *
* 01-Sep-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 01-Sep-1999 (Eric Kohl)
* Fixed help text. * Fixed help text.
* *
* 17-Feb-2001 (ea) * 17-Feb-2001 (ea)

View file

@ -97,26 +97,26 @@
* 27-Jul-1998 (John P Price <linux-guru@gcfl.net>) * 27-Jul-1998 (John P Price <linux-guru@gcfl.net>)
* added config.h include * added config.h include
* *
* 03-Dec-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 03-Dec-1998 (Eric Kohl)
* Replaced DOS calls by Win32 calls. * Replaced DOS calls by Win32 calls.
* *
* 08-Dec-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 08-Dec-1998 (Eric Kohl)
* Added help texts ("/?"). * Added help texts ("/?").
* *
* 18-Dec-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 18-Dec-1998 (Eric Kohl)
* Added support for quoted arguments (cd "program files"). * Added support for quoted arguments (cd "program files").
* *
* 07-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 07-Jan-1999 (Eric Kohl)
* Clean up. * Clean up.
* *
* 26-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 26-Jan-1999 (Eric Kohl)
* Replaced remaining CRT io functions by Win32 io functions. * Replaced remaining CRT io functions by Win32 io functions.
* Unicode safe! * Unicode safe!
* *
* 30-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 30-Jan-1999 (Eric Kohl)
* Added "cd -" feature. Changes to the previous directory. * Added "cd -" feature. Changes to the previous directory.
* *
* 15-Mar-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 15-Mar-1999 (Eric Kohl)
* Fixed bug in "cd -" feature. If the previous directory was a root * Fixed bug in "cd -" feature. If the previous directory was a root
* directory, it was ignored. * directory, it was ignored.
* *

View file

@ -4,13 +4,13 @@
* *
* History: * History:
* *
* 10-Dec-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 10-Dec-1998 (Eric Kohl)
* Started. * Started.
* *
* 11-Dec-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 11-Dec-1998 (Eric Kohl)
* Finished. * Finished.
* *
* 19-Jan-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 19-Jan-1998 (Eric Kohl)
* Unicode ready! * Unicode ready!
* *
* 28-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>) * 28-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>)

View file

@ -4,10 +4,10 @@
* *
* History: * History:
* *
* 09-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 09-Jan-1999 (Eric Kohl)
* Started. * Started.
* *
* 20-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 20-Jan-1999 (Eric Kohl)
* Unicode safe! * Unicode safe!
*/ */

View file

@ -13,19 +13,19 @@
* 27-Jul-1998 (John P Price <linux-guru@gcfl.net>) * 27-Jul-1998 (John P Price <linux-guru@gcfl.net>)
* added config.h include * added config.h include
* *
* 18-Dec-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 18-Dec-1998 (Eric Kohl)
* Changed split() to accept quoted arguments. * Changed split() to accept quoted arguments.
* Removed parse_firstarg(). * Removed parse_firstarg().
* *
* 23-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 23-Jan-1999 (Eric Kohl)
* Fixed an ugly bug in split(). In rare cases (last character * Fixed an ugly bug in split(). In rare cases (last character
* of the string is a space) it ignored the NULL character and * of the string is a space) it ignored the NULL character and
* tried to add the following to the argument list. * tried to add the following to the argument list.
* *
* 28-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 28-Jan-1999 (Eric Kohl)
* FileGetString() seems to be working now. * FileGetString() seems to be working now.
* *
* 06-Nov-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 06-Nov-1999 (Eric Kohl)
* Added PagePrompt() and FilePrompt(). * Added PagePrompt() and FilePrompt().
* *
* 30-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>) * 30-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>)

View file

@ -4,21 +4,21 @@
* *
* History: * History:
* *
* 14-Dec-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 14-Dec-1998 (Eric Kohl)
* Started. * Started.
* *
* 18-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 18-Jan-1999 (Eric Kohl)
* Unicode safe! * Unicode safe!
* Preliminary version!!! * Preliminary version!!!
* *
* 20-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 20-Jan-1999 (Eric Kohl)
* Redirection safe! * Redirection safe!
* *
* 27-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 27-Jan-1999 (Eric Kohl)
* Added help text ("/?"). * Added help text ("/?").
* Added more error checks. * Added more error checks.
* *
* 03-Feb-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 03-Feb-1999 (Eric Kohl)
* Added "/N" option. * Added "/N" option.
* *
* 30-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>) * 30-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>)

View file

@ -10,16 +10,16 @@
* 27-Jul-1998 (John P Price <linux-guru@gcfl.net>) * 27-Jul-1998 (John P Price <linux-guru@gcfl.net>)
* added config.h include * added config.h include
* *
* 09-Dec-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 09-Dec-1998 (Eric Kohl)
* Added help text ("/?"). * Added help text ("/?").
* *
* 18-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 18-Jan-1999 (Eric Kohl)
* Unicode ready! * Unicode ready!
* *
* 18-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 18-Jan-1999 (Eric Kohl)
* Redirection safe! * Redirection safe!
* *
* 24-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 24-Jan-1999 (Eric Kohl)
* Fixed Win32 environment handling. * Fixed Win32 environment handling.
* *
* 30-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>) * 30-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>)

View file

@ -13,7 +13,7 @@
* 27-Jul-1998 (John P Price <linux-guru@gcfl.net>) * 27-Jul-1998 (John P Price <linux-guru@gcfl.net>)
* added config.h include * added config.h include
* *
* 18-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 18-Jan-1999 (Eric Kohl)
* Unicode ready! * Unicode ready!
*/ */

View file

@ -26,21 +26,21 @@
* 28-Jul-1998 (John P Price <linux-guru@gcfl.net>) * 28-Jul-1998 (John P Price <linux-guru@gcfl.net>)
* moved cmd_prompt from internal.c to here * moved cmd_prompt from internal.c to here
* *
* 09-Dec-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 09-Dec-1998 (Eric Kohl)
* Added help text ("/?"). * Added help text ("/?").
* *
* 14-Dec-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 14-Dec-1998 (Eric Kohl)
* Added "$+" option. * Added "$+" option.
* *
* 09-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 09-Jan-1999 (Eric Kohl)
* Added "$A", "$C" and "$F" option. * Added "$A", "$C" and "$F" option.
* Added locale support. * Added locale support.
* Fixed "$V" option. * Fixed "$V" option.
* *
* 20-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 20-Jan-1999 (Eric Kohl)
* Unicode and redirection safe! * Unicode and redirection safe!
* *
* 24-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 24-Jan-1999 (Eric Kohl)
* Fixed Win32 environment handling. * Fixed Win32 environment handling.
* *
* 30-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>) * 30-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>)

View file

@ -14,11 +14,11 @@
* 27-Jul-1998 (John P Price <linux-guru@gcfl.net>) * 27-Jul-1998 (John P Price <linux-guru@gcfl.net>)
* Added config.h include * Added config.h include
* *
* 22-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 22-Jan-1999 (Eric Kohl)
* Unicode safe! * Unicode safe!
* Added new error redirection "2>" and "2>>". * Added new error redirection "2>" and "2>>".
* *
* 26-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 26-Jan-1999 (Eric Kohl)
* Added new error AND output redirection "&>" and "&>>". * Added new error AND output redirection "&>" and "&>>".
* *
* 24-Jun-2005 (Brandon Turner <turnerb7@msu.edu>) * 24-Jun-2005 (Brandon Turner <turnerb7@msu.edu>)

View file

@ -7,13 +7,13 @@
* 27-Jul-1998 (John P Price <linux-guru@gcfl.net>) * 27-Jul-1998 (John P Price <linux-guru@gcfl.net>)
* added config.h include * added config.h include
* *
* 18-Dec-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de> * 18-Dec-1998 (Eric Kohl)
* Added support for quoted long file names with spaces. * Added support for quoted long file names with spaces.
* *
* 20-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de> * 20-Jan-1999 (Eric Kohl)
* Unicode and redirection safe! * Unicode and redirection safe!
* *
* 17-Oct-2001 (Eric Kohl <ekohl@rz.online.de> * 17-Oct-2001 (Eric Kohl)
* Implemented basic rename code. * Implemented basic rename code.
* *
* 30-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>) * 30-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>)

View file

@ -20,14 +20,14 @@
* 28-Jul-1998 (John P Price <linux-guru@gcfl.net>) * 28-Jul-1998 (John P Price <linux-guru@gcfl.net>)
* added set_env function to set env. variable without needing set command * added set_env function to set env. variable without needing set command
* *
* 09-Dec-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 09-Dec-1998 (Eric Kohl)
* Added help text ("/?"). * Added help text ("/?").
* *
* 24-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 24-Jan-1999 (Eric Kohl)
* Fixed Win32 environment handling. * Fixed Win32 environment handling.
* Unicode and redirection safe! * Unicode and redirection safe!
* *
* 25-Feb-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 25-Feb-1999 (Eric Kohl)
* Fixed little bug. * Fixed little bug.
* *
* 30-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>) * 30-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>)

View file

@ -13,10 +13,10 @@
* 27-Jul-1998 (John P Price <linux-guru@gcfl.net>) * 27-Jul-1998 (John P Price <linux-guru@gcfl.net>)
* added config.h include * added config.h include
* *
* 07-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 07-Jan-1999 (Eric Kohl)
* Added help text ("shift /?") and cleaned up. * Added help text ("shift /?") and cleaned up.
* *
* 20-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 20-Jan-1999 (Eric Kohl)
* Unicode and redirection safe! * Unicode and redirection safe!
* *
* 30-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>) * 30-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>)

View file

@ -4,7 +4,7 @@
* *
* History: * History:
* *
* 24-Jul-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 24-Jul-1999 (Eric Kohl)
* Started. * Started.
* *
* 30-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>) * 30-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>)

View file

@ -10,14 +10,14 @@
* 27-Jul-1998 (John P Price <linux-guru@gcfl.net>) * 27-Jul-1998 (John P Price <linux-guru@gcfl.net>)
* added config.h include * added config.h include
* *
* 09-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 09-Jan-1999 (Eric Kohl)
* Added locale support. * Added locale support.
* *
* 19-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 19-Jan-1999 (Eric Kohl)
* Unicode and redirection safe! * Unicode and redirection safe!
* Added "/t" option. * Added "/t" option.
* *
* 04-Feb-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 04-Feb-1999 (Eric Kohl)
* Fixed time input bug. * Fixed time input bug.
* *
* 30-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>) * 30-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>)

View file

@ -12,11 +12,11 @@
* 27-Jul-1998 (John P Price <linux-guru@gcfl.net>) * 27-Jul-1998 (John P Price <linux-guru@gcfl.net>)
* added config.h include * added config.h include
* *
* 07-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 07-Jan-1999 (Eric Kohl)
* Added support for quoted arguments (type "test file.dat"). * Added support for quoted arguments (type "test file.dat").
* Cleaned up. * Cleaned up.
* *
* 19-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 19-Jan-1999 (Eric Kohl)
* Unicode and redirection ready! * Unicode and redirection ready!
* *
* 19-Jan-1999 (Paolo Pantaleo <paolopan@freemail.it>) * 19-Jan-1999 (Paolo Pantaleo <paolopan@freemail.it>)

View file

@ -14,10 +14,10 @@
* 30-Jul-1998 (John P Price <linux-guru@gcfl.net>) * 30-Jul-1998 (John P Price <linux-guru@gcfl.net>)
* added text about where to send bug reports and get updates. * added text about where to send bug reports and get updates.
* *
* 20-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 20-Jan-1999 (Eric Kohl)
* Unicode and redirection safe! * Unicode and redirection safe!
* *
* 26-Feb-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 26-Feb-1999 (Eric Kohl)
* New version info and some output changes. * New version info and some output changes.
*/ */

View file

@ -7,11 +7,11 @@
* 31 Jul 1998 (John P Price) * 31 Jul 1998 (John P Price)
* started. * started.
* *
* 18-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 18-Jan-1999 (Eric Kohl)
* VERIFY is just a dummy under Win32; it only exists * VERIFY is just a dummy under Win32; it only exists
* for compatibility!!! * for compatibility!!!
* *
* 20-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 20-Jan-1999 (Eric Kohl)
* Unicode and redirection ready! * Unicode and redirection ready!
* *
* 30-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>) * 30-Apr-2005 (Magnus Olsen) <magnus@greatlord.com>)

View file

@ -4,19 +4,19 @@
* *
* History: * History:
* *
* 03-Dec-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 03-Dec-1998 (Eric Kohl)
* Replaced DOS calls by Win32 calls. * Replaced DOS calls by Win32 calls.
* *
* 08-Dec-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 08-Dec-1998 (Eric Kohl)
* Added help text ("/?"). * Added help text ("/?").
* *
* 07-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 07-Jan-1999 (Eric Kohl)
* Cleanup. * Cleanup.
* *
* 18-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 18-Jan-1999 (Eric Kohl)
* Unicode ready! * Unicode ready!
* *
* 20-Jan-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 20-Jan-1999 (Eric Kohl)
* Redirection ready! * Redirection ready!
*/ */

View file

@ -54,21 +54,20 @@
* executable (does not have .bat, .com, or .exe extention). * executable (does not have .bat, .com, or .exe extention).
* Before command would to execute any file with any extension (opps!) * Before command would to execute any file with any extension (opps!)
* *
* 03-Dec-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 03-Dec-1998 (Eric Kohl)
* Changed find_which(). * Changed find_which().
* *
* 07-Dec-1998 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 07-Dec-1998 (Eric Kohl)
* Added ".CMD" extension. * Added ".CMD" extension.
* Replaced numeric constant by _NR_OF_EXTENSIONS. * Replaced numeric constant by _NR_OF_EXTENSIONS.
* *
* 26-Feb-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 26-Feb-1999 (Eric Kohl)
* Replaced find_which() by SearchForExecutable(). * Replaced find_which() by SearchForExecutable().
* Now files are searched using the right extension order. * Now files are searched using the right extension order.
* *
* 20-Apr-1999 (Eric Kohl <ekohl@abo.rhein-zeitung.de>) * 20-Apr-1999 (Eric Kohl)
* Some minor changes and improvements. * Some minor changes and improvements.
* *
* 10-Jul-2004 (Jens Collin <jens.collin@lakhei.com>) * 10-Jul-2004 (Jens Collin <jens.collin@lakhei.com>)
* Fixed searxhing for files with specific extensions in PATHEXT order.. * Fixed searxhing for files with specific extensions in PATHEXT order..
* *

View file

@ -1,6 +1,6 @@
/* /*
* FreeLoader * FreeLoader
* Copyright (C) 2003 Eric Kohl <ekohl@rz-online.de> * Copyright (C) 2003 Eric Kohl
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* /*
* FreeLoader * FreeLoader
* Copyright (C) 2003 Eric Kohl <ekohl@rz-online.de> * Copyright (C) 2003 Eric Kohl
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View file

@ -4,7 +4,7 @@
* PROJECT: ReactOS kernel * PROJECT: ReactOS kernel
* FILE: ntoskrnl/hal/x86/portio.c * FILE: ntoskrnl/hal/x86/portio.c
* PURPOSE: Port I/O functions * PURPOSE: Port I/O functions
* PROGRAMMER: Eric Kohl (ekohl@abo.rhein-zeitung.de) * PROGRAMMER: Eric Kohl
* UPDATE HISTORY: * UPDATE HISTORY:
* Created 18/10/99 * Created 18/10/99
*/ */