[Arsperl-devel] ARSperl CHANGES,1.60,1.61 changes.dat,1.52,1.53
Brought to you by:
jeffmurphy
|
From: jeff m. <jef...@us...> - 2007-03-13 13:20:34
|
Update of /cvsroot/arsperl/ARSperl In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv3163 Modified Files: CHANGES changes.dat Log Message: minor update to example scripts Index: changes.dat =================================================================== RCS file: /cvsroot/arsperl/ARSperl/changes.dat,v retrieving revision 1.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** changes.dat 12 Mar 2007 17:27:43 -0000 1.52 --- changes.dat 13 Mar 2007 13:20:29 -0000 1.53 *************** *** 56,60 **** instead of the pointer to a C structure. TS fixed Makefile.PL to work with $ARSAPI containing spaces on Windows - TS ARS.pm: changed $VERSION to '1.85' TS added ars_DeleteContainer (changes to ARS.xs, ARS.pm) TS fixed Makefile.PL to use $ra_arlibs for Version <= 5.0 on Windows --- 56,59 ---- *************** *** 73,76 **** --- 72,76 ---- TS changed handling of keyword values in rev_ARValueStruct (assume "keyword" if first character == '\0' and length > 0) + JCM minor update to example scripts Dump_User*.pl released=09/20/2005 version=1.85 Index: CHANGES =================================================================== RCS file: /cvsroot/arsperl/ARSperl/CHANGES,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -d -r1.60 -r1.61 *** CHANGES 12 Mar 2007 17:27:43 -0000 1.60 --- CHANGES 13 Mar 2007 13:20:29 -0000 1.61 *************** *** 113,118 **** (TS) fixed Makefile.PL to work with $ARSAPI containing spaces on Windows - (TS) ARS.pm: changed $VERSION to '1.85' - (TS) added ars_DeleteContainer (changes to ARS.xs, ARS.pm) --- 113,116 ---- *************** *** 142,145 **** --- 140,145 ---- (assume "keyword" if first character == '\0' and length > 0) + (JCM) minor update to example scripts Dump_User*.pl + Released: 09/20/2005 Version: 1.85 |