irclog2html for #uclibc on 20030329

00:00.18bug1man sed regex are confusing
00:00.50bug1he sed utility shall support the BREs described in the Base Definitions volume of IEEE Std 1003.1-2001, Section 9.3, Basic Regular Expressions, with the following additions:
00:01.10bug1The escape sequence '\n' shall match a <newline> embedded in the pattern space. A literal <newline> shall not be used in the BRE of a context address or in the substitute function.
00:01.41bug1which i think i understand, but in the reference for Basic Regular Expresssions
00:02.13bug1The back-reference expression '\n' shall match the same (possibly empty) string of characters as was matched by a subexpression enclosed between "\(" and "\)" preceding the '\n' .
00:02.51bug1So is sed supposed to use '\n' as a BRE "back reference" or to match a newline character ?
02:53.10*** join/#uclibc bug1 (~bug1@c17156.sunsh3.vic.optusnet.com.au)
02:54.43bug1the only was i can think to get sed to match newline characters is to do a wrapper aroung libc regex functions, its gunna be messy
03:32.37bug1even a wrapper will be hard to do
07:47.39*** join/#uclibc bug1 (~bug1@c17156.sunsh3.vic.optusnet.com.au)
07:51.30bug1i have a hack to enable libc regex to match '\n', i add some extra escape characters to converted it to a parsable string, and change the sed command to match it
16:24.56*** join/#uclibc TheMasterMind1 (foobar@h-68-166-65-211.MCLNVA23.covad.net)
16:40.28*** join/#uclibc TMM1 (foobar@h-68-166-65-209.MCLNVA23.covad.net)
16:41.56*** join/#uclibc TheMasterMind1 (foobar@h-68-166-65-209.MCLNVA23.covad.net)
18:18.50*** join/#uclibc chouimat (~dieu@modemcable120.184-130-66.que.mc.videotron.ca)
21:46.50kergothbusybox bug report
21:46.53kergoth/usr/src/corgi$ cat packages/busybox/defconfig|grep MKNOD
21:46.54kergothCONFIG_MKNOD=y
21:47.02kergoth# rm /dev/lirc
21:47.03kergoth# mknod /dev/lirc c 62 0
21:47.03kergoth# echo $?
21:47.03kergoth0
21:47.03kergoth# ls -l /dev/lirc
21:47.05kergothcrw-r--r-- 1 root root 0, 0 Jan 1 22:17
21:47.11kergoth/dev/lirc

Generated by irclog2html.pl by Jeff Waugh - find it at freshmeat.net! Modified by Tim Riker to work with blootbot logs, split per channel, etc.