mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-30 20:52:03 +08:00
2001-09-14 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: Fixed some mistakes.
This commit is contained in:
@@ -1,3 +1,43 @@
|
||||
2001-09-14 Fernando Ruiz <fernando.ruiz@ctv.es>
|
||||
|
||||
* shell/shell.c: Don't close file it wasn't open.
|
||||
|
||||
2001-09-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
|
||||
of AC_CANONICAL_SYSTEM.
|
||||
* aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
|
||||
mkinstalldirs and mkdir.
|
||||
* aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
|
||||
hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
|
||||
_RTEMS_OUTPUT_BUILD_SUBDIRS.
|
||||
|
||||
2001-09-14 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: Fixed some mistakes.
|
||||
|
||||
2001-09-14 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: Fixed some mistakes.
|
||||
|
||||
2001-09-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
|
||||
of AC_CANONICAL_SYSTEM.
|
||||
* aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
|
||||
mkinstalldirs and mkdir.
|
||||
* aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
|
||||
hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
|
||||
_RTEMS_OUTPUT_BUILD_SUBDIRS.
|
||||
|
||||
2001-09-14 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: Fixed some mistakes.
|
||||
|
||||
2001-09-14 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: Fixed some mistakes.
|
||||
|
||||
2001-09-13 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* devnull/devnull.c: Eliminate warning.
|
||||
|
||||
@@ -288,7 +288,7 @@ int shell_scanline(char * line,int size,FILE * in,FILE * out) {
|
||||
if (out) fprintf(out,"%s",line);
|
||||
};
|
||||
tcdrain(fileno(in ));
|
||||
tcdrain(fileno(out));
|
||||
if (out) tcdrain(fileno(out));
|
||||
for (;;) {
|
||||
line[col]=0;
|
||||
c=fgetc(in);
|
||||
|
||||
@@ -1,3 +1,43 @@
|
||||
2001-09-14 Fernando Ruiz <fernando.ruiz@ctv.es>
|
||||
|
||||
* shell/shell.c: Don't close file it wasn't open.
|
||||
|
||||
2001-09-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
|
||||
of AC_CANONICAL_SYSTEM.
|
||||
* aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
|
||||
mkinstalldirs and mkdir.
|
||||
* aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
|
||||
hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
|
||||
_RTEMS_OUTPUT_BUILD_SUBDIRS.
|
||||
|
||||
2001-09-14 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: Fixed some mistakes.
|
||||
|
||||
2001-09-14 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: Fixed some mistakes.
|
||||
|
||||
2001-09-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
|
||||
of AC_CANONICAL_SYSTEM.
|
||||
* aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
|
||||
mkinstalldirs and mkdir.
|
||||
* aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
|
||||
hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
|
||||
_RTEMS_OUTPUT_BUILD_SUBDIRS.
|
||||
|
||||
2001-09-14 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: Fixed some mistakes.
|
||||
|
||||
2001-09-14 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* ChangeLog: Fixed some mistakes.
|
||||
|
||||
2001-09-13 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* devnull/devnull.c: Eliminate warning.
|
||||
|
||||
@@ -288,7 +288,7 @@ int shell_scanline(char * line,int size,FILE * in,FILE * out) {
|
||||
if (out) fprintf(out,"%s",line);
|
||||
};
|
||||
tcdrain(fileno(in ));
|
||||
tcdrain(fileno(out));
|
||||
if (out) tcdrain(fileno(out));
|
||||
for (;;) {
|
||||
line[col]=0;
|
||||
c=fgetc(in);
|
||||
|
||||
Reference in New Issue
Block a user