Hi Aivils,
could you mail me your latest changes to ruby-2.6,
( or may be even better put it on your web site in case some one else is interested)
it seems you have done some updates on 15 Sept (mailing list cvs)
but the files are still missing in the cvs tree,
and web cvs at sf.net sucks recently
( as the ml , all the time disapearing, no search option, ...)
rm -Rf ruby/ruby-2.6
cvs .... checkout ruby/ruby-2.6
cd ruby/ruby-2.6 && find -type f | grep -v "CVS"
returns :
ls -l `find -type f` | grep -v "CVS" | sed 's;^-.*roombase ;;'
30342 Aug 11 18:26 ./Makefile
27700 Aug 11 18:26 ./arch/i386/kernel/setup.c
40778 Aug 11 18:26 ./drivers/char/Kconfig
3369 Aug 11 18:26 ./drivers/char/Makefile
3620 Sep 12 10:33 ./drivers/char/console_macros.h
21305 Sep 12 10:33 ./drivers/char/consolemap.c
48012 Sep 12 10:33 ./drivers/char/decvte.c
30035 Sep 12 10:33 ./drivers/char/keyboard.c
30652 Aug 11 18:26 ./drivers/char/n_tty.c
8344 Sep 12 10:33 ./drivers/char/selection.c
8811 Aug 11 18:26 ./drivers/char/sysrq.c
63734 Aug 11 18:26 ./drivers/char/tty_io.c
11878 Sep 12 10:33 ./drivers/char/vc_screen.c
47161 Sep 12 10:33 ./drivers/char/vt.c
33434 Sep 12 10:33 ./drivers/char/vt_ioctl.c
3528 Sep 12 10:33 ./drivers/video/console/dummycon.c
32655 Sep 12 10:33 ./drivers/video/console/vgacon.c
72221 Aug 11 18:26 ./fs/compat_ioctl.c
1866 Aug 11 18:26 ./include/linux/console.h
365 Aug 11 18:26 ./include/linux/consolemap.h
4725 Sep 12 10:33 ./include/linux/kbd_kern.h
1112 Aug 11 18:26 ./include/linux/selection.h
13624 Aug 11 18:26 ./include/linux/tty.h
12900 Sep 12 10:33 ./include/linux/vt_kern.h
285 Sep 12 10:33 ./kernel/power/power.h
hm on second look none of your changes seems to be in there,
have i done smth wrong ( i don't thonk so, but ...)
should we wait for Jammes to accept your changes, and commit them in CVS
best,
svetljo
|