Classes and scripts patches

PARMELAN Edouard parmee at postecss.ncrfran.france.ncr.com
Wed Jul 29 16:45:00 PDT 1998


Hi All,


I have some patches for kaffe:

* java.io.BufferedWriter
  breaks the flush() chain.

* java.io.CharArrayWriter
  toString() return all the buffer.

* protect arguments for shell scripts,
  essentially, $@ is change to "$@".
  This syntax don't concatenate all arguments in
  one but is expand by all the arguments without
  try to expand its.
  For more information, try man sh

* java.lang.Number
  In jdk-1.1.5, byteValue() and shortValue() are
  not abstact methods.  In kaffe they are abstract.

  I HAVE NOT WRITE A PATCH FOR THIS BUG
  CHANGE ABSTACT METHODS THE FOLLOWING:

  public byte byteValue() { return (byte) intValue(); }
  public short shortValue() { return (short) intValue(); }


I am not in the mailing-list, please awser directly to:
Edouard.Parmelan at France.NCR.COM


Best Regards,
Edouard

 --
Edouard.Parmelan at France.NCR.COM

 ---
[[ KAFFEP~1.GZ : 3602 dans KAFFEP~1.GZ ]]
 ---  

The following binary file has been uuencoded to ensure successful
transmission.  Use UUDECODE to extract.

begin 600 KAFFEP~1.GZ
M'XL("(<[OC4"`VMA9F9E+G!A=&-H`,V9:T_;2!2&/^-?<;:+M$%)[#A`@:R0
M0F]:MET)`6K53Y5C3\B4Q+9FQD["JO]]S_A&?'>24B\2]EQ.YAR_SWA\/+ZV
M+;(:P9Q.F,$HX=IWPS>P%IPUZFAOO.F4,&)]8500ILIFY7+_/^7V[1U,Z9R,
M0)LY"Z*9/G>]R9R:VJ.!'K6M(NKY"B,"K7UJ/P##$Z>.#;HZ5"PZG4+?@S[#
M&A1=3;_?+VH_T"\NSK7!F38<P.!XI%^,],&!'+';[5;;G\-P,#H]&>FOE?$8
M^F?'O=?0Q>,9C,<*`/PK#P!\;9LSYMCTB5B=N6,^'L4]`$NF+N70G26;>-,>
M#'K at .OSH3Z6;]$_G'I]UL"GZ"?;#)0R2.L=QL2$80)T3^T',HKX?RG4=];<S
M at UTQ9JS_/]B+0BKEKJ>XZU!X/1)\44="4C\!_6PT&(X&^H$<4Y*O_$$6_?D`
MH7>#HT0OY0^O%NXP:@Q9.&&A<Q1.C+[D at Y?D,1LZ-EE&=AUD>!33+^X.YHCI
M>+8X"N?$CY0_WZ$61%.F!K\@*Z'=&(R3]RN3N`(5;9U_64R-)T#1]4C^!>T%
M^,\2_%7V6?KZJ:0?'$/Z+J.^(0A06X`SG7(BD)323X_9B:;&@G#>BTWETM"-
M4#8TAP/NN81U9(><$0>A1UP2L(#U9!4(A><FHZ[@FN&Z<R)\2I:$_1+BY>X;
MK^JIF"75S884SI,`YT6RCA<:YCCVCA$C'B3%WW\#;4)MC<^P#'=!V'@;`_-L
MN$K%05;$!#E!@'NV&GI20Y//@0D<CI5NO=6KP_&K8E;?C380H=?&9&2$$@B>
M*SEL]N?E'TKYAUGY,P(+QYESO"&9^H]![0)M,P95LOJ&V8JPZ'<+:664H;A8
MJI%WTV+G^7WGV7]P?, at L7+PF5@8`7=4A2$RJ(5A.6QC0\U8 at 9*0Q"BSG86SD
MCEF;/7'@4-Z"V*(*"-K4(TF,JJ$\DG5+4-#S5E!DI#$4+-="V;39<1'BQ/0P
M+URK+G-\:I'2Q:C$L%IZMR7AW:UD=Q/1W0+)]93D[L]:]7$H]6\\WE1.\=BF
M0F9KTH;(UJ2YQ!AA(+`UJ99WHW\O<8586V3B/:CW]U]+U4T9E<L;U%1JMZ!Q
M[+KQ*T,2JU0[KF0DUR]&I\\O!SFCW%9`[P2Z\B!U__3NVZ?K-[=7MU^_W5S=
M_W5Y^/'JPX?WLFUTF.E3@*Q<APG(M4?(/DK/SW#":CD&VQ#4)T.#FY2V@&+3
M?>-YGXI9(MELJ+P3"@WWNB4V1ZQ^L.8MRZFX].G):`%'X+?Q;1%&*0$$I<H;
M(FVQ<Z)S(X<!N71GD\_ at 0D(W:MR5`5)N4D.BG>PS=KT=CSC_C"OU5'Y*!AJ`
M>2=]UTC=CWTVX?)L7$Z(+6@;=*3;QBM6$*.D(@N5*U3*8,>5"<>0_Z6)?KJ_
M4EE&'B at 7;-V.P+'W;71.(H[DCNMUJN?L]A$_&DN]C0K7"W=>!J+0MAP*)XP:
M<[^5+;G$=V, at S]%*'$FM$D;>:J\G=#*<>A>4/A=NMY7;EJ.0:Y4AVMXG+8BB
M\1.C\7;I4)>0CH^3)\>+;Y>&#X4PCS:69=NEE5:UY'[9MXQ2[XU))9\ILM\E
M<F2J/T24$[G!0(AM16\,E`=95 at I&1O5&\IKMZFMN)7#))FHD\4E*XIURIB\$
M/$ZB+#9.=8`98H8G,3.BG3SU97/:#7W:R6S3`6R%J&)[M1#3CLEM"E2.SXLF
+N?\!Q4LQ88 at A```G
`
end


More information about the kaffe mailing list