irclog2html for #brlcad on 20060122

01:55.25brlcad``Erik: there already is one, has been one ever since it was open source
01:55.31brlcadit's in the TODO file
01:55.42brlcadincludes checklists for the next two releases
01:56.18brlcadoh, 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.36brlcadlook at the bottom of the HACKING file, you'll find itemized steps
02:42.46``Erikah
02:42.59``Erikthe itch I have is the freshmeat update
02:43.21``Erikevery freakin' release is major enough to get a freshmeat update, imho
02:43.57``Erikalso; in your directions, you forgot to mention buying erik a tasty beverage :D *duck*
04:58.16phcodercookie monster
05:25.40justin_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.48CIA-13BRL-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.53CIA-13BRL-CAD: 03brlcad * 10brlcad/ (src/libfb/pkgtypes.h include/fbmsg.h):
10:19.53CIA-13BRL-CAD: moved/renamed src/libfb/pkgtypes.h to include/fbmsg.h as it is used both by the
10:19.54CIA-13BRL-CAD: library (if_remote) and by the application (fbserv) for communicating; whether
10:19.54CIA-13BRL-CAD: it's considered a public header or a private header that fbserv happens to
10:19.54CIA-13BRL-CAD: understand is still up for debate
10:20.51CIA-13BRL-CAD: 03brlcad * 10brlcad/src/libfb/ (fbserv_obj.c fbserv_obj_win32.c): change from HIDDEN to static, ws, use fbmsg.h
10:23.09CIA-13BRL-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.24CIA-13BRL-CAD: 03brlcad * 10brlcad/include/Makefile.am: add fbmsg.h to the list of headers (but make it noinst)
10:27.55CIA-13BRL-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.51CIA-13BRL-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.49CIA-13BRL-CAD: 03brlcad * 10brlcad/src/libfb/if_remote.c: use fbmsg.h instead of pkgtypes.h (renamed and moved)
10:39.08CIA-13BRL-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.43CIA-13BRL-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.17CIA-13BRL-CAD: 03brlcad * 10brlcad/src/fbserv/Makefile.am: include server.c, moved from src/libfb to there
10:43.46brlcadall that to fix one line in one interface header file
10:46.43CIA-13BRL-CAD: 03brlcad * 10brlcad/NEWS: ws
11:00.23CIA-13BRL-CAD: 03brlcad * 10brlcad/src/mged/fbserv.h: add header protection, include fbmsg.h
11:01.06CIA-13BRL-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.55pra5adhah
16:25.04pra5adslashdot has banned my ip
16:46.48*** join/#brlcad pra5ad_ (n=pra5ad@pool-151-196-29-122.balt.east.verizon.net)
17:36.49``Erikawesome
18:37.39CIA-13BRL-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.06brlcadlemme guess, rss feed updating too frequently
18:38.12CIA-13BRL-CAD: 03brlcad * 10brlcad/src/libbu/vfont.c: use bu_malloc instead of malloc
18:45.00CIA-13BRL-CAD: 03brlcad * 10brlcad/src/libbn/bn_tcl.c: common file size uses longs now
18:59.33pra5adno
18:59.45pra5addsl has an ip pool
19:00.03pra5adone of them was banned i guess
19:00.16pra5adreset 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.56CIA-13BRL-CAD: 03brlcad * 10brlcad/src/libbu/cmd.c: ws
21:23.48CIA-13BRL-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.50pra5adbrlcad, how bout querying the # of bots under a top level obj
23:29.02pra5addirwalk?
23:30.05justin_foshizzle
23:33.22CIA-13BRL-CAD: 03brlcad * 10brlcad/src/librt/wdb_obj.c: missing stdlib.h for atol
23:38.11CIA-13BRL-CAD: 03brlcad * 10brlcad/src/librt/ (28 files): missing stddef.h for offsetof, convert references to offsetof to bu_offsetof
23:41.15CIA-13BRL-CAD: 03brlcad * 10brlcad/include/cmd.h: add header protections, conditionally include sys/time.h correctly
23:45.25CIA-13BRL-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.