* Removed svn:executable property from non-executable files
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 29 Apr 2007 20:33:44 +0000 (20:33 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 29 Apr 2007 20:33:44 +0000 (20:33 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4781 4a8a32a2-be11-0410-ad9d-d568d2c75423

71 files changed:
ChangeLog
as/xa51/xa_rasm.l [changed mode: 0755->0644]
as/xa51/xa_rasm.y [changed mode: 0755->0644]
configure.in [changed mode: 0755->0644]
device/examples/ds390/ow390/Makefile [changed mode: 0755->0644]
device/examples/ds390/ow390/ad26.c [changed mode: 0755->0644]
device/examples/ds390/ow390/ad26.h [changed mode: 0755->0644]
device/examples/ds390/ow390/cnt1d.h [changed mode: 0755->0644]
device/examples/ds390/ow390/counter.c [changed mode: 0755->0644]
device/examples/ds390/ow390/ds2480.h [changed mode: 0755->0644]
device/examples/ds390/ow390/ds2480ut.c [changed mode: 0755->0644]
device/examples/ds390/ow390/gethumd.c [changed mode: 0755->0644]
device/examples/ds390/ow390/owllu.c [changed mode: 0755->0644]
device/examples/ds390/ow390/ownet.h [changed mode: 0755->0644]
device/examples/ds390/ow390/ownetu.c [changed mode: 0755->0644]
device/examples/ds390/ow390/owsesu.c [changed mode: 0755->0644]
device/examples/ds390/ow390/owtrnu.c [changed mode: 0755->0644]
device/examples/ds390/ow390/swtloop.c [changed mode: 0755->0644]
device/examples/ds390/ow390/swtoper.c [changed mode: 0755->0644]
device/examples/ds390/ow390/temp.c [changed mode: 0755->0644]
device/examples/ds390/ow390/tstfind.c [changed mode: 0755->0644]
device/examples/ds390/ow390/tstow.c [changed mode: 0755->0644]
device/examples/ds390/rtc390/Makefile [changed mode: 0755->0644]
device/examples/ds390/rtc390/rtc390.c [changed mode: 0755->0644]
device/examples/ds390/tinitalk/tinitalk.c [changed mode: 0755->0644]
device/examples/mcs51/clock/Makefile [changed mode: 0755->0644]
device/examples/mcs51/clock/clock.c [changed mode: 0755->0644]
device/examples/mcs51/clock/hw.h [changed mode: 0755->0644]
device/examples/mcs51/clock/hwinit.c [changed mode: 0755->0644]
device/examples/mcs51/simple/test.bat [changed mode: 0755->0644]
device/examples/mcs51/simple2/go.bat [changed mode: 0755->0644]
device/examples/mcs51/simple2/test.bat [changed mode: 0755->0644]
device/examples/serialcomm/windows/serial.c [changed mode: 0755->0644]
device/examples/serialcomm/windows/serial.h [changed mode: 0755->0644]
device/examples/serialcomm/windows/test_serialcomm.cpp [changed mode: 0755->0644]
device/examples/startupcode/c.bat [changed mode: 0755->0644]
device/examples/xa51/dummy.c [changed mode: 0755->0644]
device/examples/xa51/hello.c [changed mode: 0755->0644]
device/examples/xa51/hw.h [changed mode: 0755->0644]
device/examples/xa51/hwinit.c [changed mode: 0755->0644]
device/include/80c51xa.h [changed mode: 0755->0644]
device/include/ds80c390.h [changed mode: 0755->0644]
device/include/mcs51/8051.h [changed mode: 0755->0644]
device/include/mcs51/8052.h [changed mode: 0755->0644]
device/include/mcs51/reg764.h [changed mode: 0755->0644]
device/include/time.h [changed mode: 0755->0644]
device/include/tinibios.h [changed mode: 0755->0644]
device/lib/_itoa.c [changed mode: 0755->0644]
device/lib/_ltoa.c [changed mode: 0755->0644]
device/lib/ds390/Makefile.in [changed mode: 0755->0644]
device/lib/ds390/tinibios.c [changed mode: 0755->0644]
device/lib/ds400/Makefile.in [changed mode: 0755->0644]
device/lib/ds400/tinibios.c [changed mode: 0755->0644]
device/lib/gets.c [changed mode: 0755->0644]
device/lib/ser_ir_cts_rts.c [changed mode: 0755->0644]
device/lib/time.c [changed mode: 0755->0644]
sim/ucsim/xa.src/xa_bit.cc [changed mode: 0755->0644]
sim/ucsim/xa.src/xa_sfr.cc [changed mode: 0755->0644]
src/pic16/graph.c [changed mode: 0755->0644]
src/pic16/graph.h [changed mode: 0755->0644]
src/xa51/gen.c [changed mode: 0755->0644]
src/xa51/gen.h [changed mode: 0755->0644]
src/xa51/main.c [changed mode: 0755->0644]
src/xa51/ralloc.c [changed mode: 0755->0644]
src/xa51/ralloc.h [changed mode: 0755->0644]
support/regression/ports/mcs51/uCsim.cmd [changed mode: 0755->0644]
support/regression/ports/pic16/gpsim.cmd [changed mode: 0755->0644]
support/regression/ports/ucz80/uCsim.cmd [changed mode: 0755->0644]
support/regression/ports/xa51/spec.mk [changed mode: 0755->0644]
support/regression/ports/xa51/support.c [changed mode: 0755->0644]
support/regression/ports/xa51/uCsim.cmd [changed mode: 0755->0644]

index 18520c48297e76b6b5ad22da6d8d70f4bc4dc2a1..08bb2a81962ce9e05672c5b349a29594b663b70d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
        * src/SDCCval.c: fixed bug
          #1592871: Segfault with "large" const arrays of characters
          replaced recursion with iteration
+       * Removed svn:executable property from non-executable files
 
 2007-04-29 Maarten Brock <sourceforge.brock AT dse.nl>
 
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)