On Jun 10, 2012, at 3:17 PM, [email protected] wrote: > Revision: 51054 > http://brlcad.svn.sourceforge.net/brlcad/?rev=51054&view=rev > Author: r_weiss > Date: 2012-06-10 19:17:42 +0000 (Sun, 10 Jun 2012) > Log Message: > ----------- > Updates to libregex to allow the mged/archer 'red' command to work on 64bit > windows. Updated files in 'src/other/libregex/' ... 'regex.h' 'regex2.h' > 'regexec.c' and 'engine.c'.
Richard, can you provide any more background details on how red/regex was behaving that led to changing it? I don't have a win64 to test on at the moment, but am worried that the typedef changes introduces bugs (due to bitwise operations within the library) on platforms where sizeof(long) != sizeof(ssize_t). How does the type change get things working -- I presume regcomp() or regexec() was failing, but what was the underlying issue? Cheers! Sean ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ BRL-CAD Developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/brlcad-devel
