irclog2html for #brlcad on 20060122

01:55.25 brlcad ``Erik: there already is one, has been one ever since it was open source
01:55.31 brlcad it's in the TODO file
01:55.42 brlcad includes checklists for the next two releases
01:56.18 brlcad oh, if you mean a checklist for stuff to do to actually _make_ the release, there exists that too -- wrote that up when it went open source too
01:56.36 brlcad look at the bottom of the HACKING file, you'll find itemized steps
02:42.46 ``Erik ah
02:42.59 ``Erik the itch I have is the freshmeat update
02:43.21 ``Erik every freakin' release is major enough to get a freshmeat update, imho
02:43.57 ``Erik also; in your directions, you forgot to mention buying erik a tasty beverage :D *duck*
04:58.16 phcoder cookie monster
05:25.40 justin_ mmm, I have half a ceiling and 2 recessed lights now
08:36.34 *** join/#brlcad clock_ (n=clock@84-72-63-231.dclient.hispeed.ch)
09:53.48 CIA-13 BRL-CAD: 03brlcad * 10brlcad/ (include/pkg.h src/libpkg/pkg.c): there is no need/intent to modify the pkg_switch callback structure, so make it const
10:19.53 CIA-13 BRL-CAD: 03brlcad * 10brlcad/ (src/libfb/pkgtypes.h include/fbmsg.h):
10:19.53 CIA-13 BRL-CAD: moved/renamed src/libfb/pkgtypes.h to include/fbmsg.h as it is used both by the
10:19.54 CIA-13 BRL-CAD: library (if_remote) and by the application (fbserv) for communicating; whether
10:19.54 CIA-13 BRL-CAD: it's considered a public header or a private header that fbserv happens to
10:19.54 CIA-13 BRL-CAD: understand is still up for debate
10:20.51 CIA-13 BRL-CAD: 03brlcad * 10brlcad/src/libfb/ (fbserv_obj.c fbserv_obj_win32.c): change from HIDDEN to static, ws, use fbmsg.h
10:23.09 CIA-13 BRL-CAD: 03brlcad * 10brlcad/src/ (libfb/server.c fbserv/server.c): moved src/libfb/server.c to src/fbserv/server.c; the file contains the fbserv callbacks and the callback table used exclusively by fbserv.
10:26.24 CIA-13 BRL-CAD: 03brlcad * 10brlcad/include/Makefile.am: add fbmsg.h to the list of headers (but make it noinst)
10:27.55 CIA-13 BRL-CAD: 03brlcad * 10brlcad/include/fb.h: by moving the framebuffer server switch table out of libfb and into fbserv directly, it no longer needs to be in fb.h, removing the fb.h interface coupling to pkg.h
10:36.51 CIA-13 BRL-CAD: 03brlcad * 10brlcad/src/libfb/pkgswitch.c: remove used switch file, seems like a dumbed down example of the fbserv switch table with just close and error. not really useful.
10:37.49 CIA-13 BRL-CAD: 03brlcad * 10brlcad/src/libfb/if_remote.c: use fbmsg.h instead of pkgtypes.h (renamed and moved)
10:39.08 CIA-13 BRL-CAD: 03brlcad * 10brlcad/src/libfb/Makefile.am: server.c was moved to src/fbserv/.; pkgswitch.c was removed entirely; pkgtypes.h was renamed to fbmsg.h and moved to include/.
10:40.43 CIA-13 BRL-CAD: 03brlcad * 10brlcad/src/fbserv/ (fbserv.c fbserv_win.c): declare the fb_server_pkg_switch server callback switch table provided in server.c
10:41.17 CIA-13 BRL-CAD: 03brlcad * 10brlcad/src/fbserv/Makefile.am: include server.c, moved from src/libfb to there
10:43.46 brlcad all that to fix one line in one interface header file
10:46.43 CIA-13 BRL-CAD: 03brlcad * 10brlcad/NEWS: ws
11:00.23 CIA-13 BRL-CAD: 03brlcad * 10brlcad/src/mged/fbserv.h: add header protection, include fbmsg.h
11:01.06 CIA-13 BRL-CAD: 03brlcad * 10brlcad/src/mged/fbserv.c: remove pkgtypes.h
11:30.14 *** join/#brlcad phcoder (n=phcoder@pcp0011650294pcs.aberdn01.md.comcast.net)
16:24.55 pra5ad hah
16:25.04 pra5ad slashdot has banned my ip
16:46.48 *** join/#brlcad pra5ad_ (n=pra5ad@pool-151-196-29-122.balt.east.verizon.net)
17:36.49 ``Erik awesome
18:37.39 CIA-13 BRL-CAD: 03brlcad * 10brlcad/src/libbu/ (semaphore.c malloc.c): missing stdlib.h for malloc (only a few files that should be using malloc instead of bu_malloc)
18:38.06 brlcad lemme guess, rss feed updating too frequently
18:38.12 CIA-13 BRL-CAD: 03brlcad * 10brlcad/src/libbu/vfont.c: use bu_malloc instead of malloc
18:45.00 CIA-13 BRL-CAD: 03brlcad * 10brlcad/src/libbn/bn_tcl.c: common file size uses longs now
18:59.33 pra5ad no
18:59.45 pra5ad dsl has an ip pool
19:00.03 pra5ad one of them was banned i guess
19:00.16 pra5ad reset the modem (new ip); all's peachy
20:45.13 *** join/#brlcad pier (n=pier@151.56.201.183)
21:15.42 *** part/#brlcad pier (n=pier@151.56.201.183)
21:22.56 CIA-13 BRL-CAD: 03brlcad * 10brlcad/src/libbu/cmd.c: ws
21:23.48 CIA-13 BRL-CAD: 03brlcad * 10brlcad/src/libbu/hash.c: include stdlib.h for malloc (cannot use bu_malloc() as the hash table may be used for MEM_DEBUG)
23:28.50 pra5ad brlcad, how bout querying the # of bots under a top level obj
23:29.02 pra5ad dirwalk?
23:30.05 justin_ foshizzle
23:33.22 CIA-13 BRL-CAD: 03brlcad * 10brlcad/src/librt/wdb_obj.c: missing stdlib.h for atol
23:38.11 CIA-13 BRL-CAD: 03brlcad * 10brlcad/src/librt/ (28 files): missing stddef.h for offsetof, convert references to offsetof to bu_offsetof
23:41.15 CIA-13 BRL-CAD: 03brlcad * 10brlcad/include/cmd.h: add header protections, conditionally include sys/time.h correctly
23:45.25 CIA-13 BRL-CAD: 03brlcad * 10brlcad/include/bu.h: remove the need for HAVE_STDLIB_H and need for stdlib.h and stddef.h. instead, let files that use the offsetof macros include stdlib.h. don't need decls for malloc,calloc,realloc any more. provide bu_offsetof() macro

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.