IRC log for #brlcad on 20100408

00:01.14 starseeker notes ``Erik actually updated the NEWS file when he updated libpng O.o
00:24.56 ``Erik uh huh? O.o
00:25.12 ``Erik when something's ready for user consumption, ahz dooz dat
00:58.31 ``Erik *burp*
01:00.44 ``Erik fwiw, libpng 1.4 has a bunch of signature changes to make it 64b safe which broke tkimg on 64b platforms (linux and fbsd), tkpng was to cope O.o :D
01:05.35 ``Erik plays with his new camera some O.o
02:14.06 CIA-73 BRL-CAD: 03brlcad * r38376 10/brlcad/trunk/doc/BRL-CAD.bib: Practices and Standards in the Construction of BRL-CAD Target Descriptions is ARL-MR-103.
02:17.56 ``Erik hah, tron style on southpark
02:18.03 CIA-73 BRL-CAD: 03brlcad * r38377 10/brlcad/trunk/src/libged/tables.c: cleanup, ws, indent, formatting. removed dead code.
02:19.09 CIA-73 BRL-CAD: 03brlcad * r38378 10/brlcad/trunk/src/libged/tables.c: reorder to avoid forward decls
02:27.43 CIA-73 BRL-CAD: 03brlcad * r38379 10/brlcad/trunk/src/libged/tables.c: use HIDDEN on static funcs and rename them so they're not confused with public api.
03:06.50 CIA-73 BRL-CAD: 03brlcad * r38380 10/brlcad/trunk/src/libged/tables.c: quell verbose warnings
03:11.46 *** join/#brlcad Ralith (~ralith@69.90.48.97)
03:23.03 CIA-73 BRL-CAD: 03brlcad * r38381 10/brlcad/trunk/src/libged/tables.c: eliminate two globals, passing those counters around as params instead.
03:44.29 CIA-73 BRL-CAD: 03brlcad * r38382 10/brlcad/trunk/src/libged/tables.c:
03:44.30 CIA-73 BRL-CAD: fix a crash reported by Tom Browder ( tbrowder2 ) via sf bug report 2974586
03:44.30 CIA-73 BRL-CAD: (Core Dump with mged 'solids' Command) where a stack trace showed a bogus vls.
03:44.30 CIA-73 BRL-CAD: since we don't know how memory will be initialized, calling
03:44.30 CIA-73 BRL-CAD: bu_vls_init_if_uninit() here is wrong. really should check all calls to that
03:44.30 CIA-73 BRL-CAD: function for similar patterns of fail.
03:52.21 CIA-73 BRL-CAD: 03brlcad * r38383 10/brlcad/trunk/src/librt/primitives/arb8/arb8.c: little more parameter validation on rt_arb_describe()
10:45.42 d-lo Mernin all
11:50.49 brlcad mernin
12:58.28 CIA-73 BRL-CAD: 03erikgreenwald * r38384 10/brlcad/trunk/src/other/libpng/libpng-1.2.35.txt: remove old file
13:21.45 *** join/#brlcad Stattrav (~Stattrav@202.3.77.233)
13:50.05 *** join/#brlcad ``Erik (~erik@BZ.BZFLAG.BZ)
13:50.33 ``Erik irritating, my home machine doesn't seem to be talking anymore O.o
13:51.44 *** join/#brlcad ``Erik_ (~erik@c-69-140-109-104.hsd1.md.comcast.net)
13:56.20 CIA-73 BRL-CAD: 03erikgreenwald * r38385 10/brlcad/trunk/src/other/tkhtml3/Makefile.am: erm, actually use the detected tclsh and wish instead of throwing them away and assuming?
15:02.12 CIA-73 BRL-CAD: 03erikgreenwald * r38386 10/brlcad/trunk/src/librt/primitives/metaball/metaball.c: minor fix for amd64/fbsd
16:03.43 CIA-73 BRL-CAD: 03brlcad * r38387 10/brlcad/trunk/include/common.h: add a GNUC_PREREQ macro to test the version of gcc as well as an UNUSED() macro to simplify setting an __attribute__((unused)) on unused parameters (or making it an anonymous param if this is msvc)
16:04.07 CIA-73 BRL-CAD: 03brlcad * r38388 10/brlcad/trunk/include/bu.h: use the new GNUC_PREREQ macro instead of testing the version directly
16:20.10 *** join/#brlcad Stattrav (~Stattrav@202.3.77.233)
16:33.03 CIA-73 BRL-CAD: 03Morgan greywolf 07http://brlcad.org * r2226 10/wiki/BRL-CAD_Primitives: /* rcc */
16:34.44 CIA-73 BRL-CAD: 03Morgan greywolf 07http://brlcad.org * r2227 10/wiki/BRL-CAD_Primitives: /* rcc - params missing */
16:43.42 CIA-73 BRL-CAD: 03Morgan greywolf 07http://brlcad.org * r2228 10/wiki/BRL-CAD_Primitives: /* rcc - add example */
17:06.39 CIA-73 BRL-CAD: 03brlcad * r38389 10/brlcad/trunk/src/other/tcl/generic/tclDecls.h:
17:06.39 CIA-73 BRL-CAD: quell verbose compilation shadow warnings on mac os x (10.4,
17:06.39 CIA-73 BRL-CAD: /System/Library/Frameworks/ApplicationServices.framework/Frameworks/AE.framework/Headers/AERegistry.h)
17:06.39 CIA-73 BRL-CAD: for typePtr, renaming to the more specific typePtr instead. problem was
17:06.39 CIA-73 BRL-CAD: provoked by src/libdm/focus.c
17:48.09 *** join/#brlcad Stattrav (~Stattrav@202.3.77.233)
17:49.23 ``Erik d-lo: http://www.collegehumor.com/video:1930495 "rpg heroes are jerks"
18:28.51 starseeker ``Erik: huh, Lyx claims some support for Docbook
18:30.55 starseeker ``Erik: looks like there's a list of editors here: http://wiki.docbook.org/topic/DocBookAuthoringTools
18:38.37 starseeker hmm - Serna seems to have some kind of source-code-available version, as well as an enterprise edition: http://www.syntext.com/products/serna-free/
18:59.15 CIA-73 BRL-CAD: 03erikgreenwald * r38390 10/brlcad/trunk/src/librt/primitives/nmg/nmg_tri_mc.c: change the sw/se/nw/ne stuff to an array
18:59.24 ``Erik looks through his mp3 collection for some good fun polka
19:02.27 CIA-73 BRL-CAD: 03erikgreenwald * r38391 10/brlcad/trunk/src/librt/primitives/nmg/nmg_tri_mc.c: pack simple repetition into loops
19:09.04 CIA-73 BRL-CAD: 03erikgreenwald * r38392 10/brlcad/trunk/src/librt/primitives/nmg/nmg_tri_mc.c: move primary ray allocation to gridding function
20:20.18 *** join/#brlcad R0b0t1 (~Enigma@unaffiliated/r0b0t1)
20:21.43 *** join/#brlcad Elrohir (~kvirc@p5B14B501.dip.t-dialin.net)
20:48.26 *** join/#brlcad Stattrav (~Stattrav@202.3.77.209)
21:16.01 *** join/#brlcad ibot (ibot@rikers.org)
21:16.01 *** topic/#brlcad is BRL-CAD Open Source Solid Modeling || http://brlcad.org || http://sf.net/projects/brlcad || #brlcad logs: http://ibot.rikers.org/%23brlcad/ || BRL-CAD is now available on Gentoo! (20100225)
21:28.36 CIA-73 BRL-CAD: 03r_weiss * r38393 10/brlcad/trunk/src/conv/obj-g_new.c: debugging nmg creation tolerance issues
23:13.52 *** join/#brlcad ibot (ibot@rikers.org)
23:13.52 *** topic/#brlcad is BRL-CAD Open Source Solid Modeling || http://brlcad.org || http://sf.net/projects/brlcad || #brlcad logs: http://ibot.rikers.org/%23brlcad/ || BRL-CAD is now available on Gentoo! (20100225)
23:49.40 CIA-73 BRL-CAD: 03starseeker * r38394 10/brlcad/trunk/src/archer/TODO: Update archer TODO

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.