From 2310605f10159cd4d00ca7d0245baa5bb450e705 Mon Sep 17 00:00:00 2001 From: Olaf Barthel Date: Wed, 10 Jun 2015 13:22:53 +0000 Subject: [PATCH] - Removed the "executable" properties from those files which are not executable scripts git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15306 87f5fb63-7c3d-0410-a384-fd976d0f7a62 --- library/TODO | 0 library/complex_headers.h | 0 library/libamiga.gmk | 0 library/libc.gmk | 0 library/libdebug.gmk | 0 library/libm.gmk | 0 library/libnet.gmk | 0 library/libprofile.gmk | 0 library/libunix.gmk | 0 library/math_lrint.c | 0 library/math_lrintf.c | 0 library/math_lroundf.c | 0 library/math_rem_pio2f.c | 0 library/math_rint.c | 0 library/math_rintf.c | 0 library/stdio_ctermid.c | 0 library/stdio_ftello.c | 0 library/stdlib_lib_main.c | 0 library/stdlib_program_name.c | 0 library/termios_cfgetispeed.c | 0 library/termios_cfgetospeed.c | 0 library/termios_cfmakeraw.c | 0 library/termios_cfsetispeed.c | 0 library/termios_cfsetospeed.c | 0 library/termios_console_fdhookentry.c | 0 library/termios_headers.h | 0 library/termios_openserial.c | 0 library/termios_tcdrain.c | 0 library/termios_tcflow.c | 0 library/termios_tcflush.c | 0 library/termios_tcgetattr.c | 0 library/termios_tcsendbreak.c | 0 library/termios_tcsetattr.c | 0 library/unistd_lockf.c | 0 library/unistd_ttyname.c | 0 library/unistd_ttyname_r.c | 0 test_programs/date_test.c | 0 test_programs/rand.c | 0 test_programs/setlocale.c | 0 test_programs/sscanf_64.c | 0 40 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 library/TODO mode change 100755 => 100644 library/complex_headers.h mode change 100755 => 100644 library/libamiga.gmk mode change 100755 => 100644 library/libc.gmk mode change 100755 => 100644 library/libdebug.gmk mode change 100755 => 100644 library/libm.gmk mode change 100755 => 100644 library/libnet.gmk mode change 100755 => 100644 library/libprofile.gmk mode change 100755 => 100644 library/libunix.gmk mode change 100755 => 100644 library/math_lrint.c mode change 100755 => 100644 library/math_lrintf.c mode change 100755 => 100644 library/math_lroundf.c mode change 100755 => 100644 library/math_rem_pio2f.c mode change 100755 => 100644 library/math_rint.c mode change 100755 => 100644 library/math_rintf.c mode change 100755 => 100644 library/stdio_ctermid.c mode change 100755 => 100644 library/stdio_ftello.c mode change 100755 => 100644 library/stdlib_lib_main.c mode change 100755 => 100644 library/stdlib_program_name.c mode change 100755 => 100644 library/termios_cfgetispeed.c mode change 100755 => 100644 library/termios_cfgetospeed.c mode change 100755 => 100644 library/termios_cfmakeraw.c mode change 100755 => 100644 library/termios_cfsetispeed.c mode change 100755 => 100644 library/termios_cfsetospeed.c mode change 100755 => 100644 library/termios_console_fdhookentry.c mode change 100755 => 100644 library/termios_headers.h mode change 100755 => 100644 library/termios_openserial.c mode change 100755 => 100644 library/termios_tcdrain.c mode change 100755 => 100644 library/termios_tcflow.c mode change 100755 => 100644 library/termios_tcflush.c mode change 100755 => 100644 library/termios_tcgetattr.c mode change 100755 => 100644 library/termios_tcsendbreak.c mode change 100755 => 100644 library/termios_tcsetattr.c mode change 100755 => 100644 library/unistd_lockf.c mode change 100755 => 100644 library/unistd_ttyname.c mode change 100755 => 100644 library/unistd_ttyname_r.c mode change 100755 => 100644 test_programs/date_test.c mode change 100755 => 100644 test_programs/rand.c mode change 100755 => 100644 test_programs/setlocale.c mode change 100755 => 100644 test_programs/sscanf_64.c diff --git a/library/TODO b/library/TODO old mode 100755 new mode 100644 diff --git a/library/complex_headers.h b/library/complex_headers.h old mode 100755 new mode 100644 diff --git a/library/libamiga.gmk b/library/libamiga.gmk old mode 100755 new mode 100644 diff --git a/library/libc.gmk b/library/libc.gmk old mode 100755 new mode 100644 diff --git a/library/libdebug.gmk b/library/libdebug.gmk old mode 100755 new mode 100644 diff --git a/library/libm.gmk b/library/libm.gmk old mode 100755 new mode 100644 diff --git a/library/libnet.gmk b/library/libnet.gmk old mode 100755 new mode 100644 diff --git a/library/libprofile.gmk b/library/libprofile.gmk old mode 100755 new mode 100644 diff --git a/library/libunix.gmk b/library/libunix.gmk old mode 100755 new mode 100644 diff --git a/library/math_lrint.c b/library/math_lrint.c old mode 100755 new mode 100644 diff --git a/library/math_lrintf.c b/library/math_lrintf.c old mode 100755 new mode 100644 diff --git a/library/math_lroundf.c b/library/math_lroundf.c old mode 100755 new mode 100644 diff --git a/library/math_rem_pio2f.c b/library/math_rem_pio2f.c old mode 100755 new mode 100644 diff --git a/library/math_rint.c b/library/math_rint.c old mode 100755 new mode 100644 diff --git a/library/math_rintf.c b/library/math_rintf.c old mode 100755 new mode 100644 diff --git a/library/stdio_ctermid.c b/library/stdio_ctermid.c old mode 100755 new mode 100644 diff --git a/library/stdio_ftello.c b/library/stdio_ftello.c old mode 100755 new mode 100644 diff --git a/library/stdlib_lib_main.c b/library/stdlib_lib_main.c old mode 100755 new mode 100644 diff --git a/library/stdlib_program_name.c b/library/stdlib_program_name.c old mode 100755 new mode 100644 diff --git a/library/termios_cfgetispeed.c b/library/termios_cfgetispeed.c old mode 100755 new mode 100644 diff --git a/library/termios_cfgetospeed.c b/library/termios_cfgetospeed.c old mode 100755 new mode 100644 diff --git a/library/termios_cfmakeraw.c b/library/termios_cfmakeraw.c old mode 100755 new mode 100644 diff --git a/library/termios_cfsetispeed.c b/library/termios_cfsetispeed.c old mode 100755 new mode 100644 diff --git a/library/termios_cfsetospeed.c b/library/termios_cfsetospeed.c old mode 100755 new mode 100644 diff --git a/library/termios_console_fdhookentry.c b/library/termios_console_fdhookentry.c old mode 100755 new mode 100644 diff --git a/library/termios_headers.h b/library/termios_headers.h old mode 100755 new mode 100644 diff --git a/library/termios_openserial.c b/library/termios_openserial.c old mode 100755 new mode 100644 diff --git a/library/termios_tcdrain.c b/library/termios_tcdrain.c old mode 100755 new mode 100644 diff --git a/library/termios_tcflow.c b/library/termios_tcflow.c old mode 100755 new mode 100644 diff --git a/library/termios_tcflush.c b/library/termios_tcflush.c old mode 100755 new mode 100644 diff --git a/library/termios_tcgetattr.c b/library/termios_tcgetattr.c old mode 100755 new mode 100644 diff --git a/library/termios_tcsendbreak.c b/library/termios_tcsendbreak.c old mode 100755 new mode 100644 diff --git a/library/termios_tcsetattr.c b/library/termios_tcsetattr.c old mode 100755 new mode 100644 diff --git a/library/unistd_lockf.c b/library/unistd_lockf.c old mode 100755 new mode 100644 diff --git a/library/unistd_ttyname.c b/library/unistd_ttyname.c old mode 100755 new mode 100644 diff --git a/library/unistd_ttyname_r.c b/library/unistd_ttyname_r.c old mode 100755 new mode 100644 diff --git a/test_programs/date_test.c b/test_programs/date_test.c old mode 100755 new mode 100644 diff --git a/test_programs/rand.c b/test_programs/rand.c old mode 100755 new mode 100644 diff --git a/test_programs/setlocale.c b/test_programs/setlocale.c old mode 100755 new mode 100644 diff --git a/test_programs/sscanf_64.c b/test_programs/sscanf_64.c old mode 100755 new mode 100644