00:00:00 --- log: started retro/10.06.30 00:18:54 --- quit: docl (Ping timeout: 252 seconds) 01:29:49 --- quit: sixforty (Quit: Leaving.) 05:56:57 --- join: docl (~luke@216-161-87-126.ptld.qwest.net) joined #retro 07:53:37 --- quit: docl (Ping timeout: 260 seconds) 10:27:02 --- quit: crc (Ping timeout: 240 seconds) 10:29:06 --- join: crc (~charlesch@184.77.185.20) joined #retro 11:41:12 --- join: docl (~luke@216-161-87-126.ptld.qwest.net) joined #retro 12:41:22 --- quit: docl (Ping timeout: 265 seconds) 16:39:08 --- join: sixforty (~sixforty@pdpc/supporter/active/sixforty) joined #retro 17:05:31 --- quit: sixforty (Quit: Leaving.) 17:24:27 good evening 17:55:16 --- join: docl (~luke@216-161-87-126.ptld.qwest.net) joined #retro 17:59:50 hi docl 18:00:17 hi crc 18:00:20 how's it going? 18:00:29 pretty good 18:03:22 I've been trying to find an html->epub convertor that doesn't screw with my xhtml and css. so far no luck. 18:14:27 in forth news, http://rx-core.org/retro-10.6rc1.tar.gz is the first release candidate for 10.6 18:14:51 --- join: sixforty (~sixforty@pdpc/supporter/active/sixforty) joined #retro 18:15:18 cool 18:16:18 --- quit: sixforty (Client Quit) 18:16:28 --- join: sixforty (~sixforty@pdpc/supporter/active/sixforty) joined #retro 18:16:39 it should be pretty stable; I've been using it for a few weeks now without any problems 18:16:52 I just need to get the documentation updated 18:18:14 :) 19:36:41 know how to get an sh script to return its last parameter? (no one else does) 19:41:38 eval last=\$$# 19:41:38 echo $last 19:42:53 hmm, not quite. that gives the last parameter number.... 19:45:12 actually, it does work, if you have <10 parameters 19:46:36 which sh? bash? or something else? 19:46:52 ash. basically vanilla sh 19:48:08 eval echo \${$#} 19:48:30 wish I didn't have to resort to eval. ah, well 19:48:48 * crc is seeing if ash is in his pkgsrc 19:49:01 ksh will do 19:49:30 bout anything that pretends to be sh will do, except bash 20:10:15 for a in $*; do 20:10:15 b=$a 20:10:15 done 20:10:15 echo $a 20:11:02 yeah, I'd thought of that, but it's a long way to go just to title an xterm :/ 20:13:15 b=`expr $# - 1` 20:13:15 shift $b 20:13:15 echo $1 20:13:37 that may be the one I use 20:14:40 I can't think of anything else that might do it, and I can't find my copy of Programming the Korn Shell at the moment 20:14:59 I'll play around some more first, but probably will end up with that one. Thanks. 20:15:08 no problem 20:16:08 b=$(($#-1)) 20:16:29 that may also work; it does in ksh on osx 21:36:29 --- quit: crc (Ping timeout: 260 seconds) 21:36:53 --- join: crc (~charlesch@184.77.185.20) joined #retro 21:43:07 --- quit: crc (Ping timeout: 260 seconds) 21:43:44 --- join: crc (~charlesch@184.77.185.20) joined #retro 22:07:40 --- quit: clog (Ping timeout: 245 seconds) 22:07:40 --- log: stopped retro/10.06.30 22:07:43 --- log: started retro/10.06.30 22:07:43 --- join: clog (nef@bespin.org) joined #retro 22:07:43 --- topic: 'Retro Forth | Logs @ http://tr.im/Kept | http://retroforth.org | Stable Release 10.5 | Wiki Key: d98t~3 | http://www.forthcommunity.com' 22:07:43 --- topic: set by crc!~charlesch@184.77.185.20 on [Tue Jun 29 16:56:00 2010] 22:07:43 --- names: list (clog crc sixforty docl yiyus probonono SimonRC crcx @ChanServ) 22:30:25 --- quit: sixforty (Quit: Leaving.) 23:30:31 --- quit: docl (Ping timeout: 240 seconds) 23:59:59 --- log: ended retro/10.06.30