| 02:25.55 | *** join/#brlcad Twingy (n=justin@pcp0011649600pcs.aberdn01.md.comcast.net) | |
| 02:26.03 | *** join/#brlcad Twingy2 (n=justin@pcp0011649600pcs.aberdn01.md.comcast.net) | |
| 03:54.05 | pra5ad_ | ``Erik, u around? |
| 03:54.17 | pra5ad_ | brlcad, learner |
| 03:57.53 | learner | sup g |
| 04:10.35 | pra5ad_ | undecipherable g++ output |
| 04:11.02 | pra5ad_ | changed one file and it's spewing errors from files not related to that source |
| 04:11.35 | learner | ~pastebin |
| 04:11.37 | ibot | it has been said that pastebin is a place to paste your stuff without flooding the channel - try http://pastebin.ca/ |
| 04:11.37 | pra5ad_ | sec, stepping through the diff |
| 04:28.57 | ``Erik | probably didn't put a semicolon at the end of a class header file o.O that always stings me |
| 04:34.34 | pra5ad | twas my unsafe used of s/// |
| 04:34.52 | pra5ad | s/used/use/g |
| 04:34.57 | pra5ad | aw crap |
| 04:36.13 | pra5ad | wait.. spoke too soon |
| 04:37.46 | pra5ad | dammit |
| 04:37.52 | pra5ad | curlie bracket it is |
| 04:45.20 | *** join/#brlcad tex9745 (n=tex@cpe-66-68-77-23.austin.res.rr.com) | |
| 04:46.12 | tex9745 | list |
| 04:47.55 | Maloeran | gcc produce warnings about unbalanced counts of brackets in a file, I thought, assuming -Wall |
| 05:02.20 | *** topic/#brlcad by learner -> http://brlcad.org/ || BRL-CAD is now Free Software! || 7.6.4 to be released this weekend (Nov 11th) | |
| 05:41.05 | *** join/#brlcad mahesh (n=mahesh@12-217-228-235.client.mchsi.com) | |
| 09:52.01 | *** join/#brlcad _AchiestDragon (n=dave@whipy.demon.co.uk) | |
| 11:49.14 | *** join/#brlcad d_rossberg (n=c28bf505@bz.bzflag.bz) | |
| 11:50.13 | *** join/#brlcad d_rossberg (n=c28bf505@bz.bzflag.bz) | |
| 11:52.33 | *** join/#brlcad d_rossberg (n=c28bf505@bz.bzflag.bz) | |
| 12:10.48 | *** join/#brlcad AchiestDragon (n=dave@whipy.demon.co.uk) | |
| 13:19.25 | *** join/#brlcad d_rossberg (n=c28bf505@bz.bzflag.bz) | |
| 16:04.24 | *** join/#brlcad AchiestDragon (n=dave@whipy.demon.co.uk) | |
| 16:08.46 | *** join/#brlcad AchiestDragon (n=dave@whipy.demon.co.uk) | |
| 16:54.53 | *** join/#brlcad AchiestDragon (n=dave@whipy.demon.co.uk) | |
| 17:43.07 | *** join/#brlcad Twingy (n=justin@pcp0011649600pcs.aberdn01.md.comcast.net) | |
| 18:55.18 | *** join/#brlcad DTRemenak (i=agent007@DHCP-170-143.caltech.edu) | |
| 18:56.43 | *** join/#brlcad Twingy (n=justin@pcp0011649600pcs.aberdn01.md.comcast.net) | |
| 20:30.53 | *** join/#brlcad joevalle1field (n=joevalle@bz.bzflag.bz) | |
| 20:31.03 | *** join/#brlcad brlcad_ (n=brlcad@bz.bzflag.bz) | |
| 21:30.29 | CIA-12 | BRL-CAD: 03brlcad * 10brlcad/src/lgt/ (15 files): convert STATIC to static and obliterate the NDEBUG hacks now that it's consistent provided throughout the package via configure |
| 21:34.59 | CIA-12 | BRL-CAD: 03brlcad * 10brlcad/ (autogen.sh bench/run.sh sh/vers.sh): more consistency between the tail/head checking for the functionality of -n. check for head and tail separately |
| 21:42.31 | CIA-12 | BRL-CAD: 03brlcad * 10brlcad/src/fb/ (fbstretch.c gif-fb.c): get rid of the NDEBUG hacking, configure provides for it now. clean up the include/header ws |
| 21:44.48 | CIA-12 | BRL-CAD: 03brlcad * 10brlcad/src/mged/attach.c: hide a malformed Tk erorr that ends up missing a newline between statements. since this is inherintly a Tk application, just remove that part of the interpreter result (loosing those few bytes of memory, but only once) |
| 21:52.07 | CIA-12 | BRL-CAD: 03brlcad * 10brlcad/configure.ac: check for strtok |
| 21:53.58 | CIA-12 | BRL-CAD: 03brlcad * 10brlcad/src/libsysv/strtok.c: initial strtok.c file pulled/moved from src/lgt, with proper libsysv inclusion testing and some cleanup. |
| 21:54.30 | CIA-12 | BRL-CAD: 03brlcad * 10brlcad/src/libsysv/Makefile.am: add strtok.c |
| 21:59.02 | CIA-12 | BRL-CAD: 03brlcad * 10brlcad/src/mged/ged.c: |
| 21:59.02 | CIA-12 | BRL-CAD: append the brl-cad bin directory to the end of the user's PATH during run-time |
| 21:59.02 | CIA-12 | BRL-CAD: to allow binaries to be automatically located without the user needing to append |
| 21:59.02 | CIA-12 | BRL-CAD: our location to their environment. this will let the user invoke any brl-cad |
| 21:59.02 | CIA-12 | BRL-CAD: binary on the mged command-line even through an exec. |
| 22:00.25 | CIA-12 | BRL-CAD: 03brlcad * 10brlcad/src/lgt/strtok.c: strtok.c was moved to libsysv |
| 22:01.28 | CIA-12 | BRL-CAD: 03brlcad * 10brlcad/TODO: mged now adds our bin dir to the user search path so that subcommands like rt and company work as expected without path problems |
| 22:57.32 | brlcad_ | cvs hasn't been working all day until just then |
| 22:57.44 | brlcad_ | compile-testing now |
| 23:05.28 | *** mode/#brlcad [+o brlcad] by ChanServ | |
| 23:32.16 | *** join/#brlcad Twingy (n=justin@pcp0011649600pcs.aberdn01.md.comcast.net) | |